fix(deps): update dependency react-select to v4.3.0 (#283)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-03-21 21:34:04 +09:00 committed by GitHub
parent e9f58139ec
commit 508329f8c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -45,7 +45,7 @@
"react-dom": "17.0.1", "react-dom": "17.0.1",
"react-hotkeys": "2.0.0", "react-hotkeys": "2.0.0",
"react-responsive-modal": "6.0.1", "react-responsive-modal": "6.0.1",
"react-select": "4.2.1", "react-select": "4.3.0",
"react-showdown": "2.1.0", "react-showdown": "2.1.0",
"react-sortable-hoc": "2.0.0", "react-sortable-hoc": "2.0.0",
"react-use-clipboard": "1.0.7", "react-use-clipboard": "1.0.7",

View File

@ -6752,10 +6752,10 @@ react-responsive-modal@6.0.1:
body-scroll-lock "^3.1.5" body-scroll-lock "^3.1.5"
classnames "^2.2.6" classnames "^2.2.6"
react-select@4.2.1: react-select@4.3.0:
version "4.2.1" version "4.3.0"
resolved "https://registry.yarnpkg.com/react-select/-/react-select-4.2.1.tgz#15c4837dffc1c23e91b7fde606c468cc10000a06" resolved "https://registry.yarnpkg.com/react-select/-/react-select-4.3.0.tgz#6bde634ae7a378b49f3833c85c126f533483fa2e"
integrity sha512-JwwZjsR10AD5RXmx4iEkN0Ndim/uSaQ8j8cxMwOg8SJFeyXwu/m+sdSQ0ds0AWFm7hhXG9kusC3CQ/s4UNcOIg== integrity sha512-SBPD1a3TJqE9zoI/jfOLCAoLr/neluaeokjOixr3zZ1vHezkom8K0A9J4QG9IWDqIDE9K/Mv+0y1GjidC2PDtQ==
dependencies: dependencies:
"@babel/runtime" "^7.12.0" "@babel/runtime" "^7.12.0"
"@emotion/cache" "^11.0.0" "@emotion/cache" "^11.0.0"