From ebbcd6c9f0edc51bb52962c14642072bb767393b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2019 10:07:56 +0000 Subject: [PATCH] Bump react from 16.10.2 to 16.11.0 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.10.2 to 16.11.0. - [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.11.0/packages/react) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a2f7fab2..e88a2074 100644 --- a/package.json +++ b/package.json @@ -258,7 +258,7 @@ "ora": "4.0.2", "parse-url": "5.0.1", "php-escape-shell": "1.0.0", - "react": "16.10.2", + "react": "16.11.0", "react-deep-force-update": "2.1.3", "react-dom": "16.10.2", "react-redux": "7.1.1", diff --git a/yarn.lock b/yarn.lock index c3c368e2..4487ebd3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6720,10 +6720,10 @@ react-redux@7.1.1: prop-types "^15.7.2" react-is "^16.9.0" -react@16.10.2: - version "16.10.2" - resolved "https://registry.yarnpkg.com/react/-/react-16.10.2.tgz#a5ede5cdd5c536f745173c8da47bda64797a4cf0" - integrity sha512-MFVIq0DpIhrHFyqLU0S3+4dIcBhhOvBE8bJ/5kHPVOVaGdo0KuiQzpcjCPsf585WvhypqtrMILyoE2th6dT+Lw== +react@16.11.0: + version "16.11.0" + resolved "https://registry.yarnpkg.com/react/-/react-16.11.0.tgz#d294545fe62299ccee83363599bf904e4a07fdbb" + integrity sha512-M5Y8yITaLmU0ynd0r1Yvfq98Rmll6q8AxaEe88c8e7LxO8fZ2cNgmFt0aGAS9wzf1Ao32NKXtCl+/tVVtkxq6g== dependencies: loose-envify "^1.1.0" object-assign "^4.1.1"