Skip to content

Commit cf11b6a

Browse files
committed
update all packages to eslint@9
1 parent 82c13dc commit cf11b6a

File tree

4 files changed

+294
-83
lines changed

4 files changed

+294
-83
lines changed

examples/react/basic-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/react": "^18.2.55",
2323
"@types/react-dom": "^18.2.19",
2424
"@vitejs/plugin-react": "^4.2.1",
25-
"eslint": "^8.56.0",
25+
"eslint": "^9.0.0",
2626
"eslint-config-prettier": "^9.1.0",
2727
"typescript": "5.2.2",
2828
"vite": "^5.1.1"

examples/react/shadow-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@typescript-eslint/eslint-plugin": "^7.0.2",
2222
"@typescript-eslint/parser": "^7.0.2",
2323
"@vitejs/plugin-react": "^4.2.1",
24-
"eslint": "^8.56.0",
24+
"eslint": "^9.0.0",
2525
"eslint-plugin-react-hooks": "^4.6.0",
2626
"eslint-plugin-react-refresh": "^0.4.5",
2727
"typescript": "5.2.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@vitest/coverage-istanbul": "^1.3.1",
5757
"cpy-cli": "^5.0.0",
5858
"esbuild-plugin-file-path-extensions": "^2.0.0",
59-
"eslint": "^8.56.0",
59+
"eslint": "^9.0.0",
6060
"eslint-config-prettier": "^9.1.0",
6161
"eslint-import-resolver-typescript": "^3.6.1",
6262
"eslint-plugin-import": "^2.29.1",

0 commit comments

Comments
 (0)