We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f066114 commit 99ab1b6Copy full SHA for 99ab1b6
packages/plugin-react/CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Unreleased
4
5
+### Add Vite 8 to peerDependencies range [#1143](https://github.com/vitejs/vite-plugin-react/pull/1143)
6
+
7
+This plugin is compatible with Vite 8.
8
9
## 5.1.4 (2026-02-10)
10
11
### Fix `canSkipBabel` not accounting for `babel.overrides` ([#1098](https://github.com/vitejs/vite-plugin-react/pull/1098))
packages/plugin-react/package.json
@@ -57,7 +57,7 @@
57
"tsdown": "^0.20.3"
58
},
59
"peerDependencies": {
60
- "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"
61
62
"engines": {
63
"node": "^20.19.0 || >=22.12.0"
0 commit comments