Skip to content

Commit 47e3ebf

Browse files
chore(deps): update dependency eslint-plugin-react-hooks to v6
1 parent 1e70896 commit 47e3ebf

File tree

10 files changed

+183
-41
lines changed

10 files changed

+183
-41
lines changed

examples/react-router-ts/package-lock.json

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

examples/react-router-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"eslint-plugin-import": "2.32.0",
3333
"eslint-plugin-jsx-a11y": "6.10.2",
3434
"eslint-plugin-react": "7.37.5",
35-
"eslint-plugin-react-hooks": "5.2.0",
35+
"eslint-plugin-react-hooks": "6.1.1",
3636
"globals": "16.4.0",
3737
"typescript": "5.8.3",
3838
"typescript-eslint": "8.44.1",

examples/vite-ts/package-lock.json

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

examples/vite-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@vitejs/plugin-react": "5.0.4",
3131
"cypress": "15.2.0",
3232
"eslint": "9.36.0",
33-
"eslint-plugin-react-hooks": "5.2.0",
33+
"eslint-plugin-react-hooks": "6.1.1",
3434
"eslint-plugin-react-refresh": "0.4.22",
3535
"globals": "16.4.0",
3636
"typescript-eslint": "8.44.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"eslint-plugin-no-only-tests": "3.3.0",
8282
"eslint-plugin-prettier": "5.5.4",
8383
"eslint-plugin-react": "7.37.5",
84-
"eslint-plugin-react-hooks": "5.2.0",
84+
"eslint-plugin-react-hooks": "6.1.1",
8585
"eslint-plugin-storybook": "9.1.7",
8686
"glob": "11.0.3",
8787
"globals": "16.4.0",

patterns/navigation-layout/package-lock.json

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

patterns/navigation-layout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/react-dom": "19.1.9",
2424
"@vitejs/plugin-react": "5.0.4",
2525
"eslint": "9.36.0",
26-
"eslint-plugin-react-hooks": "5.2.0",
26+
"eslint-plugin-react-hooks": "6.1.1",
2727
"eslint-plugin-react-refresh": "0.4.22",
2828
"globals": "16.4.0",
2929
"typescript": "5.8.3",

templates/vite-ts/package-lock.json

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

templates/vite-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@ui5/webcomponents-cypress-commands": "2.14.1",
2828
"cypress": "15.2.0",
2929
"eslint": "9.36.0",
30-
"eslint-plugin-react-hooks": "5.2.0",
30+
"eslint-plugin-react-hooks": "6.1.1",
3131
"eslint-plugin-react-refresh": "0.4.22",
3232
"globals": "16.4.0",
3333
"typescript": "5.8.3",

0 commit comments

Comments
 (0)