Skip to content

Commit

Permalink
fix(deps): update apollo graphql packages to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 27, 2024
1 parent 64714c1 commit 963b318
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node router.js"
},
"dependencies": {
"@apollo/gateway": "0.54.1",
"@apollo/gateway": "2.7.4",
"apollo-server": "3.13.0",
"supergraph-demo-opentelemetry": "0.2.4",
"graphql": "16.8.1"
Expand Down
4 changes: 2 additions & 2 deletions serverless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"dev": "serverless offline"
},
"dependencies": {
"@apollo/gateway": "0.54.1",
"@apollo/gateway": "2.7.4",
"apollo-server-lambda": "3.13.0",
"@apollo/subgraph": "0.6.1",
"@apollo/subgraph": "2.7.4",
"graphql": "16.8.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/inventory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node inventory.js"
},
"dependencies": {
"@apollo/subgraph": "0.6.1",
"@apollo/subgraph": "2.7.4",
"apollo-server": "3.13.0",
"supergraph-demo-opentelemetry": "0.2.4",
"graphql": "16.8.1"
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/products/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node products.js"
},
"dependencies": {
"@apollo/subgraph": "0.6.1",
"@apollo/subgraph": "2.7.4",
"apollo-server": "3.13.0",
"supergraph-demo-opentelemetry": "0.2.4",
"graphql": "16.8.1"
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/users/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node users.js"
},
"dependencies": {
"@apollo/subgraph": "0.6.1",
"@apollo/subgraph": "2.7.4",
"apollo-server": "3.13.0",
"supergraph-demo-opentelemetry": "0.2.4",
"graphql": "16.8.1"
Expand Down

0 comments on commit 963b318

Please sign in to comment.