catchup
Showing
This diff is collapsed.
... | ... | @@ -39,7 +39,7 @@ |
"testEnvironment": "node" | ||
}, | ||
"devDependencies": { | ||
"@koishijs/plugin-adapter-onebot": "^4.1.5", | ||
"@koishijs/plugin-adapter-onebot": "^4.2.4", | ||
"@types/jest": "^27.4.0", | ||
"@types/lodash": "^4.14.178", | ||
"@types/mustache": "^4.1.2", | ||
... | ... | @@ -55,7 +55,7 @@ |
"rimraf": "^3.0.2", | ||
"supertest": "^6.2.2", | ||
"ts-jest": "^27.1.3", | ||
"typescript": "^4.5.5" | ||
"typescript": "^4.6.4" | ||
}, | ||
"dependencies": { | ||
"@types/koa": "^2.13.4", | ||
... | ... | @@ -66,6 +66,6 @@ |
"typed-reflector": "^1.0.10" | ||
}, | ||
"peerDependencies": { | ||
"koishi": "^4.7.0" | ||
"koishi": "^4.7.1" | ||
} | ||
} |
Please register or sign in to comment