Skip to content

Commit

Permalink
fix(deps): update dependency @apollo/federation to v0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and doug-martin committed May 29, 2020
1 parent f65b072 commit ad047b3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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 @@ -14,7 +14,7 @@
"start:prod": "node dist/main"
},
"dependencies": {
"@apollo/federation": "0.16.1",
"@apollo/federation": "0.16.2",
"@nestjs/common": "7.0.13",
"@nestjs/core": "7.0.13",
"@nestjs/graphql": "7.3.11",
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 @@ -17,7 +17,7 @@
"seed": "node ../../../node_modules/typeorm-seeding/dist/cli.js -n ./ormconfig.json -c sub-task-db seed"
},
"dependencies": {
"@apollo/federation": "0.16.1",
"@apollo/federation": "0.16.2",
"@nestjs-query/core": "0.11.6",
"@nestjs-query/query-graphql": "0.11.6",
"@nestjs-query/query-typeorm": "0.11.6",
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 @@ -17,7 +17,7 @@
"seed": "node ../../../node_modules/typeorm-seeding/dist/cli.js -n ./ormconfig.json -c tag-db seed"
},
"dependencies": {
"@apollo/federation": "0.16.1",
"@apollo/federation": "0.16.2",
"@nestjs-query/core": "0.11.6",
"@nestjs-query/query-graphql": "0.11.6",
"@nestjs-query/query-typeorm": "0.11.6",
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 @@ -17,7 +17,7 @@
"seed": "node ../../../node_modules/typeorm-seeding/dist/cli.js -n ./ormconfig.json -c todo-item-db seed"
},
"dependencies": {
"@apollo/federation": "0.16.1",
"@apollo/federation": "0.16.2",
"@nestjs-query/core": "0.11.6",
"@nestjs-query/query-graphql": "0.11.6",
"@nestjs-query/query-typeorm": "0.11.6",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

0 comments on commit ad047b3

Please sign in to comment.