Skip to content

Commit

Permalink
fix(deps): update apollo graphql packages (#876)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 18, 2024
1 parent 4d0af56 commit 3dbe82c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion misc/local/docker-compose.router-no-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: '3.9'
services:
apollo-router:
container_name: apollo-router
image: ghcr.io/apollographql/router:v1.48.1
image: ghcr.io/apollographql/router:v1.49.0
volumes:
- ./supergraph/schema/docker.graphql:/dist/schema/supergraph.graphql
- ./supergraph/router.yaml:/dist/config/router.yaml
Expand Down
2 changes: 1 addition & 1 deletion misc/local/docker-compose.router-no-otel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: '3.9'
services:
apollo-router:
container_name: apollo-router
image: ghcr.io/apollographql/router:v1.48.1
image: ghcr.io/apollographql/router:v1.49.0
volumes:
- ./supergraph/schema/docker.graphql:/dist/schema/supergraph.graphql
command: [ "--dev", "-s", "schema/supergraph.graphql", "--log", "info" ]
Expand Down
2 changes: 1 addition & 1 deletion misc/studio/docker-compose.router-no-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: '3.9'
services:
apollo-router:
container_name: apollo-router
image: ghcr.io/apollographql/router:v1.48.1
image: ghcr.io/apollographql/router:v1.49.0
volumes:
- ./supergraph/router.yaml:/dist/config/router.yaml
command: [ "--dev", "-c", "config/router.yaml", "--log", "info" ]
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": "2.8.0",
"@apollo/subgraph": "2.8.1",
"apollo-server": "3.13.0",
"supergraph-demo-opentelemetry": "0.2.4",
"graphql": "16.8.2"
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": "2.8.0",
"@apollo/subgraph": "2.8.1",
"apollo-server": "3.13.0",
"supergraph-demo-opentelemetry": "0.2.4",
"graphql": "16.8.2"
Expand Down
2 changes: 1 addition & 1 deletion supergraph/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@apollo/server": "4.10.4",
"@apollo/gateway": "2.8.0",
"@apollo/gateway": "2.8.1",
"supergraph-demo-opentelemetry": "0.2.4",
"graphql": "16.8.2"
},
Expand Down

0 comments on commit 3dbe82c

Please sign in to comment.