migrate peerdep
Showing
| ... | ... | @@ -27,11 +27,8 @@ |
| "url": "https://code.mycard.moe/3rdeye/koishi-plugin-dicex/issues" | ||
| }, | ||
| "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-dicex", | ||
| "peerDependencies": { | ||
| "koishi": "^4.2.0" | ||
| }, | ||
| "dependencies": { | ||
| "koishi-thirdeye": "^8.2.1", | ||
| "koishi-thirdeye": "^8.2.2", | ||
| "source-map-support": "^0.5.21" | ||
| }, | ||
| "devDependencies": { | ||
| ... | ... | @@ -41,7 +38,6 @@ |
| "eslint": "^7.32.0", | ||
| "eslint-config-prettier": "^8.3.0", | ||
| "eslint-plugin-prettier": "^3.4.1", | ||
| "koishi": "^4.2.0", | ||
| "prettier": "^2.5.1", | ||
| "raw-loader": "^4.0.2", | ||
| "ts-loader": "^9.2.6", | ||
| ... | ... | @@ -49,5 +45,8 @@ |
| "webpack": "^5.65.0", | ||
| "webpack-cli": "^4.9.1", | ||
| "ws": "^8.4.0" | ||
| }, | ||
| "peerDependencies": { | ||
| "koishi": "^4.2.0" | ||
| } | ||
| } |
Please register or sign in to comment