|
1432 | 1432 | lz-string "^1.5.0" |
1433 | 1433 | pretty-format "^27.0.2" |
1434 | 1434 |
|
1435 | | -"@testing-library/jest-dom@5.17.0": |
1436 | | - version "5.17.0" |
1437 | | - resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.17.0.tgz#5e97c8f9a15ccf4656da00fecab505728de81e0c" |
1438 | | - integrity sha512-ynmNeT7asXyH3aSVv4vvX4Rb+0qjOhdNHnO/3vuZNqPmhDpV/+rCSGwQ7bLcmU2cJ4dvoheIO85LQj0IbJHEtg== |
| 1435 | +"@testing-library/jest-dom@6.0.0": |
| 1436 | + version "6.0.0" |
| 1437 | + resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.0.0.tgz#d2ba5a3fd13724d5966b3f8cd24d2cedcab4fa76" |
| 1438 | + integrity sha512-Ye2R3+/oM27jir8CzYPmuWdavTaKwNZcu0d22L9pO/vnOYE0wmrtpw79TQJa8H6gV8/i7yd+pLaqeLlA0rTMfg== |
1439 | 1439 | dependencies: |
1440 | 1440 | "@adobe/css-tools" "^4.0.1" |
1441 | 1441 | "@babel/runtime" "^7.9.2" |
1442 | | - "@types/testing-library__jest-dom" "^5.9.1" |
1443 | 1442 | aria-query "^5.0.0" |
1444 | 1443 | chalk "^3.0.0" |
1445 | 1444 | css.escape "^1.5.1" |
|
1623 | 1622 | dependencies: |
1624 | 1623 | "@types/istanbul-lib-report" "*" |
1625 | 1624 |
|
1626 | | -"@types/jest@*": |
1627 | | - version "29.5.3" |
1628 | | - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.3.tgz#7a35dc0044ffb8b56325c6802a4781a626b05777" |
1629 | | - integrity sha512-1Nq7YrO/vJE/FYnqYyw0FS8LdrjExSgIiHyKg7xPpn+yi8Q4huZryKnkJatN1ZRH89Kw2v33/8ZMB7DuZeSLlA== |
1630 | | - dependencies: |
1631 | | - expect "^29.0.0" |
1632 | | - pretty-format "^29.0.0" |
1633 | | - |
1634 | 1625 | "@types/jsdom@^20.0.0": |
1635 | 1626 | version "20.0.1" |
1636 | 1627 | resolved "https://registry.yarnpkg.com/@types/jsdom/-/jsdom-20.0.1.tgz#07c14bc19bd2f918c1929541cdaacae894744808" |
|
1747 | 1738 | resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c" |
1748 | 1739 | integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw== |
1749 | 1740 |
|
1750 | | -"@types/testing-library__jest-dom@^5.9.1": |
1751 | | - version "5.14.9" |
1752 | | - resolved "https://registry.yarnpkg.com/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.9.tgz#0fb1e6a0278d87b6737db55af5967570b67cb466" |
1753 | | - integrity sha512-FSYhIjFlfOpGSRyVoMBMuS3ws5ehFQODymf3vlI7U1K8c7PHwWwFY7VREfmsuzHSOnoKs/9/Y983ayOs7eRzqw== |
1754 | | - dependencies: |
1755 | | - "@types/jest" "*" |
1756 | | - |
1757 | 1741 | "@types/tough-cookie@*": |
1758 | 1742 | version "4.0.2" |
1759 | 1743 | resolved "https://registry.yarnpkg.com/@types/tough-cookie/-/tough-cookie-4.0.2.tgz#6286b4c7228d58ab7866d19716f3696e03a09397" |
@@ -3588,7 +3572,7 @@ exit@^0.1.2: |
3588 | 3572 | resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c" |
3589 | 3573 | integrity sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ== |
3590 | 3574 |
|
3591 | | -expect@^29.0.0, expect@^29.6.2: |
| 3575 | +expect@^29.6.2: |
3592 | 3576 | version "29.6.2" |
3593 | 3577 | resolved "https://registry.yarnpkg.com/expect/-/expect-29.6.2.tgz#7b08e83eba18ddc4a2cf62b5f2d1918f5cd84521" |
3594 | 3578 | integrity sha512-iAErsLxJ8C+S02QbLAwgSGSezLQK+XXRDt8IuFXFpwCNw2ECmzZSmjKcCaFVp5VRMk+WAvz6h6jokzEzBFZEuA== |
@@ -6119,7 +6103,7 @@ pretty-format@^27.0.2: |
6119 | 6103 | ansi-styles "^5.0.0" |
6120 | 6104 | react-is "^17.0.1" |
6121 | 6105 |
|
6122 | | -pretty-format@^29.0.0, pretty-format@^29.6.2: |
| 6106 | +pretty-format@^29.6.2: |
6123 | 6107 | version "29.6.2" |
6124 | 6108 | resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.6.2.tgz#3d5829261a8a4d89d8b9769064b29c50ed486a47" |
6125 | 6109 | integrity sha512-1q0oC8eRveTg5nnBEWMXAU2qpv65Gnuf2eCQzSjxpWFkPaPARwqZZDGuNE0zPAZfTCHzIk3A8dIjwlQKKLphyg== |
|
0 commit comments