From 50093f3c1243a7e60b0b9592ffb19ca510a8dc29 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Fri, 7 Jun 2019 03:34:36 +0000 Subject: [PATCH] Update react requirement from ^15.3.1 to ^16.8.6 Updates the requirements on [react](https://github.com/facebook/react/tree/HEAD/packages/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.8.6/packages/react) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0083bc0e4d9a..5e59f834a399 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "object-path": "^0.11.2", "opencollective": "^1.0.3", "query-string": "^4.2.3", - "react": "^15.3.1", + "react": "^16.8.6", "react-dom": "^15.3.1", "whatwg-fetch": "^1.0.0" },