buildo / react-components

Collection of general React components used in buildo projects.
http://react-components.buildo.io/
MIT License
157 stars 21 forks source link

revert to single `lodash` dep #1050

Closed FrancescoCioria closed 7 years ago

FrancescoCioria commented 7 years ago

requirements

having granular lodash imports doesn't solve the problems with TS: we still have to do import x = require('x') -> let's revert to a single lodash dep

specs

{optional: describe technical specs to implement this feature, if not obvious}

misc

{optional: other useful info}