Skip to content

Commit

Permalink
fix typeorm version (#468)
Browse files Browse the repository at this point in the history
Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>

Co-authored-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>
  • Loading branch information
Stepan-Kirjakov and Stepan-Kirjakov authored Feb 18, 2022
1 parent d08c379 commit 94b4b62
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion guardian-service/package.json
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@
"module-alias": "^2.2.2",
"mongodb": "^3.7.3",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.2.41",
"typeorm": "0.2.41",
"vc-modules": "file:../vc-modules"
},
"description": "",
2 changes: 1 addition & 1 deletion ui-service/package.json
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
"mongodb": "^3.7.3",
"reflect-metadata": "^0.1.13",
"swagger-ui-express": "^4.1.6",
"typeorm": "^0.2.41",
"typeorm": "0.2.41",
"vc-modules": "file:../vc-modules",
"ws": "^8.2.1"
},

0 comments on commit 94b4b62

Please sign in to comment.