update deps

This commit is contained in:
王劲鹏 2020-01-06 16:56:27 +08:00 committed by osborn
parent 476c0a50d3
commit 1ea382d8d5
5 changed files with 11 additions and 11 deletions

View File

@ -26,7 +26,7 @@
"keypress": "^0.2.1", "keypress": "^0.2.1",
"nodejs-websocket": "^1.7.2", "nodejs-websocket": "^1.7.2",
"qrcode-terminal": "^0.12.0", "qrcode-terminal": "^0.12.0",
"rollup": "^1.27.14", "rollup": "^1.28.0",
"shelljs": "^0.8.3", "shelljs": "^0.8.3",
"source-map-merger": "^0.2.0", "source-map-merger": "^0.2.0",
"typescript": "^3.7.4" "typescript": "^3.7.4"

View File

@ -10,11 +10,11 @@
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@rollup/plugin-commonjs": "^11.0.1",
"@rollup/plugin-node-resolve": "^6.1.0",
"doric": "file:../doric-js", "doric": "file:../doric-js",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"rollup": "^1.27.14", "rollup": "^1.28.0",
"@rollup/plugin-commonjs": "^11.0.0",
"@rollup/plugin-node-resolve": "^6.0.0",
"tslib": "^1.10.0", "tslib": "^1.10.0",
"typescript": "^3.7.4" "typescript": "^3.7.4"
} }

View File

@ -22,11 +22,11 @@
}, },
"homepage": "https://github.com/doric-pub/doric#readme", "homepage": "https://github.com/doric-pub/doric#readme",
"dependencies": { "dependencies": {
"@rollup/plugin-node-resolve": "^6.0.0", "@rollup/plugin-node-resolve": "^6.1.0",
"@types/ws": "^6.0.4", "@types/ws": "^6.0.4",
"dts-bundle": "^0.7.3", "dts-bundle": "^0.7.3",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"rollup": "^1.27.14", "rollup": "^1.28.0",
"tslib": "^1.10.0", "tslib": "^1.10.0",
"typescript": "^3.7.4", "typescript": "^3.7.4",
"ws": "^7.2.1" "ws": "^7.2.1"

File diff suppressed because one or more lines are too long

View File

@ -19,12 +19,12 @@
}, },
"homepage": "https://github.com/doric-pub/doric#readme", "homepage": "https://github.com/doric-pub/doric#readme",
"dependencies": { "dependencies": {
"@rollup/plugin-commonjs": "^11.0.1",
"@rollup/plugin-json": "^4.0.1",
"@rollup/plugin-node-resolve": "^6.1.0",
"axios": "^0.19.0", "axios": "^0.19.0",
"doric": "file:../doric-js", "doric": "file:../doric-js",
"rollup": "^1.27.14", "rollup": "^1.28.0",
"@rollup/plugin-commonjs": "^11.0.0",
"@rollup/plugin-json": "^4.0.1",
"@rollup/plugin-node-resolve": "^6.0.0",
"typescript": "^3.7.4" "typescript": "^3.7.4"
} }
} }