Merge pull request #173 from prymitive/dependabot/npm_and_yarn/ui/react-select-2.1.1

build(deps): bump react-select from 2.1.0 to 2.1.1 in /ui
This commit is contained in:
Łukasz Mierzwa
2018-10-24 18:45:27 +01:00
committed by GitHub
6 changed files with 5 additions and 14 deletions

View File

@@ -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"

View File

@@ -28,7 +28,6 @@ exports[`<CustomMultiSelect /> matches snapshot when focused 1`] = `
id=\\"react-select-4-input\\"
spellcheck=\\"false\\"
tabindex=\\"0\\"
theme=\\"[object Object]\\"
type=\\"text\\"
aria-autocomplete=\\"list\\"
style=\\"box-sizing: content-box; width: 2px; border: 0px; font-size: inherit; opacity: 1; outline: 0; padding: 0px;\\"
@@ -81,7 +80,6 @@ exports[`<CustomMultiSelect /> matches snapshot with a value 1`] = `
id=\\"react-select-5-input\\"
spellcheck=\\"false\\"
tabindex=\\"0\\"
theme=\\"[object Object]\\"
value
aria-autocomplete=\\"list\\"
style=\\"box-sizing:content-box;width:1px;background:0;border:0;font-size:inherit;opacity:1;outline:0;padding:0;color:inherit\\"
@@ -133,7 +131,6 @@ exports[`<CustomMultiSelect /> matches snapshot with defaults 1`] = `
id=\\"react-select-2-input\\"
spellcheck=\\"false\\"
tabindex=\\"0\\"
theme=\\"[object Object]\\"
value
aria-autocomplete=\\"list\\"
style=\\"box-sizing:content-box;width:1px;background:0;border:0;font-size:inherit;opacity:1;outline:0;padding:0;color:inherit\\"
@@ -186,7 +183,6 @@ exports[`<CustomMultiSelect /> matches snapshot with isDisabled=true 1`] = `
id=\\"react-select-7-input\\"
spellcheck=\\"false\\"
tabindex=\\"0\\"
theme=\\"[object Object]\\"
value
aria-autocomplete=\\"list\\"
style=\\"box-sizing:content-box;width:1px;background:0;border:0;font-size:inherit;opacity:1;outline:0;padding:0;color:inherit\\"
@@ -238,7 +234,6 @@ exports[`<CustomMultiSelect /> matches snapshot with isMulti=true 1`] = `
id=\\"react-select-3-input\\"
spellcheck=\\"false\\"
tabindex=\\"0\\"
theme=\\"[object Object]\\"
value
aria-autocomplete=\\"list\\"
style=\\"box-sizing:content-box;width:1px;background:0;border:0;font-size:inherit;opacity:1;outline:0;padding:0;color:inherit\\"
@@ -304,7 +299,6 @@ exports[`<CustomMultiSelect /> matches snapshot with isMulti=true and a value 1`
id=\\"react-select-6-input\\"
spellcheck=\\"false\\"
tabindex=\\"0\\"
theme=\\"[object Object]\\"
value
aria-autocomplete=\\"list\\"
style=\\"box-sizing:content-box;width:1px;background:0;border:0;font-size:inherit;opacity:1;outline:0;padding:0;color:inherit\\"

View File

@@ -67,7 +67,6 @@ exports[`<AlertManagerInput /> matches snapshot 1`] = `
id=\\"react-select-silence-input-alertmanagers-input\\"
spellcheck=\\"false\\"
tabindex=\\"0\\"
theme=\\"[object Object]\\"
value
aria-autocomplete=\\"list\\"
style=\\"box-sizing:content-box;width:1px;background:0;border:0;font-size:inherit;opacity:1;outline:0;padding:0;color:inherit\\"

View File

@@ -19,7 +19,6 @@ exports[`<LabelNameInput /> matches snapshot 1`] = `
id=\\"react-select-silence-input-label-name-1-input\\"
spellcheck=\\"false\\"
tabindex=\\"0\\"
theme=\\"[object Object]\\"
value
aria-autocomplete=\\"list\\"
style=\\"box-sizing:content-box;width:1px;background:0;border:0;font-size:inherit;opacity:1;outline:0;padding:0;color:inherit\\"

View File

@@ -32,7 +32,6 @@ exports[`<LabelValueInput /> matches snapshot 1`] = `
id=\\"react-select-silence-input-label-value-1-input\\"
spellcheck=\\"false\\"
tabindex=\\"0\\"
theme=\\"[object Object]\\"
value
aria-autocomplete=\\"list\\"
style=\\"box-sizing:content-box;width:1px;background:0;border:0;font-size:inherit;opacity:1;outline:0;padding:0;color:inherit\\"

View File

@@ -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"