From e931241e2fe301f0ead39645a1d26a0549458d75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 23 Oct 2018 23:47:31 +0000 Subject: [PATCH] build(deps): bump react from 16.5.2 to 16.6.0 in /ui Bumps [react](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 | 18 +++++++++++++----- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/ui/package.json b/ui/package.json index 9485335ba..43e504b7a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -27,7 +27,7 @@ "object-hash": "1.3.0", "prop-types": "15.6.2", "qs": "6.5.2", - "react": "16.5.2", + "react": "16.6.0", "react-autosuggest": "9.4.2", "react-datepicker": "1.7.0", "react-dom": "16.5.2", diff --git a/ui/yarn.lock b/ui/yarn.lock index 0d5a30f64..ae9aa59fd 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -9319,15 +9319,15 @@ react-transition-group@2.5.0, react-transition-group@^2.2.1: prop-types "^15.6.2" react-lifecycles-compat "^3.0.4" -"react@15.x.x - 16.x.x", react@16.5.2: - version "16.5.2" - resolved "https://registry.yarnpkg.com/react/-/react-16.5.2.tgz#19f6b444ed139baa45609eee6dc3d318b3895d42" - integrity sha512-FDCSVd3DjVTmbEAjUNX6FgfAmQ+ypJfHUsqUJOYNCBUp1h8lqmtC+0mXJ+JjsWx4KAVTkk1vKd1hLQPvEviSuw== +"react@15.x.x - 16.x.x", react@16.6.0: + version "16.6.0" + resolved "https://registry.yarnpkg.com/react/-/react-16.6.0.tgz#b34761cfaf3e30f5508bc732fb4736730b7da246" + integrity sha512-zJPnx/jKtuOEXCbQ9BKaxDMxR0001/hzxXwYxG8septeyYGfsgAei6NgfbVgOhbY1WOP2o3VPs/E9HaN+9hV3Q== dependencies: loose-envify "^1.1.0" object-assign "^4.1.1" prop-types "^15.6.2" - schedule "^0.5.0" + scheduler "^0.10.0" read-pkg-up@^1.0.1: version "1.0.1" @@ -9867,6 +9867,14 @@ schedule@^0.5.0: dependencies: object-assign "^4.1.1" +scheduler@^0.10.0: + version "0.10.0" + resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.10.0.tgz#7988de90fe7edccc774ea175a783e69c40c521e1" + integrity sha512-+TSTVTCBAA3h8Anei3haDc1IRwMeDmtI/y/o3iBe3Mjl2vwYF9DtPDt929HyRmV/e7au7CLu8sc4C4W0VOs29w== + dependencies: + loose-envify "^1.1.0" + object-assign "^4.1.1" + schema-utils@^0.4.4, schema-utils@^0.4.5: version "0.4.7" resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.7.tgz#ba74f597d2be2ea880131746ee17d0a093c68187"