js: update deps & generated bundle

This commit is contained in:
王劲鹏
2020-06-03 11:51:52 +08:00
committed by osborn
parent 0ec0074ed5
commit 46b789c2d1
3 changed files with 30 additions and 20 deletions

View File

@@ -22,22 +22,22 @@
},
"homepage": "https://github.com/doric-pub/doric#readme",
"dependencies": {
"@types/ws": "^6.0.4",
"core-js": "^3.6.4",
"@types/ws": "^7.2.4",
"core-js": "^3.6.5",
"dts-bundle": "^0.7.3",
"proxy-polyfill": "^0.3.0",
"proxy-polyfill": "^0.3.1",
"reflect-metadata": "^0.1.13",
"rollup": "^1.29.0",
"tslib": "^1.10.0",
"typescript": "^3.9.2",
"ws": "^7.2.1"
"rollup": "^2.12.1",
"tslib": "^2.0.0",
"typescript": "^3.9.3",
"ws": "^7.3.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^7.0.0",
"@rollup/plugin-buble": "^0.21.0",
"@rollup/plugin-commonjs": "^11.0.1"
"@rollup/plugin-node-resolve": "^8.0.0",
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^12.0.0"
}
}