|
1123 | 1123 | lz-string "^1.4.4"
|
1124 | 1124 | pretty-format "^26.6.2"
|
1125 | 1125 |
|
1126 |
| -"@testing-library/dom@^8.0.0", "@testing-library/dom@^8.1.0": |
1127 |
| - version "8.2.0" |
1128 |
| - resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.2.0.tgz#ac46a1b9d7c81f0d341ae38fb5424b64c27d151e" |
1129 |
| - integrity sha512-U8cTWENQPHO3QHvxBdfltJ+wC78ytMdg69ASvIdkGdQ/XRg4M9H2vvM3mHddxl+w/fM6NNqzGMwpQoh82v9VIA== |
| 1126 | +"@testing-library/dom@^8.1.0", "@testing-library/dom@^8.5.0": |
| 1127 | + version "8.13.0" |
| 1128 | + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.13.0.tgz#bc00bdd64c7d8b40841e27a70211399ad3af46f5" |
| 1129 | + integrity sha512-9VHgfIatKNXQNaZTtLnalIy0jNZzY35a4S3oi08YAt9Hv1VsfZ/DfA45lM8D/UhtHBGJ4/lGwp0PZkVndRkoOQ== |
1130 | 1130 | dependencies:
|
1131 | 1131 | "@babel/code-frame" "^7.10.4"
|
1132 | 1132 | "@babel/runtime" "^7.12.5"
|
1133 | 1133 | "@types/aria-query" "^4.2.0"
|
1134 |
| - aria-query "^4.2.2" |
| 1134 | + aria-query "^5.0.0" |
1135 | 1135 | chalk "^4.1.0"
|
1136 |
| - dom-accessibility-api "^0.5.6" |
| 1136 | + dom-accessibility-api "^0.5.9" |
1137 | 1137 | lz-string "^1.4.4"
|
1138 | 1138 | pretty-format "^27.0.2"
|
1139 | 1139 |
|
|
1152 | 1152 | lodash "^4.17.15"
|
1153 | 1153 | redent "^3.0.0"
|
1154 | 1154 |
|
1155 |
| -"@testing-library/react@12.1.5": |
1156 |
| - version "12.1.5" |
1157 |
| - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.5.tgz#bb248f72f02a5ac9d949dea07279095fa577963b" |
1158 |
| - integrity sha512-OfTXCJUFgjd/digLUuPxa0+/3ZxsQmE7ub9kcbW/wi96Bh3o/p5vrETcBGfP17NWPGqeYYl5LTRpwyGoMC4ysg== |
| 1155 | +"@testing-library/react@13.3.0": |
| 1156 | + version "13.3.0" |
| 1157 | + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.3.0.tgz#bf298bfbc5589326bbcc8052b211f3bb097a97c5" |
| 1158 | + integrity sha512-DB79aA426+deFgGSjnf5grczDPiL4taK3hFaa+M5q7q20Kcve9eQottOG5kZ74KEr55v0tU2CQormSSDK87zYQ== |
1159 | 1159 | dependencies:
|
1160 | 1160 | "@babel/runtime" "^7.12.5"
|
1161 |
| - "@testing-library/dom" "^8.0.0" |
1162 |
| - "@types/react-dom" "<18.0.0" |
| 1161 | + "@testing-library/dom" "^8.5.0" |
| 1162 | + "@types/react-dom" "^18.0.0" |
1163 | 1163 |
|
1164 | 1164 | "@testing-library/user-event@13.5.0":
|
1165 | 1165 | version "13.5.0"
|
|
1294 | 1294 | resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
|
1295 | 1295 | integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==
|
1296 | 1296 |
|
1297 |
| -"@types/react-dom@<18.0.0": |
1298 |
| - version "17.0.15" |
1299 |
| - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.15.tgz#f2c8efde11521a4b7991e076cb9c70ba3bb0d156" |
1300 |
| - integrity sha512-Tr9VU9DvNoHDWlmecmcsE5ZZiUkYx+nKBzum4Oxe1K0yJVyBlfbq7H3eXjxXqJczBKqPGq3EgfTru4MgKb9+Yw== |
| 1297 | +"@types/react-dom@^18.0.0": |
| 1298 | + version "18.0.5" |
| 1299 | + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.5.tgz#330b2d472c22f796e5531446939eacef8378444a" |
| 1300 | + integrity sha512-OWPWTUrY/NIrjsAPkAk1wW9LZeIjSvkXRhclsFO8CZcZGCOg2G0YZy4ft+rOyYxy8B7ui5iZzi9OkDebZ7/QSA== |
1301 | 1301 | dependencies:
|
1302 |
| - "@types/react" "^17" |
| 1302 | + "@types/react" "*" |
1303 | 1303 |
|
1304 |
| -"@types/react@17.0.46": |
1305 |
| - version "17.0.46" |
1306 |
| - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.46.tgz#887b8a2360cc915fe5dec763c8a764bf3124f9e9" |
1307 |
| - integrity sha512-zNAJVEO9dBEQLPa/OuedGfx92/UlD+1rNxSv2qVWUQZ+orEtLUWFgZ08xfyI9TAZLnmWzZDtssAsgtbXT7Ew0g== |
| 1304 | +"@types/react@*": |
| 1305 | + version "18.0.13" |
| 1306 | + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.13.tgz#0f5bd24a5f26593e04e450fe85ff43f51c1524ff" |
| 1307 | + integrity sha512-psqptIYQxGUFuGYwP3KCFVtPTkMpIcrqFmtKblWEUQhLuYLpHBwJkXhjp6eHfDM5IbyskY4x7qQpLedEsPkHlA== |
1308 | 1308 | dependencies:
|
1309 | 1309 | "@types/prop-types" "*"
|
1310 | 1310 | "@types/scheduler" "*"
|
1311 | 1311 | csstype "^3.0.2"
|
1312 | 1312 |
|
1313 |
| -"@types/react@^17": |
1314 |
| - version "17.0.44" |
1315 |
| - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.44.tgz#c3714bd34dd551ab20b8015d9d0dbec812a51ec7" |
1316 |
| - integrity sha512-Ye0nlw09GeMp2Suh8qoOv0odfgCoowfM/9MG6WeRD60Gq9wS90bdkdRtYbRkNhXOpG4H+YXGvj4wOWhAC0LJ1g== |
| 1313 | +"@types/react@17.0.46": |
| 1314 | + version "17.0.46" |
| 1315 | + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.46.tgz#887b8a2360cc915fe5dec763c8a764bf3124f9e9" |
| 1316 | + integrity sha512-zNAJVEO9dBEQLPa/OuedGfx92/UlD+1rNxSv2qVWUQZ+orEtLUWFgZ08xfyI9TAZLnmWzZDtssAsgtbXT7Ew0g== |
1317 | 1317 | dependencies:
|
1318 | 1318 | "@types/prop-types" "*"
|
1319 | 1319 | "@types/scheduler" "*"
|
@@ -2358,6 +2358,11 @@ dom-accessibility-api@^0.5.4, dom-accessibility-api@^0.5.6:
|
2358 | 2358 | resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.7.tgz#8c2aa6325968f2933160a0b7dbb380893ddf3e7d"
|
2359 | 2359 | integrity sha512-ml3lJIq9YjUfM9TUnEPvEYWFSwivwIGBPKpewX7tii7fwCazA8yCioGdqQcNsItPpfFvSJ3VIdMQPj60LJhcQA==
|
2360 | 2360 |
|
| 2361 | +dom-accessibility-api@^0.5.9: |
| 2362 | + version "0.5.14" |
| 2363 | + resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.14.tgz#56082f71b1dc7aac69d83c4285eef39c15d93f56" |
| 2364 | + integrity sha512-NMt+m9zFMPZe0JcY9gN224Qvk6qLIdqex29clBvc/y75ZBX9YA9wNK3frsYvu2DI1xcCIwxwnX+TlsJ2DSOADg== |
| 2365 | + |
2361 | 2366 | domexception@^2.0.1:
|
2362 | 2367 | version "2.0.1"
|
2363 | 2368 | resolved "https://registry.yarnpkg.com/domexception/-/domexception-2.0.1.tgz#fb44aefba793e1574b0af6aed2801d057529f304"
|
|
0 commit comments