chore: update deps

This commit is contained in:
vben
2021-09-24 15:52:21 +08:00
parent 902d38dc2f
commit 246c5f795b
3 changed files with 428 additions and 255 deletions

View File

@@ -11,7 +11,7 @@
},
"dependencies": {
"fs-extra": "^10.0.0",
"koa": "^2.13.1",
"koa": "^2.13.3",
"koa-body": "^4.2.0",
"koa-bodyparser": "^4.3.0",
"koa-route": "^3.2.0",
@@ -24,13 +24,13 @@
"@types/koa": "^2.13.4",
"@types/koa-bodyparser": "^5.0.2",
"@types/koa-router": "^7.4.4",
"@types/node": "^16.9.1",
"nodemon": "^2.0.12",
"@types/node": "^16.9.6",
"nodemon": "^2.0.13",
"pm2": "^5.1.1",
"rimraf": "^3.0.2",
"ts-node": "^10.2.1",
"tsconfig-paths": "^3.11.0",
"tsup": "^4.14.0",
"tsup": "^5.1.0",
"typescript": "^4.4.3"
}
}