phoenixframework / phoenix_live_reload

Provides live-reload functionality for Phoenix
MIT License
315 stars 90 forks source link

Fix file_system dependency #160

Closed maltoe closed 4 months ago

maltoe commented 4 months ago

Hi :wave:

We recently hit a dependency resolution failure where a package (lightning_css) depended on not-too-old file_system ~> 0.2.10 and hence conflicted with phoenix_live_reload's dependency. I've submitted a patch to this package as well to bump the dep to v1.0.0, but some more research led to the following interesting find:

josevalim commented 4 months ago

:green_heart: :blue_heart: :purple_heart: :yellow_heart: :heart: