Skip to content

Commit a0173d2

Browse files
fix(deps): update graphql-tools
1 parent 333735d commit a0173d2

5 files changed

Lines changed: 26 additions & 9 deletions

File tree

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
@@ -2282,6 +2282,16 @@
22822282
dset "^3.1.4"
22832283
tslib "^2.4.0"
22842284

2285+
"@graphql-tools/utils@^11.0.0":
2286+
version "11.1.0"
2287+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-11.1.0.tgz#03593c3ae1177e04a3620c688fd29df912aa094f"
2288+
integrity sha512-PtFVG4r8Z2LEBSaPYQMusBiB3o6kjLVJyjCLbnWem/SpSuM21v6LTmgpkXfYU1qpBV2UGsFyuEnSJInl8fR1Ag==
2289+
dependencies:
2290+
"@graphql-typed-document-node/core" "^3.1.1"
2291+
"@whatwg-node/promise-helpers" "^1.0.0"
2292+
cross-inspect "1.0.1"
2293+
tslib "^2.4.0"
2294+
22852295
"@graphql-tools/utils@^8.8.0":
22862296
version "8.13.1"
22872297
resolved "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.13.1.tgz"
@@ -3350,6 +3360,13 @@
33503360
busboy "^1.6.0"
33513361
tslib "^2.6.3"
33523362

3363+
"@whatwg-node/promise-helpers@^1.0.0":
3364+
version "1.3.2"
3365+
resolved "https://registry.yarnpkg.com/@whatwg-node/promise-helpers/-/promise-helpers-1.3.2.tgz#3b54987ad6517ef6db5920c66a6f0dada606587d"
3366+
integrity sha512-Nst5JdK47VIl9UcGwtv2Rcgyn5lWtZ0/mhRQ4G8NN2isxpq2TO30iqHzmwoJycjWuyUfg3GFXqP/gFHXeV57IA==
3367+
dependencies:
3368+
tslib "^2.6.3"
3369+
33533370
"@whatwg-node/server@^0.9.46", "@whatwg-node/server@^0.9.64":
33543371
version "0.9.66"
33553372
resolved "https://registry.npmjs.org/@whatwg-node/server/-/server-0.9.66.tgz"

0 commit comments

Comments
 (0)