Skip to content

Commit 86e3242

Browse files
committed
fixed deps for animation and nested animation examples
1 parent fc2584c commit 86e3242

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
"license": "MIT",
2626
"dependencies": {
2727
"invariant": "^2.0.0",
28+
"react": "^0.14.0",
29+
"react-addons-css-transition-group": "^0.14.0",
2830
"warning": "^2.0.0"
2931
},
3032
"peerDependencies": {

0 commit comments

Comments
 (0)