From b753e627dbcb2c73fb008d3502383f020e4f155d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 17 Aug 2020 12:34:27 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-react-hooks to v4.1.0 --- packages/react/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/react/package.json b/packages/react/package.json index 5a5ebaa..665f427 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -57,7 +57,7 @@ "eslint-plugin-import": "2.22.0", "eslint-plugin-prettier": "3.1.4", "eslint-plugin-react": "7.20.6", - "eslint-plugin-react-hooks": "4.0.8", + "eslint-plugin-react-hooks": "4.1.0", "fibers": "5.0.0", "fork-ts-checker-notifier-webpack-plugin": "3.0.0", "fork-ts-checker-webpack-plugin": "5.0.14", diff --git a/yarn.lock b/yarn.lock index 90c1b4b..0315035 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5719,10 +5719,10 @@ eslint-plugin-prettier@3.1.4: dependencies: prettier-linter-helpers "^1.0.0" -eslint-plugin-react-hooks@4.0.8: - version "4.0.8" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.0.8.tgz#a9b1e3d57475ccd18276882eff3d6cba00da7a56" - integrity sha512-6SSb5AiMCPd8FDJrzah+Z4F44P2CdOaK026cXFV+o/xSRzfOiV1FNFeLl2z6xm3yqWOQEZ5OfVgiec90qV2xrQ== +eslint-plugin-react-hooks@4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.1.0.tgz#6323fbd5e650e84b2987ba76370523a60f4e7925" + integrity sha512-36zilUcDwDReiORXmcmTc6rRumu9JIM3WjSvV0nclHoUQ0CNrX866EwONvLR/UqaeqFutbAnVu8PEmctdo2SRQ== eslint-plugin-react@7.20.6: version "7.20.6"