From 82ea0a1ddd0ba036c4fab436807534756c1f5d4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 12 Feb 2019 13:14:43 +0000 Subject: [PATCH] Update react requirement from 0.14.0 to 0.14.9 Updates the requirements on [react](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) 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..82f3cf0 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "gulp-util": "3.0.7", "history": "1.17.0", "install": "0.1.8", - "react": "0.14.0", + "react": "0.14.9", "react-addons-css-transition-group": "0.14.0", "react-catalyst": "0.3.0", "react-dom": "0.14.0",