update typescript lib to 4.2.2

This commit is contained in:
pengfei.zhou
2021-03-02 10:28:33 +08:00
committed by osborn
parent eb689e8a48
commit 25191c45f6
14 changed files with 2665 additions and 2630 deletions

View File

@@ -23,14 +23,14 @@
"homepage": "https://github.com/doric-pub/doric#readme",
"dependencies": {
"@types/ws": "^7.2.6",
"core-js": "^3.6.5",
"core-js": "^3.9.1",
"dts-bundle": "^0.7.3",
"proxy-polyfill": "^0.3.2",
"reflect-metadata": "^0.1.13",
"rollup": "^2.23.0",
"tslib": "^2.0.0",
"typescript": "^3.9.7",
"ws": "^7.3.1",
"dts-bundle": "^0.7.3"
"rollup": "^2.40.0",
"tslib": "^2.1.0",
"typescript": "^4.2.2",
"ws": "^7.4.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"