From 35a246e103a190171048121aad30be3089188a2e Mon Sep 17 00:00:00 2001 From: CaptainB Date: Tue, 11 Nov 2025 13:31:59 +0800 Subject: [PATCH] chore: update element-plus to 2.11.7 and jspdf to 3.0.3 in package.json --- ui/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/package.json b/ui/package.json index 47c414971..de0fa11ae 100644 --- a/ui/package.json +++ b/ui/package.json @@ -28,12 +28,12 @@ "cropperjs": "^1.6.2", "dingtalk-jsapi": "^3.1.0", "echarts": "^5.6.0", - "element-plus": "^2.10.2", + "element-plus": "^2.11.7", "file-saver": "^2.0.5", "highlight.js": "^11.11.1", "html-to-image": "^1.11.13", "html2canvas": "^1.4.1", - "jspdf": "^3.0.1", + "jspdf": "^3.0.3", "katex": "^0.16.10", "marked": "^12.0.2", "md-editor-v3": "^5.8.2",