chore: 将 web-antd 应用的依赖版本统一到 workspace catalog

将 web-antd 应用 package.json 中的依赖版本从固定版本号替换为 workspace catalog 引用,以统一管理依赖版本并添加 motion-v 依赖。
This commit is contained in:
dap
2026-01-27 21:31:02 +08:00
parent 2746c7bdf0
commit 59fc7b66ad
2 changed files with 13 additions and 11 deletions

View File

@@ -27,9 +27,9 @@
"#/*": "./src/*"
},
"dependencies": {
"@alova/adapter-axios": "^2.0.17",
"@ant-design/icons-vue": "^7.0.1",
"@tinymce/tinymce-vue": "^6.0.1",
"@alova/adapter-axios": "catalog:",
"@ant-design/icons-vue": "catalog:",
"@tinymce/tinymce-vue": "catalog:",
"@vben/access": "workspace:*",
"@vben/common-ui": "workspace:*",
"@vben/constants": "workspace:*",
@@ -45,21 +45,22 @@
"@vben/types": "workspace:*",
"@vben/utils": "workspace:*",
"@vueuse/core": "catalog:",
"alova": "^3.4.1",
"alova": "catalog:",
"antdv-next": "catalog:",
"axios": "catalog:",
"cropperjs": "^1.6.2",
"cropperjs": "catalog:",
"dayjs": "catalog:",
"echarts": "^5.5.1",
"lodash-es": "^4.17.21",
"echarts": "catalog:conflicts_echarts_h5_5_1",
"lodash-es": "catalog:",
"motion-v": "catalog:",
"pinia": "catalog:",
"tinymce": "7.9.1",
"unplugin-vue-components": "^0.27.3",
"version-polling": "^1.3.3",
"tinymce": "catalog:",
"unplugin-vue-components": "catalog:",
"version-polling": "catalog:",
"vue": "catalog:",
"vue-router": "catalog:"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12"
"@types/lodash-es": "catalog:"
}
}

View File

@@ -136,6 +136,7 @@ catalog:
lodash.clonedeep: ^4.5.0
lucide-vue-next: ^0.553.0
medium-zoom: ^1.1.0
motion-v: ^1.10.2
naive-ui: ^2.43.2
nitropack: ^2.13.1
nprogress: ^0.2.0