machty / ember-concurrency

ember-concurrency is an Ember Addon that enables you to write concise, worry-free, cancelable, restartable, asynchronous tasks.
http://ember-concurrency.com
MIT License
691 stars 155 forks source link

Allow ember v5 in `peerDependencies` #541

Closed mkszepp closed 10 months ago

mkszepp commented 11 months ago

The addon has as peerDependencies "ember-source": "^3.28.0 || ^4.0.0" https://github.com/machty/ember-concurrency/blob/20d2d3529f323980637b3597b205019941f57d93/package.json#L20-L22

is there possible to add ember v5?

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