We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eslint-plugin-jest-dom
node
yarn
What you did: Installed version "@testing-library/dom": "10.0.0"
"@testing-library/dom": "10.0.0"
What happened: Yarn v4 alerts that peer dependency is not meet because the latest version is not machine the last of @testing-library/dom
Reproduction repository: I don't have a reproduction repository right now
Problem description: https://github.com/testing-library/eslint-plugin-jest-dom/blob/18afe30adab44a1c3fa96b9669b299178c5517b2/package.json#L58C5-L58C48
Suggested solution: Update the peer dependencies to accept v10 maybe ? Would that require this package to also change to a next major version ?
The text was updated successfully, but these errors were encountered:
testing-library/dom
🎉 This issue has been resolved in version 5.3.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
eslint-plugin-jest-dom
version: 5.2.0node
version: v20.9.0yarn
version: 4.1.0What you did:
Installed version
"@testing-library/dom": "10.0.0"
What happened:
Yarn v4 alerts that peer dependency is not meet because the latest version is not machine the last of @testing-library/dom
Reproduction repository: I don't have a reproduction repository right now
Problem description:
https://github.com/testing-library/eslint-plugin-jest-dom/blob/18afe30adab44a1c3fa96b9669b299178c5517b2/package.json#L58C5-L58C48
Suggested solution:
Update the peer dependencies to accept v10 maybe ? Would that require this package to also change to a next major version ?
The text was updated successfully, but these errors were encountered: