diff --git a/packages/plugin-react-swc/CHANGELOG.md b/packages/plugin-react-swc/CHANGELOG.md index 8083c098d..86476c706 100644 --- a/packages/plugin-react-swc/CHANGELOG.md +++ b/packages/plugin-react-swc/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +### Add Vite 8 to peerDependencies range [#1142](https://github.com/vitejs/vite-plugin-react/pull/1142) + +This plugin is compatible with Vite 8. + ## 4.2.3 (2026-02-02) ## 4.2.2 (2025-11-12) diff --git a/packages/plugin-react-swc/package.json b/packages/plugin-react-swc/package.json index 53a381ae9..d80f51db4 100644 --- a/packages/plugin-react-swc/package.json +++ b/packages/plugin-react-swc/package.json @@ -43,7 +43,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "vite": "^4 || ^5 || ^6 || ^7" + "vite": "^4 || ^5 || ^6 || ^7 || ^8" }, "engines": { "node": "^20.19.0 || >=22.12.0"