From cb0eeb0a61634c963286c84983859cc0c262c8a5 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2020 20:49:52 +0000 Subject: [PATCH] chore(package): update eslint-plugin-react-hooks to version 2.4.0 Closes #77 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 33a2cd9..64c1168 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-plugin-jest": "^22.3.0", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-react": "^7.12.4", - "eslint-plugin-react-hooks": "^1.0.2", + "eslint-plugin-react-hooks": "^2.4.0", "eslint-plugin-typescript": "^0.14.0", "identity-obj-proxy": "^3.0.0", "jest": "^24.1.0",