bump and install common plugins
Showing
This diff is collapsed.
| ... | @@ -33,12 +33,15 @@ | ... | @@ -33,12 +33,15 @@ |
| "eslint-config-prettier": "^8.3.0", | "eslint-config-prettier": "^8.3.0", | ||
| "eslint-plugin-prettier": "^3.4.1", | "eslint-plugin-prettier": "^3.4.1", | ||
| "prettier": "^2.4.1", | "prettier": "^2.4.1", | ||
| "typescript": "^4.5.2" | "typescript": "^4.7.2" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@koishijs/cli": "^4.7.1", | "@koishijs/cli": "^4.7.2", | ||
| "@koishijs/loader": "^1.0.0", | "@koishijs/loader": "^1.0.1", | ||
| "koishi": "^4.7.1", | "@koishijs/plugin-database-mysql": "^4.4.2", | ||
| "@koishijs/plugin-help": "^1.0.1", | |||
| "@koishijs/plugin-suggest": "^1.1.0", | |||
| "koishi": "^4.7.2", | |||
| "load-json-file": "^6.2.0", | "load-json-file": "^6.2.0", | ||
| "ws": "^8.2.3", | "ws": "^8.2.3", | ||
| "yaml": "^1.10.2" | "yaml": "^1.10.2" | ||
| ... | ... |
Please register or sign in to comment