From f992124c494863c31f1c8bdad2d5faaf965f572b Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2019 20:22:33 +0000 Subject: [PATCH] chore(package): update eslint-plugin-react-hooks to version 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76123ec..5dead9a 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-prettier": "^3.1.0", "eslint-plugin-react": "^7.13.0", - "eslint-plugin-react-hooks": "^1.6.0", + "eslint-plugin-react-hooks": "^2.0.0", "jest": "^24.8.0", "microbundle": "^0.11.0", "prettier": "^1.17.1",