|
979 | 979 | "@babel/helper-validator-option" "^7.12.1"
|
980 | 980 | "@babel/plugin-transform-typescript" "^7.12.1"
|
981 | 981 |
|
982 |
| -"@babel/runtime@^7.12.1", "@babel/runtime@^7.2.0", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7": |
| 982 | +"@babel/runtime-corejs3@^7.10.2": |
| 983 | + version "7.12.5" |
| 984 | + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.12.5.tgz#ffee91da0eb4c6dae080774e94ba606368e414f4" |
| 985 | + integrity sha512-roGr54CsTmNPPzZoCP1AmDXuBoNao7tnSA83TXTwt+UK5QVyh1DIJnrgYRPWKCF2flqZQXwa7Yr8v7VmLzF0YQ== |
| 986 | + dependencies: |
| 987 | + core-js-pure "^3.0.0" |
| 988 | + regenerator-runtime "^0.13.4" |
| 989 | + |
| 990 | +"@babel/runtime@^7.10.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.2.0", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7": |
983 | 991 | version "7.12.5"
|
984 | 992 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e"
|
985 | 993 | integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==
|
|
1371 | 1379 | dependencies:
|
1372 | 1380 | "@sinonjs/commons" "^1.7.0"
|
1373 | 1381 |
|
| 1382 | +"@testing-library/dom@^7.28.1": |
| 1383 | + version "7.29.2" |
| 1384 | + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.29.2.tgz#6cba65d961d8b36d621a98caa8537444075fb42e" |
| 1385 | + integrity sha512-CBMELfyY1jKdtLcSRmEnZWRzRkCRVSNPTzhzrn8wY8OnzUo7Pe/W+HgLzt4TDnWIPYeusHBodf9wUjJF48kPmA== |
| 1386 | + dependencies: |
| 1387 | + "@babel/code-frame" "^7.10.4" |
| 1388 | + "@babel/runtime" "^7.12.5" |
| 1389 | + "@types/aria-query" "^4.2.0" |
| 1390 | + aria-query "^4.2.2" |
| 1391 | + chalk "^4.1.0" |
| 1392 | + dom-accessibility-api "^0.5.4" |
| 1393 | + lz-string "^1.4.4" |
| 1394 | + pretty-format "^26.6.2" |
| 1395 | + |
| 1396 | +"@testing-library/react@^11.2.3": |
| 1397 | + version "11.2.3" |
| 1398 | + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.2.3.tgz#9971ede1c8465a231d7982eeca3c39fc362d5443" |
| 1399 | + integrity sha512-BirBUGPkTW28ULuCwIbYo0y2+0aavHczBT6N9r3LrsswEW3pg25l1wgoE7I8QBIy1upXWkwKpYdWY7NYYP0Bxw== |
| 1400 | + dependencies: |
| 1401 | + "@babel/runtime" "^7.12.5" |
| 1402 | + "@testing-library/dom" "^7.28.1" |
| 1403 | + |
| 1404 | +"@types/aria-query@^4.2.0": |
| 1405 | + version "4.2.1" |
| 1406 | + resolved "https://registry.yarnpkg.com/@types/aria-query/-/aria-query-4.2.1.tgz#78b5433344e2f92e8b306c06a5622c50c245bf6b" |
| 1407 | + integrity sha512-S6oPal772qJZHoRZLFc/XoZW2gFvwXusYUmXPXkgxJLuEk2vOt7jc4Yo6z/vtI0EBkbPBVrJJ0B+prLIKiWqHg== |
| 1408 | + |
1374 | 1409 | "@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7":
|
1375 | 1410 | version "7.1.12"
|
1376 | 1411 | resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.12.tgz#4d8e9e51eb265552a7e4f1ff2219ab6133bdfb2d"
|
@@ -1929,6 +1964,14 @@ argparse@^1.0.7:
|
1929 | 1964 | dependencies:
|
1930 | 1965 | sprintf-js "~1.0.2"
|
1931 | 1966 |
|
| 1967 | +aria-query@^4.2.2: |
| 1968 | + version "4.2.2" |
| 1969 | + resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-4.2.2.tgz#0d2ca6c9aceb56b8977e9fed6aed7e15bbd2f83b" |
| 1970 | + integrity sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA== |
| 1971 | + dependencies: |
| 1972 | + "@babel/runtime" "^7.10.2" |
| 1973 | + "@babel/runtime-corejs3" "^7.10.2" |
| 1974 | + |
1932 | 1975 | arity-n@^1.0.4:
|
1933 | 1976 | version "1.0.4"
|
1934 | 1977 | resolved "https://registry.yarnpkg.com/arity-n/-/arity-n-1.0.4.tgz#d9e76b11733e08569c0847ae7b39b2860b30b745"
|
@@ -2635,7 +2678,7 @@ chalk@^2.0.0, chalk@^2.3.0, chalk@^2.4.1, chalk@^2.4.2:
|
2635 | 2678 | escape-string-regexp "^1.0.5"
|
2636 | 2679 | supports-color "^5.3.0"
|
2637 | 2680 |
|
2638 |
| -chalk@^4.0.0: |
| 2681 | +chalk@^4.0.0, chalk@^4.1.0: |
2639 | 2682 | version "4.1.0"
|
2640 | 2683 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
|
2641 | 2684 | integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
|
@@ -3025,6 +3068,11 @@ core-js-compat@^3.7.0:
|
3025 | 3068 | browserslist "^4.15.0"
|
3026 | 3069 | semver "7.0.0"
|
3027 | 3070 |
|
| 3071 | +core-js-pure@^3.0.0: |
| 3072 | + version "3.8.2" |
| 3073 | + resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.8.2.tgz#286f885c0dac1cdcd6d78397392abc25ddeca225" |
| 3074 | + integrity sha512-v6zfIQqL/pzTVAbZvYUozsxNfxcFb6Ks3ZfEbuneJl3FW9Jb8F6vLWB6f+qTmAu72msUdyb84V8d/yBFf7FNnw== |
| 3075 | + |
3028 | 3076 | core-util-is@1.0.2, core-util-is@~1.0.0:
|
3029 | 3077 | version "1.0.2"
|
3030 | 3078 | resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
|
@@ -3562,6 +3610,11 @@ dns-txt@^2.0.2:
|
3562 | 3610 | dependencies:
|
3563 | 3611 | buffer-indexof "^1.0.0"
|
3564 | 3612 |
|
| 3613 | +dom-accessibility-api@^0.5.4: |
| 3614 | + version "0.5.4" |
| 3615 | + resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.4.tgz#b06d059cdd4a4ad9a79275f9d414a5c126241166" |
| 3616 | + integrity sha512-TvrjBckDy2c6v6RLxPv5QXOnU+SmF9nBII5621Ve5fu6Z/BDrENurBEvlC1f44lKEUVqOpK4w9E5Idc5/EgkLQ== |
| 3617 | + |
3565 | 3618 | dom-helpers@^5.0.1:
|
3566 | 3619 | version "5.2.0"
|
3567 | 3620 | resolved "https://registry.yarnpkg.com/dom-helpers/-/dom-helpers-5.2.0.tgz#57fd054c5f8f34c52a3eeffdb7e7e93cd357d95b"
|
@@ -6077,6 +6130,11 @@ lru-cache@^6.0.0:
|
6077 | 6130 | dependencies:
|
6078 | 6131 | yallist "^4.0.0"
|
6079 | 6132 |
|
| 6133 | +lz-string@^1.4.4: |
| 6134 | + version "1.4.4" |
| 6135 | + resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.4.4.tgz#c0d8eaf36059f705796e1e344811cf4c498d3a26" |
| 6136 | + integrity sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY= |
| 6137 | + |
6080 | 6138 | make-dir@^1.0.0:
|
6081 | 6139 | version "1.3.0"
|
6082 | 6140 | resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c"
|
|
0 commit comments