From e8a4da053837a4fcdab696b9322be683ee28a299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 22 Nov 2018 08:01:24 +0000 Subject: [PATCH] build(deps): bump react-select from 2.1.1 to 2.1.2 in /ui Bumps [react-select](https://github.com/JedWatson/react-select) from 2.1.1 to 2.1.2. - [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/compare/v2.1.1...v2.1.2) 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 ce5a1e0e5..61e9898bc 100644 --- a/ui/package.json +++ b/ui/package.json @@ -43,7 +43,7 @@ "react-popper": "1.3.0", "react-resize-detector": "3.2.0", "react-scripts": "2.1.1", - "react-select": "2.1.1", + "react-select": "2.1.2", "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 7e4781037..4b2d674d8 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -9373,10 +9373,10 @@ react-scripts@2.1.1: optionalDependencies: fsevents "1.2.4" -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== +react-select@2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/react-select/-/react-select-2.1.2.tgz#7a3e4c2b9efcd8c44ae7cf6ebb8b060ef69c513c" + integrity sha512-+ceiz2KwIeEBxT/PgAXBIGohLXfa9YhkfwFSHMlqpTL55JYvjhgkGoBxoasGcMGeQ49J3RhAKZDD+x6ZHKmj6g== dependencies: classnames "^2.2.5" emotion "^9.1.2"