From 91ca69b72811088e6902c2bd23020ab49f67b0d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Oct 2020 08:41:07 +0100 Subject: [PATCH] Bump react from 16.13.1 to 16.14.0 (#684) Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.13.1 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[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6fde7041..79d4e378 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@docusaurus/preset-classic": "^2.0.0-alpha.65", "@docusaurus/core": "^2.0.0-alpha.64", "classnames": "^2.2.6", - "react": "^16.13.1", + "react": "^16.14.0", "react-dom": "^16.13.1" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index e4869f51..e880007a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8531,10 +8531,10 @@ react-toggle@^4.1.1: dependencies: classnames "^2.2.5" -react@^16.13.1: - version "16.13.1" - resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e" - integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w== +react@^16.14.0: + version "16.14.0" + resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d" + integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g== dependencies: loose-envify "^1.1.0" object-assign "^4.1.1"