Skip to content

Commit 1055a4a

Browse files
Update dependency @vitejs/plugin-react to v4.3.4
| 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" }`)
1 parent 8969535 commit 1055a4a

File tree

2 files changed

+235
-21
lines changed

2 files changed

+235
-21
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/yargs": "17.0.33",
2828
"@typescript-eslint/eslint-plugin": "8.16.0",
2929
"@typescript-eslint/parser": "8.16.0",
30-
"@vitejs/plugin-react": "4.3.3",
30+
"@vitejs/plugin-react": "4.3.4",
3131
"dotenv": "16.4.5",
3232
"eslint": "8.23.1",
3333
"eslint-config-airbnb": "19.0.4",

0 commit comments

Comments
 (0)