Skip to content

Allow for non-fixed version of @testing-library/dom #135

@calebeby

Description

@calebeby

Hi, thanks for this package, it's pretty awesome 👀 🎉

I was wondering if the package.json could be updated to have a semver range for the @testing-library/dom dependency, rather than a fixed version: https://github.com/testing-library/user-event/blob/master/package.json#L56

Suggestion:

-    "@testing-library/dom": "5.1.1"
+    "@testing-library/dom": "^5.1.1"

This way I don't have to have multiple versions of @testing-library/dom installed, and you don't have to constantly update the version in your package.json 😄

Happy to submit a PR if you want

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions