|
1166 | 1166 | lz-string "^1.4.4"
|
1167 | 1167 | pretty-format "^26.6.2"
|
1168 | 1168 |
|
1169 |
| -"@testing-library/dom@^8.0.0", "@testing-library/dom@^8.1.0": |
1170 |
| - version "8.2.0" |
1171 |
| - resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.2.0.tgz#ac46a1b9d7c81f0d341ae38fb5424b64c27d151e" |
1172 |
| - integrity sha512-U8cTWENQPHO3QHvxBdfltJ+wC78ytMdg69ASvIdkGdQ/XRg4M9H2vvM3mHddxl+w/fM6NNqzGMwpQoh82v9VIA== |
| 1169 | +"@testing-library/dom@^8.1.0", "@testing-library/dom@^8.5.0": |
| 1170 | + version "8.19.0" |
| 1171 | + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.19.0.tgz#bd3f83c217ebac16694329e413d9ad5fdcfd785f" |
| 1172 | + integrity sha512-6YWYPPpxG3e/xOo6HIWwB/58HukkwIVTOaZ0VwdMVjhRUX/01E4FtQbck9GazOOj7MXHc5RBzMrU86iBJHbI+A== |
1173 | 1173 | dependencies:
|
1174 | 1174 | "@babel/code-frame" "^7.10.4"
|
1175 | 1175 | "@babel/runtime" "^7.12.5"
|
1176 | 1176 | "@types/aria-query" "^4.2.0"
|
1177 |
| - aria-query "^4.2.2" |
| 1177 | + aria-query "^5.0.0" |
1178 | 1178 | chalk "^4.1.0"
|
1179 |
| - dom-accessibility-api "^0.5.6" |
| 1179 | + dom-accessibility-api "^0.5.9" |
1180 | 1180 | lz-string "^1.4.4"
|
1181 | 1181 | pretty-format "^27.0.2"
|
1182 | 1182 |
|
|
1195 | 1195 | lodash "^4.17.15"
|
1196 | 1196 | redent "^3.0.0"
|
1197 | 1197 |
|
1198 |
| -"@testing-library/react@12.1.5": |
1199 |
| - version "12.1.5" |
1200 |
| - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.5.tgz#bb248f72f02a5ac9d949dea07279095fa577963b" |
1201 |
| - integrity sha512-OfTXCJUFgjd/digLUuPxa0+/3ZxsQmE7ub9kcbW/wi96Bh3o/p5vrETcBGfP17NWPGqeYYl5LTRpwyGoMC4ysg== |
| 1198 | +"@testing-library/react@13.4.0": |
| 1199 | + version "13.4.0" |
| 1200 | + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.4.0.tgz#6a31e3bf5951615593ad984e96b9e5e2d9380966" |
| 1201 | + integrity sha512-sXOGON+WNTh3MLE9rve97ftaZukN3oNf2KjDy7YTx6hcTO2uuLHuCGynMDhFwGw/jYf4OJ2Qk0i4i79qMNNkyw== |
1202 | 1202 | dependencies:
|
1203 | 1203 | "@babel/runtime" "^7.12.5"
|
1204 |
| - "@testing-library/dom" "^8.0.0" |
1205 |
| - "@types/react-dom" "<18.0.0" |
| 1204 | + "@testing-library/dom" "^8.5.0" |
| 1205 | + "@types/react-dom" "^18.0.0" |
1206 | 1206 |
|
1207 | 1207 | "@testing-library/user-event@13.5.0":
|
1208 | 1208 | version "13.5.0"
|
|
1337 | 1337 | resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
|
1338 | 1338 | integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==
|
1339 | 1339 |
|
1340 |
| -"@types/react-dom@<18.0.0": |
1341 |
| - version "17.0.15" |
1342 |
| - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.15.tgz#f2c8efde11521a4b7991e076cb9c70ba3bb0d156" |
1343 |
| - integrity sha512-Tr9VU9DvNoHDWlmecmcsE5ZZiUkYx+nKBzum4Oxe1K0yJVyBlfbq7H3eXjxXqJczBKqPGq3EgfTru4MgKb9+Yw== |
| 1340 | +"@types/react-dom@^18.0.0": |
| 1341 | + version "18.0.7" |
| 1342 | + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.7.tgz#ee7cf8ec4e6977e3f0a7b1d38bd89c75aa2aec28" |
| 1343 | + integrity sha512-HaXc+BbqAZE1RdsK3tC8SbkFy6UL2xF76lT9rQs5JkPrJg3rWA3Ou/Lhw3YJQzEDkBpmJ79nBsfnd05WrBd2QQ== |
1344 | 1344 | dependencies:
|
1345 |
| - "@types/react" "^17" |
| 1345 | + "@types/react" "*" |
1346 | 1346 |
|
1347 |
| -"@types/react@17.0.51": |
1348 |
| - version "17.0.51" |
1349 |
| - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.51.tgz#ee8ee128b36d360cae2dc7986caa325079e4365c" |
1350 |
| - integrity sha512-YMddzAE+nSH04BiTJ5GydTxk0/3hckqyuOclg0s6zQYj/XzfRVNzHZAFwZb5SCSavkzTYUtcq/gwjLnvt2Y4cg== |
| 1347 | +"@types/react@*": |
| 1348 | + version "18.0.23" |
| 1349 | + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.23.tgz#4190ecd58b99fa79fe2e67832bdcb287e5f893e4" |
| 1350 | + integrity sha512-R1wTULtCiJkudAN2DJGoYYySbGtOdzZyUWAACYinKdiQC8auxso4kLDUhQ7AJ2kh3F6A6z4v69U6tNY39hihVQ== |
1351 | 1351 | dependencies:
|
1352 | 1352 | "@types/prop-types" "*"
|
1353 | 1353 | "@types/scheduler" "*"
|
1354 | 1354 | csstype "^3.0.2"
|
1355 | 1355 |
|
1356 |
| -"@types/react@^17": |
1357 |
| - version "17.0.44" |
1358 |
| - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.44.tgz#c3714bd34dd551ab20b8015d9d0dbec812a51ec7" |
1359 |
| - integrity sha512-Ye0nlw09GeMp2Suh8qoOv0odfgCoowfM/9MG6WeRD60Gq9wS90bdkdRtYbRkNhXOpG4H+YXGvj4wOWhAC0LJ1g== |
| 1356 | +"@types/react@17.0.51": |
| 1357 | + version "17.0.51" |
| 1358 | + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.51.tgz#ee8ee128b36d360cae2dc7986caa325079e4365c" |
| 1359 | + integrity sha512-YMddzAE+nSH04BiTJ5GydTxk0/3hckqyuOclg0s6zQYj/XzfRVNzHZAFwZb5SCSavkzTYUtcq/gwjLnvt2Y4cg== |
1360 | 1360 | dependencies:
|
1361 | 1361 | "@types/prop-types" "*"
|
1362 | 1362 | "@types/scheduler" "*"
|
@@ -2389,6 +2389,11 @@ dom-accessibility-api@^0.5.4, dom-accessibility-api@^0.5.6:
|
2389 | 2389 | resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.7.tgz#8c2aa6325968f2933160a0b7dbb380893ddf3e7d"
|
2390 | 2390 | integrity sha512-ml3lJIq9YjUfM9TUnEPvEYWFSwivwIGBPKpewX7tii7fwCazA8yCioGdqQcNsItPpfFvSJ3VIdMQPj60LJhcQA==
|
2391 | 2391 |
|
| 2392 | +dom-accessibility-api@^0.5.9: |
| 2393 | + version "0.5.14" |
| 2394 | + resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.14.tgz#56082f71b1dc7aac69d83c4285eef39c15d93f56" |
| 2395 | + integrity sha512-NMt+m9zFMPZe0JcY9gN224Qvk6qLIdqex29clBvc/y75ZBX9YA9wNK3frsYvu2DI1xcCIwxwnX+TlsJ2DSOADg== |
| 2396 | + |
2392 | 2397 | domexception@^2.0.1:
|
2393 | 2398 | version "2.0.1"
|
2394 | 2399 | resolved "https://registry.yarnpkg.com/domexception/-/domexception-2.0.1.tgz#fb44aefba793e1574b0af6aed2801d057529f304"
|
|
0 commit comments