File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
import React from 'react'
2
2
import { render } from 'react-dom'
3
- import ReactCSSTransitionGroup from 'react-addons-transition-group'
3
+ import ReactCSSTransitionGroup from 'react-addons-css- transition-group'
4
4
import { createHistory , useBasename } from 'history'
5
5
import { Router , Route , Link } from 'react-router'
6
6
Original file line number Diff line number Diff line change 1
1
import React from 'react'
2
2
import { render } from 'react-dom'
3
- import ReactCSSTransitionGroup from 'react-addons-transition-group'
3
+ import ReactCSSTransitionGroup from 'react-addons-css- transition-group'
4
4
import { createHistory , useBasename } from 'history'
5
5
import { Router , Route , Link } from 'react-router'
6
6
Original file line number Diff line number Diff line change 25
25
"license" : " MIT" ,
26
26
"dependencies" : {
27
27
"invariant" : " ^2.0.0" ,
28
+ "react" : " ^0.14.0" ,
29
+ "react-addons-css-transition-group" : " ^0.14.0" ,
28
30
"warning" : " ^2.0.0"
29
31
},
30
32
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments