bump koishi-decorators
Showing
| ... | @@ -33,7 +33,7 @@ | ... | @@ -33,7 +33,7 @@ |
| "peerDependencies": { | "peerDependencies": { | ||
| "@nestjs/common": "^8.2.6", | "@nestjs/common": "^8.2.6", | ||
| "@nestjs/core": "^8.2.6", | "@nestjs/core": "^8.2.6", | ||
| "koishi": "^4.4.2", | "koishi": "^4.5.0", | ||
| "reflect-metadata": "^0.1.13", | "reflect-metadata": "^0.1.13", | ||
| "rxjs": "^7.5.4" | "rxjs": "^7.5.4" | ||
| }, | }, | ||
| ... | @@ -54,7 +54,7 @@ | ... | @@ -54,7 +54,7 @@ |
| "eslint-plugin-prettier": "^3.4.1", | "eslint-plugin-prettier": "^3.4.1", | ||
| "express": "^4.17.1", | "express": "^4.17.1", | ||
| "jest": "^27.4.4", | "jest": "^27.4.4", | ||
| "koishi": "4.4.2", | "koishi": "4.5.0", | ||
| "prettier": "^2.4.1", | "prettier": "^2.4.1", | ||
| "rimraf": "^3.0.2", | "rimraf": "^3.0.2", | ||
| "supertest": "^6.1.6", | "supertest": "^6.1.6", | ||
| ... | @@ -67,7 +67,7 @@ | ... | @@ -67,7 +67,7 @@ |
| "@types/ws": "^8.2.0", | "@types/ws": "^8.2.0", | ||
| "koa": "^2.13.3", | "koa": "^2.13.3", | ||
| "koa-bodyparser": "^4.3.0", | "koa-bodyparser": "^4.3.0", | ||
| "koishi-decorators": "^1.3.2", | "koishi-decorators": "^1.3.3", | ||
| "lodash": "^4.17.21", | "lodash": "^4.17.21", | ||
| "typed-reflector": "^1.0.10", | "typed-reflector": "^1.0.10", | ||
| "ws": "^8.2.3" | "ws": "^8.2.3" | ||
| ... | ... |
Please register or sign in to comment