vitejs / vitejs/vite-plugin-react

peerDependencies oxc-transform-react range (^0.145.0) is out of date, breaks npm install after oxc-transform-react@0.147.0

Open
#1,437 8 comments 7 reactions 1 assignee View on GitHub

@Boshen is already working on this.

Since Aug 28, 2026.

pending triage
Dominant language
TypeScript
Stars
1.2k
Forks
269
Avg merge
1d 3h
Merged PRs (30d)
19

Description

Related plugins
Describe the bug

The published @vitejs/plugin-react@6.1.0 declares:

"peerDependencies": {
  "oxc-transform-react": "^0.145.0"
}

oxc-transform-react has since been published at 0.147.0 on npm (https://www.npmjs.com/package/oxc-transform-react). Installing a project that has oxc-transform-react@^0.147.0 in its own dependencies together with @vitejs/plugin-react@6.1.0 now fails with ERESOLVE, because npm's default resolver won't satisfy a peer range of ^0.145.0 with 0.147.0 installed.

This is the same class of issue as #1144 (stale @rolldown/plugin-babel peer range).

Reproduction

https://stackblitz.com/edit/vitejs-vite-rudrnkqt?file=package.json

Steps to reproduce
  1. Open the reproduction link
  2. Open the terminal and run: npm install
System Info
System:
    OS: macOS 26.6.2
    CPU: (12) arm64 Apple M3 Pro
    Memory: 637.84 MB / 36.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 24.19.0 - /opt/homebrew/opt/node@24/bin/node
    npm: 11.17.0 - /opt/homebrew/opt/node@24/bin/npm
    bun: 1.4.0 - /opt/homebrew/bin/bun
  Browsers:
    Chrome: 152.0.7977.65
    Safari: 26.6.2
  npmPackages:
    @vitejs/plugin-react: ^6.1.0 => 6.1.0
    oxc-transform-react: ^0.147.0 => 0.147.0
    vite: ^8.2.2 => 8.2.2
Used Package Manager

npm

Logs

No response

Validations

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.