From e752b8b24503ebb1f6b6feb7f5a5fce472de77a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 18:05:46 +0000 Subject: [PATCH] chore: bump eslint-plugin-react-hooks from 4.6.2 to 5.0.0 Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.6.2 to 5.0.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/eslint-plugin-react-hooks@5.0.0/packages/eslint-plugin-react-hooks) --- updated-dependencies: - dependency-name: eslint-plugin-react-hooks dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index cb3d38734..df1d0fc8c 100644 --- a/package.json +++ b/package.json @@ -263,7 +263,7 @@ "eslint-config-next": "^14.2.6", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsx-a11y": "^6.9.0", - "eslint-plugin-react-hooks": "^4.6.2", + "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-simple-import-sort": "^12.1.1", "eslint-plugin-storybook": "^0.8.0", "eslint-plugin-unused-imports": "^4.1.3", diff --git a/yarn.lock b/yarn.lock index 082a6dd82..f7128603c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -26081,7 +26081,7 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-react-hooks@npm:^4.6.0, eslint-plugin-react-hooks@npm:^4.6.2": +"eslint-plugin-react-hooks@npm:^4.6.0": version: 4.6.2 resolution: "eslint-plugin-react-hooks@npm:4.6.2" peerDependencies: @@ -26090,6 +26090,15 @@ __metadata: languageName: node linkType: hard +"eslint-plugin-react-hooks@npm:^5.0.0": + version: 5.0.0 + resolution: "eslint-plugin-react-hooks@npm:5.0.0" + peerDependencies: + eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 + checksum: 10c0/bcb74b421f32e4203a7100405b57aab85526be4461e5a1da01bc537969a30012d2ee209a2c2a6cac543833a27188ce1e6ad71e4628d0bb4a2e5365cad86c5002 + languageName: node + linkType: hard + "eslint-plugin-react@npm:^7.33.2": version: 7.35.1 resolution: "eslint-plugin-react@npm:7.35.1" @@ -46834,7 +46843,7 @@ __metadata: eslint-config-next: "npm:^14.2.6" eslint-plugin-import: "npm:^2.29.1" eslint-plugin-jsx-a11y: "npm:^6.9.0" - eslint-plugin-react-hooks: "npm:^4.6.2" + eslint-plugin-react-hooks: "npm:^5.0.0" eslint-plugin-simple-import-sort: "npm:^12.1.1" eslint-plugin-storybook: "npm:^0.8.0" eslint-plugin-unused-imports: "npm:^4.1.3"