Skip to content

Commit

Permalink
Merge pull request #1312 from nestjs/renovate/nestjs-typeorm-8.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency @nestjs/typeorm to v8
  • Loading branch information
BrunnerLivio authored Aug 27, 2021
2 parents b578409 + 49453f3 commit 5cbded7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 24 deletions.
15 changes: 4 additions & 11 deletions sample/005-typeorm-app/package-lock.json

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

2 changes: 1 addition & 1 deletion sample/005-typeorm-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@nestjs/core": "7.6.17",
"@nestjs/platform-express": "7.6.17",
"@nestjs/terminus": "7.2.0",
"@nestjs/typeorm": "7.1.5",
"@nestjs/typeorm": "8.0.2",
"mysql": "2.18.1",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
Expand Down
15 changes: 4 additions & 11 deletions sample/006-multi-db-typeorm-app/package-lock.json

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

2 changes: 1 addition & 1 deletion sample/006-multi-db-typeorm-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@nestjs/core": "7.6.17",
"@nestjs/platform-express": "7.6.17",
"@nestjs/terminus": "7.2.0",
"@nestjs/typeorm": "7.1.5",
"@nestjs/typeorm": "8.0.2",
"mysql": "2.18.1",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
Expand Down

0 comments on commit 5cbded7

Please sign in to comment.