fix compile
Showing
| ... | @@ -32,7 +32,7 @@ | ... | @@ -32,7 +32,7 @@ |
| "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-tabulate", | "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-tabulate", | ||
| "dependencies": { | "dependencies": { | ||
| "class-transformer": "^0.5.1", | "class-transformer": "^0.5.1", | ||
| "koishi-thirdeye": "^10.2.8", | "koishi-thirdeye": "^10.3.1", | ||
| "league-tabulator": "^1.0.0", | "league-tabulator": "^1.0.0", | ||
| "lodash": "^4.17.21", | "lodash": "^4.17.21", | ||
| "moment": "^2.29.1", | "moment": "^2.29.1", | ||
| ... | @@ -63,7 +63,7 @@ | ... | @@ -63,7 +63,7 @@ |
| "ws": "^8.3.0" | "ws": "^8.3.0" | ||
| }, | }, | ||
| "peerDependencies": { | "peerDependencies": { | ||
| "koishi": "^4.7.4" | "koishi": "^4.7.5" | ||
| }, | }, | ||
| "jest": { | "jest": { | ||
| "moduleFileExtensions": [ | "moduleFileExtensions": [ | ||
| ... | ... |
Please register or sign in to comment