Replaced deprecated react-addons-css-transition-group with react-transition-group

This commit is contained in:
SleepWalker
2017-06-07 22:00:00 +03:00
parent 7bc087d456
commit 1929786b03
3 changed files with 71 additions and 55 deletions

View File

@@ -32,13 +32,13 @@
"promise.prototype.finally": "^2.0.0",
"raven-js": "^3.8.1",
"react": "^15.0.0",
"react-addons-css-transition-group": "^15.1.0",
"react-dom": "^15.0.0",
"react-helmet": "^5.0.0",
"react-intl": "^2.0.0",
"react-motion": "^0.5.0",
"react-redux": "^5.0.0",
"react-router-dom": "^4.1.1",
"react-transition-group": "^1.1.3",
"redux": "^3.0.4",
"redux-localstorage": "^0.4.1",
"redux-thunk": "^2.0.0",