catchup and possibly locale updates
Showing
| { | ||
| "name": "koishi-plugin-tabulate", | ||
| "description": "YGOCore 战队联盟排表姬的 Koishi 插件", | ||
| "description": "YGOCore League tabulator.", | ||
| "version": "8.4.1", | ||
| "main": "dist/index.js", | ||
| "types": "dist/src/index.d.ts", | ||
| ... | ... | @@ -32,7 +32,7 @@ |
| "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-tabulate", | ||
| "dependencies": { | ||
| "class-transformer": "^0.5.1", | ||
| "koishi-thirdeye": "^9.1.1", | ||
| "koishi-thirdeye": "^9.2.4", | ||
| "league-tabulator": "^1.0.0", | ||
| "lodash": "^4.17.21", | ||
| "moment": "^2.29.1", | ||
| ... | ... | @@ -64,7 +64,7 @@ |
| "ws": "^8.3.0" | ||
| }, | ||
| "peerDependencies": { | ||
| "koishi": "^4.4.0" | ||
| "koishi": "^4.4.1" | ||
| }, | ||
| "jest": { | ||
| "moduleFileExtensions": [ | ||
| ... | ... |
Please register or sign in to comment