From e7e8e0008f04b941186375eabb77d98620cd9f8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 15:06:06 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-react-hooks to v5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 321b8347..6f3e4dae 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@eslint-react/eslint-plugin": "^1.5.8", "@unocss/eslint-plugin": ">=0.50.0", "eslint": "^9.5.0", - "eslint-plugin-react-hooks": "^4.6.0", + "eslint-plugin-react-hooks": "^4.6.0 || ^5.0.0", "eslint-plugin-react-refresh": "^0.4.4", "eslint-plugin-svelte": ">=2.35.1", "eslint-plugin-tailwindcss": "^3.16.0",