diff --git a/apps/web-antd/package.json b/apps/web-antd/package.json index 5b29eb71..6a9a799f 100644 --- a/apps/web-antd/package.json +++ b/apps/web-antd/package.json @@ -38,6 +38,7 @@ "@vben/styles": "workspace:*", "@vben/types": "workspace:*", "@vben/universal-ui": "workspace:*", + "@vben/chart-ui": "workspace:*", "@vben/utils": "workspace:*", "@vueuse/core": "^10.11.0", "ant-design-vue": "^4.2.3", diff --git a/packages/business/universal-ui/package.json b/packages/business/universal-ui/package.json index 315a9913..8532f678 100644 --- a/packages/business/universal-ui/package.json +++ b/packages/business/universal-ui/package.json @@ -49,6 +49,7 @@ "@vben/locales": "workspace:*", "@vueuse/core": "^10.11.0", "@vueuse/integrations": "^10.11.0", + "@vben/chart-ui": "workspace:*", "qrcode": "^1.5.3", "vue": "^3.4.30", "vue-router": "^4.4.0"