|
2193 | 2193 | schema-utils "^3.0.0"
|
2194 | 2194 | source-map "^0.7.3"
|
2195 | 2195 |
|
2196 |
| -"@pmmmwh/react-refresh-webpack-plugin@^0.5.0": |
2197 |
| - version "0.5.0" |
2198 |
| - resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.0.tgz#ca24a418c3b69cb87fd0dd95cca2c4bfa5683904" |
2199 |
| - integrity sha512-VRmiCnVHudkmzGh4gD1eW42matvNL8Y0OZ8FCEWs79iPTldihsuEi5GTMFjU+UfKRQxinN2e0/MDhJzExuiIyA== |
2200 |
| - dependencies: |
2201 |
| - ansi-html-community "^0.0.8" |
2202 |
| - common-path-prefix "^3.0.0" |
2203 |
| - core-js-pure "^3.8.1" |
2204 |
| - error-stack-parser "^2.0.6" |
2205 |
| - find-up "^5.0.0" |
2206 |
| - html-entities "^2.1.0" |
2207 |
| - loader-utils "^2.0.0" |
2208 |
| - schema-utils "^3.0.0" |
2209 |
| - source-map "^0.7.3" |
2210 |
| - |
2211 | 2196 | "@polka/url@^1.0.0-next.20":
|
2212 | 2197 | version "1.0.0-next.21"
|
2213 | 2198 | resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.21.tgz#5de5a2385a35309427f6011992b544514d559aa1"
|
|
3399 | 3384 | dependencies:
|
3400 | 3385 | defer-to-connect "^2.0.0"
|
3401 | 3386 |
|
3402 |
| -"@testing-library/dom@^8.0.0": |
3403 |
| - version "8.11.3" |
3404 |
| - resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.11.3.tgz#38fd63cbfe14557021e88982d931e33fb7c1a808" |
3405 |
| - integrity sha512-9LId28I+lx70wUiZjLvi1DB/WT2zGOxUh46glrSNMaWVx849kKAluezVzZrXJfTKKoQTmEOutLes/bHg4Bj3aA== |
| 3387 | +"@testing-library/dom@^8.5.0": |
| 3388 | + version "8.13.0" |
| 3389 | + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.13.0.tgz#bc00bdd64c7d8b40841e27a70211399ad3af46f5" |
| 3390 | + integrity sha512-9VHgfIatKNXQNaZTtLnalIy0jNZzY35a4S3oi08YAt9Hv1VsfZ/DfA45lM8D/UhtHBGJ4/lGwp0PZkVndRkoOQ== |
3406 | 3391 | dependencies:
|
3407 | 3392 | "@babel/code-frame" "^7.10.4"
|
3408 | 3393 | "@babel/runtime" "^7.12.5"
|
|
3428 | 3413 | lodash "^4.17.15"
|
3429 | 3414 | redent "^3.0.0"
|
3430 | 3415 |
|
3431 |
| -"@testing-library/react@^12.0.0": |
3432 |
| - version "12.1.3" |
3433 |
| - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.3.tgz#ef26c5f122661ea9b6f672b23dc6b328cadbbf26" |
3434 |
| - integrity sha512-oCULRXWRrBtC9m6G/WohPo1GLcLesH7T4fuKzRAKn1CWVu9BzXtqLXDDTA6KhFNNtRwLtfSMr20HFl+Qrdrvmg== |
| 3416 | +"@testing-library/react@^13.0.0": |
| 3417 | + version "13.0.0" |
| 3418 | + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.0.0.tgz#8cdaf4667c6c2b082eb0513731551e9db784e8bc" |
| 3419 | + integrity sha512-p0lYA1M7uoEmk2LnCbZLGmHJHyH59sAaZVXChTXlyhV/PRW9LoIh4mdf7tiXsO8BoNG+vN8UnFJff1hbZeXv+w== |
3435 | 3420 | dependencies:
|
3436 | 3421 | "@babel/runtime" "^7.12.5"
|
3437 |
| - "@testing-library/dom" "^8.0.0" |
| 3422 | + "@testing-library/dom" "^8.5.0" |
3438 | 3423 | "@types/react-dom" "*"
|
3439 | 3424 |
|
3440 | 3425 | "@tootallnate/once@1":
|
|
3873 | 3858 | resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
|
3874 | 3859 | integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==
|
3875 | 3860 |
|
3876 |
| -"@types/react-dom@*", "@types/react-dom@^17.0.5": |
| 3861 | +"@types/react-dom@*": |
3877 | 3862 | version "17.0.11"
|
3878 | 3863 | resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.11.tgz#e1eadc3c5e86bdb5f7684e00274ae228e7bcc466"
|
3879 | 3864 | integrity sha512-f96K3k+24RaLGVu/Y2Ng3e1EbZ8/cVJvypZWd7cy0ofCBaf2lcM46xNhycMZ2xGwbBjRql7hOlZ+e2WlJ5MH3Q==
|
3880 | 3865 | dependencies:
|
3881 | 3866 | "@types/react" "*"
|
3882 | 3867 |
|
| 3868 | +"@types/react-dom@^18.0.0": |
| 3869 | + version "18.0.0" |
| 3870 | + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.0.tgz#b13f8d098e4b0c45df4f1ed123833143b0c71141" |
| 3871 | + integrity sha512-49897Y0UiCGmxZqpC8Blrf6meL8QUla6eb+BBhn69dTXlmuOlzkfr7HHY/O8J25e1lTUMs+YYxSlVDAaGHCOLg== |
| 3872 | + dependencies: |
| 3873 | + "@types/react" "*" |
| 3874 | + |
3883 | 3875 | "@types/react-syntax-highlighter@11.0.5":
|
3884 | 3876 | version "11.0.5"
|
3885 | 3877 | resolved "https://registry.yarnpkg.com/@types/react-syntax-highlighter/-/react-syntax-highlighter-11.0.5.tgz#0d546261b4021e1f9d85b50401c0a42acb106087"
|
3886 | 3878 | integrity sha512-VIOi9i2Oj5XsmWWoB72p3KlZoEbdRAcechJa8Ztebw7bDl2YmR+odxIqhtJGp1q2EozHs02US+gzxJ9nuf56qg==
|
3887 | 3879 | dependencies:
|
3888 | 3880 | "@types/react" "*"
|
3889 | 3881 |
|
3890 |
| -"@types/react@*", "@types/react@^17.0.20": |
| 3882 | +"@types/react@*": |
3891 | 3883 | version "17.0.39"
|
3892 | 3884 | resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.39.tgz#d0f4cde092502a6db00a1cded6e6bf2abb7633ce"
|
3893 | 3885 | integrity sha512-UVavlfAxDd/AgAacMa60Azl7ygyQNRwC/DsHZmKgNvPmRR5p70AJ5Q9EAmL2NWOJmeV+vVUI4IAP7GZrN8h8Ug==
|
|
3896 | 3888 | "@types/scheduler" "*"
|
3897 | 3889 | csstype "^3.0.2"
|
3898 | 3890 |
|
| 3891 | +"@types/react@^18.0.0": |
| 3892 | + version "18.0.0" |
| 3893 | + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.0.tgz#4be8aa3a2d04afc3ac2cc1ca43d39b0bd412890c" |
| 3894 | + integrity sha512-7+K7zEQYu7NzOwQGLR91KwWXXDzmTFODRVizJyIALf6RfLv2GDpqpknX64pvRVILXCpXi7O/pua8NGk44dLvJw== |
| 3895 | + dependencies: |
| 3896 | + "@types/prop-types" "*" |
| 3897 | + "@types/scheduler" "*" |
| 3898 | + csstype "^3.0.2" |
| 3899 | + |
3899 | 3900 | "@types/relateurl@*":
|
3900 | 3901 | version "0.2.29"
|
3901 | 3902 | resolved "https://registry.yarnpkg.com/@types/relateurl/-/relateurl-0.2.29.tgz#68ccecec3d4ffdafb9c577fe764f912afc050fe6"
|
@@ -14136,14 +14137,13 @@ react-docgen@^5.0.0:
|
14136 | 14137 | node-dir "^0.1.10"
|
14137 | 14138 | strip-indent "^3.0.0"
|
14138 | 14139 |
|
14139 |
| -react-dom@^17.0.2: |
14140 |
| - version "17.0.2" |
14141 |
| - resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23" |
14142 |
| - integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA== |
| 14140 | +react-dom@^18.0.0: |
| 14141 | + version "18.0.0" |
| 14142 | + resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.0.0.tgz#26b88534f8f1dbb80853e1eabe752f24100d8023" |
| 14143 | + integrity sha512-XqX7uzmFo0pUceWFCt7Gff6IyIMzFUn7QMZrbrQfGxtaxXZIcGQzoNpRLE3fQLnS4XzLLPMZX2T9TRcSrasicw== |
14143 | 14144 | dependencies:
|
14144 | 14145 | loose-envify "^1.1.0"
|
14145 |
| - object-assign "^4.1.1" |
14146 |
| - scheduler "^0.20.2" |
| 14146 | + scheduler "^0.21.0" |
14147 | 14147 |
|
14148 | 14148 | react-draggable@^4.4.3:
|
14149 | 14149 | version "4.4.4"
|
@@ -14264,13 +14264,12 @@ react-textarea-autosize@^8.3.0:
|
14264 | 14264 | use-composed-ref "^1.0.0"
|
14265 | 14265 | use-latest "^1.0.0"
|
14266 | 14266 |
|
14267 |
| -react@^17.0.2: |
14268 |
| - version "17.0.2" |
14269 |
| - resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037" |
14270 |
| - integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA== |
| 14267 | +react@^18.0.0: |
| 14268 | + version "18.0.0" |
| 14269 | + resolved "https://registry.yarnpkg.com/react/-/react-18.0.0.tgz#b468736d1f4a5891f38585ba8e8fb29f91c3cb96" |
| 14270 | + integrity sha512-x+VL6wbT4JRVPm7EGxXhZ8w8LTROaxPXOqhlGyVSrv0sB1jkyFGgXxJ8LVoPRLvPR6/CIZGFmfzqUa2NYeMr2A== |
14271 | 14271 | dependencies:
|
14272 | 14272 | loose-envify "^1.1.0"
|
14273 |
| - object-assign "^4.1.1" |
14274 | 14273 |
|
14275 | 14274 | read-package-json-fast@^2.0.2:
|
14276 | 14275 | version "2.0.3"
|
@@ -14866,13 +14865,12 @@ saxes@^5.0.1:
|
14866 | 14865 | dependencies:
|
14867 | 14866 | xmlchars "^2.2.0"
|
14868 | 14867 |
|
14869 |
| -scheduler@^0.20.2: |
14870 |
| - version "0.20.2" |
14871 |
| - resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.2.tgz#4baee39436e34aa93b4874bddcbf0fe8b8b50e91" |
14872 |
| - integrity sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ== |
| 14868 | +scheduler@^0.21.0: |
| 14869 | + version "0.21.0" |
| 14870 | + resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.21.0.tgz#6fd2532ff5a6d877b6edb12f00d8ab7e8f308820" |
| 14871 | + integrity sha512-1r87x5fz9MXqswA2ERLo0EbOAU74DpIUO090gIasYTqlVoJeMcl+Z1Rg7WHz+qtPujhS/hGIt9kxZOYBV3faRQ== |
14873 | 14872 | dependencies:
|
14874 | 14873 | loose-envify "^1.1.0"
|
14875 |
| - object-assign "^4.1.1" |
14876 | 14874 |
|
14877 | 14875 | schema-utils@2.7.0:
|
14878 | 14876 | version "2.7.0"
|
|
0 commit comments