From 69efde92330013790c6120044b52ba638b714aff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 11:05:34 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-react-hooks Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 0.0.0-experimental-02c0e824-20241028 to 5.2.0. - [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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5477d6f..dfed1fa 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint-plugin-promise": "^7.0.0", "eslint-plugin-react": "^7.37.1", "eslint-plugin-react-compiler": "^19.0.0-beta-6fc168f-20241025", - "eslint-plugin-react-hooks": "^0.0.0-experimental-02c0e824-20241028", + "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.5", "husky": "^9.0.6", "postcss": "^8.4.33", diff --git a/yarn.lock b/yarn.lock index 64aa573..afc8513 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1582,10 +1582,10 @@ eslint-plugin-react-compiler@^19.0.0-beta-6fc168f-20241025: zod "^3.22.4" zod-validation-error "^3.0.3" -eslint-plugin-react-hooks@^0.0.0-experimental-02c0e824-20241028: - version "0.0.0-experimental-02c0e824-20241028" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-0.0.0-experimental-02c0e824-20241028.tgz#0cdce286d7bb59d98bdec5463cab6dfa4d822f69" - integrity sha512-qIR/YcDeAG2V3FL7EWgL0hR32wEw64eOEUQdGZKru4RbDXOvSNaVDn4AOxsdTKol5bjjpHv41tK5hwuPHCvMoQ== +eslint-plugin-react-hooks@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz#1be0080901e6ac31ce7971beed3d3ec0a423d9e3" + integrity sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg== eslint-plugin-react-refresh@^0.4.5: version "0.4.16"