chore: version deps & rm useless change

This commit is contained in:
春希 2020-10-27 11:09:02 +08:00
parent d06d944984
commit 11203ec9cd
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
},
"dependencies": {
"@ali/lowcode-code-generator": "*",
"@ali/lowcode-types": "^1.0.11",
"@ali/lowcode-types": "*",
"@nestjs/common": "^7.0.0",
"@nestjs/core": "^7.0.0",
"@nestjs/platform-express": "^7.0.0",

View File

@ -53,5 +53,5 @@
"publishConfig": {
"registry": "http://registry.npm.alibaba-inc.com"
},
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-react-renderer@1.0.12/build/index.html"
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-react-renderer@1.0.11/build/index.html"
}