chore: update deps

This commit is contained in:
vben
2021-08-12 23:19:28 +08:00
parent 60577d6720
commit 948219c576
4 changed files with 245 additions and 198 deletions

View File

@@ -11,9 +11,9 @@
},
"dependencies": {
"fs-extra": "^10.0.0",
"koa": "^2.7.0",
"koa": "^2.13.1",
"koa-body": "^4.2.0",
"koa-bodyparser": "^4.2.1",
"koa-bodyparser": "^4.3.0",
"koa-route": "^3.2.0",
"koa-router": "^10.0.0",
"koa-static": "^5.0.0",
@@ -21,16 +21,16 @@
"koa2-cors": "^2.0.6"
},
"devDependencies": {
"@types/koa": "^2.0.48",
"@types/koa-bodyparser": "^4.2.2",
"@types/koa-router": "^7.0.40",
"@types/node": "^15.12.1",
"nodemon": "^2.0.7",
"pm2": "^4.5.6",
"@types/koa": "^2.13.4",
"@types/koa-bodyparser": "^5.0.2",
"@types/koa-router": "^7.4.4",
"@types/node": "^16.6.0",
"nodemon": "^2.0.12",
"pm2": "^5.1.0",
"rimraf": "^3.0.2",
"ts-node": "^10.0.0",
"tsconfig-paths": "^3.8.0",
"tsup": "^4.11.2",
"typescript": "^4.2.5"
"ts-node": "^10.2.0",
"tsconfig-paths": "^3.10.1",
"tsup": "^4.13.1",
"typescript": "^4.3.5"
}
}