[#34] Add react-list UI dependency
This commit is contained in:
parent
caef4ff74f
commit
bdfde6f25d
|
|
@ -10511,6 +10511,14 @@
|
|||
"theming": "1.3.0"
|
||||
}
|
||||
},
|
||||
"react-list": {
|
||||
"version": "0.8.8",
|
||||
"resolved": "https://registry.npmjs.org/react-list/-/react-list-0.8.8.tgz",
|
||||
"integrity": "sha512-NWr2gOZL3f72fJ6sWpBVcoJZjDXNh8KRDC1p6jAW9KYr4ig6XzjkwvYHav6zYqntOjpVf0FZeWBDmjOupFV2eg==",
|
||||
"requires": {
|
||||
"prop-types": "15.6.1"
|
||||
}
|
||||
},
|
||||
"react-popper": {
|
||||
"version": "0.8.2",
|
||||
"resolved": "https://registry.npmjs.org/react-popper/-/react-popper-0.8.2.tgz",
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
"react": "^16.2.0",
|
||||
"react-dom": "^16.2.0",
|
||||
"react-global-configuration": "^1.2.1",
|
||||
"react-list": "^0.8.8",
|
||||
"react-router": "^4.2.0",
|
||||
"react-router-dom": "^4.2.2",
|
||||
"react-scripts": "1.1.1",
|
||||
|
|
|
|||
Loading…
Reference in New Issue