Skip to content

Commit 04c59c7

Browse files
committed
fix unintended dep bumps
1 parent 4e448df commit 04c59c7

File tree

2 files changed

+762
-718
lines changed

2 files changed

+762
-718
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"@swc/core": "^1.3.102",
3333
"@swc/jest": "^0.2.29",
3434
"@types/jest": "^29.4.0",
35-
"@types/node": "^20.17.6",
3635
"@types/ws": "^8.5.13",
36+
"@types/node": "^20.17.6",
3737
"@typescript-eslint/eslint-plugin": "8.31.1",
3838
"@typescript-eslint/parser": "8.31.1",
3939
"eslint": "^9.20.1",
@@ -51,9 +51,9 @@
5151
"tsconfig-paths": "^4.0.0",
5252
"tslib": "^2.8.1",
5353
"typescript": "5.8.3",
54-
"typescript-eslint": "8.31.1",
5554
"ws": "^8.18.0",
56-
"zod": "^3.25 || ^4.0"
55+
"zod": "^3.25 || ^4.0",
56+
"typescript-eslint": "8.31.1"
5757
},
5858
"bin": {
5959
"openai": "bin/cli"

0 commit comments

Comments
 (0)