|
96 | 96 | version "10.7.1" |
97 | 97 | resolved "https://registry.yarnpkg.com/@types/node/-/node-10.7.1.tgz#b704d7c259aa40ee052eec678758a68d07132a2e" |
98 | 98 |
|
| 99 | +"@types/prop-types@*": |
| 100 | + version "15.5.5" |
| 101 | + resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.5.5.tgz#17038dd322c2325f5da650a94d5f9974943625e3" |
| 102 | + dependencies: |
| 103 | + "@types/react" "*" |
| 104 | + |
| 105 | +"@types/react-redux@^6.0.6": |
| 106 | + version "6.0.6" |
| 107 | + resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-6.0.6.tgz#87f1d0a6ea901b93fcaf95fa57641ff64079d277" |
| 108 | + dependencies: |
| 109 | + "@types/react" "*" |
| 110 | + redux "^4.0.0" |
| 111 | + |
| 112 | +"@types/react@*": |
| 113 | + version "16.4.12" |
| 114 | + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.4.12.tgz#c554005770b06c7cbcd6b0b19721e180deab7a02" |
| 115 | + dependencies: |
| 116 | + "@types/prop-types" "*" |
| 117 | + csstype "^2.2.0" |
| 118 | + |
99 | 119 | "@webassemblyjs/[email protected]": |
100 | 120 | version "1.5.13" |
101 | 121 | resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.5.13.tgz#81155a570bd5803a30ec31436bc2c9c0ede38f25" |
@@ -1566,7 +1586,7 @@ class-utils@^0.3.5: |
1566 | 1586 | isobject "^3.0.0" |
1567 | 1587 | static-extend "^0.1.1" |
1568 | 1588 |
|
1569 | | -classnames@^2.2.0: |
| 1589 | +classnames@^2.2.0, classnames@^2.2.5: |
1570 | 1590 | version "2.2.6" |
1571 | 1591 | resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.2.6.tgz#43935bffdd291f326dad0a205309b38d00f650ce" |
1572 | 1592 |
|
@@ -1887,6 +1907,10 @@ cssstyle@^1.0.0: |
1887 | 1907 | dependencies: |
1888 | 1908 | cssom "0.3.x" |
1889 | 1909 |
|
| 1910 | +csstype@^2.2.0: |
| 1911 | + version "2.5.6" |
| 1912 | + resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.5.6.tgz#2ae1db2319642d8b80a668d2d025c6196071e788" |
| 1913 | + |
1890 | 1914 | currently-unhandled@^0.4.1: |
1891 | 1915 | version "0.4.1" |
1892 | 1916 | resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea" |
@@ -5633,6 +5657,13 @@ react-lifecycles-compat@^3.0.4: |
5633 | 5657 | version "3.0.4" |
5634 | 5658 | resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362" |
5635 | 5659 |
|
| 5660 | +react-list-select@^0.4.0: |
| 5661 | + version "0.4.0" |
| 5662 | + resolved "https://registry.yarnpkg.com/react-list-select/-/react-list-select-0.4.0.tgz#f804bf05c8e6b22944571729e0b2d7e6b4c19914" |
| 5663 | + dependencies: |
| 5664 | + classnames "^2.2.5" |
| 5665 | + lodash "^4.17.5" |
| 5666 | + |
5636 | 5667 | react-proxy@^1.1.7: |
5637 | 5668 | version "1.1.8" |
5638 | 5669 | resolved "https://registry.yarnpkg.com/react-proxy/-/react-proxy-1.1.8.tgz#9dbfd9d927528c3aa9f444e4558c37830ab8c26a" |
|
0 commit comments