ember-cli-build-notifications icon indicating copy to clipboard operation
ember-cli-build-notifications copied to clipboard

Peer dependencies

Open miguelcobain opened this issue 2 years ago • 1 comments

Hey.

Is there any particular reason we're forcing a peer dependency of at least ember-source 3.28? Why do we need this at all for this add-on?

https://github.com/pdud/ember-cli-build-notifications/blob/main/package.json#L76

miguelcobain avatar Jun 27 '23 14:06 miguelcobain

Also please can we get v5 support?

  "peerDependencies": {
    "ember-source": "^3.28.0 || ^4.0.0"
  },

amk221 avatar Jan 15 '24 09:01 amk221