Skip to content

Commit e8000a6

Browse files
authored
chore: force typeorm version 0.2.25 (#4074)
1 parent 0e487a6 commit e8000a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/core-database/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dayjs": "^1.8.17",
2929
"pg": "^8.2.1",
3030
"reflect-metadata": "^0.1.13",
31-
"typeorm": "^0.2.25"
31+
"typeorm": "0.2.25"
3232
},
3333
"engines": {
3434
"node": ">=10.x"

packages/core-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"hapi-auth-bearer-token": "^6.1.6",
4343
"latest-version": "^5.1.0",
4444
"require-from-string": "^2.0.2",
45-
"typeorm": "^0.2.25"
45+
"typeorm": "0.2.25"
4646
},
4747
"devDependencies": {
4848
"nock": "^13.0.0"

packages/core-snapshots/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"msgpack-lite": "^0.1.26",
3030
"pg-query-stream": "^3.0.4",
3131
"pluralize": "^8.0.0",
32-
"typeorm": "^0.2.25",
32+
"typeorm": "0.2.25",
3333
"xcase": "^2.0.1",
3434
"zlib": "^1.0.5"
3535
},

0 commit comments

Comments
 (0)