NoRedInk/datetimepicker-legacy is unmaintained (and not 100% functional), and it's unlikely to be updated to the elm-css 18.0.0. elm-debug-controls depended on elm-css only because it was depending on datetimepicker-legacy. By replacing datetimepicker-legacy with an HTML input with type "datetime-local", it's possible to remove datetimepicker-legacy and elm-css dependencies.
Hopefully, this will make package maintenance a little bit less tedious -- few dependencies means fewer updates because somebody else changed something.
NoRedInk/datetimepicker-legacy
is unmaintained (and not 100% functional), and it's unlikely to be updated to theelm-css
18.0.0.elm-debug-controls
depended onelm-css
only because it was depending ondatetimepicker-legacy
. By replacingdatetimepicker-legacy
with an HTML input with type "datetime-local", it's possible to removedatetimepicker-legacy
andelm-css
dependencies.Hopefully, this will make package maintenance a little bit less tedious -- few dependencies means fewer updates because somebody else changed something.
Before
After