Skip to content

Commit

Permalink
chore(deps): update dependency @nestjs/graphql to v7.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and doug-martin committed Jun 26, 2020
1 parent ed68612 commit bf7fb1c
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 290 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.16.9",
"@nestjs/common": "7.2.0",
"@nestjs/core": "7.2.0",
"@nestjs/graphql": "7.4.1",
"@nestjs/graphql": "7.4.6",
"@nestjs/platform-express": "7.2.0",
"apollo-server-express": "2.15.0",
"graphql": "15.1.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.15.0",
"@nestjs/common": "7.2.0",
"@nestjs/core": "7.2.0",
"@nestjs/graphql": "7.4.1",
"@nestjs/graphql": "7.4.6",
"@nestjs/platform-express": "7.2.0",
"@nestjs/typeorm": "7.1.0",
"apollo-server-express": "2.15.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.15.0",
"@nestjs/common": "7.2.0",
"@nestjs/core": "7.2.0",
"@nestjs/graphql": "7.4.1",
"@nestjs/graphql": "7.4.6",
"@nestjs/platform-express": "7.2.0",
"@nestjs/typeorm": "7.1.0",
"apollo-server-express": "2.15.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.15.0",
"@nestjs/common": "7.2.0",
"@nestjs/core": "7.2.0",
"@nestjs/graphql": "7.4.1",
"@nestjs/graphql": "7.4.6",
"@nestjs/platform-express": "7.2.0",
"@nestjs/typeorm": "7.1.0",
"apollo-server-express": "2.15.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/nest-graphql-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@nestjs-query/query-typeorm": "0.15.0",
"@nestjs/common": "7.2.0",
"@nestjs/core": "7.2.0",
"@nestjs/graphql": "7.4.1",
"@nestjs/graphql": "7.4.6",
"@nestjs/platform-express": "7.2.0",
"@nestjs/typeorm": "7.1.0",
"apollo-server-express": "2.15.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/nest-graphql-offset-paging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@nestjs-query/query-typeorm": "0.15.0",
"@nestjs/common": "7.2.0",
"@nestjs/core": "7.2.0",
"@nestjs/graphql": "7.4.1",
"@nestjs/graphql": "7.4.6",
"@nestjs/platform-express": "7.2.0",
"@nestjs/typeorm": "7.1.0",
"apollo-server-express": "2.15.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.15.0",
"@nestjs/common": "7.2.0",
"@nestjs/core": "7.2.0",
"@nestjs/graphql": "7.4.1",
"@nestjs/graphql": "7.4.6",
"@nestjs/platform-express": "7.2.0",
"@nestjs/sequelize": "0.1.0",
"apollo-server-express": "2.15.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/nest-graphql-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@nestjs-query/query-typeorm": "0.15.0",
"@nestjs/common": "7.2.0",
"@nestjs/core": "7.2.0",
"@nestjs/graphql": "7.4.1",
"@nestjs/graphql": "7.4.6",
"@nestjs/platform-express": "7.2.0",
"@nestjs/typeorm": "7.1.0",
"apollo-server-express": "2.15.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.15.0",
"@nestjs/common": "7.2.0",
"@nestjs/core": "7.2.0",
"@nestjs/graphql": "7.4.1",
"@nestjs/graphql": "7.4.6",
"@nestjs/platform-express": "7.2.0",
"@nestjs/typeorm": "7.1.0",
"apollo-server-express": "2.15.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.15.0",
"@nestjs/common": "7.2.0",
"@nestjs/core": "7.2.0",
"@nestjs/graphql": "7.4.1",
"@nestjs/graphql": "7.4.6",
"@nestjs/platform-express": "7.2.0",
"@nestjs/typeorm": "7.1.0",
"apollo-server-express": "2.15.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.15.0",
"@nestjs/common": "7.2.0",
"@nestjs/core": "7.2.0",
"@nestjs/graphql": "7.4.1",
"@nestjs/graphql": "7.4.6",
"@nestjs/platform-express": "7.2.0",
"@nestjs/typeorm": "7.1.0",
"apollo-server-express": "2.15.0",
Expand Down
Loading

0 comments on commit bf7fb1c

Please sign in to comment.