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 <[email protected]>

Co-authored-by: Stepan Kiryakov <[email protected]>
  • Loading branch information
Stepan-Kirjakov and Stepan-Kirjakov authored Feb 18, 2022
1 parent d08c379 commit 94b4b62
Show file tree
Hide file tree
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
Expand Up @@ -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": "",
Expand Down
2 changes: 1 addition & 1 deletion ui-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 94b4b62

Please sign in to comment.