diff --git a/examples/react-ts/package.json b/examples/react-ts/package.json index 21b5c4a6..734caf0f 100644 --- a/examples/react-ts/package.json +++ b/examples/react-ts/package.json @@ -27,7 +27,7 @@ "@typescript-eslint/parser": "8.10.0", "@vitejs/plugin-react": "4.3.2", "eslint": "8.57.1", - "eslint-plugin-react-hooks": "4.6.2", + "eslint-plugin-react-hooks": "5.0.0", "eslint-plugin-react-refresh": "0.4.12", "typescript": "5.6.2", "vite": "5.4.9" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a3ffaedc..1be1023e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -207,8 +207,8 @@ importers: specifier: 8.57.1 version: 8.57.1 eslint-plugin-react-hooks: - specifier: 4.6.2 - version: 4.6.2(eslint@8.57.1) + specifier: 5.0.0 + version: 5.0.0(eslint@8.57.1) eslint-plugin-react-refresh: specifier: 0.4.12 version: 0.4.12(eslint@8.57.1) @@ -3436,6 +3436,12 @@ packages: peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 + eslint-plugin-react-hooks@5.0.0: + resolution: {integrity: sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw==} + engines: {node: '>=10'} + peerDependencies: + eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 + eslint-plugin-react-refresh@0.4.12: resolution: {integrity: sha512-9neVjoGv20FwYtCP6CB1dzR1vr57ZDNOXst21wd2xJ/cTlM2xLq0GWVlSNTdMn/4BtP6cHYBMCSp1wFBJ9jBsg==} peerDependencies: @@ -10214,6 +10220,10 @@ snapshots: dependencies: eslint: 8.57.1 + eslint-plugin-react-hooks@5.0.0(eslint@8.57.1): + dependencies: + eslint: 8.57.1 + eslint-plugin-react-refresh@0.4.12(eslint@8.57.1): dependencies: eslint: 8.57.1