|
2257 | 2257 | dependencies:
|
2258 | 2258 | defer-to-connect "^1.0.1"
|
2259 | 2259 |
|
2260 |
| -"@testing-library/react-hooks@4.0.0": |
2261 |
| - version "4.0.0" |
2262 |
| - resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-4.0.0.tgz#5bb4caa5814690cfc3e385ffaaf2ca4d54a8d08e" |
2263 |
| - integrity sha512-AWIR4M1Fz4dYzuKytkWtabcrwpevq7zj9dImuBOcmrpl3VkjOBDa7Q/62fwK/M30ae5XI25mDSpQ29vzC7A5Lw== |
| 2260 | +"@testing-library/react-hooks@5.0.0": |
| 2261 | + version "5.0.0" |
| 2262 | + resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-5.0.0.tgz#994af047a94c7ed04b34920f70b3fd017e9976cd" |
| 2263 | + integrity sha512-c/wvcz/Set+KOvbi07EQO7tujsUIp5HnNAygJoSpMTVkIDcp7JtSemhjRDg1WL6Qsw076inWobTKCepK3mgi8A== |
2264 | 2264 | dependencies:
|
2265 | 2265 | "@babel/runtime" "^7.12.5"
|
2266 | 2266 | "@types/react" ">=16.9.0"
|
| 2267 | + "@types/react-dom" ">=16.9.0" |
2267 | 2268 | "@types/react-test-renderer" ">=16.9.0"
|
| 2269 | + filter-console "^0.1.1" |
| 2270 | + react-error-boundary "^3.1.0" |
2268 | 2271 |
|
2269 | 2272 | "@types/anymatch@*":
|
2270 | 2273 | version "1.3.1"
|
|
2603 | 2606 | "@types/react" "*"
|
2604 | 2607 | "@types/reactcss" "*"
|
2605 | 2608 |
|
2606 |
| - |
2607 |
| - version "16.9.10" |
2608 |
| - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.10.tgz#4485b0bec3d41f856181b717f45fd7831101156f" |
2609 |
| - integrity sha512-ItatOrnXDMAYpv6G8UCk2VhbYVTjZT9aorLtA/OzDN9XJ2GKcfam68jutoAcILdRjsRUO8qb7AmyObF77Q8QFw== |
| 2609 | +"@types/react-dom@17.0.0", "@types/react-dom@>=16.9.0": |
| 2610 | + version "17.0.0" |
| 2611 | + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.0.tgz#b3b691eb956c4b3401777ee67b900cb28415d95a" |
| 2612 | + integrity sha512-lUqY7OlkF/RbNtD5nIq7ot8NquXrdFrjSOR6+w9a9RFQevGi1oZO1dcJbXMeONAPKtZ2UrZOEJ5UOCVsxbLk/g== |
2610 | 2613 | dependencies:
|
2611 |
| - "@types/react" "^16" |
| 2614 | + "@types/react" "*" |
2612 | 2615 |
|
2613 | 2616 |
|
2614 | 2617 | version "4.1.1"
|
|
2662 | 2665 | dependencies:
|
2663 | 2666 | "@types/react" "*"
|
2664 | 2667 |
|
2665 |
| -"@types/react@*", "@types/react@16.14.2", "@types/react@>=16.9.0", "@types/react@^16": |
2666 |
| - version "16.14.2" |
2667 |
| - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.2.tgz#85dcc0947d0645349923c04ccef6018a1ab7538c" |
2668 |
| - integrity sha512-BzzcAlyDxXl2nANlabtT4thtvbbnhee8hMmH/CcJrISDBVcJS1iOsP1f0OAgSdGE0MsY9tqcrb9YoZcOFv9dbQ== |
| 2668 | +"@types/react@*", "@types/react@17.0.0", "@types/react@>=16.9.0": |
| 2669 | + version "17.0.0" |
| 2670 | + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.0.tgz#5af3eb7fad2807092f0046a1302b7823e27919b8" |
| 2671 | + integrity sha512-aj/L7RIMsRlWML3YB6KZiXB3fV2t41+5RBGYF8z+tAKU43Px8C3cYUZsDvf1/+Bm4FK21QWBrDutu8ZJ/70qOw== |
2669 | 2672 | dependencies:
|
2670 | 2673 | "@types/prop-types" "*"
|
2671 | 2674 | csstype "^3.0.2"
|
@@ -7585,6 +7588,11 @@ fill-range@^7.0.1:
|
7585 | 7588 | dependencies:
|
7586 | 7589 | to-regex-range "^5.0.1"
|
7587 | 7590 |
|
| 7591 | +filter-console@^0.1.1: |
| 7592 | + version "0.1.1" |
| 7593 | + resolved "https://registry.yarnpkg.com/filter-console/-/filter-console-0.1.1.tgz#6242be28982bba7415bcc6db74a79f4a294fa67c" |
| 7594 | + integrity sha512-zrXoV1Uaz52DqPs+qEwNJWJFAWZpYJ47UNmpN9q4j+/EYsz85uV0DC9k8tRND5kYmoVzL0W+Y75q4Rg8sRJCdg== |
| 7595 | + |
7588 | 7596 | finalhandler@~1.1.2:
|
7589 | 7597 | version "1.1.2"
|
7590 | 7598 | resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d"
|
@@ -13914,6 +13922,13 @@ react-draggable@^4.0.3:
|
13914 | 13922 | classnames "^2.2.5"
|
13915 | 13923 | prop-types "^15.6.0"
|
13916 | 13924 |
|
| 13925 | +react-error-boundary@^3.1.0: |
| 13926 | + version "3.1.0" |
| 13927 | + resolved "https://registry.yarnpkg.com/react-error-boundary/-/react-error-boundary-3.1.0.tgz#9487443df2f9ba1db90d8ab52351814907ea4af3" |
| 13928 | + integrity sha512-lmPrdi5SLRJR+AeJkqdkGlW/CRkAUvZnETahK58J4xb5wpbfDngasEGu+w0T1iXEhVrYBJZeW+c4V1hILCnMWQ== |
| 13929 | + dependencies: |
| 13930 | + "@babel/runtime" "^7.12.5" |
| 13931 | + |
13917 | 13932 | react-error-overlay@^6.0.7:
|
13918 | 13933 | version "6.0.8"
|
13919 | 13934 | resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.8.tgz#474ed11d04fc6bda3af643447d85e9127ed6b5de"
|
|
0 commit comments