|
2426 | 2426 | dependencies:
|
2427 | 2427 | defer-to-connect "^1.0.1"
|
2428 | 2428 |
|
2429 |
| -"@testing-library/react-hooks@4.0.1": |
2430 |
| - version "4.0.1" |
2431 |
| - resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-4.0.1.tgz#bb678abb7c766c192da74be50148ad8337a5503f" |
2432 |
| - integrity sha512-DufI8Q2GOM7W2yFEEfz85VNVNaHZL0tPZyBT6ytV7HK+1A4frL1ty+W5NBE0u0K3EFV/Pg5O28HGNEtp9D5EyA== |
| 2429 | +"@testing-library/react-hooks@5.0.3": |
| 2430 | + version "5.0.3" |
| 2431 | + resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-5.0.3.tgz#dd0d2048817b013b266d35ca45e3ea48a19fd87e" |
| 2432 | + integrity sha512-UrnnRc5II7LMH14xsYNm/WRch/67cBafmrSQcyFh0v+UUmSf1uzfB7zn5jQXSettGwOSxJwdQUN7PgkT0w22Lg== |
2433 | 2433 | dependencies:
|
2434 | 2434 | "@babel/runtime" "^7.12.5"
|
2435 | 2435 | "@types/react" ">=16.9.0"
|
| 2436 | + "@types/react-dom" ">=16.9.0" |
2436 | 2437 | "@types/react-test-renderer" ">=16.9.0"
|
| 2438 | + filter-console "^0.1.1" |
| 2439 | + react-error-boundary "^3.1.0" |
2437 | 2440 |
|
2438 | 2441 | "@types/anymatch@*":
|
2439 | 2442 | version "1.3.1"
|
|
2776 | 2779 | "@types/react" "*"
|
2777 | 2780 | "@types/reactcss" "*"
|
2778 | 2781 |
|
2779 |
| - |
2780 |
| - version "16.9.10" |
2781 |
| - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.10.tgz#4485b0bec3d41f856181b717f45fd7831101156f" |
2782 |
| - integrity sha512-ItatOrnXDMAYpv6G8UCk2VhbYVTjZT9aorLtA/OzDN9XJ2GKcfam68jutoAcILdRjsRUO8qb7AmyObF77Q8QFw== |
| 2782 | +"@types/react-dom@17.0.0", "@types/react-dom@>=16.9.0": |
| 2783 | + version "17.0.0" |
| 2784 | + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.0.tgz#b3b691eb956c4b3401777ee67b900cb28415d95a" |
| 2785 | + integrity sha512-lUqY7OlkF/RbNtD5nIq7ot8NquXrdFrjSOR6+w9a9RFQevGi1oZO1dcJbXMeONAPKtZ2UrZOEJ5UOCVsxbLk/g== |
2783 | 2786 | dependencies:
|
2784 |
| - "@types/react" "^16" |
| 2787 | + "@types/react" "*" |
2785 | 2788 |
|
2786 | 2789 |
|
2787 | 2790 | version "4.1.1"
|
|
2835 | 2838 | dependencies:
|
2836 | 2839 | "@types/react" "*"
|
2837 | 2840 |
|
2838 |
| -"@types/react@*", "@types/react@16.14.3", "@types/react@>=16.9.0", "@types/react@^16": |
2839 |
| - version "16.14.3" |
2840 |
| - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.3.tgz#f5210f5deecf35d8794845549c93c2c3ad63aa9c" |
2841 |
| - integrity sha512-zPrXn03hmPYqh9DznqSFQsoRtrQ4aHgnZDO+hMGvsE/PORvDTdJCHQ6XvJV31ic+0LzF73huPFXUb++W6Kri0Q== |
| 2841 | +"@types/react@*", "@types/react@17.0.1", "@types/react@>=16.9.0": |
| 2842 | + version "17.0.1" |
| 2843 | + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.1.tgz#eb1f1407dea8da3bc741879c1192aa703ab9975b" |
| 2844 | + integrity sha512-w8t9f53B2ei4jeOqf/gxtc2Sswnc3LBK5s0DyJcg5xd10tMHXts2N31cKjWfH9IC/JvEPa/YF1U4YeP1t4R6HQ== |
2842 | 2845 | dependencies:
|
2843 | 2846 | "@types/prop-types" "*"
|
2844 | 2847 | csstype "^3.0.2"
|
@@ -7759,6 +7762,11 @@ fill-range@^7.0.1:
|
7759 | 7762 | dependencies:
|
7760 | 7763 | to-regex-range "^5.0.1"
|
7761 | 7764 |
|
| 7765 | +filter-console@^0.1.1: |
| 7766 | + version "0.1.1" |
| 7767 | + resolved "https://registry.yarnpkg.com/filter-console/-/filter-console-0.1.1.tgz#6242be28982bba7415bcc6db74a79f4a294fa67c" |
| 7768 | + integrity sha512-zrXoV1Uaz52DqPs+qEwNJWJFAWZpYJ47UNmpN9q4j+/EYsz85uV0DC9k8tRND5kYmoVzL0W+Y75q4Rg8sRJCdg== |
| 7769 | + |
7762 | 7770 | finalhandler@~1.1.2:
|
7763 | 7771 | version "1.1.2"
|
7764 | 7772 | resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d"
|
@@ -14088,6 +14096,13 @@ react-draggable@^4.0.3:
|
14088 | 14096 | classnames "^2.2.5"
|
14089 | 14097 | prop-types "^15.6.0"
|
14090 | 14098 |
|
| 14099 | +react-error-boundary@^3.1.0: |
| 14100 | + version "3.1.0" |
| 14101 | + resolved "https://registry.yarnpkg.com/react-error-boundary/-/react-error-boundary-3.1.0.tgz#9487443df2f9ba1db90d8ab52351814907ea4af3" |
| 14102 | + integrity sha512-lmPrdi5SLRJR+AeJkqdkGlW/CRkAUvZnETahK58J4xb5wpbfDngasEGu+w0T1iXEhVrYBJZeW+c4V1hILCnMWQ== |
| 14103 | + dependencies: |
| 14104 | + "@babel/runtime" "^7.12.5" |
| 14105 | + |
14091 | 14106 | react-error-overlay@^6.0.7:
|
14092 | 14107 | version "6.0.8"
|
14093 | 14108 | resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.8.tgz#474ed11d04fc6bda3af643447d85e9127ed6b5de"
|
|
0 commit comments