From 72fad5354b3ab0dd43f6d2266ebe847001f53025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2019 08:28:52 +0000 Subject: [PATCH] Bump react-dom in /examples/django-auth-with-react/frontend Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.2.0 to 16.2.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/HEAD/packages/react-dom) Signed-off-by: dependabot[bot] --- examples/django-auth-with-react/frontend/package.json | 2 +- examples/django-auth-with-react/frontend/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/django-auth-with-react/frontend/package.json b/examples/django-auth-with-react/frontend/package.json index cf569a0..6c692b8 100644 --- a/examples/django-auth-with-react/frontend/package.json +++ b/examples/django-auth-with-react/frontend/package.json @@ -36,7 +36,7 @@ "raf": "3.4.0", "react": "^16.2.0", "react-dev-utils": "^5.0.0", - "react-dom": "^16.2.0", + "react-dom": "^16.2.1", "react-redux": "^5.0.6", "react-router-dom": "^4.2.2", "redux-logger": "^3.0.6", diff --git a/examples/django-auth-with-react/frontend/yarn.lock b/examples/django-auth-with-react/frontend/yarn.lock index ac94658..85e217d 100644 --- a/examples/django-auth-with-react/frontend/yarn.lock +++ b/examples/django-auth-with-react/frontend/yarn.lock @@ -5174,9 +5174,9 @@ react-dev-utils@^5.0.0: strip-ansi "3.0.1" text-table "0.2.0" -react-dom@^16.2.0: - version "16.2.0" - resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.2.0.tgz#69003178601c0ca19b709b33a83369fe6124c044" +react-dom@^16.2.1: + version "16.2.1" + resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.2.1.tgz#5cfb32f66267ece7b3850466bf3b219d4911fc1a" dependencies: fbjs "^0.8.16" loose-envify "^1.1.0"