Skip to content

Commit

Permalink
chore(deps): update dependency @nestjs/graphql to v7.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and doug-martin committed May 2, 2020
1 parent 33a4c48 commit eae6287
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 14 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.4",
"@nestjs/graphql": "7.3.5",
"@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.0",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/graphql": "7.3.4",
"@nestjs/graphql": "7.3.5",
"@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.0",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/graphql": "7.3.4",
"@nestjs/graphql": "7.3.5",
"@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.0",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/graphql": "7.3.4",
"@nestjs/graphql": "7.3.5",
"@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.0",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/graphql": "7.3.4",
"@nestjs/graphql": "7.3.5",
"@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.0",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/graphql": "7.3.4",
"@nestjs/graphql": "7.3.5",
"@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.0",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/graphql": "7.3.4",
"@nestjs/graphql": "7.3.5",
"@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.0",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/graphql": "7.3.4",
"@nestjs/graphql": "7.3.5",
"@nestjs/platform-express": "7.0.9",
"@nestjs/typeorm": "7.0.0",
"apollo-server-express": "2.12.0",
Expand Down
31 changes: 27 additions & 4 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-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"peerDependencies": {
"@nestjs/common": "7.0.9",
"@nestjs/graphql": "7.3.1",
"@nestjs/graphql": "7.3.5",
"class-transformer": "0.2.3",
"class-validator": "0.12.2",
"dataloader": "2.0.0",
Expand All @@ -56,7 +56,7 @@
},
"devDependencies": {
"@nestjs/common": "7.0.9",
"@nestjs/graphql": "7.3.4",
"@nestjs/graphql": "7.3.5",
"@nestjs/testing": "7.0.9",
"@types/graphql": "14.5.0",
"@types/graphql-relay": "0.6.0",
Expand Down

0 comments on commit eae6287

Please sign in to comment.