fix versions

This commit is contained in:
kangwei 2020-04-27 12:14:31 +08:00
parent a7871183ba
commit 81f25b304b
3 changed files with 2 additions and 3 deletions

View File

@ -18,7 +18,6 @@
"lowcode", "lowcode",
"editor" "editor"
], ],
"author": "xiayang.xy",
"dependencies": { "dependencies": {
"@ali/lowcode-designer": "^0.9.4", "@ali/lowcode-designer": "^0.9.4",
"@ali/lowcode-editor-core": "^0.8.7", "@ali/lowcode-editor-core": "^0.8.7",

View File

@ -22,7 +22,7 @@
"@ali/iceluna-comp-react-node": "^1.0.5", "@ali/iceluna-comp-react-node": "^1.0.5",
"@ali/iceluna-sdk": "^1.0.5-beta.24", "@ali/iceluna-sdk": "^1.0.5-beta.24",
"@ali/lc-style-setter": "^0.0.1", "@ali/lc-style-setter": "^0.0.1",
"@ali/lowcode-editor-core": "^0.9.3", "@ali/lowcode-editor-core": "^0.8.0",
"@alifd/next": "^1.19.16", "@alifd/next": "^1.19.16",
"acorn": "^6.4.1", "acorn": "^6.4.1",
"classnames": "^2.2.6", "classnames": "^2.2.6",

View File

@ -14,7 +14,7 @@
"test:snapshot": "ava --update-snapshots" "test:snapshot": "ava --update-snapshots"
}, },
"dependencies": { "dependencies": {
"@ali/lowcode-utils": "^0.8.1", "@ali/lowcode-types": "^0.8.1",
"@alifd/next": "^1.19.16", "@alifd/next": "^1.19.16",
"react": "^16" "react": "^16"
}, },