Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/component-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.2.0",
"@vitejs/plugin-react": "^6.0.1",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Plugin v6 requires Vite 8 but project uses Vite 7

High Severity

@vitejs/plugin-react v6 dropped support for Vite 7 and now requires Vite 8+. The project still declares "vite": "^7.3.1" as a dependency, making the two packages incompatible. This will likely cause a peer dependency conflict during install or a runtime failure.

Additional Locations (1)
Fix in Cursor Fix in Web

"cypress": "15.12.0",
"vite": "^7.3.1"
}
Expand Down
Loading