From e1257cde4d71d83669e773add851db9cc38ac26c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2020 10:43:56 +0000 Subject: [PATCH] Bump react from 16.9.0 to 16.13.0 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.9.0 to 16.13.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.13.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 626d67b..6822d9c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@types/react": "16.9.1", "@types/react-dom": "16.8.5", "google-protobuf": "^3.9.1", - "react": "^16.9.0", + "react": "^16.13.0", "react-dom": "^16.9.0", "react-scripts": "3.0.1", "typescript": "3.5.3" diff --git a/yarn.lock b/yarn.lock index 831283c..758ef62 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7995,10 +7995,10 @@ react-scripts@3.0.1: optionalDependencies: fsevents "2.0.6" -react@^16.9.0: - version "16.9.0" - resolved "https://registry.yarnpkg.com/react/-/react-16.9.0.tgz#40ba2f9af13bc1a38d75dbf2f4359a5185c4f7aa" - integrity sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w== +react@^16.13.0: + version "16.13.0" + resolved "https://registry.yarnpkg.com/react/-/react-16.13.0.tgz#d046eabcdf64e457bbeed1e792e235e1b9934cf7" + integrity sha512-TSavZz2iSLkq5/oiE7gnFzmURKZMltmi193rm5HEoUDAXpzT9Kzw6oNZnGoai/4+fUnm7FqS5dwgUL34TujcWQ== dependencies: loose-envify "^1.1.0" object-assign "^4.1.1"