From cba41ceeadfcce1bd7c9fb534fee29e065395762 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2019 22:50:16 +0100 Subject: [PATCH] build(deps-dev): bump eslint-plugin-react-hooks from 2.2.0 to 2.3.0 (#278) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6dc0be4..e1b2c86 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-prettier": "3.1.1", "eslint-plugin-react": "7.16.0", - "eslint-plugin-react-hooks": "2.2.0", + "eslint-plugin-react-hooks": "2.3.0", "eslint-plugin-verdaccio": "8.2.0", "file-loader": "4.2.0", "friendly-errors-webpack-plugin": "1.7.0", diff --git a/yarn.lock b/yarn.lock index 7092ef0..d04c91c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5404,10 +5404,10 @@ eslint-plugin-prettier@3.1.1: dependencies: prettier-linter-helpers "^1.0.0" -eslint-plugin-react-hooks@2.2.0: - version "2.2.0" - resolved "https://registry.verdaccio.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-2.2.0.tgz#078264e9e388da6929ace09d6abe92c85963aff4" - integrity sha512-jSlnBjV2cmyIeL555H/FbvuSbQ1AtpHjLMHuPrQnt1eVA6lX8yufdygh7AArI2m8ct7ChHGx2uOaCuxq2MUn6g== +eslint-plugin-react-hooks@2.3.0: + version "2.3.0" + resolved "https://registry.verdaccio.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-2.3.0.tgz#53e073961f1f5ccf8dd19558036c1fac8c29d99a" + integrity sha512-gLKCa52G4ee7uXzdLiorca7JIQZPPXRAQDXV83J4bUEeUuc5pIEyZYAZ45Xnxe5IuupxEqHS+hUhSLIimK1EMw== eslint-plugin-react@7.16.0: version "7.16.0"