Skip to content

Commit

Permalink
fix(deps): update dependency graphql-tools to v6.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and doug-martin committed Jun 12, 2020
1 parent e6362fe commit 4d7ccc9
Show file tree
Hide file tree
Showing 12 changed files with 214 additions and 223 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 @@ -21,7 +21,7 @@
"@nestjs/platform-express": "7.1.3",
"apollo-server-express": "2.14.4",
"graphql": "15.1.0",
"graphql-tools": "6.0.8",
"graphql-tools": "6.0.9",
"rimraf": "3.0.2",
"rxjs": "6.5.5"
},
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 @@ -29,7 +29,7 @@
"apollo-server-express": "2.14.4",
"class-validator": "0.12.2",
"graphql": "15.1.0",
"graphql-tools": "6.0.8",
"graphql-tools": "6.0.9",
"pg": "8.2.1",
"rimraf": "3.0.2",
"rxjs": "6.5.5",
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 @@ -29,7 +29,7 @@
"apollo-server-express": "2.14.4",
"class-validator": "0.12.2",
"graphql": "15.1.0",
"graphql-tools": "6.0.8",
"graphql-tools": "6.0.9",
"pg": "8.2.1",
"rimraf": "3.0.2",
"rxjs": "6.5.5",
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 @@ -29,7 +29,7 @@
"apollo-server-express": "2.14.4",
"class-validator": "0.12.2",
"graphql": "15.1.0",
"graphql-tools": "6.0.8",
"graphql-tools": "6.0.9",
"pg": "8.2.1",
"rimraf": "3.0.2",
"rxjs": "6.5.5",
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 @@ -28,7 +28,7 @@
"apollo-server-express": "2.14.4",
"class-validator": "0.12.2",
"graphql": "15.1.0",
"graphql-tools": "6.0.8",
"graphql-tools": "6.0.9",
"pg": "8.2.1",
"rimraf": "3.0.2",
"rxjs": "6.5.5",
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 @@ -28,7 +28,7 @@
"apollo-server-express": "2.14.4",
"class-validator": "0.12.2",
"graphql": "15.1.0",
"graphql-tools": "6.0.8",
"graphql-tools": "6.0.9",
"pg": "8.2.1",
"rimraf": "3.0.2",
"rxjs": "6.5.5",
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 @@ -25,7 +25,7 @@
"apollo-server-express": "2.14.4",
"class-validator": "0.12.2",
"graphql": "15.1.0",
"graphql-tools": "6.0.8",
"graphql-tools": "6.0.9",
"pg": "8.2.1",
"rimraf": "3.0.2",
"rxjs": "6.5.5",
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 @@ -28,7 +28,7 @@
"apollo-server-express": "2.14.4",
"class-validator": "0.12.2",
"graphql": "15.1.0",
"graphql-tools": "6.0.8",
"graphql-tools": "6.0.9",
"pg": "8.2.1",
"rimraf": "3.0.2",
"rxjs": "6.5.5",
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 @@ -27,7 +27,7 @@
"apollo-server-express": "2.14.4",
"class-validator": "0.12.2",
"graphql": "15.1.0",
"graphql-tools": "6.0.8",
"graphql-tools": "6.0.9",
"pg": "8.2.1",
"rimraf": "3.0.2",
"rxjs": "6.5.5",
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 @@ -28,7 +28,7 @@
"apollo-server-express": "2.14.4",
"class-validator": "0.12.2",
"graphql": "15.1.0",
"graphql-tools": "6.0.8",
"graphql-tools": "6.0.9",
"pg": "8.2.1",
"rimraf": "3.0.2",
"rxjs": "6.5.5",
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 @@ -28,7 +28,7 @@
"apollo-server-express": "2.14.4",
"class-validator": "0.12.2",
"graphql": "15.1.0",
"graphql-tools": "6.0.8",
"graphql-tools": "6.0.9",
"pg": "8.2.1",
"rimraf": "3.0.2",
"rxjs": "6.5.5",
Expand Down
Loading

0 comments on commit 4d7ccc9

Please sign in to comment.