From 7fcb0201687cb4511b1302dd5e481ae00948aef7 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Tue, 2 Dec 2025 11:52:59 +0800 Subject: [PATCH] chore: upgrade umijs dependencies to 4.6.1 (#11589) Co-authored-by: afc163 <507615+afc163@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c18b2c6..bfa11f94 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,8 @@ "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@types/react-helmet": "^6.1.11", - "@umijs/max": "^4.3.24", + "@umijs/lint": "^4.6.1", + "@umijs/max": "^4.6.1", "cross-env": "^10.0.0", "express": "^4.21.1", "gh-pages": "^6.1.1",