From 0e714e477f3a6bbcc37b386d5a548b0c29129e0f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 26 Mar 2026 17:01:14 +0000 Subject: [PATCH] Update dependency eslint-plugin-react-hooks to v7 --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index ea9948b..aceea36 100644 --- a/web/package.json +++ b/web/package.json @@ -29,7 +29,7 @@ "@types/react-dom": "^19.1.2", "@vitejs/plugin-react": "^4.4.1", "eslint": "^9.25.0", - "eslint-plugin-react-hooks": "^5.2.0", + "eslint-plugin-react-hooks": "^7.0.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", "vite": "^6.4.1"