Skip to content

Commit

Permalink
Update dependency @vitejs/plugin-react to v4.3.4
Browse files Browse the repository at this point in the history
| 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" }`)
  • Loading branch information
renovate[bot] authored Nov 29, 2024
1 parent 5ffda81 commit ab66ba9
Show file tree
Hide file tree
Showing 2 changed files with 234 additions and 20 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/yargs": "17.0.33",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"@vitejs/plugin-react": "4.3.3",
"@vitejs/plugin-react": "4.3.4",
"dotenv": "16.4.5",
"eslint": "8.23.1",
"eslint-config-airbnb": "19.0.4",
Expand Down
Loading

0 comments on commit ab66ba9

Please sign in to comment.