From 6dcf1853445d7245512a2852200b7c07655c87d8 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Tue, 12 May 2020 16:24:26 +0000 Subject: [PATCH] chore(package): update eslint-plugin-react-hooks to version 4.0.1 Closes #17 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76123ec..b36f439 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": "^4.0.1", "jest": "^24.8.0", "microbundle": "^0.11.0", "prettier": "^1.17.1",