From c4dd3ae311707c5e36797a5c17f983b53b8ed7df Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 25 May 2020 09:45:34 +0000 Subject: [PATCH] fix(deps): update dependency eslint-plugin-react-hooks to v4 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 561d35e2d..e8e385bc7 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-prettier": "3.1.3", "eslint-plugin-react": "7.20.0", - "eslint-plugin-react-hooks": "2.5.1" + "eslint-plugin-react-hooks": "4.0.2" }, "devDependencies": { "@commitlint/cli": "8.3.5", diff --git a/yarn.lock b/yarn.lock index 664beef7b..40d3049fd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2753,10 +2753,10 @@ eslint-plugin-prettier@3.1.3: dependencies: prettier-linter-helpers "^1.0.0" -eslint-plugin-react-hooks@2.5.1: - version "2.5.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-2.5.1.tgz#4ef5930592588ce171abeb26f400c7fbcbc23cd0" - integrity sha512-Y2c4b55R+6ZzwtTppKwSmK/Kar8AdLiC2f9NADCuxbcTgPPg41Gyqa6b9GppgXSvCtkRw43ZE86CT5sejKC6/g== +eslint-plugin-react-hooks@4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.0.2.tgz#03700ca761eacc1b6436074c456f90a8e331ff28" + integrity sha512-kAMRjNztrLW1rK+81X1NwMB2LqG+nc7Q8AibnG8/VyWhQK8SP6JotCFG+HL4u1EjziplxVz4jARdR8gGk8pLDA== eslint-plugin-react@7.20.0: version "7.20.0"