Skip to content

Commit

Permalink
Update Apollo GraphQL packages to v3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 31, 2023
1 parent 1985b2d commit 7e72918
Show file tree
Hide file tree
Showing 6 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 @@ -8,7 +8,7 @@
},
"dependencies": {
"@apollo/gateway": "0.54.1",
"apollo-server": "3.12.0",
"apollo-server": "3.12.1",
"supergraph-demo-opentelemetry": "0.2.4",
"graphql": "15.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion serverless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@apollo/gateway": "0.54.1",
"apollo-server-lambda": "3.12.0",
"apollo-server-lambda": "3.12.1",
"@apollo/subgraph": "0.6.1",
"graphql": "15.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/inventory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@apollo/subgraph": "0.6.1",
"apollo-server": "3.12.0",
"apollo-server": "3.12.1",
"supergraph-demo-opentelemetry": "0.2.4",
"graphql": "15.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/pandas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node pandas.js"
},
"dependencies": {
"apollo-server": "3.12.0",
"apollo-server": "3.12.1",
"graphql": "15.8.0"
},
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/products/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@apollo/subgraph": "0.6.1",
"apollo-server": "3.12.0",
"apollo-server": "3.12.1",
"supergraph-demo-opentelemetry": "0.2.4",
"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 @@ -8,7 +8,7 @@
},
"dependencies": {
"@apollo/subgraph": "0.6.1",
"apollo-server": "3.12.0",
"apollo-server": "3.12.1",
"supergraph-demo-opentelemetry": "0.2.4",
"graphql": "15.8.0"
},
Expand Down

0 comments on commit 7e72918

Please sign in to comment.