forwardemail / email-templates

Create, preview (browser/iOS Simulator), and send custom email templates for Node.js. Made for @forwardemail, @ladjs, @cabinjs, @spamscanner, and @breejs.
https://forwardemail.net/docs/send-emails-with-node-js-javascript
MIT License
3.64k stars 339 forks source link

Dependencies outdated on v8.0.7 #427

Closed storkweb closed 3 years ago

storkweb commented 3 years ago

Hi,

I get this warning (node v16.3.0, yarn 1.23.0) "warning email-templates > @ladjs/i18n > i18n > messageformat@2.3.0: Package renamed as '@messageformat/core', see messageformat.github.io for more details. 'messageformat' will eventually provide a polyfill for Intl.MessageFormat, once it's been defined by Unicode & ECMA."

Could you, please, update your dependencies ? Thanks a lot

niftylettuce commented 3 years ago

This is an issue in i18n, not this package https://github.com/mashpie/i18n-node/blob/master/package.json#L32

Once it's version bumped there we can resolve the issue here

Please submit a PR or file an issue there