From d6dea514ccbf4d2ab47666906d1ec7e038f26e22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 11 Oct 2018 13:18:52 +0000 Subject: [PATCH] Update react-addons-css-transition-group requirement Updates the requirements on [react-addons-css-transition-group](https://github.com/facebook/react) to permit the latest version. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v15.6.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9d6667..11e8ac0 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "history": "1.17.0", "install": "0.1.8", "react": "0.14.0", - "react-addons-css-transition-group": "0.14.0", + "react-addons-css-transition-group": "15.6.2", "react-catalyst": "0.3.0", "react-dom": "0.14.0", "react-mixin": "^3.0.3",