Skip to content

Commit 3cfae85

Browse files
committed
fix(deps): update dependency eslint-plugin-react-hooks to v5
1 parent c592282 commit 3cfae85

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"eslint-config-txo-typescript": "^4.0.68",
3434
"eslint-plugin-jsx-a11y": "^6.10.0",
3535
"eslint-plugin-react": "^7.37.1",
36-
"eslint-plugin-react-hooks": "^4.6.2"
36+
"eslint-plugin-react-hooks": "^5.0.0"
3737
},
3838
"devDependencies": {
3939
"@txo/commitlint": "^1.0.19",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3214,10 +3214,10 @@ eslint-plugin-promise@^6.1.1:
32143214
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.1.1.tgz#269a3e2772f62875661220631bd4dafcb4083816"
32153215
integrity sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==
32163216

3217-
eslint-plugin-react-hooks@^4.6.2:
3218-
version "4.6.2"
3219-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
3220-
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
3217+
eslint-plugin-react-hooks@^5.0.0:
3218+
version "5.0.0"
3219+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.0.0.tgz#72e2eefbac4b694f5324154619fee44f5f60f101"
3220+
integrity sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw==
32213221

32223222
eslint-plugin-react@^7.37.1:
32233223
version "7.37.1"

0 commit comments

Comments
 (0)