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
dom-accessibility-api has seen its description retrieval fixed a while ago but you guys still depends on ^0.5.9.
for now I overrides the version in my package.json. But I have to explicitly depend on "@testing-library/dom"
{ "devDependencies": { "@testing-library/user-event": "14.4.3", "@testing-library/angular": "17.3.7", "@testing-library/dom": "^10.4.0", "dom-accessibility-api": "0.6.3", }, "overrides": { "@testing-library/dom": { "dom-accessibility-api": "$dom-accessibility-api" } } }
I think it would makes sense to bump directly into your package.json
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
dom-accessibility-api has seen its description retrieval fixed a while ago but you guys still depends on ^0.5.9.
Describe alternatives you've considered:
for now I overrides the version in my package.json. But I have to explicitly depend on "@testing-library/dom"
I think it would makes sense to bump directly into your package.json
Thanks
The text was updated successfully, but these errors were encountered: