From d641d76e68abfd22ce56df6bd575a1c134c69dce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 10 Oct 2018 20:04:17 +0000 Subject: [PATCH] Update react requirement from 0.14.0 to 16.5.2 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/v16.5.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..54211ed 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": "16.5.2", "react-addons-css-transition-group": "0.14.0", "react-catalyst": "0.3.0", "react-dom": "0.14.0",