Skip to content

dayjs not present if used with Cypress < 6.8.0 #421

Closed
@dracos

Description

@dracos

Version 3.9.3 of this plugin does not work in versions of Cypress prior to 6.8.0, because (after #388) support.js imports dayjs which is not included in Cypress before then, and this plugin does not specify dayjs as a dependency itself, only a dev dependency. Cypress is given as a peer dependency, any version, and a dev dependency of 6.8.0.

Could dayjs be specified as a dependency, rather than a dev dependency? Thanks for your time, sorry if I have misunderstood something.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingreleased

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions