feat: optimize types ref

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-03-01 20:28:16 +08:00
parent c10247e241
commit b3539d419e
22 changed files with 50 additions and 75 deletions

View File

@ -28,9 +28,8 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@ms/plugin": "^0.3.0",
"axios": "^0.19.2",
"es6-map": "^0.1.5",
"inversify": "^5.0.1"
"@ms/api": "^0.3.0",
"@ms/container": "^0.3.0",
"@ms/plugin": "^0.3.0"
}
}