diff --git a/package.json b/package.json index 2f50417..8a70dc6 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.6.1", "eslint-plugin-react": "^7.31.10", - "eslint-plugin-react-hooks": "^4.6.0", + "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-unicorn": "^49.0.0", "jest": "^29.0.0", "lerna": "^7.0.0", diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index 228bc95..d0a1671 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -8,7 +8,7 @@ "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.6.1", "eslint-plugin-react": "^7.31.10", - "eslint-plugin-react-hooks": "^4.6.0" + "eslint-plugin-react-hooks": "^5.1.0" }, "peerDependencies": { "eslint": ">= 4.19.1" diff --git a/yarn.lock b/yarn.lock index 3542572..8c4c9cc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3169,10 +3169,10 @@ eslint-plugin-jsx-a11y@^6.6.1: safe-regex-test "^1.0.3" string.prototype.includes "^2.0.0" -eslint-plugin-react-hooks@^4.6.0: - version "4.6.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.1.tgz#85a7e271da14ae4eb4ed717abb4db6e99700550f" - integrity sha512-Ck77j8hF7l9N4S/rzSLOWEKpn994YH6iwUK8fr9mXIaQvGpQYmOnQLbiue1u5kI5T1y+gdgqosnEAO9NCz0DBg== +eslint-plugin-react-hooks@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz#3d34e37d5770866c34b87d5b499f5f0b53bf0854" + integrity sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw== eslint-plugin-react@^7.31.10: version "7.36.1"