components
components copied to clipboard
Update dependencies
Overview:
react-onclickoutside was included here as part of a temporary fix: https://github.com/Clever/components/pull/176
And the temp fix was reverted here: https://github.com/Clever/components/pull/276 but I forgot to remove it as a dependency.
Testing:
- [ ] Unit tests
- Manual tests:
- [ ] Chrome
- [ ] Safari
- [ ] IE10
Roll Out:
- Before merging:
- [ ] Updated docs
- [ ] Bumped version in
package.json- Breaking change? Run
npm version minor - Backward compatible change? Run
npm version patch - Only changing documentation? All good. Skip this step.
- Breaking change? Run
- After merging:
- [ ] Deployed updated docs (
make deploy-docs)
- [ ] Deployed updated docs (