From 584c1e1019561e07d7d1a80897c98c57776a8929 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 9 Jan 2024 18:25:40 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- package.json | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.env.production b/.env.production index 7cccbf28..92ebbd32 100644 --- a/.env.production +++ b/.env.production @@ -11,7 +11,7 @@ VITE_APP_NAME = "Core Network EMS" VITE_APP_CODE = "CN EMS" # 应用版本 -VITE_APP_VERSION = "2.240105.1" +VITE_APP_VERSION = "2.240109.1" # 接口基础URL地址-不带/后缀 VITE_API_BASE_URL = "/omc-api" diff --git a/package.json b/package.json index b08e02f7..e816736e 100644 --- a/package.json +++ b/package.json @@ -13,17 +13,17 @@ }, "dependencies": { "@ant-design/icons-vue": "^7.0.1", - "@antv/g6": "^4.8.24", + "@antv/g6": "~4.8.24", "@codemirror/lang-javascript": "^6.2.1", - "@codemirror/merge": "^6.4.0", + "@codemirror/merge": "^6.5.0", "@codemirror/theme-one-dark": "^6.1.2", - "@tato30/vue-pdf": "^1.8.1", + "@tato30/vue-pdf": "^1.9.3", "@vueuse/core": "^10.7.0", "ant-design-vue": "^3.2.20", "antdv-pro-layout": "^3.2.6", "codemirror": "^6.0.1", "dayjs": "^1.11.10", - "echarts": "^5.4.2", + "echarts": "~5.4.2", "file-saver": "^2.0.5", "js-base64": "^3.7.5", "js-cookie": "^3.0.5", @@ -31,7 +31,7 @@ "pinia": "^2.1.7", "vue": "~3.3.13", "vue-codemirror": "^6.1.1", - "vue-i18n": "^9.8.0", + "vue-i18n": "~9.9.0", "vue-router": "^4.2.5", "vue3-smooth-dnd": "^0.0.6", "xlsx": "^0.18.5" @@ -41,12 +41,12 @@ "@types/js-cookie": "^3.0.6", "@types/node": "^18.0.0", "@types/nprogress": "^0.2.3", - "@vitejs/plugin-vue": "^4.5.2", + "@vitejs/plugin-vue": "^5.0.2", "less": "^4.2.0", "typescript": "^5.3.3", "unplugin-vue-components": "^0.26.0", "vite": "^5.0.10", "vite-plugin-compression": "^0.5.1", - "vue-tsc": "^1.8.25" + "vue-tsc": "^1.8.27" } }