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",