Skip to content

Commit ed10dfc

Browse files
committed
Merge pull request #2269 from deowk/animation-examples
fixed deps for animation and nested animation examples
2 parents 47f4a4b + 82cd139 commit ed10dfc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/animations/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react'
22
import { render } from 'react-dom'
3-
import ReactCSSTransitionGroup from 'react-addons-transition-group'
3+
import ReactCSSTransitionGroup from 'react-addons-css-transition-group'
44
import { createHistory, useBasename } from 'history'
55
import { Router, Route, Link } from 'react-router'
66

examples/nested-animations/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react'
22
import { render } from 'react-dom'
3-
import ReactCSSTransitionGroup from 'react-addons-transition-group'
3+
import ReactCSSTransitionGroup from 'react-addons-css-transition-group'
44
import { createHistory, useBasename } from 'history'
55
import { Router, Route, Link } from 'react-router'
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"qs": "^4.0.0",
5858
"react": "0.14.0",
5959
"react-addons-test-utils": "0.14.0",
60-
"react-addons-transition-group": "0.14.0",
60+
"react-addons-css-transition-group": "^0.14.0",
6161
"react-dom": "0.14.0",
6262
"rf-changelog": "^0.4.0",
6363
"style-loader": "^0.12.4",

0 commit comments

Comments
 (0)