Skip to content

Commit 7bd9452

Browse files
chore(ts): reorder package.json imports
1 parent cc8085d commit 7bd9452

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
@@ -30,7 +30,6 @@
3030
"@swc/jest": "^0.2.29",
3131
"@types/jest": "^29.4.0",
3232
"@types/node": "^20.17.6",
33-
"typescript-eslint": "8.31.1",
3433
"@typescript-eslint/eslint-plugin": "8.31.1",
3534
"@typescript-eslint/parser": "8.31.1",
3635
"eslint": "^9.20.1",
@@ -44,7 +43,8 @@
4443
"ts-node": "^10.5.0",
4544
"tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.8/tsc-multi.tgz",
4645
"tsconfig-paths": "^4.0.0",
47-
"typescript": "5.8.3"
46+
"typescript": "5.8.3",
47+
"typescript-eslint": "8.31.1"
4848
},
4949
"imports": {
5050
"cas-parser": ".",

0 commit comments

Comments
 (0)