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 Mar 21, 2024
1 parent df37ea1 commit 7aeb10f
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion sample/12-graphql-schema-first/package.json
Expand Up @@ -19,7 +19,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/server": "4.9.3",
"@apollo/server": "4.10.1",
"@graphql-tools/utils": "10.0.13",
"@nestjs/apollo": "12.0.11",
"@nestjs/common": "10.3.2",
Expand Down
2 changes: 1 addition & 1 deletion sample/22-graphql-prisma/package.json
Expand Up @@ -20,7 +20,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/server": "4.9.3",
"@apollo/server": "4.10.1",
"@nestjs/apollo": "12.0.11",
"@nestjs/common": "10.3.2",
"@nestjs/core": "10.3.2",
Expand Down
2 changes: 1 addition & 1 deletion sample/23-graphql-code-first/package.json
Expand Up @@ -19,7 +19,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/server": "4.9.3",
"@apollo/server": "4.10.1",
"@nestjs/apollo": "12.0.11",
"@nestjs/common": "10.3.2",
"@nestjs/core": "10.3.2",
Expand Down
4 changes: 2 additions & 2 deletions sample/31-graphql-federation-code-first/gateway/package.json
Expand Up @@ -19,8 +19,8 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/gateway": "2.2.3",
"@apollo/server": "4.9.3",
"@apollo/gateway": "2.7.2",
"@apollo/server": "4.10.1",
"@nestjs/apollo": "12.0.11",
"@nestjs/common": "10.3.2",
"@nestjs/core": "10.3.2",
Expand Down
Expand Up @@ -20,9 +20,9 @@
},
"dependencies": {
"@apollo/federation": "0.38.1",
"@apollo/gateway": "2.2.3",
"@apollo/server": "4.9.3",
"@apollo/subgraph": "2.2.3",
"@apollo/gateway": "2.7.2",
"@apollo/server": "4.10.1",
"@apollo/subgraph": "2.7.2",
"@nestjs/apollo": "12.0.11",
"@nestjs/common": "10.3.2",
"@nestjs/core": "10.3.2",
Expand Down
Expand Up @@ -19,9 +19,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/gateway": "2.2.3",
"@apollo/server": "4.9.3",
"@apollo/subgraph": "2.2.3",
"@apollo/gateway": "2.7.2",
"@apollo/server": "4.10.1",
"@apollo/subgraph": "2.7.2",
"@nestjs/apollo": "12.0.11",
"@nestjs/common": "10.3.2",
"@nestjs/core": "10.3.2",
Expand Down
Expand Up @@ -21,7 +21,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/gateway": "2.4.8",
"@apollo/gateway": "2.7.2",
"@apollo/server": "^4.7.4",
"@nestjs/apollo": "12.0.11",
"@nestjs/common": "10.3.2",
Expand Down
Expand Up @@ -21,9 +21,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/gateway": "2.4.8",
"@apollo/gateway": "2.7.2",
"@apollo/server": "^4.7.4",
"@apollo/subgraph": "2.4.8",
"@apollo/subgraph": "2.7.2",
"@nestjs/apollo": "12.0.11",
"@nestjs/common": "10.3.2",
"@nestjs/core": "10.3.2",
Expand Down
Expand Up @@ -20,9 +20,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/gateway": "2.4.8",
"@apollo/gateway": "2.7.2",
"@apollo/server": "^4.7.4",
"@apollo/subgraph": "2.4.8",
"@apollo/subgraph": "2.7.2",
"@nestjs/apollo": "12.0.11",
"@nestjs/common": "10.3.2",
"@nestjs/core": "10.3.2",
Expand Down

0 comments on commit 7aeb10f

Please sign in to comment.