Skip to content

Commit 2981da4

Browse files
gvillenavejavivelasco
authored andcommitted
Updated dependencies (#1448)
1 parent 9619d85 commit 2981da4

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

components/date_picker/Calendar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { Component } from 'react';
22
import PropTypes from 'prop-types';
3-
import CssTransitionGroup from 'react-addons-css-transition-group';
3+
import CssTransitionGroup from 'react-transition-group/CSSTransitionGroup';
44
import { range, getAnimationModule } from '../utils/utils';
55
import time from '../utils/time';
66
import CalendarMonth from './CalendarMonth';

components/time_picker/Clock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { Component } from 'react';
22
import PropTypes from 'prop-types';
3-
import CssTransitionGroup from 'react-addons-css-transition-group';
3+
import CssTransitionGroup from 'react-transition-group/CSSTransitionGroup';
44
import { getAnimationModule } from '../utils/utils';
55
import time from '../utils/time';
66
import Hours from './ClockHours';

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"classnames": "^2.2.5",
1414
"codemirror": "^5.14.2",
1515
"history": "^2.1.1",
16-
"react": "^15.2.0",
16+
"react": "^15.5.0",
1717
"react-css-themr": "^1.2.0",
18-
"react-dom": "^15.2.0",
18+
"react-dom": "^15.5.0",
1919
"react-router": "^2.4.0"
2020
},
2121
"devDependencies": {

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"classnames": "^2.2.5",
3030
"core-js": "^2.4.0",
3131
"ramda": "^0.23.0",
32-
"react-addons-css-transition-group": "^15.4.2",
3332
"react-css-themr": "^1.7.2",
34-
"react-style-proptype": "^2.0.0"
33+
"react-style-proptype": "^2.0.0",
34+
"react-transition-group": "^1.1.3"
3535
},
3636
"devDependencies": {
3737
"babel-cli": "^6.22.2",
@@ -78,10 +78,10 @@
7878
"postcss-reporter": "^3.0.0",
7979
"pre-commit": "^1.2.2",
8080
"prop-types": "^15.5.7",
81-
"react": "^15.4.2",
82-
"react-addons-test-utils": "^15.4.2",
83-
"react-dom": "^15.4.2",
84-
"react-test-renderer": "^15.4.2",
81+
"react": "^15.5.0",
82+
"react-addons-test-utils": "^15.5.0",
83+
"react-dom": "^15.5.0",
84+
"react-test-renderer": "^15.5.0",
8585
"react-transform-catch-errors": "^1.0.2",
8686
"react-transform-hmr": "^1.0.4",
8787
"redbox-react": "^1.3.2",
@@ -136,9 +136,9 @@
136136
"peerDependencies": {
137137
"classnames": "^2.2.0",
138138
"prop-types": "^15.5.7",
139-
"react": "^0.14 || ~15.4.0",
140-
"react-addons-css-transition-group": "^0.14.0 || ~15.4.0",
141-
"react-dom": "^0.14.0 || ~15.4.0"
139+
"react": "^15.5.0",
140+
"react-transition-group": "^1.1.3",
141+
"react-dom": "^15.5.0"
142142
},
143143
"pre-commit": "lint:staged"
144144
}

0 commit comments

Comments
 (0)