Pin typeorm version to avoid discrepancies with generated watchers (#385)

This commit is contained in:
prathamesh0
2023-05-15 17:55:36 +05:30
committed by GitHub
parent dfd38d3329
commit c5cbe33059
5 changed files with 13 additions and 13 deletions
@@ -56,7 +56,7 @@
"graphql": "^15.5.0",
"json-bigint": "^1.0.0",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.2.32",
"typeorm": "0.2.37",
"yargs": "^17.0.1"
},
"devDependencies": {