From 12e419ac13aa95cb52354282c92f1a550e5fe8d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 21:06:41 +0200 Subject: [PATCH] build(deps): bump eslint-plugin-react-hooks from 4.6.1 to 4.6.2 (#1207) Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/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-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/workshop/package.json | 2 +- tooling/eslint/package.json | 2 +- yarn.lock | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/workshop/package.json b/packages/workshop/package.json index 5f4990134..35cc2ae0a 100644 --- a/packages/workshop/package.json +++ b/packages/workshop/package.json @@ -36,7 +36,7 @@ "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.19", "eslint": "^8.57.0", - "eslint-plugin-react-hooks": "^4.6.1", + "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.6", "eslint-plugin-storybook": "^0.8.0", "postcss": "^8.4.38", diff --git a/tooling/eslint/package.json b/tooling/eslint/package.json index a9c6c3b0d..ee3ee32c3 100644 --- a/tooling/eslint/package.json +++ b/tooling/eslint/package.json @@ -25,7 +25,7 @@ "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react": "^7.34.1", - "eslint-plugin-react-hooks": "^4.6.1", + "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-tailwindcss": "^3.15.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 22d067307..5f7324343 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1686,7 +1686,7 @@ __metadata: eslint-plugin-jsx-a11y: "npm:^6.8.0" eslint-plugin-prettier: "npm:^5.1.3" eslint-plugin-react: "npm:^7.34.1" - eslint-plugin-react-hooks: "npm:^4.6.1" + eslint-plugin-react-hooks: "npm:^4.6.2" eslint-plugin-tailwindcss: "npm:^3.15.1" typescript: "npm:^5.4.5" languageName: unknown @@ -8357,12 +8357,12 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-react-hooks@npm:^4.6.1": - version: 4.6.1 - resolution: "eslint-plugin-react-hooks@npm:4.6.1" +"eslint-plugin-react-hooks@npm:^4.6.2": + version: 4.6.2 + resolution: "eslint-plugin-react-hooks@npm:4.6.2" peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 - checksum: 10c0/c7b6cf91dc92d4d69311cc9d83bc944abb131aa843284a2b5312323cee8c26425c31027b8d9626d4c909055b42f1a413eadb29cf0025adf689bcfde99dcd498a + checksum: 10c0/4844e58c929bc05157fb70ba1e462e34f1f4abcbc8dd5bbe5b04513d33e2699effb8bca668297976ceea8e7ebee4e8fc29b9af9d131bcef52886feaa2308b2cc languageName: node linkType: hard @@ -14951,7 +14951,7 @@ __metadata: "@vitejs/plugin-react": "npm:^4.2.1" autoprefixer: "npm:^10.4.19" eslint: "npm:^8.57.0" - eslint-plugin-react-hooks: "npm:^4.6.1" + eslint-plugin-react-hooks: "npm:^4.6.2" eslint-plugin-react-refresh: "npm:^0.4.6" eslint-plugin-storybook: "npm:^0.8.0" postcss: "npm:^8.4.38"