From ad0a1222439f2a3f8826ac8d90ae8aa4dc33d700 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 21 Oct 2020 13:35:28 +0000 Subject: [PATCH] Bump eslint-plugin-react-hooks from 4.1.0 to 4.2.0 Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.1.0 to 4.2.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 ae98bd2..f930bdc 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "eslint-plugin-jsx-a11y": "6.3.1", "eslint-plugin-react": "7.20.6", - "eslint-plugin-react-hooks": "4.1.0" + "eslint-plugin-react-hooks": "4.2.0" }, "devDependencies": { "@tailify/eslint-config-legacy": "^8.0.3",