Skip to content

Commit

Permalink
Update to latest (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Dec 18, 2024
1 parent 87e8e1d commit 55e5bf2
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 69 deletions.
2 changes: 1 addition & 1 deletion gateways/apollo-router/install.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# https://github.com/apollographql/router/releases
curl -sSL https://router.apollo.dev/download/nix/v1.58.1 | sh
curl -sSL https://router.apollo.dev/download/nix/v1.59.0 | sh
2 changes: 1 addition & 1 deletion gateways/cosmo-router/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -u
BINARY_DOWNLOAD_PREFIX="https://github.com/wundergraph/cosmo/releases/download"

# https://github.com/wundergraph/cosmo/releases
DOWNLOAD_VERSION="0.151.1"
DOWNLOAD_VERSION="0.153.2"

download_binary() {
downloader --check
Expand Down
2 changes: 1 addition & 1 deletion gateways/hive-gateway/install.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# https://github.com/graphql-hive/gateway/releases
curl -sSL https://graphql-hive.com/install-gateway.sh | sh -s "1.6.8"
curl -sSL https://graphql-hive.com/install-gateway.sh | sh -s "1.7.1"
132 changes: 69 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"dotenv": "16.4.7",
"fets": "0.8.4",
"get-port": "7.1.0",
"graphql": "16.9.0",
"graphql-yoga": "5.10.4",
"graphql": "16.10.0",
"graphql-yoga": "5.10.6",
"jest-diff": "29.7.0",
"kill-port-process": "3.2.1",
"wait-on": "8.0.1",
Expand All @@ -79,6 +79,6 @@
"prettier": "3.4.2",
"tsx": "4.19.2",
"typescript": "5.7.2",
"wgc": "0.71.1"
"wgc": "0.71.2"
}
}

0 comments on commit 55e5bf2

Please sign in to comment.