Merge pull request #5867 from SimenB/patch-3

fix: move `react-select` dependency to 2.2
This commit is contained in:
Norbert de Langen 2019-03-05 10:50:25 +01:00 committed by GitHub
commit 578a52e967
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
"qs": "^6.5.2",
"react-color": "^2.17.0",
"react-lifecycles-compat": "^3.0.4",
"react-select": "^2.3.0"
"react-select": "^2.2.0"
},
"peerDependencies": {
"react": "*"

View File

@ -18872,7 +18872,7 @@ react-scripts@^2.1.3:
optionalDependencies:
fsevents "1.2.4"
react-select@^2.3.0:
react-select@^2.2.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/react-select/-/react-select-2.3.0.tgz#990429622445eb2b4a6e985b8069fe7d498cae91"
integrity sha512-CD3jyZs5lwy/CHW3SdYU1d1FtmJxgvVPdKMwEE8dD6MyNANFtvW95P/V20StPsPppFY7oePv/i2Mun2C2+WgTA==