Skip to content

Commit

Permalink
Update Apollo GraphQL packages to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 6, 2022
1 parent 5682749 commit c3dacb4
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.51.0",
"@apollo/gateway": "2.0.2",
"apollo-server": "3.7.0",
"supergraph-demo-opentelemetry": "0.2.3",
"graphql": "15.8.0"
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.51.0",
"@apollo/gateway": "2.0.2",
"apollo-server-lambda": "3.7.0",
"@apollo/subgraph": "0.4.2",
"@apollo/subgraph": "2.0.2",
"graphql": "15.8.0"
},
"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.4.2",
"@apollo/subgraph": "2.0.2",
"apollo-server": "3.7.0",
"supergraph-demo-opentelemetry": "0.2.3",
"graphql": "15.8.0"
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.4.2",
"@apollo/subgraph": "2.0.2",
"apollo-server": "3.7.0",
"supergraph-demo-opentelemetry": "0.2.3",
"graphql": "15.8.0"
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.4.2",
"@apollo/subgraph": "2.0.2",
"apollo-server": "3.7.0",
"supergraph-demo-opentelemetry": "0.2.3",
"graphql": "15.8.0"
Expand Down

0 comments on commit c3dacb4

Please sign in to comment.