|
@@ -10,6 +10,25 @@
|
|
|
"@jridgewell/gen-mapping" "^0.1.0"
|
|
|
"@jridgewell/trace-mapping" "^0.3.9"
|
|
|
|
|
|
+"@apollo/client@^3.7.8":
|
|
|
+ version "3.7.8"
|
|
|
+ resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.8.tgz#e1c8dfd02cbbe1baf9b18fa86918904efd9cc580"
|
|
|
+ integrity sha512-o1NxF4ytET2w9HSVMLwYUEEdv6H3XPpbh9M+ABVGnUVT0s6T9pgqRtYO4pFP1TmeDmb1pbRfVhFwh3gC167j5Q==
|
|
|
+ dependencies:
|
|
|
+ "@graphql-typed-document-node/core" "^3.1.1"
|
|
|
+ "@wry/context" "^0.7.0"
|
|
|
+ "@wry/equality" "^0.5.0"
|
|
|
+ "@wry/trie" "^0.3.0"
|
|
|
+ graphql-tag "^2.12.6"
|
|
|
+ hoist-non-react-statics "^3.3.2"
|
|
|
+ optimism "^0.16.1"
|
|
|
+ prop-types "^15.7.2"
|
|
|
+ response-iterator "^0.2.6"
|
|
|
+ symbol-observable "^4.0.0"
|
|
|
+ ts-invariant "^0.10.3"
|
|
|
+ tslib "^2.3.0"
|
|
|
+ zen-observable-ts "^1.2.5"
|
|
|
+
|
|
|
"@ardatan/relay-compiler@12.0.0":
|
|
|
version "12.0.0"
|
|
|
resolved "https://registry.yarnpkg.com/@ardatan/relay-compiler/-/relay-compiler-12.0.0.tgz#2e4cca43088e807adc63450e8cab037020e91106"
|
|
@@ -3801,6 +3820,27 @@
|
|
|
fast-url-parser "^1.1.3"
|
|
|
tslib "^2.3.1"
|
|
|
|
|
|
+"@wry/context@^0.7.0":
|
|
|
+ version "0.7.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.7.0.tgz#be88e22c0ddf62aeb0ae9f95c3d90932c619a5c8"
|
|
|
+ integrity sha512-LcDAiYWRtwAoSOArfk7cuYvFXytxfVrdX7yxoUmK7pPITLk5jYh2F8knCwS7LjgYL8u1eidPlKKV6Ikqq0ODqQ==
|
|
|
+ dependencies:
|
|
|
+ tslib "^2.3.0"
|
|
|
+
|
|
|
+"@wry/equality@^0.5.0":
|
|
|
+ version "0.5.3"
|
|
|
+ resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.5.3.tgz#fafebc69561aa2d40340da89fa7dc4b1f6fb7831"
|
|
|
+ integrity sha512-avR+UXdSrsF2v8vIqIgmeTY0UR91UT+IyablCyKe/uk22uOJ8fusKZnH9JH9e1/EtLeNJBtagNmL3eJdnOV53g==
|
|
|
+ dependencies:
|
|
|
+ tslib "^2.3.0"
|
|
|
+
|
|
|
+"@wry/trie@^0.3.0":
|
|
|
+ version "0.3.2"
|
|
|
+ resolved "https://registry.yarnpkg.com/@wry/trie/-/trie-0.3.2.tgz#a06f235dc184bd26396ba456711f69f8c35097e6"
|
|
|
+ integrity sha512-yRTyhWSls2OY/pYLfwff867r8ekooZ4UI+/gxot5Wj8EFwSf2rG+n+Mo/6LoLQm1TKA4GRj2+LCpbfS937dClQ==
|
|
|
+ dependencies:
|
|
|
+ tslib "^2.3.0"
|
|
|
+
|
|
|
"@xtuc/ieee754@^1.2.0":
|
|
|
version "1.2.0"
|
|
|
resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790"
|
|
@@ -7262,7 +7302,7 @@ enhanced-resolve@^4.3.0:
|
|
|
memory-fs "^0.5.0"
|
|
|
tapable "^1.0.0"
|
|
|
|
|
|
-enhanced-resolve@^5.0.0, enhanced-resolve@^5.10.0:
|
|
|
+enhanced-resolve@^5.0.0, enhanced-resolve@^5.10.0, enhanced-resolve@^5.7.0:
|
|
|
version "5.12.0"
|
|
|
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.12.0.tgz#300e1c90228f5b570c4d35babf263f6da7155634"
|
|
|
integrity sha512-QHTXI/sZQmko1cbDoNAa3mJ5qhWUUNAq3vR0/YiD379fWQrcfuoX1+HW2S0MTt7XmoPLapdaDKUtelUSPic7hQ==
|
|
@@ -8598,7 +8638,7 @@ graphql-request@^5.0.0:
|
|
|
extract-files "^9.0.0"
|
|
|
form-data "^3.0.0"
|
|
|
|
|
|
-graphql-tag@^2.11.0, graphql-tag@^2.9.2:
|
|
|
+graphql-tag@^2.11.0, graphql-tag@^2.12.6, graphql-tag@^2.9.2:
|
|
|
version "2.12.6"
|
|
|
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.12.6.tgz#d441a569c1d2537ef10ca3d1633b48725329b5f1"
|
|
|
integrity sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==
|
|
@@ -11987,6 +12027,14 @@ opn@^5.5.0:
|
|
|
dependencies:
|
|
|
is-wsl "^1.1.0"
|
|
|
|
|
|
+optimism@^0.16.1:
|
|
|
+ version "0.16.2"
|
|
|
+ resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.16.2.tgz#519b0c78b3b30954baed0defe5143de7776bf081"
|
|
|
+ integrity sha512-zWNbgWj+3vLEjZNIh/okkY2EUfX+vB9TJopzIZwT1xxaMqC5hRLLraePod4c5n4He08xuXNH+zhKFFCu390wiQ==
|
|
|
+ dependencies:
|
|
|
+ "@wry/context" "^0.7.0"
|
|
|
+ "@wry/trie" "^0.3.0"
|
|
|
+
|
|
|
optimize-css-assets-webpack-plugin@5.0.4:
|
|
|
version "5.0.4"
|
|
|
resolved "https://registry.yarnpkg.com/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-5.0.4.tgz#85883c6528aaa02e30bbad9908c92926bb52dc90"
|
|
@@ -14215,6 +14263,11 @@ resolve@^2.0.0-next.4:
|
|
|
path-parse "^1.0.7"
|
|
|
supports-preserve-symlinks-flag "^1.0.0"
|
|
|
|
|
|
+response-iterator@^0.2.6:
|
|
|
+ version "0.2.6"
|
|
|
+ resolved "https://registry.yarnpkg.com/response-iterator/-/response-iterator-0.2.6.tgz#249005fb14d2e4eeb478a3f735a28fd8b4c9f3da"
|
|
|
+ integrity sha512-pVzEEzrsg23Sh053rmDUvLSkGXluZio0qu8VT6ukrYuvtjVfCbDZH9d6PGXb8HZfzdNZt8feXv/jvUzlhRgLnw==
|
|
|
+
|
|
|
restore-cursor@^3.1.0:
|
|
|
version "3.1.0"
|
|
|
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e"
|
|
@@ -15370,6 +15423,11 @@ swap-case@^2.0.2:
|
|
|
dependencies:
|
|
|
tslib "^2.0.3"
|
|
|
|
|
|
+symbol-observable@^4.0.0:
|
|
|
+ version "4.0.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-4.0.0.tgz#5b425f192279e87f2f9b937ac8540d1984b39205"
|
|
|
+ integrity sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==
|
|
|
+
|
|
|
symbol-tree@^3.2.4:
|
|
|
version "3.2.4"
|
|
|
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
|
|
@@ -15660,6 +15718,13 @@ tryer@^1.0.1:
|
|
|
resolved "https://registry.yarnpkg.com/tryer/-/tryer-1.0.1.tgz#f2c85406800b9b0f74c9f7465b81eaad241252f8"
|
|
|
integrity sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==
|
|
|
|
|
|
+ts-invariant@^0.10.3:
|
|
|
+ version "0.10.3"
|
|
|
+ resolved "https://registry.yarnpkg.com/ts-invariant/-/ts-invariant-0.10.3.tgz#3e048ff96e91459ffca01304dbc7f61c1f642f6c"
|
|
|
+ integrity sha512-uivwYcQaxAucv1CzRp2n/QdYPo4ILf9VXgH19zEIjFx2EJufV16P0JtJVpYHy89DItG6Kwj2oIUjrcK5au+4tQ==
|
|
|
+ dependencies:
|
|
|
+ tslib "^2.1.0"
|
|
|
+
|
|
|
ts-loader@^9.4.2:
|
|
|
version "9.4.2"
|
|
|
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-9.4.2.tgz#80a45eee92dd5170b900b3d00abcfa14949aeb78"
|
|
@@ -15699,6 +15764,15 @@ ts-pnp@1.2.0, ts-pnp@^1.1.6:
|
|
|
resolved "https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.2.0.tgz#a500ad084b0798f1c3071af391e65912c86bca92"
|
|
|
integrity sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==
|
|
|
|
|
|
+tsconfig-paths-webpack-plugin@^4.0.0:
|
|
|
+ version "4.0.0"
|
|
|
+ resolved "https://registry.yarnpkg.com/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-4.0.0.tgz#84008fc3e3e0658fdb0262758b07b4da6265ff1a"
|
|
|
+ integrity sha512-fw/7265mIWukrSHd0i+wSwx64kYUSAKPfxRDksjKIYTxSAp9W9/xcZVBF4Kl0eqQd5eBpAQ/oQrc5RyM/0c1GQ==
|
|
|
+ dependencies:
|
|
|
+ chalk "^4.1.0"
|
|
|
+ enhanced-resolve "^5.7.0"
|
|
|
+ tsconfig-paths "^4.0.0"
|
|
|
+
|
|
|
tsconfig-paths@^3.14.1:
|
|
|
version "3.14.1"
|
|
|
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
|
|
@@ -15709,6 +15783,15 @@ tsconfig-paths@^3.14.1:
|
|
|
minimist "^1.2.6"
|
|
|
strip-bom "^3.0.0"
|
|
|
|
|
|
+tsconfig-paths@^4.0.0:
|
|
|
+ version "4.1.2"
|
|
|
+ resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-4.1.2.tgz#4819f861eef82e6da52fb4af1e8c930a39ed979a"
|
|
|
+ integrity sha512-uhxiMgnXQp1IR622dUXI+9Ehnws7i/y6xvpZB9IbUVOPy0muvdvgXeZOn88UcGPiT98Vp3rJPTa8bFoalZ3Qhw==
|
|
|
+ dependencies:
|
|
|
+ json5 "^2.2.2"
|
|
|
+ minimist "^1.2.6"
|
|
|
+ strip-bom "^3.0.0"
|
|
|
+
|
|
|
tslib@^1.8.1:
|
|
|
version "1.14.1"
|
|
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
|
|
@@ -17115,6 +17198,18 @@ yocto-queue@^0.1.0:
|
|
|
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
|
|
|
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
|
|
|
|
|
|
+zen-observable-ts@^1.2.5:
|
|
|
+ version "1.2.5"
|
|
|
+ resolved "https://registry.yarnpkg.com/zen-observable-ts/-/zen-observable-ts-1.2.5.tgz#6c6d9ea3d3a842812c6e9519209365a122ba8b58"
|
|
|
+ integrity sha512-QZWQekv6iB72Naeake9hS1KxHlotfRpe+WGNbNx5/ta+R3DNjVO2bswf63gXlWDcs+EMd7XY8HfVQyP1X6T4Zg==
|
|
|
+ dependencies:
|
|
|
+ zen-observable "0.8.15"
|
|
|
+
|
|
|
+zen-observable@0.8.15:
|
|
|
+ version "0.8.15"
|
|
|
+ resolved "https://registry.yarnpkg.com/zen-observable/-/zen-observable-0.8.15.tgz#96415c512d8e3ffd920afd3889604e30b9eaac15"
|
|
|
+ integrity sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ==
|
|
|
+
|
|
|
zwitch@^1.0.0:
|
|
|
version "1.0.5"
|
|
|
resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-1.0.5.tgz#d11d7381ffed16b742f6af7b3f223d5cd9fe9920"
|