fix: build error

This commit is contained in:
vben
2022-02-28 00:21:26 +08:00
parent ecc2135b5e
commit af6ab98945
11 changed files with 1816 additions and 1603 deletions

View File

@@ -10,7 +10,7 @@
"stop": "npx pm2 stop ecosystem.config.js"
},
"dependencies": {
"fs-extra": "^10.0.0",
"fs-extra": "^10.0.1",
"koa": "^2.13.4",
"koa-body": "^4.2.0",
"koa-bodyparser": "^4.3.0",
@@ -24,13 +24,13 @@
"@types/koa": "^2.13.4",
"@types/koa-bodyparser": "^5.0.2",
"@types/koa-router": "^7.4.4",
"@types/node": "^17.0.10",
"@types/node": "^17.0.21",
"nodemon": "^2.0.15",
"pm2": "^5.1.2",
"pm2": "^5.2.0",
"rimraf": "^3.0.2",
"ts-node": "^10.4.0",
"ts-node": "^10.5.0",
"tsconfig-paths": "^3.12.0",
"tsup": "^5.11.11",
"tsup": "^5.11.13",
"typescript": "^4.5.5"
}
}