|
2098 | 2098 | dependencies: |
2099 | 2099 | "@types/bn.js" "*" |
2100 | 2100 |
|
| 2101 | +"@types/hoist-non-react-statics@^3.3.0": |
| 2102 | + version "3.3.1" |
| 2103 | + resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#1124aafe5118cb591977aeb1ceaaed1070eb039f" |
| 2104 | + integrity sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA== |
| 2105 | + dependencies: |
| 2106 | + "@types/react" "*" |
| 2107 | + hoist-non-react-statics "^3.3.0" |
| 2108 | + |
2101 | 2109 | "@types/node@*": |
2102 | 2110 | version "10.12.24" |
2103 | 2111 | resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.24.tgz#b13564af612a22a20b5d95ca40f1bffb3af315cf" |
|
2118 | 2126 | resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.2.tgz#0e58ae66773d7fd7c372a493aff740878ec9ceaa" |
2119 | 2127 | integrity sha512-f8JzJNWVhKtc9dg/dyDNfliTKNOJSLa7Oht/ElZdF/UbMUmAH3rLmAk3ODNjw0mZajDEgatA03tRjB4+Dp/tzA== |
2120 | 2128 |
|
| 2129 | +"@types/react-redux@^7.1.5": |
| 2130 | + version "7.1.5" |
| 2131 | + resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.5.tgz#c7a528d538969250347aa53c52241051cf886bd3" |
| 2132 | + integrity sha512-ZoNGQMDxh5ENY7PzU7MVonxDzS1l/EWiy8nUhDqxFqUZn4ovboCyvk4Djf68x6COb7vhGTKjyjxHxtFdAA5sUA== |
| 2133 | + dependencies: |
| 2134 | + "@types/hoist-non-react-statics" "^3.3.0" |
| 2135 | + "@types/react" "*" |
| 2136 | + hoist-non-react-statics "^3.3.0" |
| 2137 | + redux "^4.0.0" |
| 2138 | + |
| 2139 | +"@types/react@*": |
| 2140 | + version "16.9.11" |
| 2141 | + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.11.tgz#70e0b7ad79058a7842f25ccf2999807076ada120" |
| 2142 | + integrity sha512-UBT4GZ3PokTXSWmdgC/GeCGEJXE5ofWyibCcecRLUVN2ZBpXQGVgQGtG2foS7CrTKFKlQVVswLvf7Js6XA/CVQ== |
| 2143 | + dependencies: |
| 2144 | + "@types/prop-types" "*" |
| 2145 | + csstype "^2.2.0" |
| 2146 | + |
2121 | 2147 | "@types/react@^16.9.2": |
2122 | 2148 | version "16.9.2" |
2123 | 2149 | resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.2.tgz#6d1765431a1ad1877979013906731aae373de268" |
@@ -6628,7 +6654,7 @@ hoist-non-react-statics@^2.3.1, hoist-non-react-statics@^2.5.0, hoist-non-react- |
6628 | 6654 | resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz#c5903cf409c0dfd908f388e619d86b9c1174cb47" |
6629 | 6655 | integrity sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw== |
6630 | 6656 |
|
6631 | | -hoist-non-react-statics@^3.1.0: |
| 6657 | +hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.0: |
6632 | 6658 | version "3.3.0" |
6633 | 6659 | resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.0.tgz#b09178f0122184fb95acf525daaecb4d8f45958b" |
6634 | 6660 | integrity sha512-0XsbTXxgiaCDYDIWFcwkmerZPSwywfUqYmwT4jzewKTQSWoE6FCMoUVOeBJWK3E/CrWbxRG3m5GzY4lnIwGRBA== |
@@ -10794,6 +10820,14 @@ redux@^3.7.2: |
10794 | 10820 | loose-envify "^1.1.0" |
10795 | 10821 | symbol-observable "^1.0.3" |
10796 | 10822 |
|
| 10823 | +redux@^4.0.0: |
| 10824 | + version "4.0.4" |
| 10825 | + resolved "https://registry.yarnpkg.com/redux/-/redux-4.0.4.tgz#4ee1aeb164b63d6a1bcc57ae4aa0b6e6fa7a3796" |
| 10826 | + integrity sha512-vKv4WdiJxOWKxK0yRoaK3Y4pxxB0ilzVx6dszU2W8wLxlb2yikRph4iV/ymtdJ6ZxpBLFbyrxklnT5yBbQSl3Q== |
| 10827 | + dependencies: |
| 10828 | + loose-envify "^1.4.0" |
| 10829 | + symbol-observable "^1.2.0" |
| 10830 | + |
10797 | 10831 | redux@^4.0.1: |
10798 | 10832 | version "4.0.1" |
10799 | 10833 | resolved "https://registry.yarnpkg.com/redux/-/redux-4.0.1.tgz#436cae6cc40fbe4727689d7c8fae44808f1bfef5" |
|
0 commit comments