migrate peerdep
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
... | ... | @@ -30,9 +30,6 @@ |
"mustache": "^4.2.0", | ||
"source-map-support": "^0.5.20" | ||
}, | ||
"peerDependencies": { | ||
"koishi": "^4.2.0" | ||
}, | ||
"devDependencies": { | ||
"@types/mustache": "^4.1.2", | ||
"@types/node": "^16.10.2", | ||
... | ... | @@ -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.4.1", | ||
"raw-loader": "^4.0.2", | ||
"ts-loader": "^9.2.6", | ||
... | ... | @@ -49,5 +45,8 @@ |
"webpack": "^5.56.0", | ||
"webpack-cli": "^4.8.0", | ||
"ws": "^8.3.0" | ||
}, | ||
"peerDependencies": { | ||
"koishi": "^4.2.0" | ||
} | ||
} |
Please register or sign in to comment