refactor(apps/web-antd/package.json): 移除echarts的conflicts_echarts_h5_5_1标签

移除echarts依赖项中的conflicts_echarts_h5_5_1标签,使其恢复到标准的catalog标签。

catalogs(pnpm-workspace.yaml): 添加conflicts_echarts_catalog配置

在pnpm-workspace.yaml文件中添加conflicts_echarts_catalog配置,用于处理echarts相关的冲突。
This commit is contained in:
dap
2026-03-31 10:15:23 +08:00
parent 079bb6cf96
commit bac08efbea
2 changed files with 4 additions and 1 deletions

View File

@@ -52,7 +52,7 @@
"axios": "catalog:",
"cropperjs": "catalog:",
"dayjs": "catalog:",
"echarts": "catalog:conflicts_echarts_h5_5_1",
"echarts": "catalog:",
"lodash-es": "catalog:",
"motion-v": "catalog:",
"pinia": "catalog:",