Skip to content

Commit

Permalink
chore(deps): update dependency typeorm to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 17, 2022
1 parent 9c388ad commit 07db788
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 64 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.0",
"typeorm-seeding": "1.6.1"
},
"devDependencies": {
Expand Down
131 changes: 70 additions & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0",
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.0",
"typescript": "4.4.4"
},
"repository": {
Expand Down

0 comments on commit 07db788

Please sign in to comment.