Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Nov 28, 2024
1 parent 3d6692a commit d81bcb3
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 401 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.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 d81bcb3

Please sign in to comment.