From afba7eae8edf4b13631696cf98ca600ef735a2ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 24 Oct 2018 03:42:26 +0000 Subject: [PATCH] build(deps): bump react-select from 2.1.0 to 2.1.1 in /ui Bumps [react-select](https://github.com/JedWatson/react-select) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/JedWatson/react-select/releases) - [Changelog](https://github.com/JedWatson/react-select/blob/master/.sweet-changelogs.js) - [Commits](https://github.com/JedWatson/react-select/commits) Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index f38d55edc..b3c56a3db 100644 --- a/ui/package.json +++ b/ui/package.json @@ -43,7 +43,7 @@ "react-popper": "1.0.2", "react-resize-detector": "3.1.3", "react-scripts": "2.0.5", - "react-select": "2.1.0", + "react-select": "2.1.1", "react-tippy": "1.2.3", "react-transition-group": "2.5.0", "whatwg-fetch": "3.0.0" diff --git a/ui/yarn.lock b/ui/yarn.lock index 04a807c95..8d88b1f2a 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -9272,10 +9272,10 @@ react-scripts@2.0.5: optionalDependencies: fsevents "1.2.4" -react-select@2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/react-select/-/react-select-2.1.0.tgz#95977a763b14f2fc42255a510acd73bef9561f7d" - integrity sha512-3SdRAKX64hNzDF/DT1J1Ei3fIoQlLMkMJuB3yOY6oOYwl2A9SFJMsqXLgsveiu7UGrdo+4lyZi3mSqvw8qeGMA== +react-select@2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/react-select/-/react-select-2.1.1.tgz#762d0babd8c7c46a944db51cbb72e4ee117253f9" + integrity sha512-ukie2LJStNfJEJ7wtqA+crAfzYpkpPr86urvmJGisECwsWJob9boCM4zjmKCi5QR7G8uY9+v7ZoliJpeCz/4xw== dependencies: classnames "^2.2.5" emotion "^9.1.2"