Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit a7193b6

Browse files
committed
Update dependency graphql-tools to v8
1 parent fe23053 commit a7193b6

File tree

2 files changed

+133
-4
lines changed

2 files changed

+133
-4
lines changed

packages/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"graphql-fields": "^2.0.3",
5656
"graphql-subscriptions": "^1.1.0",
5757
"graphql-tag": "^2.10.1",
58-
"graphql-tools": "^4.0.5",
58+
"graphql-tools": "^8.0.0",
5959
"ipfs-only-hash": "^1.0.2",
6060
"json-stable-stringify": "^1.0.1",
6161
"lodash-es": "^4.17.11",

yarn.lock

Lines changed: 132 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
# yarn lockfile v1
33

44

5+
"@apollo/client@~3.2.5 || ~3.3.0 || ~3.4.0":
6+
version "3.4.16"
7+
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.4.16.tgz#67090d5655aa843fa64d26f1913315e384a5fa0f"
8+
integrity sha512-iF4zEYwvebkri0BZQyv8zfavPfVEafsK0wkOofa6eC2yZu50J18uTutKtC174rjHZ2eyxZ8tV7NvAPKRT+OtZw==
9+
dependencies:
10+
"@graphql-typed-document-node/core" "^3.0.0"
11+
"@wry/context" "^0.6.0"
12+
"@wry/equality" "^0.5.0"
13+
"@wry/trie" "^0.3.0"
14+
graphql-tag "^2.12.3"
15+
hoist-non-react-statics "^3.3.2"
16+
optimism "^0.16.1"
17+
prop-types "^15.7.2"
18+
symbol-observable "^4.0.0"
19+
ts-invariant "^0.9.0"
20+
tslib "^2.3.0"
21+
zen-observable-ts "~1.1.0"
22+
523
"@apollo/protobufjs@^1.0.3":
624
version "1.0.5"
725
resolved "https://registry.yarnpkg.com/@apollo/protobufjs/-/protobufjs-1.0.5.tgz#a78b726147efc0795e74c8cb8a11aafc6e02f773"
@@ -2034,6 +2052,36 @@
20342052
through2 "^3.0.0"
20352053
xdg-basedir "^4.0.0"
20362054

2055+
"@graphql-tools/merge@^8.2.0":
2056+
version "8.2.0"
2057+
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.2.0.tgz#8f6638eeecf19f59fef28598024308e0452dd0a2"
2058+
integrity sha512-nfMLYF7zczjnIbChZtqbvozRfuRweMD1Fe9HHd4RXd3Tcsj6E17srW0QJfxUoIIWh4pitj+XwZAwhj1PWBDU7g==
2059+
dependencies:
2060+
"@graphql-tools/utils" "^8.4.0"
2061+
tslib "~2.3.0"
2062+
2063+
"@graphql-tools/schema@^8.2.0":
2064+
version "8.3.0"
2065+
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.3.0.tgz#ddf4297859c6d7ac1ebbbd91460260ed424115db"
2066+
integrity sha512-OJD4Q1Xa3sffRiHzy0sskZz9ZWeqaujINfoim4CTk5Y9es1LS+WnKi25wVhmL2SGzzmKuAv7oDn+dpQAlM+Gfw==
2067+
dependencies:
2068+
"@graphql-tools/merge" "^8.2.0"
2069+
"@graphql-tools/utils" "^8.4.0"
2070+
tslib "~2.3.0"
2071+
value-or-promise "1.0.11"
2072+
2073+
"@graphql-tools/utils@^8.4.0":
2074+
version "8.4.0"
2075+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.4.0.tgz#bcf104f4e882a4d96ce8a4bc651907b883b180f0"
2076+
integrity sha512-rHp4aOdStGDj4xR4PbLm0cyasfTKQUcEKSAP6Ls/83/rmCGdZn9lMxJUSnyK2OfBzpS28kBmSTMaYQ+MeXUFlA==
2077+
dependencies:
2078+
tslib "~2.3.0"
2079+
2080+
"@graphql-typed-document-node/core@^3.0.0":
2081+
version "3.1.0"
2082+
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.0.tgz#0eee6373e11418bfe0b5638f654df7a4ca6a3950"
2083+
integrity sha512-wYn6r8zVZyQJ6rQaALBEln5B1pzxb9shV5Ef97kTvn6yVGrqyXVnDqnU24MXnFubR+rZjBY9NWuxX3FB2sTsjg==
2084+
20372085
"@grpc/grpc-js@~1.0.3":
20382086
version "1.0.5"
20392087
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.0.5.tgz#09948c0810e62828fdd61455b2eb13d7879888b0"
@@ -4107,6 +4155,11 @@
41074155
dependencies:
41084156
"@types/node" "*"
41094157

4158+
4159+
version "0.8.3"
4160+
resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.8.3.tgz#781d360c282436494b32fe7d9f7f8e64b3118aa3"
4161+
integrity sha512-fbF6oTd4sGGy0xjHPKAt+eS2CrxJ3+6gQ3FGcBoIJR2TLAyCkCyI8JqZNy+FeON0AhVgNJoUumVoZQjBFUqHkw==
4162+
41104163
"@types/zen-observable@^0.8.0":
41114164
version "0.8.2"
41124165
resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.8.2.tgz#808c9fa7e4517274ed555fa158f2de4b4f468e71"
@@ -4457,13 +4510,34 @@
44574510
"@types/node" ">=6"
44584511
tslib "^1.9.3"
44594512

4513+
"@wry/context@^0.6.0":
4514+
version "0.6.1"
4515+
resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.6.1.tgz#c3c29c0ad622adb00f6a53303c4f965ee06ebeb2"
4516+
integrity sha512-LOmVnY1iTU2D8tv4Xf6MVMZZ+juIJ87Kt/plMijjN20NMAXGmH4u8bS1t0uT74cZ5gwpocYueV58YwyI8y+GKw==
4517+
dependencies:
4518+
tslib "^2.3.0"
4519+
44604520
"@wry/equality@^0.1.2", "@wry/equality@^0.1.9":
44614521
version "0.1.11"
44624522
resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.1.11.tgz#35cb156e4a96695aa81a9ecc4d03787bc17f1790"
44634523
integrity sha512-mwEVBDUVODlsQQ5dfuLUS5/Tf7jqUKyhKYHmVi4fPB6bDMOfWvUPJmKgS1Z7Za/sOI3vzWt4+O7yCiL/70MogA==
44644524
dependencies:
44654525
tslib "^1.9.3"
44664526

4527+
"@wry/equality@^0.5.0":
4528+
version "0.5.2"
4529+
resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.5.2.tgz#72c8a7a7d884dff30b612f4f8464eba26c080e73"
4530+
integrity sha512-oVMxbUXL48EV/C0/M7gLVsoK6qRHPS85x8zECofEZOVvxGmIPLA9o5Z27cc2PoAyZz1S2VoM2A7FLAnpfGlneA==
4531+
dependencies:
4532+
tslib "^2.3.0"
4533+
4534+
"@wry/trie@^0.3.0":
4535+
version "0.3.1"
4536+
resolved "https://registry.yarnpkg.com/@wry/trie/-/trie-0.3.1.tgz#2279b790f15032f8bcea7fc944d27988e5b3b139"
4537+
integrity sha512-WwB53ikYudh9pIorgxrkHKrQZcCqNM/Q/bDzZBffEaGUKGuHrRb3zZUT9Sh2qw9yogC7SsdRmQ1ER0pqvd3bfw==
4538+
dependencies:
4539+
tslib "^2.3.0"
4540+
44674541
"@xtuc/ieee754@^1.2.0":
44684542
version "1.2.0"
44694543
resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790"
@@ -13551,7 +13625,14 @@ graphql-tag@^2.10.1, graphql-tag@^2.11.0:
1355113625
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.11.0.tgz#1deb53a01c46a7eb401d6cb59dec86fa1cccbffd"
1355213626
integrity sha512-VmsD5pJqWJnQZMUeRwrDhfgoyqcfwEkvtpANqcoUG8/tOLkwNgU9mzub/Mc78OJMhHjx7gfAMTxzdG43VGg3bA==
1355313627

13554-
graphql-tools@^4.0.0, graphql-tools@^4.0.5:
13628+
graphql-tag@^2.12.3:
13629+
version "2.12.5"
13630+
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.12.5.tgz#5cff974a67b417747d05c8d9f5f3cb4495d0db8f"
13631+
integrity sha512-5xNhP4063d16Pz3HBtKprutsPrmHZi5IdUGOWRxA2B6VF7BIRGOHZ5WQvDmJXZuPcBg7rYwaFxvQYjqkSdR3TQ==
13632+
dependencies:
13633+
tslib "^2.1.0"
13634+
13635+
graphql-tools@^4.0.0:
1355513636
version "4.0.8"
1355613637
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-4.0.8.tgz#e7fb9f0d43408fb0878ba66b522ce871bafe9d30"
1355713638
integrity sha512-MW+ioleBrwhRjalKjYaLQbr+920pHBgy9vM/n47sswtns8+96sRn5M/G+J1eu7IMeKWiN/9p6tmwCHU7552VJg==
@@ -13562,6 +13643,16 @@ graphql-tools@^4.0.0, graphql-tools@^4.0.5:
1356213643
iterall "^1.1.3"
1356313644
uuid "^3.1.0"
1356413645

13646+
graphql-tools@^8.0.0:
13647+
version "8.2.0"
13648+
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-8.2.0.tgz#493edc2760469f39d8334c6f20aa75ae91a7ab86"
13649+
integrity sha512-9axT/0exEzVCk+vMPykOPannlrA4VQNo6nuWgh25IJ5arPf92OKxvjSHAbm7dQIFmcWxE0hVvyD2rWHjDqZCgQ==
13650+
dependencies:
13651+
"@graphql-tools/schema" "^8.2.0"
13652+
tslib "~2.3.0"
13653+
optionalDependencies:
13654+
"@apollo/client" "~3.2.5 || ~3.3.0 || ~3.4.0"
13655+
1356513656
1356613657
version "0.3.1"
1356713658
resolved "https://registry.yarnpkg.com/graphql-type-json/-/graphql-type-json-0.3.1.tgz#47fca2b1fa7adc0758d165b33580d7be7a6cf548"
@@ -13949,7 +14040,7 @@ hoist-non-react-statics@^2.3.1:
1394914040
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz#c5903cf409c0dfd908f388e619d86b9c1174cb47"
1395014041
integrity sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw==
1395114042

13952-
hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.0:
14043+
hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.2:
1395314044
version "3.3.2"
1395414045
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
1395514046
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
@@ -21150,6 +21241,14 @@ optimism@^0.10.0:
2115021241
dependencies:
2115121242
"@wry/context" "^0.4.0"
2115221243

21244+
optimism@^0.16.1:
21245+
version "0.16.1"
21246+
resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.16.1.tgz#7c8efc1f3179f18307b887e18c15c5b7133f6e7d"
21247+
integrity sha512-64i+Uw3otrndfq5kaoGNoY7pvOhSsjFEN4bdEFh80MWVk/dbgJfMv7VFDeCT8LxNAlEVhQmdVEbfE7X2nWNIIg==
21248+
dependencies:
21249+
"@wry/context" "^0.6.0"
21250+
"@wry/trie" "^0.3.0"
21251+
2115321252
optimist@~0.3.5:
2115421253
version "0.3.7"
2115521254
resolved "https://registry.yarnpkg.com/optimist/-/optimist-0.3.7.tgz#c90941ad59e4273328923074d2cf2e7cbc6ec0d9"
@@ -26914,6 +27013,11 @@ symbol-observable@^1.0.2, symbol-observable@^1.0.4, symbol-observable@^1.2.0:
2691427013
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804"
2691527014
integrity sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==
2691627015

27016+
symbol-observable@^4.0.0:
27017+
version "4.0.0"
27018+
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-4.0.0.tgz#5b425f192279e87f2f9b937ac8540d1984b39205"
27019+
integrity sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==
27020+
2691727021
symbol-tree@^3.2.4:
2691827022
version "3.2.4"
2691927023
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
@@ -27574,6 +27678,13 @@ ts-invariant@^0.4.0, ts-invariant@^0.4.4:
2757427678
dependencies:
2757527679
tslib "^1.9.3"
2757627680

27681+
ts-invariant@^0.9.0:
27682+
version "0.9.3"
27683+
resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.9.3.tgz#4b41e0a80c2530a56ce4b8fd4e14183aaac0efa8"
27684+
integrity sha512-HinBlTbFslQI0OHP07JLsSXPibSegec6r9ai5xxq/qHYCsIQbzpymLpDhAUsnXcSrDEcd0L62L8vsOEdzM0qlA==
27685+
dependencies:
27686+
tslib "^2.1.0"
27687+
2757727688
tslib@^1.10.0, tslib@^1.11.1, tslib@^1.9.0, tslib@^1.9.3:
2757827689
version "1.14.1"
2757927690
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
@@ -27584,6 +27695,11 @@ tslib@^2.0.3:
2758427695
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
2758527696
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
2758627697

27698+
tslib@^2.1.0, tslib@^2.3.0, tslib@~2.3.0:
27699+
version "2.3.1"
27700+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
27701+
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
27702+
2758727703
tslib@~1.13.0:
2758827704
version "1.13.0"
2758927705
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
@@ -28374,6 +28490,11 @@ value-equal@^1.0.1:
2837428490
resolved "https://registry.yarnpkg.com/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c"
2837528491
integrity sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==
2837628492

28493+
28494+
version "1.0.11"
28495+
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.11.tgz#3e90299af31dd014fe843fe309cefa7c1d94b140"
28496+
integrity sha512-41BrgH+dIbCFXClcSapVs5M6GkENd3gQOJpEfPDNa71LsUGMXDL0jMWpI/Rh7WhX+Aalfz2TTS3Zt5pUsbnhLg==
28497+
2837728498
varint-decoder@~0.1.1:
2837828499
version "0.1.1"
2837928500
resolved "https://registry.yarnpkg.com/varint-decoder/-/varint-decoder-0.1.1.tgz#613d62f071d7e7576a20efd16ef4c1e335a0ddfd"
@@ -31191,7 +31312,15 @@ zen-observable-ts@^0.8.21:
3119131312
tslib "^1.9.3"
3119231313
zen-observable "^0.8.0"
3119331314

31194-
zen-observable@^0.8.0:
31315+
zen-observable-ts@~1.1.0:
31316+
version "1.1.0"
31317+
resolved "https://registry.yarnpkg.com/zen-observable-ts/-/zen-observable-ts-1.1.0.tgz#2d1aa9d79b87058e9b75698b92791c1838551f83"
31318+
integrity sha512-1h4zlLSqI2cRLPJUHJFL8bCWHhkpuXkF+dbGkRaWjgDIG26DmzyshUMrdV/rL3UnR+mhaX4fRq8LPouq0MYYIA==
31319+
dependencies:
31320+
"@types/zen-observable" "0.8.3"
31321+
zen-observable "0.8.15"
31322+
31323+
[email protected], zen-observable@^0.8.0:
3119531324
version "0.8.15"
3119631325
resolved "https://registry.yarnpkg.com/zen-observable/-/zen-observable-0.8.15.tgz#96415c512d8e3ffd920afd3889604e30b9eaac15"
3119731326
integrity sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ==

0 commit comments

Comments
 (0)