Skip to content

Commit

Permalink
fix(deps): update graphql-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent bc53141 commit aa7da90
Show file tree
Hide file tree
Showing 11 changed files with 102 additions and 248 deletions.
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.5",
"@graphql-tools/schema": "10.0.10"
"@graphql-tools/schema": "10.0.11"
},
"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.10"
"@graphql-tools/schema": "10.0.11"
},
"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.10"
"@graphql-tools/schema": "10.0.11"
},
"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.5",
"@graphql-tools/schema": "10.0.10"
"@graphql-tools/schema": "10.0.11"
},
"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.5",
"@graphql-tools/schema": "10.0.10"
"@graphql-tools/schema": "10.0.11"
},
"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.5",
"@graphql-tools/schema": "10.0.10",
"@graphql-tools/wrap": "10.0.23"
"@graphql-tools/schema": "10.0.11",
"@graphql-tools/wrap": "10.0.24"
},
"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.5",
"@graphql-tools/schema": "10.0.10"
"@graphql-tools/schema": "10.0.11"
},
"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.5",
"@graphql-tools/schema": "10.0.10"
"@graphql-tools/schema": "10.0.11"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"openapi-types": "^12.1.0"
},
"devDependencies": {
"@graphql-tools/utils": "10.6.1",
"@graphql-tools/utils": "10.6.2",
"@whatwg-node/fetch": "0.10.1",
"fets": "0.8.4",
"graphql-yoga": "5.10.4",
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.6.1"
"@graphql-tools/utils": "10.6.2"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit aa7da90

Please sign in to comment.