Skip to content

Dependency on date-fns 3 breaks projects that need date-fns-tz #47

@ascott18

Description

@ascott18

date-fns-tz still only works with date-fns 2, but this project is requiring date-fns 3 when then forces the version of date-fns in consuming projects to v3.

You can update the dependency to something like "date-fns": "^2.28.0 || ^3.0.0",, assuming your code doesn't have any specific needs for v3 features and/or breaking changes from v2.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions