You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| datasource | package | from | to |
| ---------- | -------------------- | ----- | ----- |
| npm | @vitejs/plugin-react | 4.3.3 | 4.3.4 |
## [v4.3.4](https://github.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#434-2024-11-26)
##### Add Vite 6 to peerDependencies range
Vite 6 is highly backward compatible, not much to add!
##### Force Babel to output spec compliant import attributes [#386](vitejs/vite-plugin-react#386)
The default was an old spec (`with type: "json"`). We now enforce spec compliant (`with { type: "json" }`)
0 commit comments