From 52c39c8d30ffb1436ac3cca9bd0321204fbb1c00 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Oct 2020 04:50:17 +0000 Subject: [PATCH] build(deps): bump react from 16.10.2 to 16.14.0 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.10.2 to 16.14.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.14.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..b160e61 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.14.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..27dd860 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.14.0: + version "16.14.0" + resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d" dependencies: loose-envify "^1.1.0" object-assign "^4.1.1"