From db3d3b4e2895a93265a1a87510835a3958ec6563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 18:30:17 +0000 Subject: [PATCH] Bump eslint-plugin-react-hooks Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 7.1.0-canary-fef12a01-20260413 to 7.1.1. - [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-version: 7.1.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9aac05f..7ace58e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -72,7 +72,7 @@ "@typescript-eslint/parser": "^8.58.0", "@vitejs/plugin-react-swc": "^4.3.0", "eslint": "^10.2.0", - "eslint-plugin-react-hooks": "^7.1.0-canary-00f063c3-20260415", + "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.4.0", "tailwindcss": "^4.1.17", @@ -4336,9 +4336,9 @@ } }, "node_modules/eslint-plugin-react-hooks": { - "version": "7.1.0-canary-fef12a01-20260413", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.0-canary-fef12a01-20260413.tgz", - "integrity": "sha512-bT60jsZhxcr7KSpe6r0F7WwpSr88XfkOk1TP5M87x5gp3eksu8Id8zD+VmRxS2tlizNdLWAEd7YtFRqauVXN7Q==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.1.tgz", + "integrity": "sha512-f2I7Gw6JbvCexzIInuSbZpfdQ44D7iqdWX01FKLvrPgqxoE7oMj8clOfto8U6vYiz4yd5oKu39rRSVOe1zRu0g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c18212d..9171fec 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "@typescript-eslint/parser": "^8.58.0", "@vitejs/plugin-react-swc": "^4.3.0", "eslint": "^10.2.0", - "eslint-plugin-react-hooks": "^7.1.0-canary-00f063c3-20260415", + "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.4.0", "tailwindcss": "^4.1.17",