Skip to content

Commit a7e82e1

Browse files
chore(deps): update dependency eslint-plugin-react-hooks to v7
1 parent 6fb41a2 commit a7e82e1

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.2",
2121
"@vitejs/plugin-react": "^5.0.4",
2222
"eslint": "^9.38.0",
23-
"eslint-plugin-react-hooks": "^5.2.0",
23+
"eslint-plugin-react-hooks": "^7.0.0",
2424
"eslint-plugin-react-refresh": "^0.4.24",
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.2",
2020
"@vitejs/plugin-react": "^5.0.4",
2121
"eslint": "^9.38.0",
22-
"eslint-plugin-react-hooks": "^5.2.0",
22+
"eslint-plugin-react-hooks": "^7.0.0",
2323
"eslint-plugin-react-refresh": "^0.4.24",
2424
"globals": "^16.4.0",
2525
"vite": "^7.1.10"

0 commit comments

Comments
 (0)