|
773 | 773 | core-js-pure "^3.0.0" |
774 | 774 | regenerator-runtime "^0.13.4" |
775 | 775 |
|
776 | | -"@babel/runtime@^7.10.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4": |
| 776 | +"@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4": |
777 | 777 | version "7.10.5" |
778 | 778 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.5.tgz#303d8bd440ecd5a491eae6117fd3367698674c5c" |
779 | 779 | integrity sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg== |
|
969 | 969 | "@types/istanbul-reports" "^1.1.1" |
970 | 970 | "@types/yargs" "^13.0.0" |
971 | 971 |
|
| 972 | +"@jest/types@^25.5.0": |
| 973 | + version "25.5.0" |
| 974 | + resolved "https://registry.yarnpkg.com/@jest/types/-/types-25.5.0.tgz#4d6a4793f7b9599fc3680877b856a97dbccf2a9d" |
| 975 | + integrity sha512-OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw== |
| 976 | + dependencies: |
| 977 | + "@types/istanbul-lib-coverage" "^2.0.0" |
| 978 | + "@types/istanbul-reports" "^1.1.1" |
| 979 | + "@types/yargs" "^15.0.0" |
| 980 | + chalk "^3.0.0" |
| 981 | + |
972 | 982 | "@rollup/plugin-commonjs@^11.0.0": |
973 | 983 | version "11.1.0" |
974 | 984 | resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-11.1.0.tgz#60636c7a722f54b41e419e1709df05c7234557ef" |
|
1017 | 1027 | estree-walker "^1.0.1" |
1018 | 1028 | picomatch "^2.2.2" |
1019 | 1029 |
|
| 1030 | +"@testing-library/dom@^7.17.1": |
| 1031 | + version "7.21.5" |
| 1032 | + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.21.5.tgz#d87312efc5039313f9ea246ed722d808f2ffcbb3" |
| 1033 | + integrity sha512-zZqC5T/9Upjs0/3hyrYNpGxw75dr/bLLD27pUdb3WWJ50JHwutvnQ1FJNHbVth9f2hLzEnh7hBdZ9pD++8pJ8g== |
| 1034 | + dependencies: |
| 1035 | + "@babel/runtime" "^7.10.3" |
| 1036 | + "@types/aria-query" "^4.2.0" |
| 1037 | + aria-query "^4.2.2" |
| 1038 | + dom-accessibility-api "^0.4.6" |
| 1039 | + pretty-format "^25.5.0" |
| 1040 | + |
| 1041 | +"@testing-library/react@^10.4.7": |
| 1042 | + version "10.4.7" |
| 1043 | + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.4.7.tgz#fc14847fb70a5e93576b8f7f0d1490ead02a9061" |
| 1044 | + integrity sha512-hUYbum3X2f1ZKusKfPaooKNYqE/GtPiQ+D2HJaJ4pkxeNJQFVUEvAvEh9+3QuLdBeTWkDMNY5NSijc5+pGdM4Q== |
| 1045 | + dependencies: |
| 1046 | + "@babel/runtime" "^7.10.3" |
| 1047 | + "@testing-library/dom" "^7.17.1" |
| 1048 | + |
| 1049 | +"@types/aria-query@^4.2.0": |
| 1050 | + version "4.2.0" |
| 1051 | + resolved "https://registry.yarnpkg.com/@types/aria-query/-/aria-query-4.2.0.tgz#14264692a9d6e2fa4db3df5e56e94b5e25647ac0" |
| 1052 | + integrity sha512-iIgQNzCm0v7QMhhe4Jjn9uRh+I6GoPmt03CbEtwx3ao8/EfoQcmgtqH4vQ5Db/lxiIGaWDv6nwvunuh0RyX0+A== |
| 1053 | + |
1020 | 1054 | "@types/babel__core@^7.1.0": |
1021 | 1055 | version "7.1.9" |
1022 | 1056 | resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.9.tgz#77e59d438522a6fb898fa43dc3455c6e72f3963d" |
|
1166 | 1200 | dependencies: |
1167 | 1201 | "@types/yargs-parser" "*" |
1168 | 1202 |
|
| 1203 | +"@types/yargs@^15.0.0": |
| 1204 | + version "15.0.5" |
| 1205 | + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.5.tgz#947e9a6561483bdee9adffc983e91a6902af8b79" |
| 1206 | + integrity sha512-Dk/IDOPtOgubt/IaevIUbTgV7doaKkoorvOyYM2CMwuDyP89bekI7H4xLIwunNYiK9jhCkmc6pUrJk3cj2AB9w== |
| 1207 | + dependencies: |
| 1208 | + "@types/yargs-parser" "*" |
| 1209 | + |
1169 | 1210 | "@typescript-eslint/eslint-plugin@3.6.0": |
1170 | 1211 | version "3.6.0" |
1171 | 1212 | resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.6.0.tgz#ba2b6cae478b8fca3f2e58ff1313e4198eea2d8a" |
@@ -1371,7 +1412,7 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1: |
1371 | 1412 | dependencies: |
1372 | 1413 | color-convert "^1.9.0" |
1373 | 1414 |
|
1374 | | -ansi-styles@^4.1.0: |
| 1415 | +ansi-styles@^4.0.0, ansi-styles@^4.1.0: |
1375 | 1416 | version "4.2.1" |
1376 | 1417 | resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.1.tgz#90ae75c424d008d2624c5bf29ead3177ebfcf359" |
1377 | 1418 | integrity sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA== |
@@ -1842,6 +1883,14 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.4.1, chalk@^2.4.2: |
1842 | 1883 | escape-string-regexp "^1.0.5" |
1843 | 1884 | supports-color "^5.3.0" |
1844 | 1885 |
|
| 1886 | +chalk@^3.0.0: |
| 1887 | + version "3.0.0" |
| 1888 | + resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4" |
| 1889 | + integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== |
| 1890 | + dependencies: |
| 1891 | + ansi-styles "^4.1.0" |
| 1892 | + supports-color "^7.1.0" |
| 1893 | + |
1845 | 1894 | chalk@^4.0.0, chalk@^4.1.0: |
1846 | 1895 | version "4.1.0" |
1847 | 1896 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a" |
@@ -2203,6 +2252,11 @@ doctrine@^3.0.0: |
2203 | 2252 | dependencies: |
2204 | 2253 | esutils "^2.0.2" |
2205 | 2254 |
|
| 2255 | +dom-accessibility-api@^0.4.6: |
| 2256 | + version "0.4.6" |
| 2257 | + resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.4.6.tgz#f3f2af68aee01b1c862f37918d41841bb1aaf92a" |
| 2258 | + integrity sha512-qxFVFR/ymtfamEQT/AsYLe048sitxFCoCHiM+vuOdR3fE94i3so2SCFJxyz/RxV69PZ+9FgToYWOd7eqJqcbYw== |
| 2259 | + |
2206 | 2260 | domexception@^1.0.1: |
2207 | 2261 | version "1.0.1" |
2208 | 2262 | resolved "https://registry.yarnpkg.com/domexception/-/domexception-1.0.1.tgz#937442644ca6a31261ef36e3ec677fe805582c90" |
@@ -4857,6 +4911,16 @@ pretty-format@^24.9.0: |
4857 | 4911 | ansi-styles "^3.2.0" |
4858 | 4912 | react-is "^16.8.4" |
4859 | 4913 |
|
| 4914 | +pretty-format@^25.5.0: |
| 4915 | + version "25.5.0" |
| 4916 | + resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.5.0.tgz#7873c1d774f682c34b8d48b6743a2bf2ac55791a" |
| 4917 | + integrity sha512-kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ== |
| 4918 | + dependencies: |
| 4919 | + "@jest/types" "^25.5.0" |
| 4920 | + ansi-regex "^5.0.0" |
| 4921 | + ansi-styles "^4.0.0" |
| 4922 | + react-is "^16.12.0" |
| 4923 | + |
4860 | 4924 | progress-estimator@^0.2.2: |
4861 | 4925 | version "0.2.2" |
4862 | 4926 | resolved "https://registry.yarnpkg.com/progress-estimator/-/progress-estimator-0.2.2.tgz#1c3947a5782ea56e40c8fccc290ac7ceeb1b91cb" |
@@ -4922,7 +4986,7 @@ react-dom@^16.13.1: |
4922 | 4986 | prop-types "^15.6.2" |
4923 | 4987 | scheduler "^0.19.1" |
4924 | 4988 |
|
4925 | | -react-is@^16.8.1, react-is@^16.8.4: |
| 4989 | +react-is@^16.12.0, react-is@^16.8.1, react-is@^16.8.4: |
4926 | 4990 | version "16.13.1" |
4927 | 4991 | resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" |
4928 | 4992 | integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== |
|
0 commit comments