Skip to content

Commit b4422f6

Browse files
Update dependency @vitejs/plugin-react to v5.1.1
| datasource | package | from | to | | ---------- | -------------------- | ----- | ----- | | npm | @vitejs/plugin-react | 5.1.0 | 5.1.1 | ## [v5.1.1](https://github.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#511-2025-11-12) ##### Update code to support newer `rolldown-vite` ([#976](vitejs/vite-plugin-react#976)) `rolldown-vite` will remove `optimizeDeps.rollupOptions` in favor of `optimizeDeps.rolldownOptions` soon. This plugin now uses `optimizeDeps.rolldownOptions` to support newer `rolldown-vite`. Please update `rolldown-vite` to the latest version if you are using an older version.
1 parent d11547d commit b4422f6

File tree

2 files changed

+102
-17
lines changed

2 files changed

+102
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/yargs": "17.0.34",
2828
"@typescript-eslint/eslint-plugin": "8.47.0",
2929
"@typescript-eslint/parser": "8.47.0",
30-
"@vitejs/plugin-react": "5.1.0",
30+
"@vitejs/plugin-react": "5.1.1",
3131
"dotenv": "17.2.3",
3232
"eslint": "8.23.1",
3333
"eslint-config-airbnb": "19.0.4",

pnpm-lock.yaml

Lines changed: 101 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)