migrate peerdep
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
| ... | ... | @@ -37,12 +37,9 @@ |
| "@aws-sdk/util-format-url": "^3.38.0", | ||
| "class-transformer": "^0.4.0", | ||
| "moment": "^2.29.1", | ||
| "schemastery-gen": "^2.4.1", | ||
| "schemastery-gen": "^2.4.2", | ||
| "source-map-support": "^0.5.20" | ||
| }, | ||
| "peerDependencies": { | ||
| "koishi": "^4.2.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/node": "^16.11.6", | ||
| "@typescript-eslint/eslint-plugin": "^4.33.0", | ||
| ... | ... | @@ -50,7 +47,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", | ||
| ... | ... | @@ -58,5 +54,8 @@ |
| "webpack": "^5.61.0", | ||
| "webpack-cli": "^4.9.1", | ||
| "ws": "^8.3.0" | ||
| }, | ||
| "peerDependencies": { | ||
| "koishi": "^4.2.0" | ||
| } | ||
| } |
Please register or sign in to comment