Skip to content

Commit 3cded20

Browse files
fix(deps): update dependency eslint-plugin-react-hooks to v5
1 parent 59113b8 commit 3cded20

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@typescript-eslint/parser": "^8.2.0",
8282
"eslint": "^8.0.0",
8383
"eslint-config-prettier": "^9.0.0",
84-
"eslint-plugin-react-hooks": "^4.6.1",
84+
"eslint-plugin-react-hooks": "^5.0.0",
8585
"eslint-plugin-unused-imports": "^4.0.0",
8686
"starpc": "^0.35.0",
8787
"vitest": "^2.0.2"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1217,10 +1217,10 @@ eslint-config-prettier@^9.0.0:
12171217
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
12181218
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
12191219

1220-
eslint-plugin-react-hooks@^4.6.1:
1221-
version "4.6.2"
1222-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
1223-
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
1220+
eslint-plugin-react-hooks@^5.0.0:
1221+
version "5.0.0"
1222+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.0.0.tgz#72e2eefbac4b694f5324154619fee44f5f60f101"
1223+
integrity sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw==
12241224

12251225
eslint-plugin-unused-imports@^4.0.0:
12261226
version "4.1.4"

0 commit comments

Comments
 (0)