upgrade rc-pagination to 1.3.5

This commit is contained in:
afc163 2015-11-27 01:00:27 +08:00
parent 123741a623
commit beaa01d4ef
2 changed files with 2 additions and 2 deletions

View File

@ -28,6 +28,6 @@ let Container = React.createClass({
ReactDOM.render(
<Container />,
document.getElementById('components-pagination-demo-uncontrolled'));
document.getElementById('components-pagination-demo-controlled'));
````

View File

@ -48,7 +48,7 @@
"rc-input-number": "~2.4.1",
"rc-menu": "~4.8.1",
"rc-notification": "~1.3.0",
"rc-pagination": "~1.3.3",
"rc-pagination": "~1.3.5",
"rc-progress": "~1.0.4",
"rc-queue-anim": "~0.11.2",
"rc-radio": "~2.0.0",