Migrate to react-transition-group v2

https://github.com/reactjs/react-transition-group/blob/v2.2.1/Migration.md
This commit is contained in:
Yuya Ochiai
2018-02-21 20:36:29 +09:00
parent abe274fb66
commit e80aae20d0
4 changed files with 23 additions and 20 deletions

View File

@@ -20,7 +20,7 @@
"react": "^16.2.0",
"react-bootstrap": "~0.31.5",
"react-dom": "^16.2.0",
"react-transition-group": "^1.2.1",
"react-transition-group": "^2.2.1",
"simple-spellchecker": "git://github.com/jfmdev/simple-spellchecker.git#723062952a0290c6285aeaf02f14d9c74c41cadb",
"underscore": "^1.8.3",
"yargs": "^3.32.0"