Skip to content

Commit 77c00c0

Browse files
authored
feat(plugin-react): expand @rolldown/plugin-babel peer dep range (#1146)
1 parent dcc9012 commit 77c00c0

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+
### Expand `@rolldown/plugin-babel` peer dep range ([#1146](https://github.com/vitejs/vite-plugin-react/pull/1146))
6+
7+
Expanded `@rolldown/plugin-babel` peer dep range to include `^0.2.0`.
8+
59
## 6.0.0 (2026-03-12)
610

711
## 6.0.0-beta.0 (2026-03-03)

packages/plugin-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"vite": "^8.0.0-beta.16"
5858
},
5959
"peerDependencies": {
60-
"@rolldown/plugin-babel": "^0.1.7",
60+
"@rolldown/plugin-babel": "^0.1.7 || ^0.2.0",
6161
"babel-plugin-react-compiler": "^1.0.0",
6262
"vite": "^8.0.0"
6363
},

0 commit comments

Comments
 (0)