From b490e4f5b997b3dca80798c564020b38ba85279d Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 3 Jan 2025 21:09:51 +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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index f4004deb..afc6609d 100644 --- a/package.json +++ b/package.json @@ -13,13 +13,13 @@ }, "dependencies": { "@ant-design/icons-vue": "^7.0.1", - "@antv/g6": "~4.8.24", + "@antv/g6": "4.8.24", "@codemirror/lang-javascript": "^6.2.2", "@codemirror/lang-yaml": "^6.1.2", - "@codemirror/merge": "^6.7.4", + "@codemirror/merge": "^6.8.0", "@codemirror/theme-one-dark": "^6.1.2", "@tato30/vue-pdf": "^1.11.3", - "@vueuse/core": "^12.0.0", + "@vueuse/core": "^12.3.0", "@xterm/addon-fit": "^0.10.0", "@xterm/xterm": "^5.5.0", "ant-design-vue": "^4.2.6", @@ -28,10 +28,10 @@ "codemirror": "^6.0.1", "crypto-js": "^4.2.0", "dayjs": "^1.11.11", - "echarts": "~5.5.0", + "echarts": "~5.6.0", "file-saver": "^2.0.5", "grid-layout-plus": "^1.0.6", - "intl-tel-input": "^25.2.0", + "intl-tel-input": "~25.2.0", "js-base64": "^3.7.7", "js-cookie": "^3.0.5", "localforage": "^1.10.0", @@ -39,7 +39,7 @@ "p-queue": "~8.0.1", "pinia": "^2.3.0", "vue": "^3.5.13", - "vue-i18n": "^10.0.5", + "vue-i18n": "^11.0.1", "vue-router": "^4.5.0", "vue3-smooth-dnd": "^0.0.6", "xlsx": "~0.18.5" @@ -53,8 +53,8 @@ "@vitejs/plugin-vue": "^5.2.1", "less": "^4.2.1", "typescript": "~5.6.3", - "unplugin-vue-components": "^0.27.5", - "vite": "^6.0.3", + "unplugin-vue-components": "^0.28.0", + "vite": "^6.0.6", "vite-plugin-compression": "~0.5.1", "vue-tsc": "~2.1.10" }