|
2 | 2 | # yarn lockfile v1 |
3 | 3 |
|
4 | 4 |
|
| 5 | +"@apollo/client@~4.0.9": |
| 6 | + version "4.0.9" |
| 7 | + resolved "https://registry.yarnpkg.com/@apollo/client/-/client-4.0.9.tgz#fdc0388f73a1640f3da30a8791e448b96ad0b49a" |
| 8 | + integrity sha512-Lh2drMzFE9x5jVS8RKmlGL5SORkvpyUJIT+wTErxDUR2HpWePiBfhhcHHRSlZFiCR866ewCv4euTc4IDF0GWxw== |
| 9 | + dependencies: |
| 10 | + "@graphql-typed-document-node/core" "^3.1.1" |
| 11 | + "@wry/caches" "^1.0.0" |
| 12 | + "@wry/equality" "^0.5.6" |
| 13 | + "@wry/trie" "^0.5.0" |
| 14 | + graphql-tag "^2.12.6" |
| 15 | + optimism "^0.18.0" |
| 16 | + tslib "^2.3.0" |
| 17 | + |
5 | 18 | "@ava/babel-plugin-throws-helper@^2.0.0": |
6 | 19 | version "2.0.0" |
7 | 20 | resolved "https://registry.yarnpkg.com/@ava/babel-plugin-throws-helper/-/babel-plugin-throws-helper-2.0.0.tgz#2fc1fe3c211a71071a4eca7b8f7af5842cd1ae7c" |
|
51 | 64 | dependencies: |
52 | 65 | arrify "^1.0.1" |
53 | 66 |
|
| 67 | +"@graphql-tools/merge@^9.1.4": |
| 68 | + version "9.1.4" |
| 69 | + resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.1.4.tgz#a540b83a61f9588306ea50a1cdeebddf66304db4" |
| 70 | + integrity sha512-6khLMOOQ758DjVzT/9k19lCdNd1GxHDwOWsNBn79jwh2VaFa4+crAZrIrOa0WANCrI3RZTmU/FTcTwSk/cDkeA== |
| 71 | + dependencies: |
| 72 | + "@graphql-tools/utils" "^10.10.2" |
| 73 | + tslib "^2.4.0" |
| 74 | + |
| 75 | +"@graphql-tools/schema@^10.0.28": |
| 76 | + version "10.0.28" |
| 77 | + resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.28.tgz#031b15a89869103131925643e097a4948c0ba860" |
| 78 | + integrity sha512-lwm1TA+5sYZRcu6UiplRS9BXD2me1pFloEmPeC7mhPzcye/EfHM1LjVSyRKbJE/pxfc7Q/o/GKkBQYJ6JIqDkQ== |
| 79 | + dependencies: |
| 80 | + "@graphql-tools/merge" "^9.1.4" |
| 81 | + "@graphql-tools/utils" "^10.10.2" |
| 82 | + tslib "^2.4.0" |
| 83 | + |
| 84 | +"@graphql-tools/utils@^10.10.2": |
| 85 | + version "10.10.2" |
| 86 | + resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.10.2.tgz#2edeb1672dfb0183a23145453ea73c89d1a013c6" |
| 87 | + integrity sha512-aVPIAsZ8PMomO2UODO+uG8YCwYOfPthHO2b8pXqixlXx01L0B01qGkrQ0KYJDI/gozNNFXiZ3TfoFMXSGnPiow== |
| 88 | + dependencies: |
| 89 | + "@graphql-typed-document-node/core" "^3.1.1" |
| 90 | + "@whatwg-node/promise-helpers" "^1.0.0" |
| 91 | + cross-inspect "1.0.1" |
| 92 | + tslib "^2.4.0" |
| 93 | + |
| 94 | +"@graphql-typed-document-node/core@^3.1.1": |
| 95 | + version "3.2.0" |
| 96 | + resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.2.0.tgz#5f3d96ec6b2354ad6d8a28bf216a1d97b5426861" |
| 97 | + integrity sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ== |
| 98 | + |
54 | 99 | "@ladjs/time-require@^0.1.4": |
55 | 100 | version "0.1.4" |
56 | 101 | resolved "https://registry.yarnpkg.com/@ladjs/time-require/-/time-require-0.1.4.tgz#5c615d75fd647ddd5de9cf6922649558856b21a1" |
|
158 | 203 | version "0.13.4" |
159 | 204 | resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.13.4.tgz#55ae9c29f0fd6b85ee536f5c72b4769d5c5e06b1" |
160 | 205 |
|
| 206 | +"@whatwg-node/promise-helpers@^1.0.0": |
| 207 | + version "1.3.2" |
| 208 | + resolved "https://registry.yarnpkg.com/@whatwg-node/promise-helpers/-/promise-helpers-1.3.2.tgz#3b54987ad6517ef6db5920c66a6f0dada606587d" |
| 209 | + integrity sha512-Nst5JdK47VIl9UcGwtv2Rcgyn5lWtZ0/mhRQ4G8NN2isxpq2TO30iqHzmwoJycjWuyUfg3GFXqP/gFHXeV57IA== |
| 210 | + dependencies: |
| 211 | + tslib "^2.6.3" |
| 212 | + |
| 213 | +"@wry/caches@^1.0.0": |
| 214 | + version "1.0.1" |
| 215 | + resolved "https://registry.yarnpkg.com/@wry/caches/-/caches-1.0.1.tgz#8641fd3b6e09230b86ce8b93558d44cf1ece7e52" |
| 216 | + integrity sha512-bXuaUNLVVkD20wcGBWRyo7j9N3TxePEWFZj2Y+r9OoUzfqmavM84+mFykRicNsBqatba5JLay1t48wxaXaWnlA== |
| 217 | + dependencies: |
| 218 | + tslib "^2.3.0" |
| 219 | + |
| 220 | +"@wry/context@^0.7.0": |
| 221 | + version "0.7.4" |
| 222 | + resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.7.4.tgz#e32d750fa075955c4ab2cfb8c48095e1d42d5990" |
| 223 | + integrity sha512-jmT7Sb4ZQWI5iyu3lobQxICu2nC/vbUhP0vIdd6tHC9PTfenmRmuIFqktc6GH9cgi+ZHnsLWPvfSvc4DrYmKiQ== |
| 224 | + dependencies: |
| 225 | + tslib "^2.3.0" |
| 226 | + |
| 227 | +"@wry/equality@^0.5.6": |
| 228 | + version "0.5.7" |
| 229 | + resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.5.7.tgz#72ec1a73760943d439d56b7b1e9985aec5d497bb" |
| 230 | + integrity sha512-BRFORjsTuQv5gxcXsuDXx6oGRhuVsEGwZy6LOzRRfgu+eSfxbhUQ9L9YtSEIuIjY/o7g3iWFjrc5eSY1GXP2Dw== |
| 231 | + dependencies: |
| 232 | + tslib "^2.3.0" |
| 233 | + |
| 234 | +"@wry/trie@^0.5.0": |
| 235 | + version "0.5.0" |
| 236 | + resolved "https://registry.yarnpkg.com/@wry/trie/-/trie-0.5.0.tgz#11e783f3a53f6e4cd1d42d2d1323f5bc3fa99c94" |
| 237 | + integrity sha512-FNoYzHawTMk/6KMQoEG5O4PuioX19UbwdQKF44yw0nLfOypfQdjtfZzo/UIJWAJ23sNIFbD1Ug9lbaDGMwbqQA== |
| 238 | + dependencies: |
| 239 | + tslib "^2.3.0" |
| 240 | + |
161 | 241 | JSONStream@^1.0.4: |
162 | 242 | version "1.3.3" |
163 | 243 | resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.3.tgz#27b4b8fbbfeab4e71bcf551e7f27be8d952239bf" |
@@ -1214,6 +1294,13 @@ create-error-class@^3.0.0: |
1214 | 1294 | dependencies: |
1215 | 1295 | capture-stack-trace "^1.0.0" |
1216 | 1296 |
|
| 1297 | +cross-inspect@1.0.1: |
| 1298 | + version "1.0.1" |
| 1299 | + resolved "https://registry.yarnpkg.com/cross-inspect/-/cross-inspect-1.0.1.tgz#15f6f65e4ca963cf4cc1a2b5fef18f6ca328712b" |
| 1300 | + integrity sha512-Pcw1JTvZLSJH83iiGWt6fRcT+BjZlCDRVwYLbUcHzv/CRpB7r0MlSrGbIyQvVSNyGnbt7G4AXuyCiDR3POvZ1A== |
| 1301 | + dependencies: |
| 1302 | + tslib "^2.4.0" |
| 1303 | + |
1217 | 1304 | cross-spawn@^5.0.1: |
1218 | 1305 | version "5.1.0" |
1219 | 1306 | resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449" |
@@ -1846,15 +1933,22 @@ graphql-middleware@1.7.8: |
1846 | 1933 | dependencies: |
1847 | 1934 | graphql-tools "^4.0.2" |
1848 | 1935 |
|
1849 | | -graphql-tools@4.0.4: |
1850 | | - version "4.0.4" |
1851 | | - resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-4.0.4.tgz#ca08a63454221fdde825fe45fbd315eb2a6d566b" |
| 1936 | +graphql-tag@^2.12.6: |
| 1937 | + version "2.12.6" |
| 1938 | + resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.12.6.tgz#d441a569c1d2537ef10ca3d1633b48725329b5f1" |
| 1939 | + integrity sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg== |
1852 | 1940 | dependencies: |
1853 | | - apollo-link "^1.2.3" |
1854 | | - apollo-utilities "^1.0.1" |
1855 | | - deprecated-decorator "^0.1.6" |
1856 | | - iterall "^1.1.3" |
1857 | | - uuid "^3.1.0" |
| 1941 | + tslib "^2.1.0" |
| 1942 | + |
| 1943 | +graphql-tools@9.0.23: |
| 1944 | + version "9.0.23" |
| 1945 | + resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-9.0.23.tgz#ed16cf5b1e2524afc5f9d5ab87d49cc8fb989ce0" |
| 1946 | + integrity sha512-RhY4uSouQr3wYWLwyzo//qXF3A2V9WnfAT0ePM2AIcryKRm3PXrbVsbwXcM4VzV2KdfaqIyaiRgEl+M3eg6RhQ== |
| 1947 | + dependencies: |
| 1948 | + "@graphql-tools/schema" "^10.0.28" |
| 1949 | + tslib "^2.4.0" |
| 1950 | + optionalDependencies: |
| 1951 | + "@apollo/client" "~4.0.9" |
1858 | 1952 |
|
1859 | 1953 | graphql-tools@^4.0.2: |
1860 | 1954 | version "4.0.2" |
@@ -2982,6 +3076,16 @@ onetime@^2.0.0: |
2982 | 3076 | dependencies: |
2983 | 3077 | mimic-fn "^1.0.0" |
2984 | 3078 |
|
| 3079 | +optimism@^0.18.0: |
| 3080 | + version "0.18.1" |
| 3081 | + resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.18.1.tgz#5cf16847921413dbb0ac809907370388b9c6335f" |
| 3082 | + integrity sha512-mLXNwWPa9dgFyDqkNi54sjDyNJ9/fTI6WGBLgnXku1vdKY/jovHfZT5r+aiVeFFLOz+foPNOm5YJ4mqgld2GBQ== |
| 3083 | + dependencies: |
| 3084 | + "@wry/caches" "^1.0.0" |
| 3085 | + "@wry/context" "^0.7.0" |
| 3086 | + "@wry/trie" "^0.5.0" |
| 3087 | + tslib "^2.3.0" |
| 3088 | + |
2985 | 3089 | optimist@^0.6.1: |
2986 | 3090 | version "0.6.1" |
2987 | 3091 | resolved "https://registry.yarnpkg.com/optimist/-/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686" |
@@ -4056,6 +4160,11 @@ tslib@^1.8.0, tslib@^1.8.1: |
4056 | 4160 | version "1.9.2" |
4057 | 4161 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.2.tgz#8be0cc9a1f6dc7727c38deb16c2ebd1a2892988e" |
4058 | 4162 |
|
| 4163 | +tslib@^2.1.0, tslib@^2.3.0, tslib@^2.4.0, tslib@^2.6.3: |
| 4164 | + version "2.8.1" |
| 4165 | + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f" |
| 4166 | + integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w== |
| 4167 | + |
4059 | 4168 | tslint-config-prettier@1.15.0: |
4060 | 4169 | version "1.15.0" |
4061 | 4170 | resolved "https://registry.yarnpkg.com/tslint-config-prettier/-/tslint-config-prettier-1.15.0.tgz#76b9714399004ab6831fdcf76d89b73691c812cf" |
|
0 commit comments