Skip to content

Commit 19607f4

Browse files
committed
chore: update deps
Signed-off-by: Christian Stewart <[email protected]>
1 parent 20fa2ff commit 19607f4

File tree

2 files changed

+274
-112
lines changed

2 files changed

+274
-112
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,17 @@
8585
"./{srpc,echo,e2e,integration,rpcstream,cmd}/**/(*.ts|*.tsx|*.html|*.css)": "prettier --config .prettierrc.yaml --write"
8686
},
8787
"devDependencies": {
88-
"@typescript-eslint/eslint-plugin": "^8.26.0",
89-
"@typescript-eslint/parser": "^8.26.0",
88+
"@typescript-eslint/eslint-plugin": "^8.39.1",
89+
"@typescript-eslint/parser": "^8.39.1",
9090
"depcheck": "^1.4.6",
91-
"esbuild": "^0.25.0",
92-
"eslint": "^9.21.0",
91+
"esbuild": "^0.25.9",
92+
"eslint": "^9.33.0",
9393
"eslint-config-prettier": "^10.0.2",
9494
"husky": "^9.1.7",
95-
"lint-staged": "^16.0.0",
95+
"lint-staged": "^16.1.5",
9696
"prettier": "^3.5.3",
9797
"rimraf": "^6.0.1",
98-
"tsx": "^4.19.3",
98+
"tsx": "^4.20.4",
9999
"typescript": "^5.8.2",
100100
"vitest": "^3.0.7"
101101
},

0 commit comments

Comments
 (0)