Skip to content

Commit 48801b8

Browse files
committed
Update to latest
1 parent 37529b4 commit 48801b8

File tree

8 files changed

+48
-48
lines changed

8 files changed

+48
-48
lines changed

.whitesource

Lines changed: 0 additions & 14 deletions
This file was deleted.

gateways/apollo-router/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# https://github.com/apollographql/router/releases
2-
curl -sSL https://router.apollo.dev/download/nix/v2.0.0 | sh
2+
curl -sSL https://router.apollo.dev/download/nix/v2.1.0 | sh

gateways/cosmo-router/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -u
88
BINARY_DOWNLOAD_PREFIX="https://github.com/wundergraph/cosmo/releases/download"
99

1010
# https://github.com/wundergraph/cosmo/releases
11-
DOWNLOAD_VERSION="0.188.2"
11+
DOWNLOAD_VERSION="0.193.1"
1212

1313
download_binary() {
1414
downloader --check

gateways/grafbase-gateway/install.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -euo pipefail
55
# to the current directory instead of /usr/local/bin
66

77
# https://github.com/grafbase/grafbase/releases
8-
VERSION="0.29.0"
8+
VERSION="0.31.2"
99

1010
error() {
1111
echo -e "${Red}error${Color_Off}:" "$@" >&2
@@ -15,7 +15,8 @@ error() {
1515

1616
case $(uname -ms) in
1717
'Darwin x86_64')
18-
target=x86_64-apple-darwin
18+
# target=x86_64-apple-darwin
19+
target=aarch64-apple-darwin
1920
;;
2021
'Darwin arm64')
2122
target=aarch64-apple-darwin

gateways/hive-gateway/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# https://github.com/graphql-hive/gateway/releases
2-
curl -sSL https://graphql-hive.com/install-gateway.sh | sh -s "1.10.4"
2+
curl -sSL https://graphql-hive.com/install-gateway.sh | sh -s "1.13.4"

gateways/inigo-gateway/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -u
88
BINARY_DOWNLOAD_PREFIX="https://github.com/inigolabs/artifacts/releases/download"
99

1010
# https://github.com/inigolabs/artifacts/releases
11-
DOWNLOAD_VERSION="1.0.0"
11+
DOWNLOAD_VERSION="1.1.1"
1212

1313
download_binaries() {
1414
downloader --check

package-lock.json

Lines changed: 39 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@
7979
"prettier": "3.5.3",
8080
"tsx": "4.19.3",
8181
"typescript": "5.8.2",
82-
"wgc": "0.75.11"
82+
"wgc": "0.76.0"
8383
},
8484
"overrides": {
8585
"cross-spawn": "7.0.6"
8686
}
87-
}
87+
}

0 commit comments

Comments
 (0)