feat: update depends

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2021-06-22 15:23:47 +08:00
parent d486e2ab19
commit dbe9657b26
22 changed files with 32 additions and 30 deletions

View File

@ -19,16 +19,17 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.0",
"@types/js-yaml": "^4.0.1",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"typescript": "^4.2.3"
"typescript": "^4.3.4"
},
"dependencies": {
"@ccms/api": "^0.14.1",
"@ccms/common": "^0.14.1",
"@ccms/container": "^0.14.0",
"@ccms/i18n": "^0.14.1",
"js-yaml": "^4.0.0"
"js-yaml": "^4.1.0",
"yaml": "^1.10.2"
}
}