Skip to content

Commit 0ddfb9f

Browse files
chore(deps): update eslint-plugin-react-hooks to stable v5 (#18335)
1 parent 4ab37fd commit 0ddfb9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/react-dom": "^18.3.0",
2020
"@vitejs/plugin-react": "^4.3.2",
2121
"eslint": "^9.12.0",
22-
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
22+
"eslint-plugin-react-hooks": "^5.0.0",
2323
"eslint-plugin-react-refresh": "^0.4.12",
2424
"globals": "^15.10.0",
2525
"typescript": "^5.5.3",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@vitejs/plugin-react": "^4.3.2",
2121
"eslint": "^9.12.0",
2222
"eslint-plugin-react": "^7.37.1",
23-
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
23+
"eslint-plugin-react-hooks": "^5.0.0",
2424
"eslint-plugin-react-refresh": "^0.4.12",
2525
"globals": "^15.10.0",
2626
"vite": "^5.4.8"

0 commit comments

Comments
 (0)