update deps & fix compilation

This commit is contained in:
王劲鹏
2020-01-10 16:19:53 +08:00
committed by osborn
parent 50147329a4
commit 54b79e7f1e
10 changed files with 326 additions and 326 deletions

View File

@@ -22,11 +22,11 @@
"dependencies": {
"child_process": "^1.0.2",
"chokidar": "^3.3.1",
"commander": "^4.0.1",
"commander": "^4.1.0",
"keypress": "^0.2.1",
"nodejs-websocket": "^1.7.2",
"qrcode-terminal": "^0.12.0",
"rollup": "^1.28.0",
"rollup": "^1.29.0",
"shelljs": "^0.8.3",
"source-map-merger": "^0.2.0",
"typescript": "^3.7.4"
@@ -34,4 +34,4 @@
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}
}