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
Currently there is an outdated peer dependency in nx/vite which hinders us from using latest stable version of vitest with nx.
We can use the latest stable version of vitest.
No response
-
"peerDependencies": { "vite": "^5.0.0", "vitest": ">=0.34.6 <1.0.0" },
this is outdated
The text was updated successfully, but these errors were encountered:
related/same: #20722
Sorry, something went wrong.
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.
mandarini
Successfully merging a pull request may close this issue.
Current Behavior
Currently there is an outdated peer dependency in nx/vite which hinders us from using latest stable version of vitest with nx.
Expected Behavior
We can use the latest stable version of vitest.
GitHub Repo
No response
Steps to Reproduce
Nx Report
Failure Logs
No response
Package Manager Version
No response
Operating System
Additional Information
"peerDependencies": {
"vite": "^5.0.0",
"vitest": ">=0.34.6 <1.0.0"
},
this is outdated
The text was updated successfully, but these errors were encountered: