diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-12-30 00:05:30 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-30 00:05:30 +0900 |
commit | 80120f18b9e1d6bc6a7cd4ec2798b2de9e78d80d (patch) | |
tree | f7808dd20f0b46e736abe27c7f47e9d247e4fe1b | |
parent | d39de20e4f1402d9d32521354ce1f9627231ee84 (diff) |
Bump react-select from 3.1.0 to 3.1.1 (#15246)
Bumps [react-select](https://github.com/JedWatson/react-select) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/JedWatson/react-select/releases) - [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/JedWatson/react-select/compare/react-select@3.1.0...react-select@3.1.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index bc326aab2..b68f7cbc1 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "react-redux-loading-bar": "^4.0.8", "react-router-dom": "^4.1.1", "react-router-scroll-4": "^1.0.0-beta.1", - "react-select": "^3.1.0", + "react-select": "^3.1.1", "react-sparklines": "^1.7.0", "react-swipeable-views": "^0.13.9", "react-textarea-autosize": "^8.3.0", diff --git a/yarn.lock b/yarn.lock index 1abb91e11..7ec3d4666 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8841,10 +8841,10 @@ react-router@^4.3.1: prop-types "^15.6.1" warning "^4.0.1" -react-select@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/react-select/-/react-select-3.1.0.tgz#ab098720b2e9fe275047c993f0d0caf5ded17c27" - integrity sha512-wBFVblBH1iuCBprtpyGtd1dGMadsG36W5/t2Aj8OE6WbByDg5jIFyT7X5gT+l0qmT5TqWhxX+VsKJvCEl2uL9g== +react-select@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/react-select/-/react-select-3.1.1.tgz#156a5b4a6c22b1e3d62a919cb1fd827adb4060bc" + integrity sha512-HjC6jT2BhUxbIbxMZWqVcDibrEpdUJCfGicN0MMV+BQyKtCaPTgFekKWiOizSCy4jdsLMGjLqcFGJMhVGWB0Dg== dependencies: "@babel/runtime" "^7.4.4" "@emotion/cache" "^10.0.9" |