revert(deps): revert back to typeorm 0.2.32

typeorm 0.2.34 introduced a bug with relations causing typeorm to think relations are loaded that
arent. will look back at updating this in future versions.
This commit is contained in:
sct
2021-06-06 12:48:30 +09:00
parent f09aba04e4
commit 4368c3aa4f
2 changed files with 5 additions and 5 deletions

View File

@@ -66,7 +66,7 @@
"sqlite3": "^5.0.2",
"swagger-ui-express": "^4.1.6",
"swr": "^0.5.6",
"typeorm": "^0.2.34",
"typeorm": "0.2.32",
"uuid": "^8.3.2",
"web-push": "^3.4.4",
"winston": "^3.3.3",