From baa26b0d2ee863f8b59c4285fe67a9b96b179df0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2020 17:03:00 +0000 Subject: [PATCH] Bump eslint-plugin-react-hooks from 2.5.1 to 4.1.0 Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 2.5.1 to 4.1.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c0ca18..67c4ce7 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "eslint-plugin-optimize-regex": "^1.1.7", "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-react": "^7.17.0", - "eslint-plugin-react-hooks": "^2.3.0", + "eslint-plugin-react-hooks": "^4.1.0", "husky": "^3.1.0", "lint-staged": "^9.5.0", "prettier": "^1.19.1",