Skip to content

Commit 85b82f8

Browse files
chore(deps): update dependency typeorm to v0.3.17
1 parent a8781c0 commit 85b82f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"rxjs": "7.4.0",
4949
"sequelize": "6.9.0",
5050
"sequelize-typescript": "2.1.1",
51-
"typeorm": "0.2.40",
51+
"typeorm": "0.3.17",
5252
"typeorm-seeding": "1.6.1"
5353
},
5454
"devDependencies": {

packages/query-typeorm/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@nestjs/common": "^8.0.4",
3131
"@nestjs/typeorm": "^8.0.0",
3232
"class-transformer": "^0.2.3 || 0.3.1 || 0.4",
33-
"typeorm": "^0.2.25"
33+
"typeorm": "^0.2.25 || ^0.3.0"
3434
},
3535
"devDependencies": {
3636
"@nestjs/common": "8.4.7",
@@ -42,7 +42,7 @@
4242
"class-transformer": "0.4.0",
4343
"sqlite3": "5.0.2",
4444
"ts-mockito": "2.6.1",
45-
"typeorm": "0.2.40",
45+
"typeorm": "0.3.17",
4646
"typescript": "4.4.4"
4747
},
4848
"repository": {

0 commit comments

Comments
 (0)