dep: update dependencies

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2022-11-21 14:29:17 +08:00
parent 2967c2a1fe
commit 3b822c613a
25 changed files with 35 additions and 32 deletions

View File

@ -23,14 +23,14 @@
"@types/js-yaml": "^4.0.5",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"typescript": "^4.6.3"
"typescript": "^4.9.3"
},
"dependencies": {
"@ccms/api": "^0.24.3",
"@ccms/common": "^0.24.3",
"@ccms/container": "^0.24.2",
"@ccms/i18n": "^0.24.2",
"@ccms/verify": "^0.21.1",
"@ccms/verify": "^0.24.5",
"crypto-js": "^4.1.1",
"js-yaml": "^4.1.0"
}