|
1630 | 1630 | core-js-pure "^3.19.0"
|
1631 | 1631 | regenerator-runtime "^0.13.4"
|
1632 | 1632 |
|
1633 |
| -"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.9.2": |
| 1633 | +"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.9.2": |
1634 | 1634 | version "7.16.0"
|
1635 | 1635 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.0.tgz#e27b977f2e2088ba24748bf99b5e1dece64e4f0b"
|
1636 | 1636 | integrity sha512-Nht8L0O8YCktmsDV6FqFue7vQLRx3Hb0B37lS5y0jDRqRxlBG4wIJHnf9/bgSE2UyipKFA01YtS+npRdTWBUyw==
|
|
2598 | 2598 | dependencies:
|
2599 | 2599 | "@sinonjs/commons" "^1.7.0"
|
2600 | 2600 |
|
| 2601 | +"@tanstack/query-core@^4.0.0-beta.1": |
| 2602 | + version "4.32.1" |
| 2603 | + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.32.1.tgz#6e364c33433b61f4dcef003725d4208e42b23860" |
| 2604 | + integrity sha512-VEAGHboOFWN/bvf/7cCoeLQfld0AA8n0V/kfc77W+FvxnnSwJufEh6gfjqpX5bRE/DEYfYDYdNtuL3KM+lIs8Q== |
| 2605 | + |
| 2606 | + |
| 2607 | + version "4.0.5" |
| 2608 | + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.0.5.tgz#4597ac03394ddfa6ad8b5e1beb6282468623d398" |
| 2609 | + integrity sha512-tIggVlhoFevVpY/LkZroPmrERFHN8tw4aZLtgwSArzHmMJ03WQcaNvbbHy6GERidXtaMdUz+IeQryrE7cO7WPQ== |
| 2610 | + dependencies: |
| 2611 | + "@tanstack/query-core" "^4.0.0-beta.1" |
| 2612 | + "@types/use-sync-external-store" "^0.0.3" |
| 2613 | + use-sync-external-store "^1.2.0" |
| 2614 | + |
2601 | 2615 | "@testing-library/dom@^8.0.0":
|
2602 | 2616 | version "8.11.0"
|
2603 | 2617 | resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.11.0.tgz#3679dfb4db58e0d2b95e4b0929eaf45237b60d94"
|
|
2894 | 2908 | dependencies:
|
2895 | 2909 | "@types/jest" "*"
|
2896 | 2910 |
|
| 2911 | +"@types/use-sync-external-store@^0.0.3": |
| 2912 | + version "0.0.3" |
| 2913 | + resolved "https://registry.yarnpkg.com/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz#b6725d5f4af24ace33b36fafd295136e75509f43" |
| 2914 | + integrity sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA== |
| 2915 | + |
2897 | 2916 | "@types/ws@^8.0.0":
|
2898 | 2917 | version "8.2.0"
|
2899 | 2918 | resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.2.0.tgz#75faefbe2328f3b833cb8dc640658328990d04f3"
|
@@ -3758,11 +3777,6 @@ base64-js@^1.3.1:
|
3758 | 3777 | resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
|
3759 | 3778 | integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
|
3760 | 3779 |
|
3761 |
| -big-integer@^1.6.16: |
3762 |
| - version "1.6.50" |
3763 |
| - resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.50.tgz#299a4be8bd441c73dcc492ed46b7169c34e92e70" |
3764 |
| - integrity sha512-+O2uoQWFRo8ysZNo/rjtri2jIwjr3XfeAgRjAUADRqGG+ZITvyn8J1kvXLTaKVr3hhGXk+f23tKfdzmklVM9vQ== |
3765 |
| - |
3766 | 3780 | binary-extensions@^2.0.0:
|
3767 | 3781 | version "2.2.0"
|
3768 | 3782 | resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d"
|
@@ -3792,20 +3806,6 @@ braces@^3.0.1, braces@^3.0.2, braces@~3.0.2:
|
3792 | 3806 | dependencies:
|
3793 | 3807 | fill-range "^7.0.1"
|
3794 | 3808 |
|
3795 |
| -broadcast-channel@^3.4.1: |
3796 |
| - version "3.7.0" |
3797 |
| - resolved "https://registry.yarnpkg.com/broadcast-channel/-/broadcast-channel-3.7.0.tgz#2dfa5c7b4289547ac3f6705f9c00af8723889937" |
3798 |
| - integrity sha512-cIAKJXAxGJceNZGTZSBzMxzyOn72cVgPnKx4dc6LRjQgbaJUQqhy5rzL3zbMxkMWsGKkv2hSFkPRMEXfoMZ2Mg== |
3799 |
| - dependencies: |
3800 |
| - "@babel/runtime" "^7.7.2" |
3801 |
| - detect-node "^2.1.0" |
3802 |
| - js-sha3 "0.8.0" |
3803 |
| - microseconds "0.2.0" |
3804 |
| - nano-time "1.0.0" |
3805 |
| - oblivious-set "1.0.0" |
3806 |
| - rimraf "3.0.2" |
3807 |
| - unload "2.2.0" |
3808 |
| - |
3809 | 3809 | browser-process-hrtime@^1.0.0:
|
3810 | 3810 | version "1.0.0"
|
3811 | 3811 | resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
|
@@ -4492,11 +4492,6 @@ detect-newline@^3.0.0:
|
4492 | 4492 | resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
|
4493 | 4493 | integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
|
4494 | 4494 |
|
4495 |
| -detect-node@^2.0.4, detect-node@^2.1.0: |
4496 |
| - version "2.1.0" |
4497 |
| - resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz#c9c70775a49c3d03bc2c06d9a73be550f978f8b1" |
4498 |
| - integrity sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g== |
4499 |
| - |
4500 | 4495 | detective@^5.2.0:
|
4501 | 4496 | version "5.2.0"
|
4502 | 4497 | resolved "https://registry.yarnpkg.com/detective/-/detective-5.2.0.tgz#feb2a77e85b904ecdea459ad897cc90a99bd2a7b"
|
@@ -5037,10 +5032,10 @@ eslint-plugin-react-hooks@^4.3.0:
|
5037 | 5032 | resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.3.0.tgz#318dbf312e06fab1c835a4abef00121751ac1172"
|
5038 | 5033 | integrity sha512-XslZy0LnMn+84NEG9jSGR6eGqaZB3133L8xewQo3fQagbQuGt7a63gf+P1NGKZavEYEC3UXaWEAA/AqDkuN6xA==
|
5039 | 5034 |
|
5040 |
| -eslint-plugin-react@7.32.2: |
5041 |
| - version "7.32.2" |
5042 |
| - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz#e71f21c7c265ebce01bcbc9d0955170c55571f10" |
5043 |
| - integrity sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg== |
| 5035 | +eslint-plugin-react@7.33.1: |
| 5036 | + version "7.33.1" |
| 5037 | + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.33.1.tgz#bc27cccf860ae45413a4a4150bf0977345c1ceab" |
| 5038 | + integrity sha512-L093k0WAMvr6VhNwReB8VgOq5s2LesZmrpPdKz/kZElQDzqS7G7+DnKoqT+w4JwuiGeAhAvHO0fvy0Eyk4ejDA== |
5044 | 5039 | dependencies:
|
5045 | 5040 | array-includes "^3.1.6"
|
5046 | 5041 | array.prototype.flatmap "^1.3.1"
|
|
5055 | 5050 | object.values "^1.1.6"
|
5056 | 5051 | prop-types "^15.8.1"
|
5057 | 5052 | resolve "^2.0.0-next.4"
|
5058 |
| - semver "^6.3.0" |
| 5053 | + semver "^6.3.1" |
5059 | 5054 | string.prototype.matchall "^4.0.8"
|
5060 | 5055 |
|
5061 | 5056 | eslint-plugin-react@^7.27.1:
|
@@ -6787,11 +6782,6 @@ js-levenshtein@^1.1.6:
|
6787 | 6782 | resolved "https://registry.yarnpkg.com/js-levenshtein/-/js-levenshtein-1.1.6.tgz#c6cee58eb3550372df8deb85fad5ce66ce01d59d"
|
6788 | 6783 | integrity sha512-X2BB11YZtrRqY4EnQcLX5Rh373zbK4alC1FW7D7MBhL2gtcC17cTnr6DmfHZeS0s2rTHjUTMMHfG7gO8SSdw+g==
|
6789 | 6784 |
|
6790 |
| - |
6791 |
| - version "0.8.0" |
6792 |
| - resolved "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.8.0.tgz#b9b7a5da73afad7dedd0f8c463954cbde6818840" |
6793 |
| - integrity sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q== |
6794 |
| - |
6795 | 6785 | "js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
|
6796 | 6786 | version "4.0.0"
|
6797 | 6787 | resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
|
@@ -7174,14 +7164,6 @@ map-cache@^0.2.0:
|
7174 | 7164 | resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf"
|
7175 | 7165 | integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=
|
7176 | 7166 |
|
7177 |
| -match-sorter@^6.0.2: |
7178 |
| - version "6.3.1" |
7179 |
| - resolved "https://registry.yarnpkg.com/match-sorter/-/match-sorter-6.3.1.tgz#98cc37fda756093424ddf3cbc62bfe9c75b92bda" |
7180 |
| - integrity sha512-mxybbo3pPNuA+ZuCUhm5bwNkXrJTbsk5VWbR5wiwz/GC6LIiegBGn2w3O08UG/jdbYLinw51fSQ5xNU1U3MgBw== |
7181 |
| - dependencies: |
7182 |
| - "@babel/runtime" "^7.12.5" |
7183 |
| - remove-accents "0.4.2" |
7184 |
| - |
7185 | 7167 | memorystream@^0.3.1:
|
7186 | 7168 | version "0.3.1"
|
7187 | 7169 | resolved "https://registry.yarnpkg.com/memorystream/-/memorystream-0.3.1.tgz#86d7090b30ce455d63fbae12dda51a47ddcaf9b2"
|
@@ -7218,11 +7200,6 @@ micromatch@^4.0.5:
|
7218 | 7200 | braces "^3.0.2"
|
7219 | 7201 | picomatch "^2.3.1"
|
7220 | 7202 |
|
7221 |
| - |
7222 |
| - version "0.2.0" |
7223 |
| - resolved "https://registry.yarnpkg.com/microseconds/-/microseconds-0.2.0.tgz#233b25f50c62a65d861f978a4a4f8ec18797dc39" |
7224 |
| - integrity sha512-n7DHHMjR1avBbSpsTBj6fmMGh2AGrifVV4e+WYc3Q9lO+xnSZ3NyhcBND3vzzatt05LFhoKFRxrIyklmLlUtyA== |
7225 |
| - |
7226 | 7203 |
|
7227 | 7204 | version "1.50.0"
|
7228 | 7205 | resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.50.0.tgz#abd4ac94e98d3c0e185016c67ab45d5fde40c11f"
|
|
7333 | 7310 | resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
|
7334 | 7311 | integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
|
7335 | 7312 |
|
7336 |
| - |
7337 |
| - version "1.0.0" |
7338 |
| - resolved "https://registry.yarnpkg.com/nano-time/-/nano-time-1.0.0.tgz#b0554f69ad89e22d0907f7a12b0993a5d96137ef" |
7339 |
| - integrity sha1-sFVPaa2J4i0JB/ehKwmTpdlhN+8= |
7340 |
| - dependencies: |
7341 |
| - big-integer "^1.6.16" |
7342 |
| - |
7343 | 7313 | nanoid@^3.1.30:
|
7344 | 7314 | version "3.1.30"
|
7345 | 7315 | resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.30.tgz#63f93cc548d2a113dc5dfbc63bfa09e2b9b64362"
|
@@ -7583,11 +7553,6 @@ object.values@^1.1.6:
|
7583 | 7553 | define-properties "^1.1.4"
|
7584 | 7554 | es-abstract "^1.20.4"
|
7585 | 7555 |
|
7586 |
| - |
7587 |
| - version "1.0.0" |
7588 |
| - resolved "https://registry.yarnpkg.com/oblivious-set/-/oblivious-set-1.0.0.tgz#c8316f2c2fb6ff7b11b6158db3234c49f733c566" |
7589 |
| - integrity sha512-z+pI07qxo4c2CulUHCDf9lcqDlMSo72N/4rLUpRXf6fu+q8vjt8y0xS+Tlf8NTJDdTXHbdeO1n3MlbctwEoXZw== |
7590 |
| - |
7591 | 7556 | once@^1.3.0:
|
7592 | 7557 | version "1.4.0"
|
7593 | 7558 | resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
|
@@ -8101,15 +8066,6 @@ react-is@^16.13.1, react-is@^16.8.1:
|
8101 | 8066 | resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
|
8102 | 8067 | integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
|
8103 | 8068 |
|
8104 |
| - |
8105 |
| - version "3.39.3" |
8106 |
| - resolved "https://registry.yarnpkg.com/react-query/-/react-query-3.39.3.tgz#4cea7127c6c26bdea2de5fb63e51044330b03f35" |
8107 |
| - integrity sha512-nLfLz7GiohKTJDuT4us4X3h/8unOh+00MLb2yJoGTPjxKs2bc1iDhkNx2bd5MKklXnOD3NrVZ+J2UXujA5In4g== |
8108 |
| - dependencies: |
8109 |
| - "@babel/runtime" "^7.5.5" |
8110 |
| - broadcast-channel "^3.4.1" |
8111 |
| - match-sorter "^6.0.2" |
8112 |
| - |
8113 | 8069 | react-refresh@^0.13.0:
|
8114 | 8070 | version "0.13.0"
|
8115 | 8071 | resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.13.0.tgz#cbd01a4482a177a5da8d44c9755ebb1f26d5a1c1"
|
@@ -8281,11 +8237,6 @@ remedial@^1.0.7:
|
8281 | 8237 | resolved "https://registry.yarnpkg.com/remedial/-/remedial-1.0.8.tgz#a5e4fd52a0e4956adbaf62da63a5a46a78c578a0"
|
8282 | 8238 | integrity sha512-/62tYiOe6DzS5BqVsNpH/nkGlX45C/Sp6V+NtiN6JQNS1Viay7cWkazmRkrQrdFj2eshDe96SIQNIoMxqhzBOg==
|
8283 | 8239 |
|
8284 |
| - |
8285 |
| - version "0.4.2" |
8286 |
| - resolved "https://registry.yarnpkg.com/remove-accents/-/remove-accents-0.4.2.tgz#0a43d3aaae1e80db919e07ae254b285d9e1c7bb5" |
8287 |
| - integrity sha1-CkPTqq4egNuRngeuJUsoXZ4ce7U= |
8288 |
| - |
8289 | 8240 | remove-trailing-separator@^1.0.1:
|
8290 | 8241 | version "1.1.0"
|
8291 | 8242 | resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef"
|
@@ -8399,7 +8350,7 @@ rgba-regex@^1.0.0:
|
8399 | 8350 | resolved "https://registry.yarnpkg.com/rgba-regex/-/rgba-regex-1.0.0.tgz#43374e2e2ca0968b0ef1523460b7d730ff22eeb3"
|
8400 | 8351 | integrity sha1-QzdOLiyglosO8VI0YLfXMP8i7rM=
|
8401 | 8352 |
|
8402 |
| -rimraf@3.0.2, rimraf@^3.0.0, rimraf@^3.0.2: |
| 8353 | +rimraf@^3.0.0, rimraf@^3.0.2: |
8403 | 8354 | version "3.0.2"
|
8404 | 8355 | resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
|
8405 | 8356 | integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
|
@@ -9368,14 +9319,6 @@ unixify@^1.0.0:
|
9368 | 9319 | dependencies:
|
9369 | 9320 | normalize-path "^2.1.1"
|
9370 | 9321 |
|
9371 |
| - |
9372 |
| - version "2.2.0" |
9373 |
| - resolved "https://registry.yarnpkg.com/unload/-/unload-2.2.0.tgz#ccc88fdcad345faa06a92039ec0f80b488880ef7" |
9374 |
| - integrity sha512-B60uB5TNBLtN6/LsgAf3udH9saB5p7gqJwcFfbOEZ8BcBHnGwCf6G/TGiEqkRAxX7zAFIUtzdrXQSdL3Q/wqNA== |
9375 |
| - dependencies: |
9376 |
| - "@babel/runtime" "^7.6.2" |
9377 |
| - detect-node "^2.0.4" |
9378 |
| - |
9379 | 9322 | update-browserslist-db@^1.0.11:
|
9380 | 9323 | version "1.0.11"
|
9381 | 9324 | resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz#9a2a641ad2907ae7b3616506f4b977851db5b940"
|
@@ -9417,6 +9360,11 @@ urlpattern-polyfill@^8.0.0:
|
9417 | 9360 | resolved "https://registry.yarnpkg.com/urlpattern-polyfill/-/urlpattern-polyfill-8.0.2.tgz#99f096e35eff8bf4b5a2aa7d58a1523d6ebc7ce5"
|
9418 | 9361 | integrity sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ==
|
9419 | 9362 |
|
| 9363 | +use-sync-external-store@^1.2.0: |
| 9364 | + version "1.2.0" |
| 9365 | + resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz#7dbefd6ef3fe4e767a0cf5d7287aacfb5846928a" |
| 9366 | + integrity sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA== |
| 9367 | + |
9420 | 9368 | util-deprecate@^1.0.1, util-deprecate@^1.0.2:
|
9421 | 9369 | version "1.0.2"
|
9422 | 9370 | resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
|
|
0 commit comments