akira / exq_ui

UI Dashboard for Exq, a job processing library for Elixir. Exq UI provides the UI dashboard to display stats on job processing.
Other
154 stars 73 forks source link

Dependency issue with phoenix live view #108

Closed jpea72 closed 2 years ago

jpea72 commented 2 years ago

I'm running Live View 0.17.5, and version 12 is locked on exq_ui (version 0.12.0) requires ~> 0.16.0

Can the dependency be bumped to allow for version PLV 17?

ananthakumaran commented 2 years ago

There are some breaking changes related to the stateful component in 0.17. Need to make relevant changes before we can relax the requirement. I will try to check over the weekend