Skip to content

Commit

Permalink
fix(deps): update apollo graphql packages to v2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 22, 2023
1 parent 776bd6d commit d55b486
Show file tree
Hide file tree
Showing 12 changed files with 816 additions and 715 deletions.
220 changes: 94 additions & 126 deletions sample/31-graphql-federation-code-first/gateway/package-lock.json

Large diffs are not rendered by default.

Expand Up @@ -19,7 +19,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/gateway": "2.2.3",
"@apollo/gateway": "2.5.5",
"@apollo/server": "4.9.3",
"@nestjs/apollo": "12.0.3",
"@nestjs/common": "10.0.3",
Expand Down

Large diffs are not rendered by default.

Expand Up @@ -20,9 +20,9 @@
},
"dependencies": {
"@apollo/federation": "0.38.1",
"@apollo/gateway": "2.2.3",
"@apollo/gateway": "2.5.5",
"@apollo/server": "4.9.3",
"@apollo/subgraph": "2.2.3",
"@apollo/subgraph": "2.5.5",
"@nestjs/apollo": "12.0.3",
"@nestjs/common": "10.0.3",
"@nestjs/core": "10.0.3",
Expand Down

Large diffs are not rendered by default.

Expand Up @@ -19,9 +19,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/gateway": "2.2.3",
"@apollo/gateway": "2.5.5",
"@apollo/server": "4.9.3",
"@apollo/subgraph": "2.2.3",
"@apollo/subgraph": "2.5.5",
"@nestjs/apollo": "12.0.3",
"@nestjs/common": "10.0.3",
"@nestjs/core": "10.0.3",
Expand Down
270 changes: 163 additions & 107 deletions sample/32-graphql-federation-schema-first/gateway/package-lock.json

Large diffs are not rendered by default.

Expand Up @@ -21,7 +21,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/gateway": "2.4.8",
"@apollo/gateway": "2.5.5",
"@apollo/server": "^4.7.4",
"@nestjs/apollo": "12.0.3",
"@nestjs/common": "10.0.3",
Expand Down

Large diffs are not rendered by default.

Expand Up @@ -21,9 +21,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/gateway": "2.4.8",
"@apollo/gateway": "2.5.5",
"@apollo/server": "^4.7.4",
"@apollo/subgraph": "2.4.8",
"@apollo/subgraph": "2.5.5",
"@nestjs/apollo": "12.0.3",
"@nestjs/common": "10.0.3",
"@nestjs/core": "10.0.3",
Expand Down

0 comments on commit d55b486

Please sign in to comment.