From 775dacc4a8118ca9c9cb966f58673081da601d37 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 18 Mar 2025 14:15:21 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 2091a489..bb4a8c07 100644 --- a/package.json +++ b/package.json @@ -12,14 +12,14 @@ "preview": "vite preview" }, "dependencies": { - "@ant-design/icons-vue": "^7.0.1", + "@ant-design/icons-vue": "7.0.1", "@antv/g6": "4.8.24", "@codemirror/lang-javascript": "6.2.3", "@codemirror/lang-yaml": "6.1.2", "@codemirror/merge": "6.10.0", "@codemirror/theme-one-dark": "6.1.2", "@tato30/vue-pdf": "1.11.3", - "@vueuse/core": "12.8.2", + "@vueuse/core": "13.0.0", "@xterm/addon-fit": "0.10.0", "@xterm/xterm": "5.5.0", "ant-design-vue": "4.2.6", @@ -50,12 +50,12 @@ "@types/js-cookie": "3.0.6", "@types/node": "^18.0.0", "@types/nprogress": "0.2.3", - "@vitejs/plugin-vue": "5.2.1", + "@vitejs/plugin-vue": "5.2.3", "less": "4.2.2", - "typescript": "5.6.3", + "typescript": "5.8.2", "unplugin-vue-components": "0.28.0", - "vite": "6.2.0", - "vite-plugin-compression": "~0.5.1", - "vue-tsc": "2.2.0" + "vite": "6.2.2", + "vite-plugin-compression": "0.5.1", + "vue-tsc": "2.2.8" } }