Skip to content
Open
Show file tree
Hide file tree
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 plugins/trust-center/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"devDependencies": {
"@types/react": "^18.3.3",
"@vitejs/plugin-react": "^4.3.0",
"vite": "^5.3.1"
"vite": "^8.0.14"
Comment on lines 19 to +20
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Incompatible @vitejs/plugin-react version for Vite 8

@vitejs/plugin-react@^4.3.0 does not include Vite 8 in its peer dependency range. Vite 8 compatibility was added in plugin-react@5.2.0 and the recommended pairing is v6 (released alongside Vite 8). Installing as-is will produce unmet peer dependency errors. The plugin should be bumped to at least ^5.2.0 (or the recommended ^6.0.0) alongside this Vite upgrade. The same issue exists in plugins/trust-center/references/frontend-files/package.json.

Fix in Claude Code Fix in Codex Fix in Cursor

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"devDependencies": {
"@types/react": "^18.3.3",
"@vitejs/plugin-react": "^4.3.0",
"vite": "^5.3.1"
"vite": "^8.0.14"
}
}
Loading