mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-09 20:43:16 +08:00
chore: 将 web-antd 应用的依赖版本统一到 workspace catalog
将 web-antd 应用 package.json 中的依赖版本从固定版本号替换为 workspace catalog 引用,以统一管理依赖版本并添加 motion-v 依赖。
This commit is contained in:
@@ -27,9 +27,9 @@
|
|||||||
"#/*": "./src/*"
|
"#/*": "./src/*"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@alova/adapter-axios": "^2.0.17",
|
"@alova/adapter-axios": "catalog:",
|
||||||
"@ant-design/icons-vue": "^7.0.1",
|
"@ant-design/icons-vue": "catalog:",
|
||||||
"@tinymce/tinymce-vue": "^6.0.1",
|
"@tinymce/tinymce-vue": "catalog:",
|
||||||
"@vben/access": "workspace:*",
|
"@vben/access": "workspace:*",
|
||||||
"@vben/common-ui": "workspace:*",
|
"@vben/common-ui": "workspace:*",
|
||||||
"@vben/constants": "workspace:*",
|
"@vben/constants": "workspace:*",
|
||||||
@@ -45,21 +45,22 @@
|
|||||||
"@vben/types": "workspace:*",
|
"@vben/types": "workspace:*",
|
||||||
"@vben/utils": "workspace:*",
|
"@vben/utils": "workspace:*",
|
||||||
"@vueuse/core": "catalog:",
|
"@vueuse/core": "catalog:",
|
||||||
"alova": "^3.4.1",
|
"alova": "catalog:",
|
||||||
"antdv-next": "catalog:",
|
"antdv-next": "catalog:",
|
||||||
"axios": "catalog:",
|
"axios": "catalog:",
|
||||||
"cropperjs": "^1.6.2",
|
"cropperjs": "catalog:",
|
||||||
"dayjs": "catalog:",
|
"dayjs": "catalog:",
|
||||||
"echarts": "^5.5.1",
|
"echarts": "catalog:conflicts_echarts_h5_5_1",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "catalog:",
|
||||||
|
"motion-v": "catalog:",
|
||||||
"pinia": "catalog:",
|
"pinia": "catalog:",
|
||||||
"tinymce": "7.9.1",
|
"tinymce": "catalog:",
|
||||||
"unplugin-vue-components": "^0.27.3",
|
"unplugin-vue-components": "catalog:",
|
||||||
"version-polling": "^1.3.3",
|
"version-polling": "catalog:",
|
||||||
"vue": "catalog:",
|
"vue": "catalog:",
|
||||||
"vue-router": "catalog:"
|
"vue-router": "catalog:"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/lodash-es": "^4.17.12"
|
"@types/lodash-es": "catalog:"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -136,6 +136,7 @@ catalog:
|
|||||||
lodash.clonedeep: ^4.5.0
|
lodash.clonedeep: ^4.5.0
|
||||||
lucide-vue-next: ^0.553.0
|
lucide-vue-next: ^0.553.0
|
||||||
medium-zoom: ^1.1.0
|
medium-zoom: ^1.1.0
|
||||||
|
motion-v: ^1.10.2
|
||||||
naive-ui: ^2.43.2
|
naive-ui: ^2.43.2
|
||||||
nitropack: ^2.13.1
|
nitropack: ^2.13.1
|
||||||
nprogress: ^0.2.0
|
nprogress: ^0.2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user