From 19277f9b84025a79af2d90f160de0a25fb209d7b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Oct 2020 13:32:49 +0000 Subject: [PATCH] Bump react from 16.13.1 to 16.14.0 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-preview[bot] --- example-electron-5/package.json | 2 +- example-electron-6/package.json | 2 +- example-electron-7/package.json | 2 +- example-electron-8/package.json | 2 +- example-electron-9/package.json | 2 +- yarn.lock | 8 ++++---- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/example-electron-5/package.json b/example-electron-5/package.json index d8af6cd..df7b43a 100644 --- a/example-electron-5/package.json +++ b/example-electron-5/package.json @@ -11,7 +11,7 @@ "@types/react": "^16.9.23", "@types/react-dom": "^16.9.5", "electron": "^5.0.0", - "react": "^16.13.0", + "react": "^16.14.0", "react-dom": "^16.13.0" } } diff --git a/example-electron-6/package.json b/example-electron-6/package.json index fdacc63..7995246 100644 --- a/example-electron-6/package.json +++ b/example-electron-6/package.json @@ -11,7 +11,7 @@ "@types/react": "^16.9.23", "@types/react-dom": "^16.9.5", "electron": "^6.0.0", - "react": "^16.13.0", + "react": "^16.14.0", "react-dom": "^16.13.0" } } diff --git a/example-electron-7/package.json b/example-electron-7/package.json index 1d86d33..c7a021d 100644 --- a/example-electron-7/package.json +++ b/example-electron-7/package.json @@ -11,7 +11,7 @@ "@types/react": "^16.9.23", "@types/react-dom": "^16.9.5", "electron": "^7.0.0", - "react": "^16.13.0", + "react": "^16.14.0", "react-dom": "^16.13.0" } } diff --git a/example-electron-8/package.json b/example-electron-8/package.json index 81975c8..1a6c742 100644 --- a/example-electron-8/package.json +++ b/example-electron-8/package.json @@ -11,7 +11,7 @@ "@types/react": "^16.9.23", "@types/react-dom": "^16.9.5", "electron": "^8.0.0", - "react": "^16.13.0", + "react": "^16.14.0", "react-dom": "^16.13.0" } } diff --git a/example-electron-9/package.json b/example-electron-9/package.json index 36843a4..637510f 100644 --- a/example-electron-9/package.json +++ b/example-electron-9/package.json @@ -11,7 +11,7 @@ "@types/react": "^16.9.23", "@types/react-dom": "^16.9.5", "electron": "^9.0.0", - "react": "^16.13.0", + "react": "^16.14.0", "react-dom": "^16.13.0" } } diff --git a/yarn.lock b/yarn.lock index 1c928f7..4f0841e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1117,10 +1117,10 @@ react-is@^16.8.1: resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== -react@^16.13.0: - 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"