update deps

This commit is contained in:
王劲鹏
2019-12-23 10:36:33 +08:00
parent 378b261742
commit 4ebda7fbd4
5 changed files with 152 additions and 56 deletions

View File

@@ -12,10 +12,10 @@
"dependencies": {
"doric": "file:../doric-js",
"reflect-metadata": "^0.1.13",
"rollup": "^1.27.13",
"rollup-plugin-commonjs": "^10.1.0",
"rollup": "^1.27.14",
"@rollup/plugin-commonjs": "^11.0.0",
"@rollup/plugin-node-resolve": "^6.0.0",
"tslib": "^1.10.0",
"typescript": "^3.7.3"
"typescript": "^3.7.4"
}
}