Skip to content

Commit

Permalink
fix(deps): update apollo graphql packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 23, 2021
1 parent 44bfeba commit b44d313
Show file tree
Hide file tree
Showing 12 changed files with 416 additions and 128 deletions.
86 changes: 67 additions & 19 deletions sample/31-graphql-federation-code-first/gateway/package-lock.json

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

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/gateway": "0.44.0",
"@apollo/gateway": "0.44.1",
"@nestjs/common": "8.2.2",
"@nestjs/core": "8.2.2",
"@nestjs/graphql": "9.1.1",
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/federation": "0.33.7",
"@apollo/gateway": "0.44.0",
"@apollo/subgraph": "0.1.4",
"@apollo/federation": "0.33.8",
"@apollo/gateway": "0.44.1",
"@apollo/subgraph": "0.1.5",
"@nestjs/common": "8.2.2",
"@nestjs/core": "8.2.2",
"@nestjs/graphql": "9.1.1",
Expand Down

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

0 comments on commit b44d313

Please sign in to comment.