From 6add41254d1bac7f72cd5b7b45556df105129862 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Mon, 9 Dec 2024 10:52:54 +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=202.241209?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- package.json | 38 +++++++++++++++++++------------------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.env.development b/.env.development index f7fd3800..0537f33a 100644 --- a/.env.development +++ b/.env.development @@ -11,7 +11,7 @@ VITE_APP_NAME = "Core Network OMC" VITE_APP_CODE = "OMC" # 应用版本 -VITE_APP_VERSION = "2.241130" +VITE_APP_VERSION = "2.241209" # 接口基础URL地址-不带/后缀 VITE_API_BASE_URL = "/omc-api" diff --git a/.env.production b/.env.production index b1d3eba1..805c0b6e 100644 --- a/.env.production +++ b/.env.production @@ -11,7 +11,7 @@ VITE_APP_NAME = "Core Network OMC" VITE_APP_CODE = "OMC" # 应用版本 -VITE_APP_VERSION = "2.241130" +VITE_APP_VERSION = "2.241209" # 接口基础URL地址-不带/后缀 VITE_API_BASE_URL = "/omc-api" diff --git a/package.json b/package.json index c5d71363..966f8eda 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "scripts": { "dev": "vite", - "build": "vite build", + "build": "vue-tsc && vite build", "preview": "vite preview" }, "dependencies": { @@ -16,31 +16,31 @@ "@antv/g6": "~4.8.24", "@codemirror/lang-javascript": "^6.2.2", "@codemirror/lang-yaml": "^6.1.1", - "@codemirror/merge": "^6.7.2", + "@codemirror/merge": "^6.7.4", "@codemirror/theme-one-dark": "^6.1.2", - "@tato30/vue-pdf": "^1.11.2", - "@vueuse/core": "11.2.0", + "@tato30/vue-pdf": "^1.11.3", + "@vueuse/core": "^12.0.0", "@xterm/addon-fit": "^0.10.0", "@xterm/xterm": "^5.5.0", - "ant-design-vue": "^4.2.5", - "antdv-pro-layout": "^4.1.9", + "ant-design-vue": "^4.2.6", + "antdv-pro-layout": "^4.2.0", "antdv-pro-modal": "^4.0.5", "codemirror": "^6.0.1", "crypto-js": "^4.2.0", "dayjs": "^1.11.11", "echarts": "~5.5.0", "file-saver": "^2.0.5", - "grid-layout-plus": "^1.0.5", - "intl-tel-input": "^24.6.0", + "grid-layout-plus": "^1.0.6", + "intl-tel-input": "^25.2.0", "js-base64": "^3.7.7", "js-cookie": "^3.0.5", "localforage": "^1.10.0", "nprogress": "^0.2.0", "p-queue": "~8.0.1", - "pinia": "2.2.6", - "vue": "^3.5.12", - "vue-i18n": "^10.0.4", - "vue-router": "^4.4.5", + "pinia": "^2.3.0", + "vue": "^3.5.13", + "vue-i18n": "^10.0.5", + "vue-router": "^4.5.0", "vue3-smooth-dnd": "^0.0.6", "xlsx": "~0.18.5" }, @@ -48,14 +48,14 @@ "@types/crypto-js": "^4.2.2", "@types/file-saver": "^2.0.7", "@types/js-cookie": "^3.0.6", - "@types/node": "^22.7.7", + "@types/node": "^18.0.0", "@types/nprogress": "^0.2.3", - "@vitejs/plugin-vue": "^5.1.4", - "less": "^4.2.0", - "typescript": "^5.6.3", - "unplugin-vue-components": "^0.27.4", - "vite": "5.4.10", + "@vitejs/plugin-vue": "^5.2.1", + "less": "^4.2.1", + "typescript": "~5.6.3", + "unplugin-vue-components": "^0.27.5", + "vite": "^6.0.3", "vite-plugin-compression": "~0.5.1", - "vue-tsc": "2.1.8" + "vue-tsc": "~2.1.10" } }