From f23bbe8695c17074952c1a24b4a79e3fa9ee0c4f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 06:16:22 +0000 Subject: [PATCH] build(deps): 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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index dfc195c..ccbab86 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@material-ui/core": "^4.5.0", "axios": "^0.19.0", "node-sass": "^4.12.0", - "react": "^16.10.2", + "react": "^16.11.0", "react-dom": "^16.10.1", "react-redux": "^7.1.1", "react-router-dom": "^5.1.2", diff --git a/yarn.lock b/yarn.lock index 5c86b11..e6ea5c5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8079,9 +8079,9 @@ react-transition-group@^4.3.0: loose-envify "^1.4.0" prop-types "^15.6.2" -react@^16.10.2: - version "16.10.2" - resolved "https://registry.yarnpkg.com/react/-/react-16.10.2.tgz#a5ede5cdd5c536f745173c8da47bda64797a4cf0" +react@^16.11.0: + version "16.11.0" + resolved "https://registry.yarnpkg.com/react/-/react-16.11.0.tgz#d294545fe62299ccee83363599bf904e4a07fdbb" dependencies: loose-envify "^1.1.0" object-assign "^4.1.1"