From 7bdfc257c1c6c27d4fad4f0ab4e75b5e542615b7 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 7 May 2024 12:06:38 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BE=9D=E8=B5=96=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- package.json | 28 ++++++++++++++-------------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.env.development b/.env.development index 4ca4be23..e6f0a00c 100644 --- a/.env.development +++ b/.env.development @@ -11,7 +11,7 @@ VITE_APP_NAME = "Core Network EMS" VITE_APP_CODE = "CN EMS" # 应用版本 -VITE_APP_VERSION = "2.240425.1" +VITE_APP_VERSION = "2.240507.1" # 接口基础URL地址-不带/后缀 VITE_API_BASE_URL = "/omc-api" diff --git a/.env.production b/.env.production index c59776c8..a1d91c66 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.240425.1" +VITE_APP_VERSION = "2.240507.1" # 接口基础URL地址-不带/后缀 VITE_API_BASE_URL = "/omc-api" diff --git a/package.json b/package.json index 77b152cb..6fbb9bd4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ems_frontend_vue3", "type": "module", - "description": "核心网管理平台", + "description": "Core Network EMS", "author": "TsMask", "engines": { "node": ">=18.0.0" @@ -15,18 +15,20 @@ "@ant-design/icons-vue": "^7.0.1", "@antv/g6": "~4.8.24", "@codemirror/lang-javascript": "^6.2.1", - "@codemirror/lang-yaml": "^6.0.0", + "@codemirror/lang-yaml": "^6.1.1", "@codemirror/merge": "^6.6.1", "@codemirror/theme-one-dark": "^6.1.2", "@tato30/vue-pdf": "^1.9.6", "@vueuse/core": "~10.9.0", + "@xterm/xterm": "^5.5.0", + "@xterm/addon-fit": "^0.10.0", "ant-design-vue": "^3.2.20", "antdv-pro-layout": "^3.2.6", "codemirror": "^6.0.1", - "dayjs": "^1.11.10", + "dayjs": "^1.11.11", "echarts": "~5.5.0", "file-saver": "^2.0.5", - "intl-tel-input": "^21.2.5", + "intl-tel-input": "~22.0.2", "js-base64": "^3.7.7", "js-cookie": "^3.0.5", "localforage": "^1.10.0", @@ -34,12 +36,10 @@ "p-queue": "^8.0.1", "pinia": "^2.1.7", "vue": "~3.3.13", - "vue-i18n": "~9.10.0", - "vue-router": "^4.2.5", + "vue-i18n": "^9.13.1", + "vue-router": "^4.3.2", "vue3-smooth-dnd": "^0.0.6", - "xlsx": "^0.18.5", - "xterm": "^5.3.0", - "xterm-addon-fit": "^0.8.0" + "xlsx": "~0.18.5" }, "devDependencies": { "@types/file-saver": "^2.0.7", @@ -48,10 +48,10 @@ "@types/nprogress": "^0.2.3", "@vitejs/plugin-vue": "^5.0.4", "less": "^4.2.0", - "typescript": "^5.4.3", - "unplugin-vue-components": "^0.26.0", - "vite": "^5.2.6", - "vite-plugin-compression": "^0.5.1", - "vue-tsc": "^1.8.27" + "typescript": "~5.4.5", + "unplugin-vue-components": "~0.26.0", + "vite": "~5.2.10", + "vite-plugin-compression": "~0.5.1", + "vue-tsc": "~1.8.27" } }