From effdf1b30406074a875d565696d31ce453142b7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8B=E7=BE=8A?= Date: Mon, 30 Mar 2020 20:02:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E9=9D=A2=E6=9D=BF=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- packages/plugin-components-pane/package.json | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8b8d1a51b..212c97203 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,6 @@ "typescript": "^3.2.2" }, "engines": { - "node": "^10" + "node": ">=10.0.0" } } diff --git a/packages/plugin-components-pane/package.json b/packages/plugin-components-pane/package.json index ae5a2e461..3e40e091b 100644 --- a/packages/plugin-components-pane/package.json +++ b/packages/plugin-components-pane/package.json @@ -20,12 +20,11 @@ ], "author": "xiayang.xy", "dependencies": { - "react": "^16.8.1", + "@ali/iceluna-comp-material-show": "^1.0.11", "@ali/iceluna-sdk": "^1.0.6-beta.6", - "@alifd/next": "^1.19.19", "@ali/lowcode-editor-core": "0.8.0", - "@ali/iceluna-comp-material-show": "^1.0.10", - "@ali/iceluna-addon-component-list": "^1.0.11" + "@alifd/next": "^1.19.19", + "react": "^16.8.1" }, "devDependencies": { "@alib/build-scripts": "^0.1.3",