From 88942fa7e317de8c20b1659b2f414a8e3edcbde4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2020 04:01:39 +0000 Subject: [PATCH] Bump eslint-plugin-react-hooks from 2.4.0 to 3.0.0 Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 2.4.0 to 3.0.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/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..9ca17688081bcb 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": "^3.0.0", "expect-puppeteer": "^4.3.0", "fs-extra": "^8.1.0", "glob": "^7.1.2", diff --git a/yarn.lock b/yarn.lock index 6bda298a6d74d5..fb64443fb124bd 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@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-3.0.0.tgz#9e80c71846eb68dd29c3b21d832728aa66e5bd35" + integrity sha512-EjxTHxjLKIBWFgDJdhKKzLh5q+vjTFrqNZX36uIxWS4OfyXe5DawqPj3U5qeJ1ngLwatjzQnmR0Lz0J0YH3kxw== eslint-plugin-react@^7.14.3: version "7.18.3"