wix-incubator / mjml-react

React component library to generate the HTML emails on the fly
MIT License
989 stars 50 forks source link

chore: allow react v18 as peer dependency #76

Closed JacobLey closed 2 years ago

JacobLey commented 2 years ago

v18 is out, and by default npm complains about libraries like mjml-react that do not have v18 as an allowed peer-dependency.

To my knowledge, the only breaking change of v18 is concurrent rendering, which does not appear to impact this library at all.