Closed mkszepp closed 1 year 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
"ember-source": "^3.28.0 || ^4.0.0"
is there possible to add ember v5?
ember v5
"peerDependencies": { "ember-source": "^3.28.0 || ^4.0.0 || >= 5.0.0" },
The addon has as peerDependencies
"ember-source": "^3.28.0 || ^4.0.0"
https://github.com/machty/ember-concurrency/blob/20d2d3529f323980637b3597b205019941f57d93/package.json#L20-L22is there possible to add
ember v5
?