From c74d3115379306e23014e6fed36ebceb7fb4a989 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 18 Jun 2024 10:24:12 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8D=87=E7=BA=A7=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index abca6f41..ed12ece7 100644 --- a/package.json +++ b/package.json @@ -16,19 +16,20 @@ "@antv/g6": "~4.8.24", "@codemirror/lang-javascript": "^6.2.1", "@codemirror/lang-yaml": "^6.1.1", - "@codemirror/merge": "^6.6.2", + "@codemirror/merge": "^6.6.3", "@codemirror/theme-one-dark": "^6.1.2", "@tato30/vue-pdf": "~1.9.7", - "@vueuse/core": "~10.10.0", - "@xterm/xterm": "^5.5.0", + "@vueuse/core": "~10.10.1", "@xterm/addon-fit": "^0.10.0", + "@xterm/xterm": "^5.5.0", "ant-design-vue": "^3.2.20", "antdv-pro-layout": "~3.3.5", + "antdv-pro-modal": "^3.0.8", "codemirror": "^6.0.1", "dayjs": "^1.11.11", "echarts": "~5.5.0", "file-saver": "^2.0.5", - "intl-tel-input": "~23.0.10", + "intl-tel-input": "~23.0.11", "js-base64": "^3.7.7", "js-cookie": "^3.0.5", "localforage": "^1.10.0", @@ -37,7 +38,7 @@ "pinia": "^2.1.7", "vue": "~3.3.13", "vue-i18n": "^9.13.1", - "vue-router": "^4.3.2", + "vue-router": "^4.3.3", "vue3-smooth-dnd": "^0.0.6", "xlsx": "~0.18.5" }, @@ -50,8 +51,8 @@ "less": "^4.2.0", "typescript": "~5.4.5", "unplugin-vue-components": "~0.26.0", - "vite": "~5.2.12", + "vite": "~5.3.1", "vite-plugin-compression": "~0.5.1", - "vue-tsc": "~2.0.19" + "vue-tsc": "~2.0.21" } }