From af2c9f9b10610e82cf915963980f5b8eb28fc4f3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 13 May 2020 21:37:58 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-react-hooks from 2.5.1 to 4.0.2 Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 2.5.1 to 4.0.2. - [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 0d1388c2c..497740fa5 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "eslint": "^6.6.0", "eslint-plugin-eslint-comments": "^3.1.2", "eslint-plugin-jest": "^23.0.5", - "eslint-plugin-react-hooks": "^2.3.0", + "eslint-plugin-react-hooks": "^4.0.2", "eslint-plugin-unicorn": "^19.0.1", "father": "^2.13.4", "less": "^3.10.3",