components icon indicating copy to clipboard operation
components copied to clipboard

Update dependencies

Open prime-time opened this issue 7 years ago • 0 comments

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.
  • After merging:
    • [ ] Deployed updated docs (make deploy-docs)

prime-time avatar May 05 '18 04:05 prime-time