use typeorm 3
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
| ... | ... | @@ -35,7 +35,7 @@ |
| "koishi-thirdeye": "^11.0.6", | ||
| "mysql": "^2.18.1", | ||
| "pg": "^8.7.3", | ||
| "typeorm": "0.2.45" | ||
| "typeorm": "^0.3.7" | ||
| }, | ||
| "devDependencies": { | ||
| "@koishijs/plugin-console": "^4.1.1", | ||
| ... | ... | @@ -52,6 +52,7 @@ |
| "jest": "^27.5.1", | ||
| "prettier": "^2.5.1", | ||
| "raw-loader": "^4.0.2", | ||
| "sqlite3": "^5.0.10", | ||
| "ts-jest": "^27.1.3", | ||
| "ts-loader": "^9.2.6", | ||
| "ts-node": "^10.5.0", | ||
| ... | ... |
Please register or sign in to comment