Skip to content

Commit

Permalink
chore(deps): update dependency typeorm to v0.3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 26, 2024
1 parent a8781c0 commit 60bbe3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"rxjs": "7.4.0",
"sequelize": "6.9.0",
"sequelize-typescript": "2.1.1",
"typeorm": "0.2.40",
"typeorm": "0.3.20",
"typeorm-seeding": "1.6.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/query-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@nestjs/common": "^8.0.4",
"@nestjs/typeorm": "^8.0.0",
"class-transformer": "^0.2.3 || 0.3.1 || 0.4",
"typeorm": "^0.2.25"
"typeorm": "^0.2.25 || ^0.3.0"
},
"devDependencies": {
"@nestjs/common": "8.4.7",
Expand All @@ -42,7 +42,7 @@
"class-transformer": "0.4.0",
"sqlite3": "5.0.2",
"ts-mockito": "2.6.1",
"typeorm": "0.2.40",
"typeorm": "0.3.20",
"typescript": "4.4.4"
},
"repository": {
Expand Down

0 comments on commit 60bbe3a

Please sign in to comment.