From adffdd5184ab5d7b8ec01919fe29d9d2152ef6a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 07:10:38 +0000 Subject: [PATCH] chore(deps): bump eslint-plugin-react-hooks from 4.3.0 to 4.6.0 Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.3.0 to 4.6.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) --- updated-dependencies: - dependency-name: eslint-plugin-react-hooks dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e8af41..31245d7 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ } }, "dependencies": { - "eslint-plugin-react-hooks": "~4.3.0", + "eslint-plugin-react-hooks": "~4.6.0", "rimraf": "~3.0.2" } }