Skip to content

Commit

Permalink
fix(deps): update gateway dependencies (#8213)
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 Jan 2, 2025
1 parent c541164 commit 94ca378
Show file tree
Hide file tree
Showing 10 changed files with 209 additions and 169 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"start": "node bundle.js"
},
"dependencies": {
"@graphql-hive/gateway": "1.7.4",
"@graphql-hive/gateway": "1.7.6",
"@graphql-yoga/plugin-apollo-inline-trace": "3.10.8",
"concurrently": "9.1.2",
"graphql": "16.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/schema": "10.0.14"
"@graphql-tools/schema": "10.0.15"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/encapsulate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/schema": "10.0.14"
"@graphql-tools/schema": "10.0.15"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/naming-convention/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@graphql-mesh/cache-localforage": "^0.103.11",
"@graphql-tools/schema": "10.0.14"
"@graphql-tools/schema": "10.0.15"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/prefix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@graphql-mesh/cache-localforage": "0.103.11",
"@graphql-tools/schema": "10.0.14"
"@graphql-tools/schema": "10.0.15"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/rate-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@graphql-mesh/cache-localforage": "0.103.11",
"@graphql-tools/schema": "10.0.14",
"@graphql-tools/schema": "10.0.15",
"@graphql-tools/wrap": "10.0.27"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/rename/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@graphql-mesh/cache-localforage": "0.103.11",
"@graphql-tools/schema": "10.0.14"
"@graphql-tools/schema": "10.0.15"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/transforms/replace-field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@graphql-mesh/cache-localforage": "0.103.11",
"@graphql-tools/schema": "10.0.14"
"@graphql-tools/schema": "10.0.15"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/thrift/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"thrift": "^0.21.0"
},
"devDependencies": {
"@graphql-tools/utils": "10.7.0"
"@graphql-tools/utils": "10.7.1"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit 94ca378

Please sign in to comment.