Skip to content

Commit

Permalink
Merge pull request #5867 from SimenB/patch-3
Browse files Browse the repository at this point in the history
fix: move `react-select` dependency to 2.2
  • Loading branch information
ndelangen committed Mar 5, 2019
2 parents c79dae4 + d49697b commit 578a52e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/knobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand Down

1 comment on commit 578a52e

@vercel
Copy link

@vercel vercel bot commented on 578a52e Mar 5, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Builds rate limit exceeded (0 of 100 remaining). Try again in 24h

Please sign in to comment.