dcantatore / react-rrule-builder-ts

rrule component for react with mui
MIT License
7 stars 2 forks source link

Relax peer dependency version constraints #14

Open devth opened 1 month ago

devth commented 1 month ago

MUI 6 is out now, and in my experience it's been mostly (or possibly completely) backward compatible (I upgraded a medium size codebase with no changes required). What do you think about relaxing the peer dependency version constraints to ">= 5"?

dcantatore commented 1 month ago

That shouldn't be a problem I think, I have to look into what breaking changes there are between the two

devth commented 1 month ago

Here's the announcement: https://mui.com/blog/material-ui-v6-is-out/ It doesn't mention any breaking or non-backward-compat changes.