From 2981da40949c9efc093b2118d423cd93ca0fa24b Mon Sep 17 00:00:00 2001 From: Gabriel Villenave Date: Mon, 22 May 2017 09:30:39 -0700 Subject: [PATCH] Updated dependencies (#1448) --- components/date_picker/Calendar.js | 2 +- components/time_picker/Clock.js | 2 +- docs/package.json | 4 ++-- package.json | 18 +++++++++--------- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/components/date_picker/Calendar.js b/components/date_picker/Calendar.js index 360f9cb0..2be22871 100644 --- a/components/date_picker/Calendar.js +++ b/components/date_picker/Calendar.js @@ -1,6 +1,6 @@ import React, { Component } from 'react'; import PropTypes from 'prop-types'; -import CssTransitionGroup from 'react-addons-css-transition-group'; +import CssTransitionGroup from 'react-transition-group/CSSTransitionGroup'; import { range, getAnimationModule } from '../utils/utils'; import time from '../utils/time'; import CalendarMonth from './CalendarMonth'; diff --git a/components/time_picker/Clock.js b/components/time_picker/Clock.js index b8a4fef6..e256fc42 100644 --- a/components/time_picker/Clock.js +++ b/components/time_picker/Clock.js @@ -1,6 +1,6 @@ import React, { Component } from 'react'; import PropTypes from 'prop-types'; -import CssTransitionGroup from 'react-addons-css-transition-group'; +import CssTransitionGroup from 'react-transition-group/CSSTransitionGroup'; import { getAnimationModule } from '../utils/utils'; import time from '../utils/time'; import Hours from './ClockHours'; diff --git a/docs/package.json b/docs/package.json index 5d393b31..b8353474 100644 --- a/docs/package.json +++ b/docs/package.json @@ -13,9 +13,9 @@ "classnames": "^2.2.5", "codemirror": "^5.14.2", "history": "^2.1.1", - "react": "^15.2.0", + "react": "^15.5.0", "react-css-themr": "^1.2.0", - "react-dom": "^15.2.0", + "react-dom": "^15.5.0", "react-router": "^2.4.0" }, "devDependencies": { diff --git a/package.json b/package.json index ee22066f..dbbcb2a7 100644 --- a/package.json +++ b/package.json @@ -29,9 +29,9 @@ "classnames": "^2.2.5", "core-js": "^2.4.0", "ramda": "^0.23.0", - "react-addons-css-transition-group": "^15.4.2", "react-css-themr": "^1.7.2", - "react-style-proptype": "^2.0.0" + "react-style-proptype": "^2.0.0", + "react-transition-group": "^1.1.3" }, "devDependencies": { "babel-cli": "^6.22.2", @@ -78,10 +78,10 @@ "postcss-reporter": "^3.0.0", "pre-commit": "^1.2.2", "prop-types": "^15.5.7", - "react": "^15.4.2", - "react-addons-test-utils": "^15.4.2", - "react-dom": "^15.4.2", - "react-test-renderer": "^15.4.2", + "react": "^15.5.0", + "react-addons-test-utils": "^15.5.0", + "react-dom": "^15.5.0", + "react-test-renderer": "^15.5.0", "react-transform-catch-errors": "^1.0.2", "react-transform-hmr": "^1.0.4", "redbox-react": "^1.3.2", @@ -136,9 +136,9 @@ "peerDependencies": { "classnames": "^2.2.0", "prop-types": "^15.5.7", - "react": "^0.14 || ~15.4.0", - "react-addons-css-transition-group": "^0.14.0 || ~15.4.0", - "react-dom": "^0.14.0 || ~15.4.0" + "react": "^15.5.0", + "react-transition-group": "^1.1.3", + "react-dom": "^15.5.0" }, "pre-commit": "lint:staged" }