From 74c550fb828d458dffdb34b8bfa8f988f800edea Mon Sep 17 00:00:00 2001 From: wushuo Date: Mon, 16 Dec 2024 21:53:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=89=8D=E7=AB=AF=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/package.json b/ui/package.json index 1a376764..da3213ba 100644 --- a/ui/package.json +++ b/ui/package.json @@ -15,12 +15,12 @@ "artplayer": "^5.2.1", "artplayer-plugin-multiple-subtitles": "^1.1.0", "crypto-js": "^4.2.0", - "element-plus": "^2.8.8", + "element-plus": "^2.9.1", "vue": "^3.5.13" }, "devDependencies": { "@vitejs/plugin-vue": "^5.2.1", - "shiki": "^1.24.0", - "vite": "^5.4.11" + "shiki": "^1.24.2", + "vite": "^6.0.3" } }