From 79fcfc986f59588691bdbbbb3299a70fda0c804e Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 1 May 2020 16:39:25 +0000 Subject: [PATCH] chore(package): update eslint-plugin-react-hooks to version 4.0.0 Closes #395 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d3d8a1a..ff6b4b6 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint-plugin-import": "^2.20.0", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.18.0", - "eslint-plugin-react-hooks": "^2.3.0", + "eslint-plugin-react-hooks": "^4.0.0", "jest": "25.1.0", "jest-environment-jsdom": "^25.1.0", "jest-environment-jsdom-global": "^1.2.0",