From aa91bb88bcd75bad6701fe21b0c11081dd428cc0 Mon Sep 17 00:00:00 2001 From: CityFun <31820853+zhengkunwang223@users.noreply.github.com> Date: Wed, 17 Sep 2025 17:53:59 +0800 Subject: [PATCH] feat: Update element-plus version (#10397) --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 241fe99c9..fb1fa3006 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -38,7 +38,7 @@ "codemirror": "^6.0.1", "crypto-js": "^4.2.0", "echarts": "^5.5.0", - "element-plus": "2.9.9", + "element-plus": "^2.11.2", "fit2cloud-ui-plus": "^1.2.2", "highlight.js": "^11.9.0", "js-base64": "^3.7.7",