Skip to content

Commit 6d0bbe5

Browse files
chore(deps): update dependency eslint-plugin-react-hooks to v6
1 parent e718844 commit 6d0bbe5

File tree

10 files changed

+675
-53
lines changed

10 files changed

+675
-53
lines changed

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

Lines changed: 73 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.0",
3636
"globals": "16.4.0",
3737
"typescript": "5.8.3",
3838
"typescript-eslint": "8.44.1",

examples/vite-ts/package-lock.json

Lines changed: 166 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.0",
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.0",
8585
"eslint-plugin-storybook": "9.1.7",
8686
"glob": "11.0.3",
8787
"globals": "16.4.0",

0 commit comments

Comments
 (0)