1轮修复

This commit is contained in:
2026-01-20 16:17:39 +08:00
parent 0bf7361672
commit 8ab6107f25
23 changed files with 2587 additions and 612 deletions

View File

@@ -1847,12 +1847,6 @@
"resolved": "packages/workcase",
"link": true
},
"node_modules/@vant/weapp": {
"version": "1.11.7",
"resolved": "https://registry.npmmirror.com/@vant/weapp/-/weapp-1.11.7.tgz",
"integrity": "sha512-Rwn9BBnb4kHSV4XmvBicwtd42J+amEUfnFDcXJsGNPNX4a9c/DoT6YLsm4X1wB2+sQbdiQsbFBLAvGRBxCkD8g==",
"license": "MIT"
},
"node_modules/@vitejs/plugin-vue": {
"version": "5.2.4",
"resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-5.2.4.tgz",
@@ -5038,10 +5032,6 @@
"node": ">=16.0.0"
}
},
"node_modules/taihao-service-miniprogram": {
"resolved": "packages/wechat_demo",
"link": true
},
"node_modules/tinyglobby": {
"version": "0.2.15",
"resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.15.tgz",
@@ -5509,12 +5499,14 @@
"@vueuse/core": "^11.3.0",
"axios": "^1.7.9",
"element-plus": "^2.12.0",
"lucide-vue-next": "^0.561.0",
"pinia": "^2.2.8",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@module-federation/vite": "^1.9.3",
"@types/node": "^20.10.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"typescript": "^5.7.2",
@@ -5522,6 +5514,16 @@
"vue-tsc": "^2.2.0"
}
},
"packages/bidding/node_modules/@types/node": {
"version": "20.19.30",
"resolved": "https://registry.npmmirror.com/@types/node/-/node-20.19.30.tgz",
"integrity": "sha512-WJtwWJu7UdlvzEAUm484QNg5eAoq5QR08KDNx7g45Usrs2NtOPiX8ugDqmKdXkyL03rBqU5dYNYVQetEpBHq2g==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~6.21.0"
}
},
"packages/platform": {
"name": "@urbanlifeline/platform",
"version": "1.0.0",
@@ -5551,6 +5553,7 @@
"dependencies": {
"@element-plus/icons-vue": "^2.3.2",
"@stomp/stompjs": "^7.2.1",
"axios": "^1.7.0",
"cors": "^2.8.5",
"element-plus": "^2.12.0",
"express": "^4.18.2",
@@ -7031,6 +7034,7 @@
"packages/wechat_demo": {
"name": "taihao-service-miniprogram",
"version": "1.0.0",
"extraneous": true,
"dependencies": {
"@vant/weapp": "^1.11.7"
}