Skip to content

Commit fa4b962

Browse files
fix(deps): update eslint monorepo to v10
1 parent 39433d4 commit fa4b962

File tree

14 files changed

+686
-1112
lines changed

14 files changed

+686
-1112
lines changed

examples/nextjs-app/package-lock.json

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

examples/nextjs-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@types/node": "24.10.13",
1717
"@types/react": "19.2.14",
1818
"@types/react-dom": "19.2.3",
19-
"eslint": "9.39.3",
19+
"eslint": "10.0.2",
2020
"eslint-config-next": "16.1.6",
2121
"next": "16.1.6",
2222
"react": "19.2.4",

examples/nextjs-pages/package-lock.json

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

examples/nextjs-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@types/node": "24.10.13",
1717
"@types/react": "19.2.14",
1818
"@types/react-dom": "19.2.3",
19-
"eslint": "9.39.3",
19+
"eslint": "10.0.2",
2020
"eslint-config-next": "16.1.6",
2121
"next": "16.1.6",
2222
"react": "19.2.4",

examples/react-router-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@react-router/dev": "7.13.0",
2828
"@types/react": "19.2.14",
2929
"@types/react-dom": "19.2.3",
30-
"eslint": "9.39.3",
30+
"eslint": "10.0.2",
3131
"eslint-import-resolver-typescript": "4.4.4",
3232
"eslint-plugin-import": "2.32.0",
3333
"eslint-plugin-jsx-a11y": "6.10.2",

examples/vite-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@ui5/webcomponents-cypress-commands": "2.19.0",
3030
"@vitejs/plugin-react": "5.1.4",
3131
"cypress": "15.10.0",
32-
"eslint": "9.39.3",
32+
"eslint": "10.0.2",
3333
"eslint-plugin-react-hooks": "7.0.1",
3434
"eslint-plugin-react-refresh": "0.5.0",
3535
"globals": "17.3.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@babel/preset-typescript": "7.28.5",
6060
"@cypress/code-coverage": "4.0.0",
6161
"@eslint/compat": "2.0.2",
62-
"@eslint/js": "9.39.3",
62+
"@eslint/js": "10.0.1",
6363
"@semantic-release/github": "12.0.6",
6464
"@testing-library/cypress": "10.1.0",
6565
"@types/jscodeshift": "17.3.0",
@@ -74,7 +74,7 @@
7474
"cypress-real-events": "1.15.0",
7575
"dedent": "1.7.1",
7676
"documentation": "14.0.3",
77-
"eslint": "9.39.3",
77+
"eslint": "10.0.2",
7878
"eslint-config-prettier": "10.1.8",
7979
"eslint-import-resolver-typescript": "4.4.4",
8080
"eslint-plugin-import": "2.32.0",

patterns/navigation-layout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/react": "19.2.14",
2323
"@types/react-dom": "19.2.3",
2424
"@vitejs/plugin-react": "5.1.4",
25-
"eslint": "9.39.3",
25+
"eslint": "10.0.2",
2626
"eslint-plugin-react-hooks": "7.0.1",
2727
"eslint-plugin-react-refresh": "0.5.0",
2828
"globals": "17.3.0",

0 commit comments

Comments
 (0)