Skip to content

Commit

Permalink
fix(deps): update dependency @apollo/federation to v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and doug-martin committed May 4, 2020
1 parent d9c691b commit b534056
Show file tree
Hide file tree
Showing 5 changed files with 31 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.14.1",
"@apollo/federation": "0.15.0",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/graphql": "7.3.7",
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.14.1",
"@apollo/federation": "0.15.0",
"@nestjs-query/core": "0.10.0",
"@nestjs-query/query-graphql": "0.10.1",
"@nestjs-query/query-typeorm": "0.10.2",
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.14.1",
"@apollo/federation": "0.15.0",
"@nestjs-query/core": "0.10.0",
"@nestjs-query/query-graphql": "0.10.1",
"@nestjs-query/query-typeorm": "0.10.2",
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.14.1",
"@apollo/federation": "0.15.0",
"@nestjs-query/core": "0.10.0",
"@nestjs-query/query-graphql": "0.10.1",
"@nestjs-query/query-typeorm": "0.10.2",
Expand Down
30 changes: 27 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 b534056

Please sign in to comment.