ember-headlessui
ember-headlessui copied to clipboard
Support Ember v5
It looks like this addon only supports Ember v3 and v4. It would be awesome to update this to support v5.
We use it with 5.1.1
so v5 should be supported
We use it with
5.1.1
so v5 should be supported
Ok, that's good to know. Maybe the peerDependendies
just need to be updated for this addon to include it then.
"peerDependencies": {
"ember-source": ">= 3.25.0 || ^4.0.0"
},