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
+1 -1
View File
@@ -22,7 +22,7 @@
"express": "^4.18.2",
"graphql-subscriptions": "^2.0.0",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.2.32",
"typeorm": "0.2.37",
"yargs": "^17.0.1"
},
"devDependencies": {