Skip to content
Draft
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
4 changes: 4 additions & 0 deletions packages/plugin-react-swc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Add Vite 8-beta to peerDependencies range [#1013](https://github.com/vitejs/vite-plugin-react/pull/1013)

React plugins are compatible with Vite 8, this removes the warning when testing the beta.

## 4.2.2 (2025-11-12)

### Update code to support newer `rolldown-vite` ([#978](https://github.com/vitejs/vite-plugin-react/pull/978))
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@swc/core": "^1.15.3"
},
"peerDependencies": {
"vite": "^4 || ^5 || ^6 || ^7"
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-beta.0"
},
"devDependencies": {
"@playwright/test": "^1.57.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/plugin-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Add Vite 8-beta to peerDependencies range [#1013](https://github.com/vitejs/vite-plugin-react/pull/1013)

React plugins are compatible with Vite 8, this removes the warning when testing the beta.

## 5.1.2 (2025-12-08)

## 5.1.1 (2025-11-12)
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"react-refresh": "^0.18.0"
},
"peerDependencies": {
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-beta.0"
},
"devDependencies": {
"@vitejs/react-common": "workspace:*",
Expand Down