Skip to content

Commit 99ab1b6

Browse files
authored
feat(react): add Vite 8 to peer dependency (#1143)
1 parent f066114 commit 99ab1b6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/plugin-react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

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+
59
## 5.1.4 (2026-02-10)
610

711
### Fix `canSkipBabel` not accounting for `babel.overrides` ([#1098](https://github.com/vitejs/vite-plugin-react/pull/1098))

packages/plugin-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"tsdown": "^0.20.3"
5858
},
5959
"peerDependencies": {
60-
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
60+
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
6161
},
6262
"engines": {
6363
"node": "^20.19.0 || >=22.12.0"

0 commit comments

Comments
 (0)