nothing large changes
Showing
This diff is collapsed.
| ... | @@ -43,12 +43,12 @@ | ... | @@ -43,12 +43,12 @@ |
| "rimraf": "^3.0.2", | "rimraf": "^3.0.2", | ||
| "supertest": "^6.1.6", | "supertest": "^6.1.6", | ||
| "ts-jest": "^29.0.3", | "ts-jest": "^29.0.3", | ||
| "typescript": "^4.8.2" | "typescript": "^4.9.4" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "minato-decorators": "^2.2.1", | "minato-decorators": "^2.2.1", | ||
| "rxjs": "^7.5.6", | "rxjs": "^7.5.6", | ||
| "satori-decorators": "^1.1.1" | "satori-decorators": "^1.1.3" | ||
| }, | }, | ||
| "jest": { | "jest": { | ||
| "moduleFileExtensions": [ | "moduleFileExtensions": [ | ||
| ... | @@ -69,6 +69,6 @@ | ... | @@ -69,6 +69,6 @@ |
| "testEnvironment": "node" | "testEnvironment": "node" | ||
| }, | }, | ||
| "peerDependencies": { | "peerDependencies": { | ||
| "koishi": "^4.10.10" | "koishi": "^4.11.0" | ||
| } | } | ||
| } | } |
Please register or sign in to comment