adopted-ember-addons/ember-moment

Assertion errors in Ember 3.10 - can be fixed in later ember-macro-helpers version

xtagon opened this issue · 3 comments

Hi,

ember-moment 7.8.1 depends on ember-macro-helpers ^2.1.0, but ember-macro-helpers fixed an Ember 3.10 incompatibility in 3.1.0 and up.

Would it be possible to update ember-moment to use the latest ember-macro-helpers, or loosen the dependency so that either may be allowed?

Thanks!

Meanwhile you can try to add a resolution to package.json, like:

"resolutions": {
    "ember-macro-helpers": "^4.0.0"
  },

I'll give it a try.

Looks like it works - thanks for that 👍