From 98c443df085161324e3e6e3afff368580f3559e3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 May 2020 04:08:50 +0000 Subject: [PATCH] Bump eslint-plugin-react-hooks from 2.4.0 to 4.0.2 Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 2.4.0 to 4.0.2. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 13a574dde724a4..9e084ff556b694 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-mocha": "^6.1.1", "eslint-plugin-react": "^7.14.3", - "eslint-plugin-react-hooks": "^2.1.1", + "eslint-plugin-react-hooks": "^4.0.2", "expect-puppeteer": "^4.3.0", "fs-extra": "^8.1.0", "glob": "^7.1.2", diff --git a/yarn.lock b/yarn.lock index 6bda298a6d74d5..9883ec74aa54a7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6488,10 +6488,10 @@ eslint-plugin-mocha@^6.1.1: eslint-utils "^2.0.0" ramda "^0.27.0" -eslint-plugin-react-hooks@^2.1.1: - version "2.4.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-2.4.0.tgz#db6ee1cc953e3a217035da3d4e9d4356d3c672a4" - integrity sha512-bH5DOCP6WpuOqNaux2BlaDCrSgv8s5BitP90bTgtZ1ZsRn2bdIfeMDY5F2RnJVnyKDy6KRQRDbipPLZ1y77QtQ== +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.14.3: version "7.18.3"