|
2257 | 2257 | dependencies:
|
2258 | 2258 | defer-to-connect "^1.0.1"
|
2259 | 2259 |
|
2260 |
| -"@testing-library/react-hooks@4.0.1": |
2261 |
| - version "4.0.1" |
2262 |
| - resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-4.0.1.tgz#bb678abb7c766c192da74be50148ad8337a5503f" |
2263 |
| - integrity sha512-DufI8Q2GOM7W2yFEEfz85VNVNaHZL0tPZyBT6ytV7HK+1A4frL1ty+W5NBE0u0K3EFV/Pg5O28HGNEtp9D5EyA== |
| 2260 | +"@testing-library/react-hooks@5.0.2": |
| 2261 | + version "5.0.2" |
| 2262 | + resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-5.0.2.tgz#c3c497a860f6ec4f45779d14ee8f0ea6593caeb6" |
| 2263 | + integrity sha512-Ih/qcjEOVu0XCrWD7p0kI6PCHTv7kQpe1mo027Uxjvbusjde3KK8QosbOwj0pChri90G2x4+WGB8tScX+HlIhg== |
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"
|
|
2608 | 2611 | "@types/react" "*"
|
2609 | 2612 | "@types/reactcss" "*"
|
2610 | 2613 |
|
2611 |
| - |
2612 |
| - version "16.9.10" |
2613 |
| - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.10.tgz#4485b0bec3d41f856181b717f45fd7831101156f" |
2614 |
| - integrity sha512-ItatOrnXDMAYpv6G8UCk2VhbYVTjZT9aorLtA/OzDN9XJ2GKcfam68jutoAcILdRjsRUO8qb7AmyObF77Q8QFw== |
| 2614 | +"@types/react-dom@17.0.0", "@types/react-dom@>=16.9.0": |
| 2615 | + version "17.0.0" |
| 2616 | + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.0.tgz#b3b691eb956c4b3401777ee67b900cb28415d95a" |
| 2617 | + integrity sha512-lUqY7OlkF/RbNtD5nIq7ot8NquXrdFrjSOR6+w9a9RFQevGi1oZO1dcJbXMeONAPKtZ2UrZOEJ5UOCVsxbLk/g== |
2615 | 2618 | dependencies:
|
2616 |
| - "@types/react" "^16" |
| 2619 | + "@types/react" "*" |
2617 | 2620 |
|
2618 | 2621 |
|
2619 | 2622 | version "4.1.1"
|
|
2667 | 2670 | dependencies:
|
2668 | 2671 | "@types/react" "*"
|
2669 | 2672 |
|
2670 |
| -"@types/react@*", "@types/react@16.14.2", "@types/react@>=16.9.0", "@types/react@^16": |
2671 |
| - version "16.14.2" |
2672 |
| - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.2.tgz#85dcc0947d0645349923c04ccef6018a1ab7538c" |
2673 |
| - integrity sha512-BzzcAlyDxXl2nANlabtT4thtvbbnhee8hMmH/CcJrISDBVcJS1iOsP1f0OAgSdGE0MsY9tqcrb9YoZcOFv9dbQ== |
| 2673 | +"@types/react@*", "@types/react@17.0.0", "@types/react@>=16.9.0": |
| 2674 | + version "17.0.0" |
| 2675 | + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.0.tgz#5af3eb7fad2807092f0046a1302b7823e27919b8" |
| 2676 | + integrity sha512-aj/L7RIMsRlWML3YB6KZiXB3fV2t41+5RBGYF8z+tAKU43Px8C3cYUZsDvf1/+Bm4FK21QWBrDutu8ZJ/70qOw== |
2674 | 2677 | dependencies:
|
2675 | 2678 | "@types/prop-types" "*"
|
2676 | 2679 | csstype "^3.0.2"
|
@@ -7591,6 +7594,11 @@ fill-range@^7.0.1:
|
7591 | 7594 | dependencies:
|
7592 | 7595 | to-regex-range "^5.0.1"
|
7593 | 7596 |
|
| 7597 | +filter-console@^0.1.1: |
| 7598 | + version "0.1.1" |
| 7599 | + resolved "https://registry.yarnpkg.com/filter-console/-/filter-console-0.1.1.tgz#6242be28982bba7415bcc6db74a79f4a294fa67c" |
| 7600 | + integrity sha512-zrXoV1Uaz52DqPs+qEwNJWJFAWZpYJ47UNmpN9q4j+/EYsz85uV0DC9k8tRND5kYmoVzL0W+Y75q4Rg8sRJCdg== |
| 7601 | + |
7594 | 7602 | finalhandler@~1.1.2:
|
7595 | 7603 | version "1.1.2"
|
7596 | 7604 | resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d"
|
@@ -13920,6 +13928,13 @@ react-draggable@^4.0.3:
|
13920 | 13928 | classnames "^2.2.5"
|
13921 | 13929 | prop-types "^15.6.0"
|
13922 | 13930 |
|
| 13931 | +react-error-boundary@^3.1.0: |
| 13932 | + version "3.1.0" |
| 13933 | + resolved "https://registry.yarnpkg.com/react-error-boundary/-/react-error-boundary-3.1.0.tgz#9487443df2f9ba1db90d8ab52351814907ea4af3" |
| 13934 | + integrity sha512-lmPrdi5SLRJR+AeJkqdkGlW/CRkAUvZnETahK58J4xb5wpbfDngasEGu+w0T1iXEhVrYBJZeW+c4V1hILCnMWQ== |
| 13935 | + dependencies: |
| 13936 | + "@babel/runtime" "^7.12.5" |
| 13937 | + |
13923 | 13938 | react-error-overlay@^6.0.7:
|
13924 | 13939 | version "6.0.8"
|
13925 | 13940 | resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.8.tgz#474ed11d04fc6bda3af643447d85e9127ed6b5de"
|
|
0 commit comments