Skip to content

Commit

Permalink
chore: force typeorm version 0.2.25 (#4074)
Browse files Browse the repository at this point in the history
  • Loading branch information
air1one authored Oct 1, 2020
1 parent 0e487a6 commit e8000a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core-database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dayjs": "^1.8.17",
"pg": "^8.2.1",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.2.25"
"typeorm": "0.2.25"
},
"engines": {
"node": ">=10.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/core-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"hapi-auth-bearer-token": "^6.1.6",
"latest-version": "^5.1.0",
"require-from-string": "^2.0.2",
"typeorm": "^0.2.25"
"typeorm": "0.2.25"
},
"devDependencies": {
"nock": "^13.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/core-snapshots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"msgpack-lite": "^0.1.26",
"pg-query-stream": "^3.0.4",
"pluralize": "^8.0.0",
"typeorm": "^0.2.25",
"typeorm": "0.2.25",
"xcase": "^2.0.1",
"zlib": "^1.0.5"
},
Expand Down

0 comments on commit e8000a6

Please sign in to comment.