Skip to content

Commit

Permalink
Merge pull request #8498 from nestjs/renovate/apollo-graphql-packages
Browse files Browse the repository at this point in the history
fix(deps): update apollo graphql packages
  • Loading branch information
kamilmysliwiec committed Nov 3, 2021
2 parents d788b7d + 6d66fee commit c7edd13
Show file tree
Hide file tree
Showing 12 changed files with 206 additions and 206 deletions.
64 changes: 32 additions & 32 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.

Expand Up @@ -21,7 +21,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/gateway": "0.42.3",
"@apollo/gateway": "0.43.1",
"@nestjs/common": "8.1.2",
"@nestjs/core": "8.1.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.

Expand Up @@ -21,9 +21,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/federation": "0.33.3",
"@apollo/gateway": "0.42.3",
"@apollo/subgraph": "0.1.2",
"@apollo/federation": "0.33.6",
"@apollo/gateway": "0.43.1",
"@apollo/subgraph": "0.1.4",
"@nestjs/common": "8.1.2",
"@nestjs/core": "8.1.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.

Expand Up @@ -20,9 +20,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/federation": "0.33.3",
"@apollo/gateway": "0.42.3",
"@apollo/subgraph": "0.1.2",
"@apollo/federation": "0.33.6",
"@apollo/gateway": "0.43.1",
"@apollo/subgraph": "0.1.4",
"@nestjs/common": "8.1.2",
"@nestjs/core": "8.1.2",
"@nestjs/graphql": "9.1.1",
Expand Down

0 comments on commit c7edd13

Please sign in to comment.