From 8cafa3953975bd74b48b2dcad51c34eebb005da1 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Mon, 23 Oct 2023 10:54:58 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E5=8D=87=E7=BA=A7=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- package.json | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.env.production b/.env.production index f0067c51..95918586 100644 --- a/.env.production +++ b/.env.production @@ -11,7 +11,7 @@ VITE_APP_NAME = "核心网管理系统" VITE_APP_CODE = "CoreNet" # 应用版本 -VITE_APP_VERSION = "1.23.1021" +VITE_APP_VERSION = "1.23.1023" # 接口基础URL地址-不带/后缀 VITE_API_BASE_URL = "/omc-api" diff --git a/package.json b/package.json index f84a6c7b..ff399ff5 100644 --- a/package.json +++ b/package.json @@ -12,24 +12,24 @@ "preview": "vite preview" }, "dependencies": { - "@ant-design-vue/pro-layout": "^3.2.4", - "@ant-design/icons-vue": "^6.1.0", + "@ant-design-vue/pro-layout": "^3.2.5", + "@ant-design/icons-vue": "^7.0.1", "@codemirror/lang-javascript": "^6.2.1", "@codemirror/merge": "^6.1.2", "@codemirror/theme-one-dark": "^6.1.2", "ant-design-vue": "^3.2.20", "codemirror": "^6.0.1", - "dayjs": "^1.11.8", + "dayjs": "^1.11.10", "echarts": "^5.4.2", "file-saver": "^2.0.5", "js-base64": "^3.7.5", "js-cookie": "^3.0.5", "nprogress": "^0.2.0", - "pinia": "^2.1.4", - "vue": "^3.3.4", + "pinia": "^2.1.7", + "vue": "^3.3.6", "vue-codemirror": "^6.1.1", - "vue-i18n": "^9.3.0", - "vue-router": "^4.2.4", + "vue-i18n": "^9.5.0", + "vue-router": "^4.2.5", "xlsx": "^0.18.5" }, "devDependencies": { @@ -40,9 +40,9 @@ "@vitejs/plugin-vue": "^4.3.4", "less": "^4.2.0", "typescript": "^5.2.2", - "unplugin-vue-components": "^0.25.1", - "vite": "^4.4.9", + "unplugin-vue-components": "^0.25.2", + "vite": "^4.5.0", "vite-plugin-compression": "^0.5.1", - "vue-tsc": "1.8.0" + "vue-tsc": "^1.8.19" } }