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/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"typescript": "^5.0.0",
"vite": "^4.0.0"
"vite": "^7.3.1"
Comment on lines 23 to +25

Choose a reason for hiding this comment

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

P2 Badge Align plugin-react with Vite 7 peer range

The example app now depends on vite 7.3.1 while still using @vitejs/plugin-react ^3.0.0. In the lockfile, @vitejs/plugin-react@3.1.0 declares a peer dependency on vite: ^4.1.0-beta.0 (see pnpm-lock.yaml), so this upgrade puts the example outside the supported range. With pnpm this will produce a peer mismatch and the plugin may break at runtime because Vite 7 APIs are not guaranteed to match the Vite 4 plugin interface. Please upgrade @vitejs/plugin-react to a version that supports Vite 7 or keep Vite within the plugin’s peer range.

Useful? React with 👍 / 👎.

}
}
Loading
Loading