Skip to content

Commit

Permalink
upgrade rc-pagination to 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Nov 26, 2015
1 parent 123741a commit beaa01d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ let Container = React.createClass({

ReactDOM.render(
<Container />,
document.getElementById('components-pagination-demo-uncontrolled'));
document.getElementById('components-pagination-demo-controlled'));
````

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit beaa01d

Please sign in to comment.