|
23 | 23 | dependencies: |
24 | 24 | any-observable "^0.3.0" |
25 | 25 |
|
| 26 | +"@types/prop-types@*": |
| 27 | + version "15.5.6" |
| 28 | + resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.5.6.tgz#9c03d3fed70a8d517c191b7734da2879b50ca26c" |
| 29 | + integrity sha512-ZBFR7TROLVzCkswA3Fmqq+IIJt62/T7aY/Dmz+QkU7CaW2QFqAitCE8Ups7IzmGhcN1YWMBT4Qcoc07jU9hOJQ== |
| 30 | + |
| 31 | +"@types/react@^16.7.11": |
| 32 | + version "16.7.11" |
| 33 | + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.7.11.tgz#1743b82ea6a0c659467f0c7317c233edb1f10be9" |
| 34 | + integrity sha512-KZvX2XjzBPz+Dh7cjgDzzLxUmg4k8CnCSsB1V2Vtt1YtSIGe1sfHp2+Htl3S5DzeKrHnioaDHTMN/fjAvnEsSg== |
| 35 | + dependencies: |
| 36 | + "@types/prop-types" "*" |
| 37 | + csstype "^2.2.0" |
| 38 | + |
26 | 39 | ansi-align@^1.1.0: |
27 | 40 | version "1.1.0" |
28 | 41 | resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-1.1.0.tgz#2f0c1658829739add5ebb15e6b0c6e3423f016ba" |
@@ -514,6 +527,11 @@ cross-spawn@^6.0.0: |
514 | 527 | shebang-command "^1.2.0" |
515 | 528 | which "^1.2.9" |
516 | 529 |
|
| 530 | +csstype@^2.2.0: |
| 531 | + version "2.5.7" |
| 532 | + resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.5.7.tgz#bf9235d5872141eccfb2d16d82993c6b149179ff" |
| 533 | + integrity sha512-Nt5VDyOTIIV4/nRFswoCKps1R5CD1hkiyjBE9/thNaNZILLEviVw9yWQw15+O+CpNjQKB/uvdcxFFOrSflY3Yw== |
| 534 | + |
517 | 535 | currently-unhandled@^0.4.1: |
518 | 536 | version "0.4.1" |
519 | 537 | resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea" |
@@ -1340,6 +1358,11 @@ jest-validate@^23.5.0: |
1340 | 1358 | leven "^2.1.0" |
1341 | 1359 | pretty-format "^23.6.0" |
1342 | 1360 |
|
| 1361 | +"js-tokens@^3.0.0 || ^4.0.0": |
| 1362 | + version "4.0.0" |
| 1363 | + resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" |
| 1364 | + integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== |
| 1365 | + |
1343 | 1366 | js-tokens@^3.0.2: |
1344 | 1367 | version "3.0.2" |
1345 | 1368 | resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b" |
@@ -1539,6 +1562,13 @@ log-update@^2.3.0: |
1539 | 1562 | cli-cursor "^2.0.0" |
1540 | 1563 | wrap-ansi "^3.0.1" |
1541 | 1564 |
|
| 1565 | +loose-envify@^1.1.0, loose-envify@^1.3.1, loose-envify@^1.4.0: |
| 1566 | + version "1.4.0" |
| 1567 | + resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" |
| 1568 | + integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== |
| 1569 | + dependencies: |
| 1570 | + js-tokens "^3.0.0 || ^4.0.0" |
| 1571 | + |
1542 | 1572 | loud-rejection@^1.0.0: |
1543 | 1573 | version "1.6.0" |
1544 | 1574 | resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f" |
@@ -1767,7 +1797,7 @@ number-is-nan@^1.0.0: |
1767 | 1797 | resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" |
1768 | 1798 | integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= |
1769 | 1799 |
|
1770 | | -object-assign@^4.0.1, object-assign@^4.1.0: |
| 1800 | +object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: |
1771 | 1801 | version "4.1.1" |
1772 | 1802 | resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" |
1773 | 1803 | integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= |
@@ -2045,6 +2075,14 @@ process-nextick-args@~2.0.0: |
2045 | 2075 | resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa" |
2046 | 2076 | integrity sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw== |
2047 | 2077 |
|
| 2078 | +prop-types@^15.6.2: |
| 2079 | + version "15.6.2" |
| 2080 | + resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102" |
| 2081 | + integrity sha512-3pboPvLiWD7dkI3qf3KbUe6hKFKa52w+AE0VCqECtf+QHAKgOL37tTaNCnuX1nAAQ4ZhyP+kYVKf8rLmJ/feDQ== |
| 2082 | + dependencies: |
| 2083 | + loose-envify "^1.3.1" |
| 2084 | + object-assign "^4.1.1" |
| 2085 | + |
2048 | 2086 | protocols@^1.1.0, protocols@^1.4.0: |
2049 | 2087 | version "1.4.6" |
2050 | 2088 | resolved "https://registry.yarnpkg.com/protocols/-/protocols-1.4.6.tgz#f8bb263ea1b5fd7a7604d26b8be39bd77678bf8a" |
@@ -2086,6 +2124,16 @@ rc@^1.0.1, rc@^1.1.6: |
2086 | 2124 | minimist "^1.2.0" |
2087 | 2125 | strip-json-comments "~2.0.1" |
2088 | 2126 |
|
| 2127 | +react@^16.7.0-alpha.2: |
| 2128 | + version "16.7.0-alpha.2" |
| 2129 | + resolved "https://registry.yarnpkg.com/react/-/react-16.7.0-alpha.2.tgz#924f2ae843a46ea82d104a8def7a599fbf2c78ce" |
| 2130 | + integrity sha512-Xh1CC8KkqIojhC+LFXd21jxlVtzoVYdGnQAi/I2+dxbmos9ghbx5TQf9/nDxc4WxaFfUQJkya0w1k6rMeyIaxQ== |
| 2131 | + dependencies: |
| 2132 | + loose-envify "^1.1.0" |
| 2133 | + object-assign "^4.1.1" |
| 2134 | + prop-types "^15.6.2" |
| 2135 | + scheduler "^0.12.0-alpha.2" |
| 2136 | + |
2089 | 2137 | read-all-stream@^3.0.0: |
2090 | 2138 | version "3.1.0" |
2091 | 2139 | resolved "https://registry.yarnpkg.com/read-all-stream/-/read-all-stream-3.1.0.tgz#35c3e177f2078ef789ee4bfafa4373074eaef4fa" |
@@ -2158,6 +2206,14 @@ redent@^2.0.0: |
2158 | 2206 | indent-string "^3.0.0" |
2159 | 2207 | strip-indent "^2.0.0" |
2160 | 2208 |
|
| 2209 | +redux@^4.0.1: |
| 2210 | + version "4.0.1" |
| 2211 | + resolved "https://registry.yarnpkg.com/redux/-/redux-4.0.1.tgz#436cae6cc40fbe4727689d7c8fae44808f1bfef5" |
| 2212 | + integrity sha512-R7bAtSkk7nY6O/OYMVR9RiBI+XghjF9rlbl5806HJbQph0LJVHZrU5oaO4q70eUKiqMRqm4y07KLTlMZ2BlVmg== |
| 2213 | + dependencies: |
| 2214 | + loose-envify "^1.4.0" |
| 2215 | + symbol-observable "^1.2.0" |
| 2216 | + |
2161 | 2217 | regex-not@^1.0.0, regex-not@^1.0.2: |
2162 | 2218 | version "1.0.2" |
2163 | 2219 | resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c" |
@@ -2279,6 +2335,14 @@ safe-regex@^1.1.0: |
2279 | 2335 | dependencies: |
2280 | 2336 | ret "~0.1.10" |
2281 | 2337 |
|
| 2338 | +scheduler@^0.12.0-alpha.2: |
| 2339 | + version "0.12.0-alpha.2" |
| 2340 | + resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.12.0-alpha.2.tgz#2a8bc8dc6ecdb75fa6480ceeedc1f187c9539970" |
| 2341 | + integrity sha512-bfqFzGH18MjjhePIzYQNR0uGQ1wMCX6Q83c2s+3fzyuqKT6zBI2wNQTpq01q72C7QItAp8if5w2LfMiXnI2SYw== |
| 2342 | + dependencies: |
| 2343 | + loose-envify "^1.1.0" |
| 2344 | + object-assign "^4.1.1" |
| 2345 | + |
2282 | 2346 | semver-compare@^1.0.0: |
2283 | 2347 | version "1.0.0" |
2284 | 2348 | resolved "https://registry.yarnpkg.com/semver-compare/-/semver-compare-1.0.0.tgz#0dee216a1c941ab37e9efb1788f6afc5ff5537fc" |
@@ -2600,7 +2664,7 @@ supports-color@^5.3.0: |
2600 | 2664 | dependencies: |
2601 | 2665 | has-flag "^3.0.0" |
2602 | 2666 |
|
2603 | | -symbol-observable@^1.1.0: |
| 2667 | +symbol-observable@^1.1.0, symbol-observable@^1.2.0: |
2604 | 2668 | version "1.2.0" |
2605 | 2669 | resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804" |
2606 | 2670 | integrity sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ== |
|
0 commit comments