Skip to content

Commit

Permalink
fix(deps): update graphql-tools (#8017)
Browse files Browse the repository at this point in the history
* fix(deps): update graphql-tools

* Fix

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 28, 2024
1 parent ca9d198 commit d41419b
Show file tree
Hide file tree
Showing 10 changed files with 84 additions and 401 deletions.
5 changes: 5 additions & 0 deletions .changeset/@graphql-mesh_merger-bare-8017-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-mesh/merger-bare": patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/schema@10.0.10` ↗︎](https://www.npmjs.com/package/@graphql-tools/schema/v/10.0.10) (from `10.0.9`, in `dependencies`)
2 changes: 1 addition & 1 deletion packages/legacy/mergers/bare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@graphql-mesh/merger-stitching": "0.104.4",
"@graphql-tools/schema": "10.0.9"
"@graphql-tools/schema": "10.0.10"
},
"publishConfig": {
"access": "public",
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 @@
"graphql-jit": "^0.8.7"
},
"devDependencies": {
"@graphql-tools/schema": "10.0.9"
"@graphql-tools/schema": "10.0.10"
},
"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 @@
"@graphql-tools/wrap": "^10.0.12"
},
"devDependencies": {
"@graphql-tools/schema": "10.0.9"
"@graphql-tools/schema": "10.0.10"
},
"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.4",
"@graphql-tools/schema": "10.0.9"
"@graphql-tools/schema": "10.0.10"
},
"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.4",
"@graphql-tools/schema": "10.0.9"
"@graphql-tools/schema": "10.0.10"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/legacy/transforms/rate-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
},
"devDependencies": {
"@graphql-mesh/cache-localforage": "0.103.4",
"@graphql-tools/schema": "10.0.9",
"@graphql-tools/wrap": "10.0.18"
"@graphql-tools/schema": "10.0.10",
"@graphql-tools/wrap": "10.0.19"
},
"publishConfig": {
"access": "public",
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.4",
"@graphql-tools/schema": "10.0.9"
"@graphql-tools/schema": "10.0.10"
},
"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.4",
"@graphql-tools/schema": "10.0.9"
"@graphql-tools/schema": "10.0.10"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit d41419b

Please sign in to comment.