hyojin / material-ui-datatables

An another React Data tables component.
MIT License
165 stars 58 forks source link

peer dependency material-ui #77

Open gugurete opened 6 years ago

gugurete commented 6 years ago

Would it be possible to include material ui as a peer dependency instead of a regular dependency ? So that users of material-ui-datatables won't ship duplicated versions of the material-ui packages. (eg. version 1.20.0 as per latest material ui, and version 1.18.0 as per material-ui-datatables dependency)