From a4690536290d1fe1d434288b97ff7fd8963f4605 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 2 Oct 2025 01:02:26 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-react-hooks to v6 --- fe/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/package.json b/fe/package.json index c558f31..39b319c 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": "^5.0.0", + "eslint-plugin-react-hooks": "^6.0.0", "eslint-plugin-react-refresh": "^0.4.18", "globals": "^16.0.0", "vite": "^7.0.0"