Skip to content

Commit b44d313

Browse files
committed
fix(deps): update apollo graphql packages
1 parent 44bfeba commit b44d313

12 files changed

Lines changed: 416 additions & 128 deletions

File tree

sample/31-graphql-federation-code-first/gateway/package-lock.json

Lines changed: 67 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample/31-graphql-federation-code-first/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test:e2e": "echo 'No e2e tests implemented yet.'"
2222
},
2323
"dependencies": {
24-
"@apollo/gateway": "0.44.0",
24+
"@apollo/gateway": "0.44.1",
2525
"@nestjs/common": "8.2.2",
2626
"@nestjs/core": "8.2.2",
2727
"@nestjs/graphql": "9.1.1",

sample/31-graphql-federation-code-first/posts-application/package-lock.json

Lines changed: 67 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample/31-graphql-federation-code-first/posts-application/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"test:e2e": "echo 'No e2e tests implemented yet.'"
2222
},
2323
"dependencies": {
24-
"@apollo/federation": "0.33.7",
25-
"@apollo/gateway": "0.44.0",
26-
"@apollo/subgraph": "0.1.4",
24+
"@apollo/federation": "0.33.8",
25+
"@apollo/gateway": "0.44.1",
26+
"@apollo/subgraph": "0.1.5",
2727
"@nestjs/common": "8.2.2",
2828
"@nestjs/core": "8.2.2",
2929
"@nestjs/graphql": "9.1.1",

sample/31-graphql-federation-code-first/users-application/package-lock.json

Lines changed: 67 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)