Skip to content

Commit

Permalink
fix(deps): update dependency @apollo/federation to v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and doug-martin committed May 28, 2020
1 parent 8ca9ee5 commit 1fd84e1
Show file tree
Hide file tree
Showing 5 changed files with 1,041 additions and 208 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.0",
"@apollo/federation": "0.16.1",
"@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.0",
"@apollo/federation": "0.16.1",
"@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.0",
"@apollo/federation": "0.16.1",
"@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.0",
"@apollo/federation": "0.16.1",
"@nestjs-query/core": "0.11.6",
"@nestjs-query/query-graphql": "0.11.6",
"@nestjs-query/query-typeorm": "0.11.6",
Expand Down

0 comments on commit 1fd84e1

Please sign in to comment.