update js deps

This commit is contained in:
王劲鹏
2020-07-03 17:23:48 +08:00
committed by osborn
parent 787ea71862
commit 93521dba66
6 changed files with 35 additions and 29 deletions

View File

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