Skip to content

Commit

Permalink
chore(deps): update dependency @nestjs/graphql to v7.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and doug-martin committed May 4, 2020
1 parent 38ce6bf commit d9c691b
Show file tree
Hide file tree
Showing 10 changed files with 190 additions and 51 deletions.
2 changes: 1 addition & 1 deletion examples/federation/graphql-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@apollo/federation": "0.14.1",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/graphql": "7.3.5",
"@nestjs/graphql": "7.3.7",
"@nestjs/platform-express": "7.0.9",
"apollo-server-express": "2.12.0",
"graphql": "15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/federation/sub-task-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@nestjs-query/query-typeorm": "0.10.2",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/graphql": "7.3.5",
"@nestjs/graphql": "7.3.7",
"@nestjs/platform-express": "7.0.9",
"@nestjs/typeorm": "7.0.0",
"apollo-server-express": "2.12.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/federation/tag-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@nestjs-query/query-typeorm": "0.10.2",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/graphql": "7.3.5",
"@nestjs/graphql": "7.3.7",
"@nestjs/platform-express": "7.0.9",
"@nestjs/typeorm": "7.0.0",
"apollo-server-express": "2.12.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/federation/todo-item-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@nestjs-query/query-typeorm": "0.10.2",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/graphql": "7.3.5",
"@nestjs/graphql": "7.3.7",
"@nestjs/platform-express": "7.0.9",
"@nestjs/typeorm": "7.0.0",
"apollo-server-express": "2.12.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/nest-graphql-sequelize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@nestjs-query/query-sequelize": "0.10.2",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/graphql": "7.3.5",
"@nestjs/graphql": "7.3.7",
"@nestjs/platform-express": "7.0.9",
"@nestjs/sequelize": "0.1.0",
"apollo-server-express": "2.12.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/nest-graphql-typeorm-multidb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@nestjs-query/query-typeorm": "0.10.2",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/graphql": "7.3.5",
"@nestjs/graphql": "7.3.7",
"@nestjs/platform-express": "7.0.9",
"@nestjs/typeorm": "7.0.0",
"apollo-server-express": "2.12.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/nest-graphql-typeorm-soft-delete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@nestjs-query/query-typeorm": "0.10.2",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/graphql": "7.3.5",
"@nestjs/graphql": "7.3.7",
"@nestjs/platform-express": "7.0.9",
"@nestjs/typeorm": "7.0.0",
"apollo-server-express": "2.12.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/nest-graphql-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@nestjs-query/query-typeorm": "0.10.2",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/graphql": "7.3.5",
"@nestjs/graphql": "7.3.7",
"@nestjs/platform-express": "7.0.9",
"@nestjs/typeorm": "7.0.0",
"apollo-server-express": "2.12.0",
Expand Down
221 changes: 180 additions & 41 deletions package-lock.json

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

Loading

0 comments on commit d9c691b

Please sign in to comment.