fix(deps): update dependency react-select to v3.1.1

This commit is contained in:
Renovate Bot
2020-11-23 07:58:17 +00:00
committed by Łukasz Mierzwa
parent 5284ffff00
commit 60f64ad8c9
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -17869,9 +17869,9 @@
}
},
"react-select": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/react-select/-/react-select-3.1.0.tgz",
"integrity": "sha512-wBFVblBH1iuCBprtpyGtd1dGMadsG36W5/t2Aj8OE6WbByDg5jIFyT7X5gT+l0qmT5TqWhxX+VsKJvCEl2uL9g==",
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/react-select/-/react-select-3.1.1.tgz",
"integrity": "sha512-HjC6jT2BhUxbIbxMZWqVcDibrEpdUJCfGicN0MMV+BQyKtCaPTgFekKWiOizSCy4jdsLMGjLqcFGJMhVGWB0Dg==",
"requires": {
"@babel/runtime": "^7.4.4",
"@emotion/cache": "^10.0.9",

View File

@@ -74,7 +74,7 @@
"react-media-hook": "0.4.7",
"react-popper": "2.2.4",
"react-scripts": "3.4.4",
"react-select": "3.1.0",
"react-select": "3.1.1",
"react-transition-group": "4.4.1",
"typeface-open-sans": "1.1.13",
"typescript": "4.1.2",