vben
2022-01-18 4e4ce944bcab4aaab677112b7cba9d86501e416c
tests/server/package.json
@@ -11,11 +11,11 @@
  },
  "dependencies": {
    "fs-extra": "^10.0.0",
    "koa": "^2.13.1",
    "koa": "^2.13.4",
    "koa-body": "^4.2.0",
    "koa-bodyparser": "^4.3.0",
    "koa-route": "^3.2.0",
    "koa-router": "^10.0.0",
    "koa-router": "^10.1.1",
    "koa-static": "^5.0.0",
    "koa-websocket": "^6.0.0",
    "koa2-cors": "^2.0.6"
@@ -24,13 +24,13 @@
    "@types/koa": "^2.13.4",
    "@types/koa-bodyparser": "^5.0.2",
    "@types/koa-router": "^7.4.4",
    "@types/node": "^16.6.2",
    "nodemon": "^2.0.12",
    "pm2": "^5.1.1",
    "@types/node": "^17.0.9",
    "nodemon": "^2.0.15",
    "pm2": "^5.1.2",
    "rimraf": "^3.0.2",
    "ts-node": "^10.2.1",
    "tsconfig-paths": "^3.10.1",
    "tsup": "^4.14.0",
    "typescript": "^4.3.5"
    "ts-node": "^10.4.0",
    "tsconfig-paths": "^3.12.0",
    "tsup": "^5.11.11",
    "typescript": "^4.5.4"
  }
}