chore: 修正依赖

This commit is contained in:
cnb.aUOqoEV4wEA 2025-11-12 17:51:34 +08:00
parent 77a5e78970
commit 552f3d9583
2 changed files with 11 additions and 6 deletions

View File

@ -26,7 +26,6 @@
"#/*": "./src/*"
},
"dependencies": {
"@vant/area-data": "^2.1.0",
"@vben/access": "workspace:*",
"@vben/common-ui": "workspace:*",
"@vben/constants": "workspace:*",
@ -43,14 +42,15 @@
"@vben/utils": "workspace:*",
"@vueuse/core": "catalog:",
"dayjs": "catalog:",
"lodash-es": "^4.17.21",
"nanoid": "^5.1.6",
"pinia": "catalog:",
"tdesign-vue-next": "^1.17.1",
"vue": "catalog:",
"vue-router": "catalog:"
"vue-router": "catalog:",
"lodash-es": "catalog:",
"nanoid": "catalog:",
"tdesign-vue-next": "catalog:",
"@vant/area-data": "catalog:"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12"
"@types/lodash-es": "catalog:"
}
}

View File

@ -56,6 +56,7 @@ catalog:
'@types/sortablejs': ^1.15.8
'@typescript-eslint/eslint-plugin': ^8.35.1
'@typescript-eslint/parser': ^8.35.1
'@types/lodash-es': ^4.17.12
'@vee-validate/zod': ^4.15.1
'@vite-pwa/vitepress': ^1.0.0
'@vitejs/plugin-vue': ^6.0.1
@ -66,6 +67,10 @@ catalog:
'@vueuse/core': ^13.4.0
'@vueuse/integrations': ^14.0.0
'@vueuse/motion': ^3.0.3
'@vant/area-data': ^2.1.0
lodash-es: ^4.17.21
nanoid: ^5.1.6
tdesign-vue-next: ^1.17.1
ant-design-vue: ^4.2.6
archiver: ^7.0.1
autoprefixer: ^10.4.21