From 188f0067c5e419688ada3aa61c782408086cf3c2 Mon Sep 17 00:00:00 2001 From: kangwei Date: Sat, 16 May 2020 04:15:27 +0800 Subject: [PATCH] fix depends --- deploy-space/static/preview.html | 70 +++++++++++++++++-- .../react-simulator-renderer/package.json | 2 +- packages/vision-preset/package.json | 1 + 3 files changed, 67 insertions(+), 6 deletions(-) diff --git a/deploy-space/static/preview.html b/deploy-space/static/preview.html index e37a87391..1e79181e9 100644 --- a/deploy-space/static/preview.html +++ b/deploy-space/static/preview.html @@ -4,20 +4,80 @@ - LowCodeEngine Preview DEMO + LowCodeEngine Editor DEMO + - - + - + + + + + + + - +
+ + + + + + + + diff --git a/packages/react-simulator-renderer/package.json b/packages/react-simulator-renderer/package.json index ff2fe733e..38b3d39f4 100644 --- a/packages/react-simulator-renderer/package.json +++ b/packages/react-simulator-renderer/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@ali/lowcode-designer": "^0.9.11", - "@ali/lowcode-react-renderer": "^0.8.8", + "@ali/lowcode-react-renderer": "^0.8.0", "@ali/lowcode-types": "^0.8.3", "@ali/lowcode-utils": "^0.8.4", "@ali/vu-css-style": "^1.0.2", diff --git a/packages/vision-preset/package.json b/packages/vision-preset/package.json index b6724ed08..68f5575e9 100644 --- a/packages/vision-preset/package.json +++ b/packages/vision-preset/package.json @@ -17,6 +17,7 @@ "@ali/lowcode-editor-core": "^0.8.12", "@ali/lowcode-editor-skeleton": "^0.8.17", "@ali/lowcode-plugin-designer": "^0.9.11", + "@ali/lowcode-designer": "^0.9.0", "@ali/lowcode-plugin-outline-pane": "^0.8.17", "@ali/ve-i18n-util": "^2.0.2", "@ali/ve-icons": "^4.1.9",