js: update dependency

This commit is contained in:
王劲鹏
2020-08-03 12:01:49 +08:00
committed by osborn
parent bc6f9fac9b
commit e465392d55
6 changed files with 30 additions and 24 deletions

View File

@@ -21,15 +21,15 @@
"homepage": "https://github.com/penfeizhou/doric#readme",
"dependencies": {
"child_process": "^1.0.2",
"chokidar": "^3.4.0",
"commander": "^5.1.0",
"chokidar": "^3.4.1",
"commander": "^6.0.0",
"keypress": "^0.2.1",
"nodejs-websocket": "^1.7.2",
"qrcode-terminal": "^0.12.0",
"rollup": "^2.18.2",
"rollup": "^2.23.0",
"shelljs": "^0.8.4",
"source-map-merger": "^0.2.0",
"typescript": "^3.9.6"
"typescript": "^3.9.7"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"