From aa685c295448c3129e8be1911f730ab4e8dfc095 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 14 May 2020 10:17:21 +0000 Subject: [PATCH] Update dependency eslint-plugin-react-hooks to v4 --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index dfedad1..b29501c 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-prettier": "3.1.3", "eslint-plugin-react": "7.20.0", - "eslint-plugin-react-hooks": "3.0.0", + "eslint-plugin-react-hooks": "4.0.2", "eslint-plugin-sort-imports-es6-autofix": "0.5.0", "prettier": "2.0.5", "react": "16.13.1" @@ -45,7 +45,7 @@ "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-prettier": "^3.1.0", "eslint-plugin-react": "^7.14.3", - "eslint-plugin-react-hooks": "^1.7.0 || ^2.0.0 || ^3.0.0", + "eslint-plugin-react-hooks": "^1.7.0 || ^2.0.0 || ^3.0.0 || ^4.0.0", "eslint-plugin-sort-imports-es6-autofix": "^0.5.0", "prettier": ">=2.0.0" }, diff --git a/yarn.lock b/yarn.lock index b325ec7..c3a21ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -444,10 +444,10 @@ eslint-plugin-prettier@3.1.3: dependencies: prettier-linter-helpers "^1.0.0" -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-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"