Skip to content

Commit 289c1ef

Browse files
fix(deps): update dependency eslint-plugin-react-hooks to ^4.1.2 (#142)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 743a4f5 commit 289c1ef

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
@@ -43,7 +43,7 @@
4343
"eslint-plugin-import": "^2.22.0",
4444
"eslint-plugin-jsdoc": "^30.2.1",
4545
"eslint-plugin-react": "^7.20.5",
46-
"eslint-plugin-react-hooks": "^4.0.8",
46+
"eslint-plugin-react-hooks": "^4.1.2",
4747
"eslint-plugin-rxjs": "^0.0.2-beta.29",
4848
"eslint-plugin-unicorn": "^21.0.0"
4949
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1744,10 +1744,10 @@ eslint-plugin-jsdoc@^30.2.1:
17441744
semver "^7.3.2"
17451745
spdx-expression-parse "^3.0.1"
17461746

1747-
eslint-plugin-react-hooks@^4.0.8:
1748-
version "4.0.8"
1749-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.0.8.tgz#a9b1e3d57475ccd18276882eff3d6cba00da7a56"
1750-
integrity sha512-6SSb5AiMCPd8FDJrzah+Z4F44P2CdOaK026cXFV+o/xSRzfOiV1FNFeLl2z6xm3yqWOQEZ5OfVgiec90qV2xrQ==
1747+
eslint-plugin-react-hooks@^4.1.2:
1748+
version "4.1.2"
1749+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.1.2.tgz#2eb53731d11c95826ef7a7272303eabb5c9a271e"
1750+
integrity sha512-ykUeqkGyUGgwTtk78C0o8UG2fzwmgJ0qxBGPp2WqRKsTwcLuVf01kTDRAtOsd4u6whX2XOC8749n2vPydP82fg==
17511751

17521752
eslint-plugin-react@^7.20.5:
17531753
version "7.20.5"

0 commit comments

Comments
 (0)