bump
Showing
This diff is collapsed.
| ... | @@ -32,7 +32,7 @@ | ... | @@ -32,7 +32,7 @@ |
| }, | }, | ||
| "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-typeorm", | "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-typeorm", | ||
| "dependencies": { | "dependencies": { | ||
| "koishi-thirdeye": "^11.0.9", | "koishi-thirdeye": "^11.0.12", | ||
| "mysql": "^2.18.1", | "mysql": "^2.18.1", | ||
| "pg": "^8.7.3", | "pg": "^8.7.3", | ||
| "typeorm": "^0.3.7" | "typeorm": "^0.3.7" | ||
| ... | @@ -54,9 +54,9 @@ | ... | @@ -54,9 +54,9 @@ |
| "raw-loader": "^4.0.2", | "raw-loader": "^4.0.2", | ||
| "sqlite3": "^5.0.10", | "sqlite3": "^5.0.10", | ||
| "ts-jest": "^27.1.3", | "ts-jest": "^27.1.3", | ||
| "ts-loader": "^9.2.6", | "ts-loader": "^9.3.1", | ||
| "ts-node": "^10.5.0", | "ts-node": "^10.5.0", | ||
| "typescript": "^4.5.5", | "typescript": "^4.8.2", | ||
| "webpack": "^5.74.0", | "webpack": "^5.74.0", | ||
| "webpack-cli": "^4.10.0", | "webpack-cli": "^4.10.0", | ||
| "ws": "^8.5.0" | "ws": "^8.5.0" | ||
| ... | @@ -79,6 +79,6 @@ | ... | @@ -79,6 +79,6 @@ |
| "testEnvironment": "node" | "testEnvironment": "node" | ||
| }, | }, | ||
| "peerDependencies": { | "peerDependencies": { | ||
| "koishi": "^4.8.4" | "koishi": "^4.8.7" | ||
| } | } | ||
| } | } |
Please register or sign in to comment