fix dep version
Showing
| ... | ... | @@ -31,12 +31,12 @@ |
| }, | ||
| "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-ygotournament", | ||
| "dependencies": { | ||
| "@aws-sdk/client-s3": "^3.39.0", | ||
| "@aws-sdk/middleware-sdk-s3": "^3.39.0", | ||
| "@aws-sdk/protocol-http": "^3.38.0", | ||
| "@aws-sdk/smithy-client": "^3.38.0", | ||
| "@aws-sdk/types": "^3.38.0", | ||
| "@aws-sdk/util-format-url": "^3.38.0", | ||
| "@aws-sdk/client-s3": "3.39.0", | ||
| "@aws-sdk/middleware-sdk-s3": "3.39.0", | ||
| "@aws-sdk/protocol-http": "3.38.0", | ||
| "@aws-sdk/smithy-client": "3.38.0", | ||
| "@aws-sdk/types": "3.38.0", | ||
| "@aws-sdk/util-format-url": "3.38.0", | ||
| "class-transformer": "^0.4.0", | ||
| "koishi-thirdeye": "^10.2.1", | ||
| "moment": "^2.29.1", | ||
| ... | ... | @@ -66,7 +66,7 @@ |
| "ws": "^8.3.0" | ||
| }, | ||
| "peerDependencies": { | ||
| "koishi": "^4.7.0" | ||
| "koishi": "^4.7.2" | ||
| }, | ||
| "jest": { | ||
| "moduleFileExtensions": [ | ||
| ... | ... |
Please register or sign in to comment