|
16 | 16 | dependencies: |
17 | 17 | "@babel/highlight" "^7.0.0" |
18 | 18 |
|
| 19 | +"@babel/code-frame@^7.10.4": |
| 20 | + version "7.10.4" |
| 21 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a" |
| 22 | + integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== |
| 23 | + dependencies: |
| 24 | + "@babel/highlight" "^7.10.4" |
| 25 | + |
19 | 26 | "@babel/compat-data@^7.8.4": |
20 | 27 | version "7.8.5" |
21 | 28 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.8.5.tgz#d28ce872778c23551cbb9432fc68d28495b613b9" |
|
490 | 497 | dependencies: |
491 | 498 | "@babel/types" "^7.8.3" |
492 | 499 |
|
| 500 | +"@babel/helper-validator-identifier@^7.10.4": |
| 501 | + version "7.10.4" |
| 502 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2" |
| 503 | + integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== |
| 504 | + |
493 | 505 | "@babel/helper-validator-identifier@^7.9.5": |
494 | 506 | version "7.9.5" |
495 | 507 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80" |
|
542 | 554 | esutils "^2.0.2" |
543 | 555 | js-tokens "^4.0.0" |
544 | 556 |
|
| 557 | +"@babel/highlight@^7.10.4": |
| 558 | + version "7.10.4" |
| 559 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143" |
| 560 | + integrity sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== |
| 561 | + dependencies: |
| 562 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 563 | + chalk "^2.0.0" |
| 564 | + js-tokens "^4.0.0" |
| 565 | + |
545 | 566 | "@babel/highlight@^7.8.3": |
546 | 567 | version "7.8.3" |
547 | 568 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797" |
|
1580 | 1601 | "@babel/helper-plugin-utils" "^7.8.3" |
1581 | 1602 | "@babel/plugin-transform-typescript" "^7.8.3" |
1582 | 1603 |
|
| 1604 | +"@babel/runtime-corejs3@^7.10.2": |
| 1605 | + version "7.11.2" |
| 1606 | + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.11.2.tgz#02c3029743150188edeb66541195f54600278419" |
| 1607 | + integrity sha512-qh5IR+8VgFz83VBa6OkaET6uN/mJOhHONuy3m1sgF0CV6mXdPSEBdA7e1eUbVvyNtANjMbg22JUv71BaDXLY6A== |
| 1608 | + dependencies: |
| 1609 | + core-js-pure "^3.0.0" |
| 1610 | + regenerator-runtime "^0.13.4" |
| 1611 | + |
1583 | 1612 | "@babel/runtime-corejs3@^7.7.4": |
1584 | 1613 | version "7.8.4" |
1585 | 1614 | resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.8.4.tgz#ccc4e042e2fae419c67fa709567e5d2179ed3940" |
|
1603 | 1632 | dependencies: |
1604 | 1633 | regenerator-runtime "^0.13.2" |
1605 | 1634 |
|
1606 | | -"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.4", "@babel/runtime@^7.8.4": |
1607 | | - version "7.9.6" |
1608 | | - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.6.tgz#a9102eb5cadedf3f31d08a9ecf294af7827ea29f" |
1609 | | - integrity sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ== |
| 1635 | +"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.11.2", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.4", "@babel/runtime@^7.8.4": |
| 1636 | + version "7.11.2" |
| 1637 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.2.tgz#f549c13c754cc40b87644b9fa9f09a6a95fe0736" |
| 1638 | + integrity sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw== |
1610 | 1639 | dependencies: |
1611 | 1640 | regenerator-runtime "^0.13.4" |
1612 | 1641 |
|
|
2065 | 2094 | "@types/yargs" "^15.0.0" |
2066 | 2095 | chalk "^3.0.0" |
2067 | 2096 |
|
| 2097 | +"@jest/types@^26.3.0": |
| 2098 | + version "26.3.0" |
| 2099 | + resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.3.0.tgz#97627bf4bdb72c55346eef98e3b3f7ddc4941f71" |
| 2100 | + integrity sha512-BDPG23U0qDeAvU4f99haztXwdAg3hz4El95LkAM+tHAqqhiVzRpEGHHU8EDxT/AnxOrA65YjLBwDahdJ9pTLJQ== |
| 2101 | + dependencies: |
| 2102 | + "@types/istanbul-lib-coverage" "^2.0.0" |
| 2103 | + "@types/istanbul-reports" "^3.0.0" |
| 2104 | + "@types/node" "*" |
| 2105 | + "@types/yargs" "^15.0.0" |
| 2106 | + chalk "^4.0.0" |
| 2107 | + |
2068 | 2108 | "@mrmlnc/readdir-enhanced@^2.2.1": |
2069 | 2109 | version "2.2.1" |
2070 | 2110 | resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde" |
|
2251 | 2291 | pretty-format "^25.1.0" |
2252 | 2292 | wait-for-expect "^3.0.2" |
2253 | 2293 |
|
2254 | | -"@testing-library/react@^9.5.0": |
2255 | | - version "9.5.0" |
2256 | | - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-9.5.0.tgz#71531655a7890b61e77a1b39452fbedf0472ca5e" |
2257 | | - integrity sha512-di1b+D0p+rfeboHO5W7gTVeZDIK5+maEgstrZbWZSSvxDyfDRkkyBE1AJR5Psd6doNldluXlCWqXriUfqu/9Qg== |
| 2294 | +"@testing-library/dom@^7.24.2": |
| 2295 | + version "7.24.2" |
| 2296 | + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.24.2.tgz#6d2b7dd21efbd5358b98c2777fc47c252f3ae55e" |
| 2297 | + integrity sha512-ERxcZSoHx0EcN4HfshySEWmEf5Kkmgi+J7O79yCJ3xggzVlBJ2w/QjJUC+EBkJJ2OeSw48i3IoePN4w8JlVUIA== |
2258 | 2298 | dependencies: |
2259 | | - "@babel/runtime" "^7.8.4" |
2260 | | - "@testing-library/dom" "^6.15.0" |
2261 | | - "@types/testing-library__react" "^9.1.2" |
| 2299 | + "@babel/code-frame" "^7.10.4" |
| 2300 | + "@babel/runtime" "^7.10.3" |
| 2301 | + "@types/aria-query" "^4.2.0" |
| 2302 | + aria-query "^4.2.2" |
| 2303 | + chalk "^4.1.0" |
| 2304 | + dom-accessibility-api "^0.5.1" |
| 2305 | + pretty-format "^26.4.2" |
| 2306 | + |
| 2307 | +"@testing-library/react@^11.0.4": |
| 2308 | + version "11.0.4" |
| 2309 | + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.0.4.tgz#c84082bfe1593d8fcd475d46baee024452f31dee" |
| 2310 | + integrity sha512-U0fZO2zxm7M0CB5h1+lh31lbAwMSmDMEMGpMT3BUPJwIjDEKYWOV4dx7lb3x2Ue0Pyt77gmz/VropuJnSz/Iew== |
| 2311 | + dependencies: |
| 2312 | + "@babel/runtime" "^7.11.2" |
| 2313 | + "@testing-library/dom" "^7.24.2" |
| 2314 | + |
| 2315 | +"@types/aria-query@^4.2.0": |
| 2316 | + version "4.2.0" |
| 2317 | + resolved "https://registry.yarnpkg.com/@types/aria-query/-/aria-query-4.2.0.tgz#14264692a9d6e2fa4db3df5e56e94b5e25647ac0" |
| 2318 | + integrity sha512-iIgQNzCm0v7QMhhe4Jjn9uRh+I6GoPmt03CbEtwx3ao8/EfoQcmgtqH4vQ5Db/lxiIGaWDv6nwvunuh0RyX0+A== |
2262 | 2319 |
|
2263 | 2320 | "@types/babel__core@^7.1.0": |
2264 | 2321 | version "7.1.1" |
|
2395 | 2452 | "@types/istanbul-lib-coverage" "*" |
2396 | 2453 | "@types/istanbul-lib-report" "*" |
2397 | 2454 |
|
| 2455 | +"@types/istanbul-reports@^3.0.0": |
| 2456 | + version "3.0.0" |
| 2457 | + resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz#508b13aa344fa4976234e75dddcc34925737d821" |
| 2458 | + integrity sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA== |
| 2459 | + dependencies: |
| 2460 | + "@types/istanbul-lib-report" "*" |
| 2461 | + |
2398 | 2462 | "@types/jest@25.2.2": |
2399 | 2463 | version "25.2.2" |
2400 | 2464 | resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.2.tgz#6a752e7a00f69c3e790ea00c345029d5cefa92bf" |
|
2484 | 2548 | resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8" |
2485 | 2549 | integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw== |
2486 | 2550 |
|
2487 | | -"@types/react-dom@*", "@types/react-dom@^16.9.8": |
| 2551 | +"@types/react-dom@^16.9.8": |
2488 | 2552 | version "16.9.8" |
2489 | 2553 | resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.8.tgz#fe4c1e11dfc67155733dfa6aa65108b4971cb423" |
2490 | 2554 | integrity sha512-ykkPQ+5nFknnlU6lDd947WbQ6TE3NNzbQAkInC2EKY1qeYdTKp7onFusmYZb+ityzx2YviqT6BXSu+LyWWJwcA== |
|
2605 | 2669 | dependencies: |
2606 | 2670 | pretty-format "^24.3.0" |
2607 | 2671 |
|
2608 | | -"@types/testing-library__react@^9.1.2": |
2609 | | - version "9.1.2" |
2610 | | - resolved "https://registry.yarnpkg.com/@types/testing-library__react/-/testing-library__react-9.1.2.tgz#e33af9124c60a010fc03a34eff8f8a34a75c4351" |
2611 | | - integrity sha512-CYaMqrswQ+cJACy268jsLAw355DZtPZGt3Jwmmotlcu8O/tkoXBI6AeZ84oZBJsIsesozPKzWzmv/0TIU+1E9Q== |
2612 | | - dependencies: |
2613 | | - "@types/react-dom" "*" |
2614 | | - "@types/testing-library__dom" "*" |
2615 | | - |
2616 | 2672 | "@types/unist@^2.0.0", "@types/unist@^2.0.2": |
2617 | 2673 | version "2.0.3" |
2618 | 2674 | resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.3.tgz#9c088679876f374eb5983f150d4787aa6fb32d7e" |
@@ -3124,6 +3180,14 @@ aria-query@^4.0.2: |
3124 | 3180 | "@babel/runtime" "^7.7.4" |
3125 | 3181 | "@babel/runtime-corejs3" "^7.7.4" |
3126 | 3182 |
|
| 3183 | +aria-query@^4.2.2: |
| 3184 | + version "4.2.2" |
| 3185 | + resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-4.2.2.tgz#0d2ca6c9aceb56b8977e9fed6aed7e15bbd2f83b" |
| 3186 | + integrity sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA== |
| 3187 | + dependencies: |
| 3188 | + "@babel/runtime" "^7.10.2" |
| 3189 | + "@babel/runtime-corejs3" "^7.10.2" |
| 3190 | + |
3127 | 3191 | arity-n@^1.0.4: |
3128 | 3192 | version "1.0.4" |
3129 | 3193 | resolved "https://registry.yarnpkg.com/arity-n/-/arity-n-1.0.4.tgz#d9e76b11733e08569c0847ae7b39b2860b30b745" |
@@ -3992,6 +4056,14 @@ chalk@^4.0.0: |
3992 | 4056 | ansi-styles "^4.1.0" |
3993 | 4057 | supports-color "^7.1.0" |
3994 | 4058 |
|
| 4059 | +chalk@^4.1.0: |
| 4060 | + version "4.1.0" |
| 4061 | + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a" |
| 4062 | + integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== |
| 4063 | + dependencies: |
| 4064 | + ansi-styles "^4.1.0" |
| 4065 | + supports-color "^7.1.0" |
| 4066 | + |
3995 | 4067 | character-entities-html4@^1.0.0: |
3996 | 4068 | version "1.1.3" |
3997 | 4069 | resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-1.1.3.tgz#5ce6e01618e47048ac22f34f7f39db5c6fd679ef" |
@@ -5232,6 +5304,11 @@ dom-accessibility-api@^0.3.0: |
5232 | 5304 | resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.3.0.tgz#511e5993dd673b97c87ea47dba0e3892f7e0c983" |
5233 | 5305 | integrity sha512-PzwHEmsRP3IGY4gv/Ug+rMeaTIyTJvadCb+ujYXYeIylbHJezIyNToe8KfEgHTCEYyC+/bUghYOGg8yMGlZ6vA== |
5234 | 5306 |
|
| 5307 | +dom-accessibility-api@^0.5.1: |
| 5308 | + version "0.5.2" |
| 5309 | + resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.2.tgz#ef3cdb5d3f0d599d8f9c8b18df2fb63c9793739d" |
| 5310 | + integrity sha512-k7hRNKAiPJXD2aBqfahSo4/01cTsKWXf+LqJgglnkN2Nz8TsxXKQBXHhKe0Ye9fEfHEZY49uSA5Sr3AqP/sWKA== |
| 5311 | + |
5235 | 5312 | dom-converter@^0.2: |
5236 | 5313 | version "0.2.0" |
5237 | 5314 | resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768" |
@@ -11255,6 +11332,16 @@ pretty-format@^25.1.0, pretty-format@^25.2.1, pretty-format@^25.2.6: |
11255 | 11332 | ansi-styles "^4.0.0" |
11256 | 11333 | react-is "^16.12.0" |
11257 | 11334 |
|
| 11335 | +pretty-format@^26.4.2: |
| 11336 | + version "26.4.2" |
| 11337 | + resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.4.2.tgz#d081d032b398e801e2012af2df1214ef75a81237" |
| 11338 | + integrity sha512-zK6Gd8zDsEiVydOCGLkoBoZuqv8VTiHyAbKznXe/gaph/DAeZOmit9yMfgIz5adIgAMMs5XfoYSwAX3jcCO1tA== |
| 11339 | + dependencies: |
| 11340 | + "@jest/types" "^26.3.0" |
| 11341 | + ansi-regex "^5.0.0" |
| 11342 | + ansi-styles "^4.0.0" |
| 11343 | + react-is "^16.12.0" |
| 11344 | + |
11258 | 11345 | private@^0.1.6: |
11259 | 11346 | version "0.1.8" |
11260 | 11347 | resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff" |
|
0 commit comments