chore: update deps

This commit is contained in:
vben
2021-11-10 21:45:46 +08:00
parent 59b309aa7e
commit 83921284a6
6 changed files with 337 additions and 325 deletions

View File

@@ -8,8 +8,8 @@ It is used to start the test interface service, which can test the upload, webso
cd ./test/server
yarn
pnpm install
yarn start
pnpm run start
```

View File

@@ -24,13 +24,13 @@
"@types/koa": "^2.13.4",
"@types/koa-bodyparser": "^5.0.2",
"@types/koa-router": "^7.4.4",
"@types/node": "^16.11.6",
"nodemon": "^2.0.14",
"@types/node": "^16.11.7",
"nodemon": "^2.0.15",
"pm2": "^5.1.2",
"rimraf": "^3.0.2",
"ts-node": "^10.4.0",
"tsconfig-paths": "^3.11.0",
"tsup": "^5.5.0",
"tsup": "^5.6.0",
"typescript": "^4.4.4"
}
}