Skip to content

Commit 16c0831

Browse files
authored
chore(build): syncup typescript-eslint version (#223)
1 parent d68f39a commit 16c0831

File tree

8 files changed

+94
-85
lines changed

8 files changed

+94
-85
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ Thumbs.db
4646
.roo
4747
.vscode
4848

49-
packages/*/.cursor
49+
packages/*/.cursor
50+
.claude

package-lock.json

Lines changed: 81 additions & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@swc/core": "~1.5.7",
2323
"@swc/helpers": "~0.5.11",
2424
"@types/node": "^22.10.2",
25-
"@typescript-eslint/eslint-plugin": "^8.34.0",
25+
"@typescript-eslint/eslint-plugin": "^8.44.1",
2626
"eslint": "^9.32.0",
2727
"eslint-plugin-react-hooks": "^5.2.0",
2828
"eslint-plugin-react-refresh": "^0.4.20",
@@ -34,6 +34,7 @@
3434
"tslib": "^2.3.0",
3535
"tsx": "^4.19.4",
3636
"typescript": "^5.8.3",
37+
"typescript-eslint": "^8.44.1",
3738
"uuid": "11.1.0"
3839
},
3940
"workspaces": [

packages/babylon-campaigns/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"@storybook/test": "^8.6.14",
5656
"@types/react": "^18.3.12",
5757
"@types/react-dom": "^18.3.1",
58+
"@typescript-eslint/eslint-plugin": "^8.44.1",
5859
"@vitejs/plugin-react": "^4.4.1",
5960
"autoprefixer": "^10.4.20",
6061
"globals": "^16.3.0",
@@ -69,7 +70,7 @@
6970
"storybook-dark-mode": "^4.0.2",
7071
"tailwindcss": "^3.4.14",
7172
"typescript": "^5.8.3",
72-
"typescript-eslint": "^8.37.0",
73+
"typescript-eslint": "^8.44.1",
7374
"vite": "^6.3.5",
7475
"vite-plugin-dts": "^4.3.0"
7576
},

packages/babylon-core-ui/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"@types/lodash.throttle": "^4.1.9",
6060
"@types/react": "^18.3.12",
6161
"@types/react-dom": "^18.3.1",
62+
"@typescript-eslint/eslint-plugin": "^8.44.1",
6263
"@vitejs/plugin-react": "^4.4.1",
6364
"autoprefixer": "^10.4.20",
6465
"globals": "^16.3.0",
@@ -75,7 +76,7 @@
7576
"storybook-dark-mode": "^4.0.2",
7677
"tailwindcss": "^3.4.14",
7778
"typescript": "^5.8.3",
78-
"typescript-eslint": "^8.37.0",
79+
"typescript-eslint": "^8.44.1",
7980
"vite": "^6.3.5",
8081
"vite-plugin-dts": "^4.3.0"
8182
},

packages/babylon-wallet-connector/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
"@types/node": "^22.10.2",
9191
"@types/react": "^18.3.12",
9292
"@types/react-dom": "^18.3.1",
93+
"@typescript-eslint/eslint-plugin": "^8.44.1",
9394
"@vitejs/plugin-react": "^4.4.1",
9495
"autoprefixer": "^10.4.20",
9596
"dotenv": "^16.4.7",
@@ -113,7 +114,7 @@
113114
"tailwindcss": "^3.4.14",
114115
"tsx": "^4.19.4",
115116
"typescript": "^5.8.3",
116-
"typescript-eslint": "^8.37.0",
117+
"typescript-eslint": "^8.44.1",
117118
"vite": "^6.3.5",
118119
"vite-plugin-dts": "^4.3.0",
119120
"vite-plugin-node-polyfills": "^0.23.0"

services/simple-staking/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@types/react": "^18.3.12",
8585
"@types/react-dom": "^18.3.1",
8686
"@types/uuid": "^10.0.0",
87-
"@typescript-eslint/parser": "^8.34.1",
87+
"@typescript-eslint/parser": "^8.44.1",
8888
"@vitejs/plugin-react": "^4.4.1",
8989
"autoprefixer": "^10.4.20",
9090
"babel-jest": "^29.7.0",
@@ -115,7 +115,7 @@
115115
"text-encoding": "^0.7.0",
116116
"ts-node": "^10.9.2",
117117
"typescript": "^5.8.3",
118-
"typescript-eslint": "^8.37.0",
118+
"@typescript-eslint/eslint-plugin": "^8.44.1",
119119
"vite": "^6.3.5",
120120
"vite-plugin-environment": "^1.1.3",
121121
"vite-plugin-node-polyfills": "^0.23.0",

tools/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"jsonc-eslint-parser": "^2.4.0",
2222
"globals": "^16.3.0",
2323
"typescript": "^5.8.3",
24-
"typescript-eslint": "^8.37.0"
24+
"@typescript-eslint/eslint-plugin": "^8.44.1"
2525
}
2626
}

0 commit comments

Comments
 (0)