fix: Fix context menu not working

This commit is contained in:
vben
2021-12-12 23:17:00 +08:00
parent f6e27aee16
commit b0a0cbcd6a
8 changed files with 631 additions and 634 deletions

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.11",
"@types/node": "^16.11.12",
"nodemon": "^2.0.15",
"pm2": "^5.1.2",
"rimraf": "^3.0.2",
"ts-node": "^10.4.0",
"tsconfig-paths": "^3.12.0",
"tsup": "^5.10.0",
"typescript": "^4.5.2"
"tsup": "^5.11.1",
"typescript": "^4.5.3"
}
}