From 78af079381686e17025e9af0f91b15127a5620dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 28 Dec 2018 06:14:17 +0000 Subject: [PATCH] chore(deps-dev): update react requirement from 15.5.x to 15.6.x 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/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 1054d45..5e9596d 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "pre-commit": "1.x", "rc-test": "6.x", "rc-tools": "6.x", - "react": "15.5.x", + "react": "15.6.x", "react-dom": "15.5.x", "react-native": "~0.42.0", "react-native-index-page": "~0.2.0"