Skip to content

Commit c4dd3ae

Browse files
committed
fix(deps): update dependency eslint-plugin-react-hooks to v4
1 parent e4590af commit c4dd3ae

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
@@ -65,7 +65,7 @@
6565
"eslint-plugin-jsx-a11y": "6.2.3",
6666
"eslint-plugin-prettier": "3.1.3",
6767
"eslint-plugin-react": "7.20.0",
68-
"eslint-plugin-react-hooks": "2.5.1"
68+
"eslint-plugin-react-hooks": "4.0.2"
6969
},
7070
"devDependencies": {
7171
"@commitlint/cli": "8.3.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2753,10 +2753,10 @@ [email protected]:
27532753
dependencies:
27542754
prettier-linter-helpers "^1.0.0"
27552755

2756-
eslint-plugin-react-hooks@2.5.1:
2757-
version "2.5.1"
2758-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-2.5.1.tgz#4ef5930592588ce171abeb26f400c7fbcbc23cd0"
2759-
integrity sha512-Y2c4b55R+6ZzwtTppKwSmK/Kar8AdLiC2f9NADCuxbcTgPPg41Gyqa6b9GppgXSvCtkRw43ZE86CT5sejKC6/g==
2756+
eslint-plugin-react-hooks@4.0.2:
2757+
version "4.0.2"
2758+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.0.2.tgz#03700ca761eacc1b6436074c456f90a8e331ff28"
2759+
integrity sha512-kAMRjNztrLW1rK+81X1NwMB2LqG+nc7Q8AibnG8/VyWhQK8SP6JotCFG+HL4u1EjziplxVz4jARdR8gGk8pLDA==
27602760

27612761
27622762
version "7.20.0"

0 commit comments

Comments
 (0)