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",