bluefireteam / daylight

Get the sunset and sunrise times for a geolocation without having to access any api.
MIT License
59 stars 12 forks source link

update intl #12

Closed ivanzhadnov closed 1 year ago

ivanzhadnov commented 1 year ago

Because daylight 2.0.0 depends on intl ^0.17.0 and no versions of daylight match >2.0.0 <3.0.0, daylight ^2.0.0 requires intl ^0.17.0. So, because XXX depends on both intl ^0.18.0 and daylight ^2.0.0, version solving failed.

RaphaelArabeyre commented 1 year ago

import package using git :

dependencies:
  ...
  daylight:
    git:
      url: https://github.com/bluefireteam/daylight.git
  ...
renancaraujo commented 1 year ago

Fixed on v3.0.0