Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed Jul 19, 2016
1 parent 6e673b8 commit 3342aae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion components/upload/uploadList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default class UploadList extends React.Component {
});
return (
<div className={listClassNames}>
<Animate transitionName={`${prefixCls}-margin-top`}>
<Animate transitionName={`${prefixCls}-margin-top`} component="div">
{list}
</Animate>
</div>
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
"object-assign": "~4.1.0",
"object.omit": "^2.0.0",
"rc-animate": "~2.3.0",
"rc-calendar": "~5.6.2",
"rc-cascader": "~0.9.10",
"rc-calendar": "~6.0.2",
"rc-cascader": "~0.9.11",
"rc-checkbox": "~1.4.0",
"rc-collapse": "~1.6.3",
"rc-dialog": "~6.1.1",
"rc-collapse": "~1.6.4",
"rc-dialog": "~6.2.1",
"rc-dropdown": "~1.4.8",
"rc-form": "~0.17.1",
"rc-input-number": "~2.5.12",
"rc-input-number": "~2.5.14",
"rc-menu": "~4.12.4",
"rc-notification": "~1.3.4",
"rc-pagination": "~1.5.3",
Expand All @@ -57,17 +57,17 @@
"rc-radio": "~2.0.0",
"rc-rate": "~1.1.2",
"rc-select": "~6.4.6",
"rc-slider": "~3.7.3",
"rc-slider": "~3.7.4",
"rc-steps": "~2.1.5",
"rc-switch": "~1.4.2",
"rc-table": "~4.3.5",
"rc-table": "~4.3.9",
"rc-tabs": "~5.9.2",
"rc-time-picker": "~1.1.5",
"rc-tooltip": "~3.4.1",
"rc-tree": "~1.3.5",
"rc-tree-select": "~1.7.5",
"rc-time-picker": "~1.1.6",
"rc-tooltip": "~3.4.2",
"rc-tree": "~1.3.6",
"rc-tree-select": "~1.7.8",
"rc-upload": "~1.13.3",
"rc-util": "~3.1.0",
"rc-util": "~3.3.0",
"react-addons-pure-render-mixin": "^15.0.0",
"react-slick": "~0.12.0",
"shallowequal": "^0.2.2",
Expand Down

0 comments on commit 3342aae

Please sign in to comment.