migrate koishi v4.8
Showing
This diff is collapsed.
| ... | @@ -44,18 +44,16 @@ | ... | @@ -44,18 +44,16 @@ |
| "testEnvironment": "node" | "testEnvironment": "node" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "koishi-target-def": "^1.1.1", | "koishi-target-def": "^2.0.0", | ||
| "node-schedule": "^2.1.0" | "node-schedule": "^2.1.0" | ||
| }, | }, | ||
| "peerDependencies": { | "peerDependencies": { | ||
| "koishi": "^4.7.4", | "koishi": "^4.8.1", | ||
| "koishi-thirdeye": "^10.2.1" | "koishi-thirdeye": "^11.0.5" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@koishijs/plugin-cache-lru": "^1.0.0-rc.0", | "@koishijs/plugin-console": "^4.0.1", | ||
| "@koishijs/plugin-console": "^3.3.2", | "@koishijs/plugin-sandbox": "^2.0.0", | ||
| "@koishijs/plugin-database-memory": "^1.3.0", | |||
| "@koishijs/plugin-sandbox": "^1.1.3", | |||
| "@types/jest": "^27.5.0", | "@types/jest": "^27.5.0", | ||
| "@types/node": "^17.0.31", | "@types/node": "^17.0.31", | ||
| "@types/node-schedule": "^1.3.2", | "@types/node-schedule": "^1.3.2", | ||
| ... | ... |
Please register or sign in to comment