update gradle wrapper to 6.0 & update package.json

This commit is contained in:
王劲鹏
2019-11-11 16:36:30 +08:00
parent 053166ab7b
commit 651f28a226
9 changed files with 1563 additions and 7553 deletions

3921
demo/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,11 +12,10 @@
"dependencies": {
"doric": "file:../js-framework",
"reflect-metadata": "^0.1.13",
"rollup": "^1.17.0",
"rollup-plugin-commonjs": "^10.0.1",
"rollup": "^1.26.5",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-watch": "^4.3.1",
"tslib": "^1.10.0",
"typescript": "^3.5.3"
"typescript": "^3.7.2"
}
}