Skip to content

Commit f689b98

Browse files
chore(deps): update dependency eslint-plugin-react-hooks to v7
1 parent 3a92bc7 commit f689b98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/create-vite/template-react-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/react-dom": "^19.2.0",
2121
"@vitejs/plugin-react": "^5.0.4",
2222
"eslint": "^9.37.0",
23-
"eslint-plugin-react-hooks": "^5.2.0",
23+
"eslint-plugin-react-hooks": "^7.0.0",
2424
"eslint-plugin-react-refresh": "^0.4.23",
2525
"globals": "^16.4.0",
2626
"typescript": "~5.9.3",

packages/create-vite/template-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/react-dom": "^19.2.0",
2020
"@vitejs/plugin-react": "^5.0.4",
2121
"eslint": "^9.37.0",
22-
"eslint-plugin-react-hooks": "^5.2.0",
22+
"eslint-plugin-react-hooks": "^7.0.0",
2323
"eslint-plugin-react-refresh": "^0.4.23",
2424
"globals": "^16.4.0",
2525
"vite": "^7.1.9"

0 commit comments

Comments
 (0)