bump and dev server
Showing
dev/extras.ts
0 → 100644
This diff is collapsed.
... | ... | @@ -27,7 +27,7 @@ |
}, | ||
"homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-mcinfo", | ||
"dependencies": { | ||
"koishi-thirdeye": "^8.3.2", | ||
"koishi-thirdeye": "^8.3.3", | ||
"minecraft-protocol": "^1.30.0", | ||
"source-map-support": "^0.5.21" | ||
}, | ||
... | ... | @@ -35,7 +35,9 @@ |
"koishi": "^4.2.2" | ||
}, | ||
"devDependencies": { | ||
"@koishijs/plugin-cache-lru": "^1.0.0-rc.0", | ||
"@koishijs/plugin-console": "^3.1.1", | ||
"@koishijs/plugin-database-memory": "^1.0.2", | ||
"@koishijs/plugin-sandbox": "^1.0.0", | ||
"@types/jest": "^27.4.0", | ||
"@types/node": "^17.0.18", | ||
... | ... | @@ -49,6 +51,7 @@ |
"raw-loader": "^4.0.2", | ||
"ts-jest": "^27.1.3", | ||
"ts-loader": "^9.2.6", | ||
"ts-node": "^10.5.0", | ||
"typescript": "^4.5.5", | ||
"webpack": "^5.69.1", | ||
"webpack-cli": "^4.9.2", | ||
... | ... |
Please register or sign in to comment