feat:remove tslib

This commit is contained in:
pengfei.zhou 2021-03-02 10:35:50 +08:00 committed by osborn
parent 25191c45f6
commit bf54c36c06
2 changed files with 3 additions and 5 deletions

View File

@ -16,7 +16,6 @@
"doric-cli": "__$Version__", "doric-cli": "__$Version__",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"rollup": "^2.24.0", "rollup": "^2.24.0",
"tslib": "^2.1.0",
"typescript": "^4.2.2" "typescript": "^4.2.2"
}, },
"devDependencies": { "devDependencies": {

View File

@ -24,11 +24,9 @@
"dependencies": { "dependencies": {
"@types/ws": "^7.2.6", "@types/ws": "^7.2.6",
"core-js": "^3.9.1", "core-js": "^3.9.1",
"dts-bundle": "^0.7.3",
"proxy-polyfill": "^0.3.2", "proxy-polyfill": "^0.3.2",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"rollup": "^2.40.0", "rollup": "^2.40.0",
"tslib": "^2.1.0",
"typescript": "^4.2.2", "typescript": "^4.2.2",
"ws": "^7.4.3" "ws": "^7.4.3"
}, },
@ -36,8 +34,9 @@
"registry": "https://registry.npmjs.org" "registry": "https://registry.npmjs.org"
}, },
"devDependencies": { "devDependencies": {
"@rollup/plugin-node-resolve": "^8.4.0", "dts-bundle": "^0.7.3",
"@rollup/plugin-buble": "^0.21.3", "@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^14.0.0" "@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.4.0"
} }
} }