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

This commit is contained in:
Renovate Bot
2019-09-20 06:14:13 +00:00
committed by renovate[bot]
parent 9452c2e1ba
commit dc5d6ddb84
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -15013,9 +15013,9 @@
}
},
"react-select": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/react-select/-/react-select-3.0.4.tgz",
"integrity": "sha512-fbVISKa/lSUlLsltuatfUiKcWCNvdLXxFFyrzVQCBUsjxJZH/m7UMPdw/ywmRixAmwXAP++MdbNNZypOsiDEfA==",
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/react-select/-/react-select-3.0.5.tgz",
"integrity": "sha512-2tBXZ1XSqbk2boMUzSmKXwGl/6W46VkSMSLMy+ShccOVyD1kDTLPwLX7lugISkRMmL0v5BcLtriXOLfYwO0otw==",
"requires": {
"@babel/runtime": "^7.4.4",
"@emotion/cache": "^10.0.9",

View File

@@ -48,7 +48,7 @@
"react-resize-detector": "4.2.1",
"react-reveal": "1.2.2",
"react-scripts": "3.1.2",
"react-select": "3.0.4",
"react-select": "3.0.5",
"react-tippy": "1.2.3",
"react-transition-group": "4.3.0",
"react-truncate": "2.4.0",