move to plugin factory
Showing
This diff is collapsed.
... | ... | @@ -29,7 +29,7 @@ |
}, | ||
"homepage": "https://github.com/koishijs/koishi-plugin-pics", | ||
"dependencies": { | ||
"koishi-thirdeye": "^10.0.5", | ||
"koishi-thirdeye": "^10.0.20", | ||
"lodash": "^4.17.21" | ||
}, | ||
"devDependencies": { | ||
... | ... | @@ -51,13 +51,13 @@ |
"ts-jest": "^27.1.3", | ||
"ts-loader": "^9.2.6", | ||
"ts-node": "^10.5.0", | ||
"typescript": "^4.4.4", | ||
"typescript": "^4.6.4", | ||
"webpack": "^5.59.1", | ||
"webpack-cli": "^4.9.1", | ||
"ws": "^8.3.0" | ||
}, | ||
"peerDependencies": { | ||
"koishi": "^4.6.1" | ||
"koishi": "^4.6.2" | ||
}, | ||
"jest": { | ||
"moduleFileExtensions": [ | ||
... | ... |
Please register or sign in to comment