wix-incubator / mjml-react

React component library to generate the HTML emails on the fly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update mjml to latest version

rfoel opened this issue · comments

There were a few changes since v4.1.2 of mjml. Will it be updated anytime?

The version used by this library is "^4.1.2" which means that when you install it, npm will grab the latest 4.x version. If you have a package-lock.json file, try npm install mjml-react@latest to grab the latest depedencies.

Thanks