feat: update dependencies version

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-02-15 18:48:46 +08:00
parent 2ddd8c3879
commit caa30083d3
14 changed files with 34 additions and 33 deletions

View File

@ -23,11 +23,12 @@
},
"dependencies": {
"@ms/container": "^0.1.0",
"@ms/ployfill": "^0.1.0"
"@ms/ployfill": "^0.1.0",
"source-map-builder": "^0.0.7"
},
"devDependencies": {
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.0",
"typescript": "^3.7.4"
"rimraf": "^3.0.2",
"typescript": "^3.7.5"
}
}