migrate peerdep
Showing
This diff is collapsed.
| ... | ... | @@ -27,13 +27,10 @@ |
| }, | ||
| "homepage": "https://github.com/koishijs/koishi-plugin-pics", | ||
| "dependencies": { | ||
| "koishi-thirdeye": "^8.2.1", | ||
| "koishi-thirdeye": "^8.2.2", | ||
| "lodash": "^4.17.21", | ||
| "source-map-support": "^0.5.20" | ||
| }, | ||
| "peerDependencies": { | ||
| "koishi": "^4.2.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/lodash": "^4.14.176", | ||
| "@types/node": "^16.11.4", | ||
| ... | ... | @@ -42,7 +39,6 @@ |
| "eslint": "^7.32.0", | ||
| "eslint-config-prettier": "^8.3.0", | ||
| "eslint-plugin-prettier": "^3.4.1", | ||
| "koishi": "^4.2.0", | ||
| "prettier": "^2.4.1", | ||
| "raw-loader": "^4.0.2", | ||
| "ts-loader": "^9.2.6", | ||
| ... | ... | @@ -50,5 +46,8 @@ |
| "webpack": "^5.59.1", | ||
| "webpack-cli": "^4.9.1", | ||
| "ws": "^8.3.0" | ||
| }, | ||
| "peerDependencies": { | ||
| "koishi": "^4.2.0" | ||
| } | ||
| } |
Please register or sign in to comment