Skip to content

Commit f4ef49b

Browse files
chore(ts): reorder package.json imports
1 parent 9ddf823 commit f4ef49b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"@types/jest": "^29.4.0",
3232
"@types/ws": "^8.5.13",
3333
"@types/node": "^20.17.6",
34-
"typescript-eslint": "8.31.1",
3534
"@typescript-eslint/eslint-plugin": "8.31.1",
3635
"@typescript-eslint/parser": "8.31.1",
3736
"eslint": "^9.20.1",
@@ -49,7 +48,8 @@
4948
"tsconfig-paths": "^4.0.0",
5049
"typescript": "5.8.3",
5150
"ws": "^8.18.0",
52-
"zod": "^3.23.8"
51+
"zod": "^3.23.8",
52+
"typescript-eslint": "8.31.1"
5353
},
5454
"imports": {
5555
"openai": ".",

0 commit comments

Comments
 (0)