upgrade react-slick to 0.13 and fix pauseOnHover

ref https://github.com/akiran/react-slick/pull/452
This commit is contained in:
afc163 2016-09-01 12:22:03 +08:00
parent 67fc242c6b
commit e9c551acb3
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ export default class Carousel extends React.Component {
static defaultProps = {
dots: true,
arrows: false,
pauseOnHover: true,
}
render() {

View File

@ -69,7 +69,7 @@
"rc-upload": "~2.0.3",
"rc-util": "~3.3.0",
"react-addons-pure-render-mixin": "^15.0.0",
"react-slick": "~0.12.0",
"react-slick": "~0.13.3",
"shallowequal": "^0.2.2",
"warning": "~3.0.0"
},