|
1234 | 1234 | dependencies:
|
1235 | 1235 | type-detect "4.0.8"
|
1236 | 1236 |
|
1237 |
| -"@testing-library/dom@^7.0.2", "@testing-library/dom@latest": |
| 1237 | +"@testing-library/dom@^7.1.0": |
| 1238 | + version "7.2.0" |
| 1239 | + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.2.0.tgz#948894c2ef52017d299c35da02e085498363cd1e" |
| 1240 | + integrity sha512-K1Sao38VxsTrjTkFkzeW8m/oCtgCI5lANCE7u9ZaF+TTL3uKuiZ+vazeurxjvRHAsE6PvXjOIl6JFuZfgcWJSQ== |
| 1241 | + dependencies: |
| 1242 | + "@babel/runtime" "^7.9.2" |
| 1243 | + "@types/testing-library__dom" "^7.0.0" |
| 1244 | + aria-query "^4.0.2" |
| 1245 | + dom-accessibility-api "^0.4.2" |
| 1246 | + pretty-format "^25.1.0" |
| 1247 | + |
| 1248 | +"@testing-library/dom@latest": |
1238 | 1249 | version "7.1.1"
|
1239 | 1250 | resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.1.1.tgz#bf890c2468bd717ffd8b336a819686907fbe4daa"
|
1240 | 1251 | integrity sha512-CxspAIntyK2joLUJChOZgnwx7xBxdBC8ugwP+Z49Dd9O3sGVs0wHkOUOsfBVXHgBjmdZk8E3SyHZVrMRd9O1sA==
|
|
1260 | 1271 | lodash "^4.17.15"
|
1261 | 1272 | redent "^3.0.0"
|
1262 | 1273 |
|
1263 |
| -"@testing-library/react@10.0.1": |
1264 |
| - version "10.0.1" |
1265 |
| - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.0.1.tgz#4f5e2a8836257c5bd3df640b21d7bea5a0d83ead" |
1266 |
| - integrity sha512-sMHWud2dcymOzq2AhEniICSijEwKeTiBX+K0y36FYNY7wH2t0SIP1o732Bf5dDY0jYoMC2hj2UJSVpZC/rDsWg== |
| 1274 | +"@testing-library/react@10.0.2": |
| 1275 | + version "10.0.2" |
| 1276 | + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.0.2.tgz#8eca7aa52d810cf7150048a2829fdc487162006d" |
| 1277 | + integrity sha512-YT6Mw0oJz7R6vlEkmo1FlUD+K15FeXApOB5Ffm9zooFVnrwkt00w18dUJFMOh1yRp9wTdVRonbor7o4PIpFCmA== |
1267 | 1278 | dependencies:
|
1268 |
| - "@babel/runtime" "^7.8.7" |
1269 |
| - "@testing-library/dom" "^7.0.2" |
1270 |
| - "@types/testing-library__react" "^9.1.3" |
| 1279 | + "@babel/runtime" "^7.9.2" |
| 1280 | + "@testing-library/dom" "^7.1.0" |
| 1281 | + "@types/testing-library__react" "^10.0.0" |
1271 | 1282 |
|
1272 | 1283 | "@types/babel__core@^7.1.0":
|
1273 | 1284 | version "7.1.6"
|
|
1389 | 1400 | dependencies:
|
1390 | 1401 | "@types/jest" "*"
|
1391 | 1402 |
|
1392 |
| -"@types/testing-library__react@^9.1.3": |
1393 |
| - version "9.1.3" |
1394 |
| - resolved "https://registry.yarnpkg.com/@types/testing-library__react/-/testing-library__react-9.1.3.tgz#35eca61cc6ea923543796f16034882a1603d7302" |
1395 |
| - integrity sha512-iCdNPKU3IsYwRK9JieSYAiX0+aYDXOGAmrC/3/M7AqqSDKnWWVv07X+Zk1uFSL7cMTUYzv4lQRfohucEocn5/w== |
| 1403 | +"@types/testing-library__react@^10.0.0": |
| 1404 | + version "10.0.0" |
| 1405 | + resolved "https://registry.yarnpkg.com/@types/testing-library__react/-/testing-library__react-10.0.0.tgz#8413a47f435bf7ce50bbc1b6d119300d39aed5bd" |
| 1406 | + integrity sha512-aByqRiRn9psCWbgW7a+gfW/LUQY/ChznnuPyWwLipcJm+rXaLNeYM4qL21jWPGn9W1H//oXgLE9aDlpkZSY3CQ== |
1396 | 1407 | dependencies:
|
1397 | 1408 | "@types/react-dom" "*"
|
1398 | 1409 | "@types/testing-library__dom" "*"
|
|
0 commit comments