imballinst / react-bs-datatable

Bootstrap datatable without jQuery. Features include: filter, sort, pagination, checkbox, and control customization.
https://imballinst.github.io/react-bs-datatable
MIT License
60 stars 20 forks source link

fix(deps): update peerDependencies of react-bootstrap to be locked to v1 #107

Closed imballinst closed 2 years ago

imballinst commented 2 years ago

Fixes https://github.com/imballinst/react-bs-datatable/issues/95. This PR adds more detail to READMEs and updates the peerDependencies of package.json.

Previously, installing react-bootstrap@2 will not show anything during installation. Now, it will show peer dependencies warning as the following:

warning " > react-bs-datatable@2.2.1-alpha.0" has incorrect peer dependency "react-bootstrap@1.x".