Skip to content

Commit

Permalink
Merge pull request #4266 from nestjs/renovate/nestjs-typeorm-6.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency @nestjs/typeorm to v6.3.4
  • Loading branch information
kamilmysliwiec authored Mar 13, 2020
2 parents c8ba1e3 + bcb3068 commit ea7c52e
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 29 deletions.
16 changes: 4 additions & 12 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@grpc/proto-loader": "0.5.3",
"@nestjs/graphql": "7.0.0-next.5",
"@nestjs/mongoose": "6.3.1",
"@nestjs/typeorm": "6.3.1",
"@nestjs/typeorm": "6.3.4",
"@types/amqplib": "0.5.13",
"@types/bytes": "3.1.0",
"@types/cache-manager": "2.10.2",
Expand Down
14 changes: 7 additions & 7 deletions sample/05-sql-typeorm/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/05-sql-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@nestjs/common": "6.11.11",
"@nestjs/core": "6.11.11",
"@nestjs/platform-express": "6.11.11",
"@nestjs/typeorm": "6.3.3",
"@nestjs/typeorm": "6.3.4",
"mysql": "2.18.1",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
Expand Down
14 changes: 7 additions & 7 deletions sample/13-mongo-typeorm/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/13-mongo-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@nestjs/common": "6.11.11",
"@nestjs/core": "6.11.11",
"@nestjs/platform-express": "6.11.11",
"@nestjs/typeorm": "6.3.3",
"@nestjs/typeorm": "6.3.4",
"mongodb": "3.5.5",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
Expand Down

0 comments on commit ea7c52e

Please sign in to comment.