Upgrade depreciated transitions addon to react-transition-group
.
v1 of `react-transition-group` is a drop-in replacement.
This commit is contained in:
parent
3a7594722c
commit
cd35289dbc
@ -129,7 +129,6 @@
|
|||||||
"prismjs": "^1.5.1",
|
"prismjs": "^1.5.1",
|
||||||
"prop-types": "^15.5.10",
|
"prop-types": "^15.5.10",
|
||||||
"react": "^15.1.0",
|
"react": "^15.1.0",
|
||||||
"react-addons-css-transition-group": "^15.3.1",
|
|
||||||
"react-autosuggest": "^7.0.1",
|
"react-autosuggest": "^7.0.1",
|
||||||
"react-datetime": "^2.6.0",
|
"react-datetime": "^2.6.0",
|
||||||
"react-dom": "^15.1.0",
|
"react-dom": "^15.1.0",
|
||||||
@ -149,6 +148,7 @@
|
|||||||
"react-textarea-autosize": "^4.3.2",
|
"react-textarea-autosize": "^4.3.2",
|
||||||
"react-toolbox": "^1.2.1",
|
"react-toolbox": "^1.2.1",
|
||||||
"react-topbar-progress-indicator": "^1.0.0",
|
"react-topbar-progress-indicator": "^1.0.0",
|
||||||
|
"react-transition-group": "1.x",
|
||||||
"react-waypoint": "^3.1.3",
|
"react-waypoint": "^3.1.3",
|
||||||
"redux": "^3.3.1",
|
"redux": "^3.3.1",
|
||||||
"redux-notifications": "^2.1.1",
|
"redux-notifications": "^2.1.1",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import ReactCSSTransitionGroup from 'react-addons-css-transition-group';
|
import ReactCSSTransitionGroup from 'react-transition-group/CSSTransitionGroup';
|
||||||
import styles from './Loader.css';
|
import styles from './Loader.css';
|
||||||
|
|
||||||
export default class Loader extends React.Component {
|
export default class Loader extends React.Component {
|
||||||
|
@ -6940,7 +6940,7 @@ rc@^1.0.1, rc@^1.1.6, rc@^1.1.7:
|
|||||||
minimist "^1.2.0"
|
minimist "^1.2.0"
|
||||||
strip-json-comments "~2.0.1"
|
strip-json-comments "~2.0.1"
|
||||||
|
|
||||||
react-addons-css-transition-group@^15.0.2, react-addons-css-transition-group@^15.3.1:
|
react-addons-css-transition-group@^15.0.2:
|
||||||
version "15.6.0"
|
version "15.6.0"
|
||||||
resolved "https://registry.yarnpkg.com/react-addons-css-transition-group/-/react-addons-css-transition-group-15.6.0.tgz#69887cf6e4874d25cd66e22a699e29f0d648aba0"
|
resolved "https://registry.yarnpkg.com/react-addons-css-transition-group/-/react-addons-css-transition-group-15.6.0.tgz#69887cf6e4874d25cd66e22a699e29f0d648aba0"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -7205,7 +7205,7 @@ react-topbar-progress-indicator@^1.0.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
topbar "^0.1.3"
|
topbar "^0.1.3"
|
||||||
|
|
||||||
react-transition-group@^1.2.0:
|
react-transition-group@1.x, react-transition-group@^1.2.0:
|
||||||
version "1.2.0"
|
version "1.2.0"
|
||||||
resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-1.2.0.tgz#b51fc921b0c3835a7ef7c571c79fc82c73e9204f"
|
resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-1.2.0.tgz#b51fc921b0c3835a7ef7c571c79fc82c73e9204f"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user