Skip to content

Commit 3946b95

Browse files
fix(deps): update dependency eslint-plugin-react-hooks to ^5.1.0
1 parent a6b3c6a commit 3946b95

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
@@ -38,7 +38,7 @@
3838
"dependencies": {
3939
"eslint-plugin-jsx-a11y": "^6.10.2",
4040
"eslint-plugin-react": "^7.37.2",
41-
"eslint-plugin-react-hooks": "^5.0.0"
41+
"eslint-plugin-react-hooks": "^5.1.0"
4242
},
4343
"devDependencies": {
4444
"@txo/commitlint": "^1.0.20",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3081,10 +3081,10 @@ eslint-plugin-promise@^7.0.0, eslint-plugin-promise@^7.2.1:
30813081
dependencies:
30823082
"@eslint-community/eslint-utils" "^4.4.0"
30833083

3084-
eslint-plugin-react-hooks@^5.0.0:
3085-
version "5.0.0"
3086-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.0.0.tgz#72e2eefbac4b694f5324154619fee44f5f60f101"
3087-
integrity sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw==
3084+
eslint-plugin-react-hooks@^5.1.0:
3085+
version "5.1.0"
3086+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz#3d34e37d5770866c34b87d5b499f5f0b53bf0854"
3087+
integrity sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==
30883088

30893089
eslint-plugin-react@^7.37.2:
30903090
version "7.37.2"

0 commit comments

Comments
 (0)