|
325 | 325 | dependencies:
|
326 | 326 | "@babel/types" "^7.3.0"
|
327 | 327 |
|
| 328 | +"@types/hoist-non-react-statics@*": |
| 329 | + version "3.3.1" |
| 330 | + resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#1124aafe5118cb591977aeb1ceaaed1070eb039f" |
| 331 | + integrity sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA== |
| 332 | + dependencies: |
| 333 | + "@types/react" "*" |
| 334 | + hoist-non-react-statics "^3.3.0" |
| 335 | + |
328 | 336 | "@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0":
|
329 | 337 | version "2.0.1"
|
330 | 338 | resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz#42995b446db9a48a11a07ec083499a860e9138ff"
|
|
359 | 367 | dependencies:
|
360 | 368 | jest-diff "^24.3.0"
|
361 | 369 |
|
362 |
| -"@types/node@*", "@types/node@^13.1.2": |
| 370 | +"@types/node@^13.1.2": |
363 | 371 | version "13.1.2"
|
364 | 372 | resolved "https://registry.yarnpkg.com/@types/node/-/node-13.1.2.tgz#fe94285bf5e0782e1a9e5a8c482b1c34465fa385"
|
365 | 373 | integrity sha512-B8emQA1qeKerqd1dmIsQYnXi+mmAzTB7flExjmy5X1aVAKFNNNDubkavwR13kR6JnpeLp3aLoJhwn9trWPAyFQ==
|
|
369 | 377 | resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.5.8.tgz#8ae4e0ea205fe95c3901a5a1df7f66495e3a56ce"
|
370 | 378 | integrity sha512-3AQoUxQcQtLHsK25wtTWIoIpgYjH3vSDroZOUr7PpCHw/jLY1RB9z9E8dBT/OSmwStVgkRNvdh+ZHNiomRieaw==
|
371 | 379 |
|
| 380 | +"@types/react-native@*": |
| 381 | + version "0.60.28" |
| 382 | + resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.60.28.tgz#5982bc1e96defb033bc243adcb9ed315bdacd737" |
| 383 | + integrity sha512-X9oC4gPoHhYbAUxaddeBRVHqq307zSR6SzaIoQFjghe7a/90mJ1bqXnv49AkisN1LKI66i8dkIrb5IOvQEJ/0Q== |
| 384 | + dependencies: |
| 385 | + "@types/prop-types" "*" |
| 386 | + "@types/react" "*" |
| 387 | + |
372 | 388 | "@types/react@*", "@types/react@^16.7.22":
|
373 | 389 | version "16.9.17"
|
374 | 390 | resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.17.tgz#58f0cc0e9ec2425d1441dd7b623421a867aa253e"
|
|
383 | 399 | integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==
|
384 | 400 |
|
385 | 401 | "@types/styled-components@^4.1.6":
|
386 |
| - version "4.1.6" |
387 |
| - resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-4.1.6.tgz#9aa1d47dbc6bae540083869bcc6c639c6e9af0fe" |
388 |
| - integrity sha512-w/ra/Tk9oPMvWpWId7esZNY1MOa6E9BYUPLl4scVJdYnrYuy5ITLbku8dGDCVH/vjjuegrHBCRYvFLQOYJ+uHg== |
| 402 | + version "4.4.2" |
| 403 | + resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-4.4.2.tgz#709fa7afd7dc0963b8316a0159240f0fe19a026d" |
| 404 | + integrity sha512-dngFx2PuGoy0MGE68eHayAmJvLSqWrnTe9w+DnQruu8PS+waWEsKmoBRhkzL2h2pK1OJhzJhVfuiz+oZa4etpA== |
389 | 405 | dependencies:
|
390 |
| - "@types/node" "*" |
| 406 | + "@types/hoist-non-react-statics" "*" |
391 | 407 | "@types/react" "*"
|
| 408 | + "@types/react-native" "*" |
392 | 409 | csstype "^2.2.0"
|
393 | 410 |
|
394 | 411 | "@types/yargs-parser@*":
|
@@ -1438,6 +1455,13 @@ has@^1.0.1, has@^1.0.3:
|
1438 | 1455 | dependencies:
|
1439 | 1456 | function-bind "^1.1.1"
|
1440 | 1457 |
|
| 1458 | +hoist-non-react-statics@^3.3.0: |
| 1459 | + version "3.3.1" |
| 1460 | + resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#101685d3aff3b23ea213163f6e8e12f4f111e19f" |
| 1461 | + integrity sha512-wbg3bpgA/ZqWrZuMOeJi8+SKMhr7X9TesL/rXMjTzh0p0JUBo3II8DHboYbuIXWRlttrUFxwcu/5kygrCw8fJw== |
| 1462 | + dependencies: |
| 1463 | + react-is "^16.7.0" |
| 1464 | + |
1441 | 1465 | hosted-git-info@^2.1.4:
|
1442 | 1466 | version "2.4.2"
|
1443 | 1467 | resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.4.2.tgz#0076b9f46a270506ddbaaea56496897460612a67"
|
@@ -2902,6 +2926,11 @@ rc@^1.2.7:
|
2902 | 2926 | minimist "^1.2.0"
|
2903 | 2927 | strip-json-comments "~2.0.1"
|
2904 | 2928 |
|
| 2929 | +react-is@^16.7.0: |
| 2930 | + version "16.12.0" |
| 2931 | + resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.12.0.tgz#2cc0fe0fba742d97fd527c42a13bec4eeb06241c" |
| 2932 | + integrity sha512-rPCkf/mWBtKc97aLL9/txD8DZdemK0vkA3JMLShjlJB3Pj3s+lpf1KaBzMfQrAmhMQB0n1cU/SUGgKKBCe837Q== |
| 2933 | + |
2905 | 2934 | react-is@^16.8.4:
|
2906 | 2935 | version "16.9.0"
|
2907 | 2936 | resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.9.0.tgz#21ca9561399aad0ff1a7701c01683e8ca981edcb"
|
|
0 commit comments