From 44be570ffae56dd2d7776f01c192a08159b7719a Mon Sep 17 00:00:00 2001 From: chenqi Date: Wed, 24 Dec 2025 15:38:19 +0800 Subject: [PATCH] =?UTF-8?q?```=20chore(deps):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 area-data 依赖的版本从 5.0.6 的固定版本更新为 ^5.0.6 - 将 vue-plugin-hiprint 依赖版本从 ^0.0.60 降级至 ^0.0.19 - 升级 sass 依赖版本从 ^1.97.0 至 ^1.97.1 - 升级 vite 依赖版本从 ^5.0.4 至 ^7.3.0 - 移除重复的 area-data 依赖声明 ``` --- openhis-ui-vue3/package.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/openhis-ui-vue3/package.json b/openhis-ui-vue3/package.json index 260a83ef..411d4c74 100644 --- a/openhis-ui-vue3/package.json +++ b/openhis-ui-vue3/package.json @@ -22,7 +22,7 @@ "@element-plus/icons-vue": "^2.3.2", "@vueup/vue-quill": "1.2.0", "@vueuse/core": "^11.0.0", - "area-data": "5.0.6", + "area-data": "^5.0.6", "axios": "^1.7.0", "chart.js": "^4.5.1", "d3": "^7.9.0", @@ -48,19 +48,18 @@ "v-region": "^3.3.0", "vue": "^3.5.13", "vue-area-linkage": "^5.1.0", - "area-data": "^5.0.6", "vue-cropper": "^1.1.1", - "vue-plugin-hiprint": "^0.0.60", + "vue-plugin-hiprint": "^0.0.19", "vue-router": "^4.3.0" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.0", "@vue/compiler-sfc": "^3.5.25", - "sass": "^1.97.0", + "sass": "^1.97.1", "sass-loader": "^16.0.6", "unplugin-auto-import": "^0.19.0", "unplugin-vue-setup-extend-plus": "^1.0.0", - "vite": "^5.0.4", + "vite": "^7.3.0", "vite-plugin-compression": "^0.5.1", "vite-plugin-svg-icons": "^2.0.1" }