From 6934492b2561af9c118e5fa02f5ae35334e74444 Mon Sep 17 00:00:00 2001 From: cunninger <1803912219@qq.com> Date: Wed, 29 Apr 2026 21:41:05 +0800 Subject: [PATCH] fix(frontend): bump eslint-plugin-react-hooks to v5 for eslint 9 compat --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index b1bc80b..f42bd38 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -31,7 +31,7 @@ "eslint": "^9.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-react": "^7.34.0", - "eslint-plugin-react-hooks": "^4.6.0", + "eslint-plugin-react-hooks": "^5.0.0", "globals": "^14.0.0", "postcss": "^8.4.33", "prettier": "^3.2.0",