From a83eb50b0f44204e7d7ca3b33cf28e8a27bc09f1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 9 Oct 2025 01:02:12 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-react-hooks to v7 --- fe/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/package.json b/fe/package.json index 39b319c..305e6e5 100644 --- a/fe/package.json +++ b/fe/package.json @@ -23,7 +23,7 @@ "@vitejs/plugin-react": "^5.0.0", "eslint": "^9.20.0", "eslint-plugin-react": "^7.37.4", - "eslint-plugin-react-hooks": "^6.0.0", + "eslint-plugin-react-hooks": "^7.0.0", "eslint-plugin-react-refresh": "^0.4.18", "globals": "^16.0.0", "vite": "^7.0.0"