fix: 依赖更新

This commit is contained in:
ZhuRui
2026-07-27 09:14:41 +08:00
parent 6e1fc98c71
commit 17d5c85904
+1 -2
View File
@@ -5,7 +5,7 @@
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "serve": "vite",
"build:dev": "vue-tsc --noEmit && vite build --mode development", "build:dev": "vue-tsc --noEmit && vite build --mode development",
"build:test": "vue-tsc --noEmit && vite build --mode test", "build:test": "vue-tsc --noEmit && vite build --mode test",
"build:prod": "vue-tsc --noEmit && vite build --mode production", "build:prod": "vue-tsc --noEmit && vite build --mode production",
@@ -21,7 +21,6 @@
"@yp-component/root": "^0.0.48", "@yp-component/root": "^0.0.48",
"ant-design-vue": "^4.0.0", "ant-design-vue": "^4.0.0",
"china-area-data": "^5.0.1", "china-area-data": "^5.0.1",
"cropperjs": "^1.6.2",
"dayjs": "^1.11.21", "dayjs": "^1.11.21",
"express": "^5.2.1", "express": "^5.2.1",
"html2canvas": "^1.4.1", "html2canvas": "^1.4.1",