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 effa43d42f
commit fb3eb9704f
15 changed files with 37 additions and 36 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"
}
}