-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
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
@types/testing-library__jest-dom ^5.9.1 has jest * in deps and it brokes yarn install #476
Comments
The same problem here! Did someone fix it? |
Hey @olegKusov!
https://classic.yarnpkg.com/en/docs/selective-version-resolutions |
This causes another issue, though. If you want to use the recommended setup from the Jest docs and leverage |
🎉 This issue has been resolved in version 6.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Please, set fixed version of @types/jest in deps of @types/testing-library__jest-dom because latest @types/jest 29 installs latest expect "^29.0.0". and "expect" package has node engine requirement that does not support node 12.18.1 and it broke our installation
The text was updated successfully, but these errors were encountered: