From 7954f9cb273d5db57bd21e20cc2dffb74aff88d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 10:51:15 +0800 Subject: [PATCH] fix(deps): update dependency eslint-plugin-react-hooks to v2 (#14) --- packages/eslint-config/package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 75ff068..de5ded8 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -32,7 +32,7 @@ "eslint-plugin-jest": "^22.15.1", "eslint-plugin-node": "^9.1.0", "eslint-plugin-react": "^7.14.3", - "eslint-plugin-react-hooks": "^1.7.0" + "eslint-plugin-react-hooks": "^2.0.0" }, "publishConfig": { "access": "public" diff --git a/yarn.lock b/yarn.lock index fa3b42a..acde3fd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1620,7 +1620,7 @@ eslint-plugin-jest "^22.15.1" eslint-plugin-node "^9.1.0" eslint-plugin-react "^7.14.3" - eslint-plugin-react-hooks "^1.7.0" + eslint-plugin-react-hooks "^2.0.0" "@mrmlnc/readdir-enhanced@^2.2.1": version "2.2.1" @@ -3026,10 +3026,10 @@ eslint-plugin-prettier@^3.1.0: dependencies: prettier-linter-helpers "^1.0.0" -eslint-plugin-react-hooks@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.7.0.tgz#6210b6d5a37205f0b92858f895a4e827020a7d04" - integrity sha512-iXTCFcOmlWvw4+TOE8CLWj6yX1GwzT0Y6cUfHHZqWnSk144VmVIRcVGtUAzrLES7C798lmvnt02C7rxaOX1HNA== +eslint-plugin-react-hooks@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-2.0.1.tgz#e898ec26a0a335af6f7b0ad1f0bedda7143ed756" + integrity sha512-xir+3KHKo86AasxlCV8AHRtIZPHljqCRRUYgASkbatmt0fad4+5GgC7zkT7o/06hdKM6MIwp8giHVXqBPaarHQ== eslint-plugin-react@^7.14.3: version "7.14.3"