Closed
Description
ATL depends on TL/dom directly, but TL/user-event depends on that via peerDependencies
.
https://github.com/testing-library/user-event/blob/main/package.json#L73
In my project, after upgrading ATL to v16, that difference occurred version conflict errors at test. I solved that by adding TL/dom v10 to my own package.json
to make TL/user-event to use v10.
I think my situation did not happen if the both libraries depend on TL/dom by the same peerDependencies
way.
How do you think? Could we change this dependency? @timdeschryver
Metadata
Metadata
Assignees
Labels
No labels