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] authored Aug 8, 2024
1 parent 38c0548 commit 8289203
Show file tree
Hide file tree
Showing 11 changed files with 253 additions and 227 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"uuid": "10.0.0"
},
"devDependencies": {
"@apollo/server": "4.10.5",
"@apollo/server": "4.11.0",
"@codechecks/client": "0.1.12",
"@commitlint/cli": "19.3.0",
"@commitlint/config-angular": "19.3.0",
Expand Down
2 changes: 1 addition & 1 deletion sample/12-graphql-schema-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/server": "4.9.3",
"@apollo/server": "4.11.0",
"@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
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/server": "4.9.3",
"@apollo/server": "4.11.0",
"@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
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/server": "4.9.3",
"@apollo/server": "4.11.0",
"@nestjs/apollo": "12.0.11",
"@nestjs/common": "10.3.2",
"@nestjs/core": "10.3.2",
Expand Down
446 changes: 236 additions & 210 deletions sample/31-graphql-federation-code-first/gateway/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions sample/31-graphql-federation-code-first/gateway/package.json
Original file line number Diff line number Diff line change
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.8.4",
"@apollo/server": "4.11.0",
"@nestjs/apollo": "12.0.11",
"@nestjs/common": "10.3.2",
"@nestjs/core": "10.3.2",
Expand Down
Original file line number Diff line number Diff line change
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.8.4",
"@apollo/server": "4.11.0",
"@apollo/subgraph": "2.8.4",
"@nestjs/apollo": "12.0.11",
"@nestjs/common": "10.3.2",
"@nestjs/core": "10.3.2",
Expand Down
Original file line number Diff line number Diff line change
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.8.4",
"@apollo/server": "4.11.0",
"@apollo/subgraph": "2.8.4",
"@nestjs/apollo": "12.0.11",
"@nestjs/common": "10.3.2",
"@nestjs/core": "10.3.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/gateway": "2.4.8",
"@apollo/gateway": "2.8.4",
"@apollo/server": "^4.7.4",
"@nestjs/apollo": "12.0.11",
"@nestjs/common": "10.3.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/gateway": "2.4.8",
"@apollo/gateway": "2.8.4",
"@apollo/server": "^4.7.4",
"@apollo/subgraph": "2.4.8",
"@apollo/subgraph": "2.8.4",
"@nestjs/apollo": "12.0.11",
"@nestjs/common": "10.3.2",
"@nestjs/core": "10.3.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/gateway": "2.4.8",
"@apollo/gateway": "2.8.4",
"@apollo/server": "^4.7.4",
"@apollo/subgraph": "2.4.8",
"@apollo/subgraph": "2.8.4",
"@nestjs/apollo": "12.0.11",
"@nestjs/common": "10.3.2",
"@nestjs/core": "10.3.2",
Expand Down

0 comments on commit 8289203

Please sign in to comment.