From ab45245fff7cb57f1ecb6d9c13f82810d89a7ada Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 06:19:09 +0000 Subject: [PATCH] Bump react from 16.8.4 to 16.10.1 in /frontend Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.8.4 to 16.10.1. - [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.10.1/packages/react) Signed-off-by: dependabot-preview[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index fae59350..bea00938 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "history": "^4.7.2", - "react": "^16.8.4", + "react": "^16.10.1", "react-dom": "^16.8.4", "react-router-dom": "^4.3.1", "react-scripts": "2.1.8", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 12b3bb27..69616363 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -8080,15 +8080,14 @@ react-scripts@2.1.8: optionalDependencies: fsevents "1.2.4" -react@^16.8.4: - version "16.8.4" - resolved "https://registry.yarnpkg.com/react/-/react-16.8.4.tgz#fdf7bd9ae53f03a9c4cd1a371432c206be1c4768" - integrity sha512-0GQ6gFXfUH7aZcjGVymlPOASTuSjlQL4ZtVC5YKH+3JL6bBLCVO21DknzmaPlI90LN253ojj02nsapy+j7wIjg== +react@^16.10.1: + version "16.10.1" + resolved "https://registry.yarnpkg.com/react/-/react-16.10.1.tgz#967c1e71a2767dfa699e6ba702a00483e3b0573f" + integrity sha512-2bisHwMhxQ3XQz4LiJJwG3360pY965pTl/MRrZYxIBKVj4fOHoDs5aZAkYXGxDRO1Li+SyjTAilQEbOmtQJHzA== dependencies: loose-envify "^1.1.0" object-assign "^4.1.1" prop-types "^15.6.2" - scheduler "^0.13.4" read-pkg-up@^1.0.1: version "1.0.1"