Update dependency react-select to v5

This commit is contained in:
Renovate Bot 2021-09-24 00:38:41 +00:00
parent d4149ff148
commit 63da00532e
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 13 additions and 6 deletions

View file

@ -68,7 +68,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "7.2.5",
"react-select": "4.3.1",
"react-select": "5.0.0",
"redux": "4.1.1",
"redux-thunk": "2.3.0",
"remote-redux-devtools": "0.5.16",

View file

@ -2202,6 +2202,13 @@
dependencies:
"@types/react" "*"
"@types/react-transition-group@^4.4.0":
version "4.4.3"
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.3.tgz#b0994da0a7023d67dbb4a8910a62112bc00d5688"
integrity sha512-fUx5muOWSYP8Bw2BUQ9M9RK9+W1XBK/7FLJ8PTQpnpTEkn0ccyMffyEQvan4C3h53gHdx7KE5Qrxi/LnUGQtdg==
dependencies:
"@types/react" "*"
"@types/react@*":
version "17.0.19"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.19.tgz#8f2a85e8180a43b57966b237d26a29481dacc991"
@ -8955,17 +8962,17 @@ react-redux@^7.2.1:
prop-types "^15.7.2"
react-is "^16.13.1"
react-select@4.3.1:
version "4.3.1"
resolved "https://registry.yarnpkg.com/react-select/-/react-select-4.3.1.tgz#389fc07c9bc7cf7d3c377b7a05ea18cd7399cb81"
integrity sha512-HBBd0dYwkF5aZk1zP81Wx5UsLIIT2lSvAY2JiJo199LjoLHoivjn9//KsmvQMEFGNhe58xyuOITjfxKCcGc62Q==
react-select@5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.0.0.tgz#356c0bc20659445bc00104f3aba7350f544fef72"
integrity sha512-5a6+Xj9J39OSbZQFPN7YdtRc1qvoXqqoJEIMaGICfLl8QJW56YQmJUr1zfqn+2fVmQomYqCdOHHMmM8sHzj+ZQ==
dependencies:
"@babel/runtime" "^7.12.0"
"@emotion/cache" "^11.4.0"
"@emotion/react" "^11.1.1"
"@types/react-transition-group" "^4.4.0"
memoize-one "^5.0.0"
prop-types "^15.6.0"
react-input-autosize "^3.0.0"
react-transition-group "^4.3.0"
react-select@^3.1.0: