From 7e2446d0a11d7fbbd6ef1e9c79683e969fadcdf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 24 Oct 2018 06:10:45 +0000 Subject: [PATCH] build(deps): bump react-dom from 16.5.2 to 16.6.0 in /ui Bumps [react-dom](https://github.com/facebook/react) from 16.5.2 to 16.6.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/compare/v16.5.2...v16.6.0) Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- ui/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/package.json b/ui/package.json index 43e504b7a..f38d55edc 100644 --- a/ui/package.json +++ b/ui/package.json @@ -30,7 +30,7 @@ "react": "16.6.0", "react-autosuggest": "9.4.2", "react-datepicker": "1.7.0", - "react-dom": "16.5.2", + "react-dom": "16.6.0", "react-highlighter": "0.4.3", "react-idle-timer": "4.0.9", "react-input-range": "1.3.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index ae9aa59fd..04a807c95 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -9088,15 +9088,15 @@ react-dev-utils@^6.0.5: strip-ansi "4.0.0" text-table "0.2.0" -react-dom@16.5.2: - version "16.5.2" - resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.5.2.tgz#b69ee47aa20bab5327b2b9d7c1fe2a30f2cfa9d7" - integrity sha512-RC8LDw8feuZOHVgzEf7f+cxBr/DnKdqp56VU0lAs1f4UfKc4cU8wU4fTq/mgnvynLQo8OtlPC19NUFh/zjZPuA== +react-dom@16.6.0: + version "16.6.0" + resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.6.0.tgz#6375b8391e019a632a89a0988bce85f0cc87a92f" + integrity sha512-Stm2D9dXEUUAQdvpvhvFj/DEXwC2PAL/RwEMhoN4dvvD2ikTlJegEXf97xryg88VIAU22ZAP7n842l+9BTz6+w== dependencies: loose-envify "^1.1.0" object-assign "^4.1.1" prop-types "^15.6.2" - schedule "^0.5.0" + scheduler "^0.10.0" react-error-overlay@^5.0.5: version "5.0.5"