diff --git a/package-lock.json b/package-lock.json index 3645b656a..5949f9c05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "eslint": "^10.0.2", "eslint-config-prettier": "^10.1.8", "eslint-plugin-no-only-tests": "^3.3.0", - "eslint-plugin-react-hooks": "7.1.0-canary-e0cc7202-20260227", + "eslint-plugin-react-hooks": "7.1.0-canary-52684925-20251110", "mocha": "12.0.0-beta-10", "mocha-web": "^2.6.1", "prettier": "^3.8.1", @@ -2636,9 +2636,9 @@ } }, "node_modules/eslint-plugin-react-hooks": { - "version": "7.1.0-canary-e0cc7202-20260227", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.0-canary-e0cc7202-20260227.tgz", - "integrity": "sha512-Kg4EiP6olCKf9zrf3TGaMfyQfUOADsQDFa6q3Cfv+Fr47dQhOtbq6FkkyNZJEb+yz8kGrJJmIPKb+0Q2f+FrZw==", + "version": "7.1.0-canary-52684925-20251110", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.0-canary-52684925-20251110.tgz", + "integrity": "sha512-XiPpf+A0S7Y7CaI0fIPQBOV5bCzsMMEa/uWHdWycIvFqfpDURfGs+xkf1ebbPvLyf9eX6NLaB5k2Q8B97QStLg==", "dev": true, "license": "MIT", "dependencies": { @@ -2652,7 +2652,7 @@ "node": ">=18" }, "peerDependencies": { - "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 || ^10.0.0" + "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0" } }, "node_modules/eslint-scope": { diff --git a/package.json b/package.json index cbaa264f0..f2698dee0 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint": "^10.0.2", "eslint-config-prettier": "^10.1.8", "eslint-plugin-no-only-tests": "^3.3.0", - "eslint-plugin-react-hooks": "7.1.0-canary-e0cc7202-20260227", + "eslint-plugin-react-hooks": "7.1.0-canary-52684925-20251110", "mocha": "12.0.0-beta-10", "mocha-web": "^2.6.1", "prettier": "^3.8.1",