From ab988a43f6868e48571cb60359156aabe512809f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 7 Apr 2022 23:21:05 +0000 Subject: [PATCH] feat(deps): update dependency eslint-plugin-react-hooks to ~4.4.0 --- packages/eslint-config-react/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index 8afc5e59..b421f3b5 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -32,7 +32,7 @@ "babel-eslint": "^10.1.0", "eslint-plugin-jsx-a11y": "~6.5.1", "eslint-plugin-react": "~7.29.0", - "eslint-plugin-react-hooks": "~4.2.0" + "eslint-plugin-react-hooks": "~4.4.0" }, "devDependencies": { "eslint": "^7.32.0", diff --git a/yarn.lock b/yarn.lock index cb4341cf..55f67d11 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3645,10 +3645,10 @@ eslint-plugin-prettier@~4.0.0: dependencies: prettier-linter-helpers "^1.0.0" -eslint-plugin-react-hooks@~4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556" - integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ== +eslint-plugin-react-hooks@~4.4.0: + version "4.4.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.4.0.tgz#71c39e528764c848d8253e1aa2c7024ed505f6c4" + integrity sha512-U3RVIfdzJaeKDQKEJbz5p3NW8/L80PCATJAfuojwbaEL+gBjfGdhUcGde+WGUW46Q5sr/NgxevsIiDtNXrvZaQ== eslint-plugin-react@~7.29.0: version "7.29.2"