Skip to content

Commit

Permalink
Update to latest (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Jan 9, 2025
1 parent 55e5bf2 commit 64aa65f
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 59 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.59.0 | sh
curl -sSL https://router.apollo.dev/download/nix/v1.59.1 | 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.153.2"
DOWNLOAD_VERSION="0.161.1"

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.7.1"
curl -sSL https://graphql-hive.com/install-gateway.sh | sh -s "1.7.8"
2 changes: 1 addition & 1 deletion gateways/inigo-gateway/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/inigolabs/artifacts/releases/download"

# https://github.com/inigolabs/artifacts/releases
DOWNLOAD_VERSION="v0.30.15"
DOWNLOAD_VERSION="v0.30.18"

download_binaries() {
downloader --check
Expand Down
100 changes: 50 additions & 50 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"fets": "0.8.4",
"get-port": "7.1.0",
"graphql": "16.10.0",
"graphql-yoga": "5.10.6",
"graphql-yoga": "5.10.9",
"jest-diff": "29.7.0",
"kill-port-process": "3.2.1",
"wait-on": "8.0.1",
Expand All @@ -68,17 +68,17 @@
},
"devDependencies": {
"@apollo/gateway": "2.9.3",
"@apollo/server": "4.11.2",
"@apollo/server": "4.11.3",
"@types/async-retry": "1.4.9",
"@types/express": "5.0.0",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/wait-on": "5.3.4",
"@types/yargs": "17.0.33",
"@types/detect-port": "1.3.5",
"express": "5.0.1",
"prettier": "3.4.2",
"tsx": "4.19.2",
"typescript": "5.7.2",
"wgc": "0.71.2"
"typescript": "5.7.3",
"wgc": "0.71.6"
}
}

0 comments on commit 64aa65f

Please sign in to comment.