File tree Expand file tree Collapse file tree 6 files changed +170
-162
lines changed Expand file tree Collapse file tree 6 files changed +170
-162
lines changed Original file line number Diff line number Diff line change 11name : " hive-platform-demo"
22services :
33 gateway :
4- image : ghcr.io/graphql-hive/gateway:1.13.5
4+ image : ghcr.io/graphql-hive/gateway:1.13.6
55 depends_on :
66 - users_subgraph
77 - comments_subgraph
@@ -83,7 +83,7 @@ services:
8383 - graphql
8484
8585 grafana :
86- image : grafana/grafana:10.4.17
86+ image : grafana/grafana:10.4.18
8787 networks :
8888 - graphql
8989 ports :
Original file line number Diff line number Diff line change 1212 "start" : " set -e && docker compose up -d --build --force-recreate --remove-orphans"
1313 },
1414 "resolutions" : {
15- "graphql" : " 16.10 .0"
15+ "graphql" : " 16.11 .0"
1616 },
1717 "engines" : {
1818 "node" : " >=22.0.0"
Original file line number Diff line number Diff line change 1- FROM node:22.14 .0-slim
1+ FROM node:22.15 .0-slim
22
33RUN apt-get update && apt-get install -y curl
44
Original file line number Diff line number Diff line change 66 "start" : " tsx index.ts"
77 },
88 "dependencies" : {
9- "@apollo/server" : " 4.11.3 " ,
10- "@apollo/subgraph" : " 2.10.0 " ,
11- "@graphql-mesh/hmac-upstream-signature" : " 1.2.26 " ,
12- "graphql" : " 16.10 .0"
9+ "@apollo/server" : " 4.12.0 " ,
10+ "@apollo/subgraph" : " 2.10.2 " ,
11+ "@graphql-mesh/hmac-upstream-signature" : " 1.2.27 " ,
12+ "graphql" : " 16.11 .0"
1313 },
1414 "devDependencies" : {
1515 "tsx" : " ^4.16.2" ,
Original file line number Diff line number Diff line change 88 "dependencies" : {
99 "@apollo/subgraph" : " ^2.8.3" ,
1010 "@graphql-hive/cli" : " 0.49.1" ,
11- "graphql" : " 16.10 .0" ,
12- "graphql-yoga" : " 5.13.2 " ,
13- "@graphql-mesh/plugin-jwt-auth" : " 1.5.2 " ,
14- "@graphql-mesh/hmac-upstream-signature" : " 1.2.26 "
11+ "graphql" : " 16.11 .0" ,
12+ "graphql-yoga" : " 5.13.4 " ,
13+ "@graphql-mesh/plugin-jwt-auth" : " 1.5.3 " ,
14+ "@graphql-mesh/hmac-upstream-signature" : " 1.2.27 "
1515 },
1616 "devDependencies" : {
1717 "tsx" : " ^4.16.2" ,
You can’t perform that action at this time.
0 commit comments