Skip to content

Commit 56412f4

Browse files
committed
fix(deps): update dependency eslint-plugin-react-hooks to v3
1 parent 8506811 commit 56412f4

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.2",
6767
"eslint-plugin-react": "7.19.0",
68-
"eslint-plugin-react-hooks": "2.5.1"
68+
"eslint-plugin-react-hooks": "3.0.0"
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
@@ -2578,10 +2578,10 @@ [email protected]:
25782578
dependencies:
25792579
prettier-linter-helpers "^1.0.0"
25802580

2581-
eslint-plugin-react-hooks@2.5.1:
2582-
version "2.5.1"
2583-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-2.5.1.tgz#4ef5930592588ce171abeb26f400c7fbcbc23cd0"
2584-
integrity sha512-Y2c4b55R+6ZzwtTppKwSmK/Kar8AdLiC2f9NADCuxbcTgPPg41Gyqa6b9GppgXSvCtkRw43ZE86CT5sejKC6/g==
2581+
eslint-plugin-react-hooks@3.0.0:
2582+
version "3.0.0"
2583+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-3.0.0.tgz#9e80c71846eb68dd29c3b21d832728aa66e5bd35"
2584+
integrity sha512-EjxTHxjLKIBWFgDJdhKKzLh5q+vjTFrqNZX36uIxWS4OfyXe5DawqPj3U5qeJ1ngLwatjzQnmR0Lz0J0YH3kxw==
25852585

25862586
25872587
version "7.19.0"

0 commit comments

Comments
 (0)