Skip to content

Commit 86eb46d

Browse files
Merge pull request #14966 from nestjs/renovate/apollo-graphql-packages
fix(deps): update apollo graphql packages to v2.10.2
2 parents b3be3fb + 9a78a0f commit 86eb46d

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test:e2e": "echo 'No e2e tests implemented yet.'"
2020
},
2121
"dependencies": {
22-
"@apollo/gateway": "2.10.1",
22+
"@apollo/gateway": "2.10.2",
2323
"@apollo/server": "4.12.0",
2424
"@nestjs/apollo": "13.1.0",
2525
"@nestjs/common": "11.0.20",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
},
2121
"dependencies": {
2222
"@apollo/federation": "0.38.1",
23-
"@apollo/gateway": "2.10.1",
23+
"@apollo/gateway": "2.10.2",
2424
"@apollo/server": "4.12.0",
25-
"@apollo/subgraph": "2.10.1",
25+
"@apollo/subgraph": "2.10.2",
2626
"@nestjs/apollo": "13.1.0",
2727
"@nestjs/common": "11.0.20",
2828
"@nestjs/core": "11.0.20",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"test:e2e": "echo 'No e2e tests implemented yet.'"
2020
},
2121
"dependencies": {
22-
"@apollo/gateway": "2.10.1",
22+
"@apollo/gateway": "2.10.2",
2323
"@apollo/server": "4.12.0",
24-
"@apollo/subgraph": "2.10.1",
24+
"@apollo/subgraph": "2.10.2",
2525
"@nestjs/apollo": "13.1.0",
2626
"@nestjs/common": "11.0.20",
2727
"@nestjs/core": "11.0.20",

sample/32-graphql-federation-schema-first/gateway/package.json

+1-1
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": "2.10.1",
24+
"@apollo/gateway": "2.10.2",
2525
"@apollo/server": "^4.11.3",
2626
"@nestjs/apollo": "13.1.0",
2727
"@nestjs/common": "11.0.20",

sample/32-graphql-federation-schema-first/posts-application/package.json

+2-2
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/gateway": "2.10.1",
24+
"@apollo/gateway": "2.10.2",
2525
"@apollo/server": "^4.11.3",
26-
"@apollo/subgraph": "2.10.1",
26+
"@apollo/subgraph": "2.10.2",
2727
"@nestjs/apollo": "13.1.0",
2828
"@nestjs/common": "11.0.20",
2929
"@nestjs/core": "11.0.20",

sample/32-graphql-federation-schema-first/users-application/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"test:e2e": "echo 'No e2e tests implemented yet.'"
2121
},
2222
"dependencies": {
23-
"@apollo/gateway": "2.10.1",
23+
"@apollo/gateway": "2.10.2",
2424
"@apollo/server": "^4.11.3",
25-
"@apollo/subgraph": "2.10.1",
25+
"@apollo/subgraph": "2.10.2",
2626
"@nestjs/apollo": "13.1.0",
2727
"@nestjs/common": "11.0.20",
2828
"@nestjs/core": "11.0.20",

0 commit comments

Comments
 (0)