Skip to content

Commit ac7d009

Browse files
fix(deps): update graphql-tools
1 parent 81b6271 commit ac7d009

File tree

5 files changed

+26
-9
lines changed

5 files changed

+26
-9
lines changed

packages/add-source-name/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
},
5555
"peerDependencies": {
5656
"graphql": "^15.2.0 || ^16.0.0",
57-
"@graphql-tools/delegate": "^9.0.32 || ^10.0.0",
58-
"@graphql-tools/wrap": "^9.4.2 || ^10.0.0",
59-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
57+
"@graphql-tools/delegate": "^9.0.32 || ^10.0.0 || ^12.0.0",
58+
"@graphql-tools/wrap": "^9.4.2 || ^10.0.0 || ^11.0.0",
59+
"@graphql-tools/utils": "^9.2.1 || ^10.0.0 || ^11.0.0",
6060
"@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0 || ^0.94.0 || ^0.97.0 || ^0.98.0 || ^0.99.0 || ^0.100.0 || ^0.101.0 || ^0.102.0 || ^0.103.0"
6161
},
6262
"type": "module",

packages/auto-pagination/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
},
5656
"peerDependencies": {
5757
"graphql": "^15.2.0 || ^16.0.0",
58-
"@graphql-tools/delegate": "^9.0.32 || ^10.0.0",
59-
"@graphql-tools/wrap": "^9.4.2 || ^10.0.0",
60-
"@graphql-tools/utils": "^9.2.1 || ^10.0.0",
58+
"@graphql-tools/delegate": "^9.0.32 || ^10.0.0 || ^12.0.0",
59+
"@graphql-tools/wrap": "^9.4.2 || ^10.0.0 || ^11.0.0",
60+
"@graphql-tools/utils": "^9.2.1 || ^10.0.0 || ^11.0.0",
6161
"@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0 || ^0.94.0 || ^0.97.0 || ^0.98.0 || ^0.99.0 || ^0.100.0 || ^0.101.0 || ^0.102.0 || ^0.103.0"
6262
},
6363
"type": "module",

packages/auto-type-merging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"peerDependencies": {
5353
"graphql": "^15.2.0 || ^16.0.0",
54-
"@graphql-tools/delegate": "^9.0.32 || ^10.0.0",
54+
"@graphql-tools/delegate": "^9.0.32 || ^10.0.0 || ^12.0.0",
5555
"@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0 || ^0.94.0 || ^0.97.0 || ^0.98.0 || ^0.99.0 || ^0.100.0 || ^0.101.0 || ^0.102.0 || ^0.103.0"
5656
},
5757
"type": "module",

packages/block-tracking/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
"access": "public"
4747
},
4848
"dependencies": {
49-
"@graphql-tools/utils": "^10.0.0",
49+
"@graphql-tools/utils": "^11.0.0",
5050
"@graphql-mesh/fusion-runtime": "^0.10.0",
5151
"tslib": "^2.4.0"
5252
},
5353
"peerDependencies": {
5454
"graphql": "^15.2.0 || ^16.0.0",
55-
"@graphql-tools/delegate": "^9.0.32 || ^10.0.0"
55+
"@graphql-tools/delegate": "^9.0.32 || ^10.0.0 || ^12.0.0"
5656
},
5757
"type": "module",
5858
"engines": {

yarn.lock

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2278,6 +2278,16 @@
22782278
dset "^3.1.4"
22792279
tslib "^2.4.0"
22802280

2281+
"@graphql-tools/utils@^11.0.0":
2282+
version "11.0.0"
2283+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-11.0.0.tgz#f54a09372e96c32416fcbd0eb8e9e0f1338900bd"
2284+
integrity sha512-bM1HeZdXA2C3LSIeLOnH/bcqSgbQgKEDrjxODjqi3y58xai2TkNrtYcQSoWzGbt9VMN1dORGjR7Vem8SPnUFQA==
2285+
dependencies:
2286+
"@graphql-typed-document-node/core" "^3.1.1"
2287+
"@whatwg-node/promise-helpers" "^1.0.0"
2288+
cross-inspect "1.0.1"
2289+
tslib "^2.4.0"
2290+
22812291
"@graphql-tools/utils@^8.8.0":
22822292
version "8.13.1"
22832293
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.13.1.tgz#b247607e400365c2cd87ff54654d4ad25a7ac491"
@@ -3307,6 +3317,13 @@
33073317
busboy "^1.6.0"
33083318
tslib "^2.6.3"
33093319

3320+
"@whatwg-node/promise-helpers@^1.0.0":
3321+
version "1.3.2"
3322+
resolved "https://registry.yarnpkg.com/@whatwg-node/promise-helpers/-/promise-helpers-1.3.2.tgz#3b54987ad6517ef6db5920c66a6f0dada606587d"
3323+
integrity sha512-Nst5JdK47VIl9UcGwtv2Rcgyn5lWtZ0/mhRQ4G8NN2isxpq2TO30iqHzmwoJycjWuyUfg3GFXqP/gFHXeV57IA==
3324+
dependencies:
3325+
tslib "^2.6.3"
3326+
33103327
"@whatwg-node/server@^0.9.46", "@whatwg-node/server@^0.9.64":
33113328
version "0.9.66"
33123329
resolved "https://registry.yarnpkg.com/@whatwg-node/server/-/server-0.9.66.tgz#0a724eaa592c1e22980683c50b186d7e77bdf2a4"

0 commit comments

Comments
 (0)