|
340 | 340 | resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
|
341 | 341 | integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
|
342 | 342 |
|
| 343 | +"@types/hoist-non-react-statics@*": |
| 344 | + version "3.3.1" |
| 345 | + resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#1124aafe5118cb591977aeb1ceaaed1070eb039f" |
| 346 | + integrity sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA== |
| 347 | + dependencies: |
| 348 | + "@types/react" "*" |
| 349 | + hoist-non-react-statics "^3.3.0" |
| 350 | + |
343 | 351 | "@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0":
|
344 | 352 | version "2.0.1"
|
345 | 353 | resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz#42995b446db9a48a11a07ec083499a860e9138ff"
|
|
375 | 383 | jest-diff "^25.2.1"
|
376 | 384 | pretty-format "^25.2.1"
|
377 | 385 |
|
378 |
| -"@types/node@*", "@types/node@^13.1.2": |
| 386 | +"@types/node@^13.1.2": |
379 | 387 | version "13.11.1"
|
380 | 388 | resolved "https://registry.yarnpkg.com/@types/node/-/node-13.11.1.tgz#49a2a83df9d26daacead30d0ccc8762b128d53c7"
|
381 | 389 | integrity sha512-eWQGP3qtxwL8FGneRrC5DwrJLGN4/dH1clNTuLfN81HCrxVtxRjygDTUoZJ5ASlDEeo0ppYFQjQIlXhtXpOn6g==
|
|
385 | 393 | resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.5.8.tgz#8ae4e0ea205fe95c3901a5a1df7f66495e3a56ce"
|
386 | 394 | integrity sha512-3AQoUxQcQtLHsK25wtTWIoIpgYjH3vSDroZOUr7PpCHw/jLY1RB9z9E8dBT/OSmwStVgkRNvdh+ZHNiomRieaw==
|
387 | 395 |
|
| 396 | +"@types/react-native@*": |
| 397 | + version "0.62.2" |
| 398 | + resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.62.2.tgz#f3e150f308c27089cefbcbfa3eb6cc14db279b2f" |
| 399 | + integrity sha512-oIUIbqZNN9vRnGKWHYbTVp/GyTqdaM5mfy1s4zsi6BYvHAaFOPZ32IrhIHno/A5XOv4wuGfE7g5fliDk/H0+/Q== |
| 400 | + dependencies: |
| 401 | + "@types/react" "*" |
| 402 | + |
388 | 403 | "@types/react@*", "@types/react@^16.7.22":
|
389 | 404 | version "16.9.34"
|
390 | 405 | resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.34.tgz#f7d5e331c468f53affed17a8a4d488cd44ea9349"
|
|
398 | 413 | resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
|
399 | 414 | integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==
|
400 | 415 |
|
401 |
| -"@types/styled-components@^4.1.6": |
402 |
| - version "4.1.6" |
403 |
| - resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-4.1.6.tgz#9aa1d47dbc6bae540083869bcc6c639c6e9af0fe" |
404 |
| - integrity sha512-w/ra/Tk9oPMvWpWId7esZNY1MOa6E9BYUPLl4scVJdYnrYuy5ITLbku8dGDCVH/vjjuegrHBCRYvFLQOYJ+uHg== |
| 416 | +"@types/styled-components@^5.1.0": |
| 417 | + version "5.1.0" |
| 418 | + resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.1.0.tgz#24d3412ba5395aa06e14fbc93c52f9454cebd0d6" |
| 419 | + integrity sha512-ZFlLCuwF5r+4Vb7JUmd+Yr2S0UBdBGmI7ctFTgJMypIp3xOHI4LCFVn2dKMvpk6xDB2hLRykrEWMBwJEpUAUIQ== |
405 | 420 | dependencies:
|
406 |
| - "@types/node" "*" |
| 421 | + "@types/hoist-non-react-statics" "*" |
407 | 422 | "@types/react" "*"
|
| 423 | + "@types/react-native" "*" |
408 | 424 | csstype "^2.2.0"
|
409 | 425 |
|
410 | 426 | "@types/yargs-parser@*":
|
@@ -1504,6 +1520,13 @@ has@^1.0.1, has@^1.0.3:
|
1504 | 1520 | dependencies:
|
1505 | 1521 | function-bind "^1.1.1"
|
1506 | 1522 |
|
| 1523 | +hoist-non-react-statics@^3.3.0: |
| 1524 | + version "3.3.2" |
| 1525 | + resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45" |
| 1526 | + integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== |
| 1527 | + dependencies: |
| 1528 | + react-is "^16.7.0" |
| 1529 | + |
1507 | 1530 | hosted-git-info@^2.1.4:
|
1508 | 1531 | version "2.4.2"
|
1509 | 1532 | resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.4.2.tgz#0076b9f46a270506ddbaaea56496897460612a67"
|
@@ -2985,7 +3008,7 @@ rc@^1.2.7:
|
2985 | 3008 | minimist "^1.2.0"
|
2986 | 3009 | strip-json-comments "~2.0.1"
|
2987 | 3010 |
|
2988 |
| -react-is@^16.12.0: |
| 3011 | +react-is@^16.12.0, react-is@^16.7.0: |
2989 | 3012 | version "16.13.1"
|
2990 | 3013 | resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
|
2991 | 3014 | integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
|
|
0 commit comments