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 packages/studio-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.0",
"typescript": "^5",
"vite": "^6.0.0",
"vite": "^8.0.10",
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 Badge Bump @vitejs/plugin-react to a Vite 8-compatible major

This commit upgrades vite to ^8.0.10 but leaves @vitejs/plugin-react on the 4.x line, and the lockfile still declares that plugin’s peer range as vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 (pnpm-lock.yaml), so the dependency set is now out of peer contract. In repos or CI that enforce peer correctness (strict-peer-dependencies=true) installs will fail, and even when installs proceed this combination is explicitly unsupported and can break React transform/HMR behavior; @vitejs/plugin-react should be upgraded to a major that supports Vite 8.

Useful? React with 👍 / 👎.

"vitest": "^4.1.5"
}
}
Loading