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 f812135 commit 1a33303Copy full SHA for 1a33303
packages/plugin-react-swc/CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Unreleased
4
5
+### Add Vite 8 to peerDependencies range [#1142](https://github.com/vitejs/vite-plugin-react/pull/1142)
6
+
7
+This plugin is compatible with Vite 8.
8
9
## 4.2.3 (2026-02-02)
10
11
## 4.2.2 (2025-11-12)
packages/plugin-react-swc/package.json
@@ -43,7 +43,7 @@
43
"typescript": "^5.9.3"
44
},
45
"peerDependencies": {
46
- "vite": "^4 || ^5 || ^6 || ^7"
+ "vite": "^4 || ^5 || ^6 || ^7 || ^8"
47
48
"engines": {
49
"node": "^20.19.0 || >=22.12.0"
0 commit comments