mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 00:41:05 +08:00
Merge pull request #5867 from SimenB/patch-3
fix: move `react-select` dependency to 2.2
This commit is contained in:
commit
578a52e967
@ -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": "*"
|
||||
|
@ -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==
|
||||
|
Loading…
x
Reference in New Issue
Block a user