Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.

Commit f4ac2a9

Browse files
authored
feat: update peer dep for Vite 5 (#175)
1 parent 3cdca36 commit f4ac2a9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
### Update peer dependency range to target Vite 5
6+
7+
There were no breaking change that impacted this plugin, so any combination of React plugins and Vite core version will work.
8+
59
### Align jsx runtime for optimized dependencies
610

711
This will only affect people using internal libraries that contains untranspiled JSX. This change aligns the optimizer with the source code and avoid issues when the published source don't have `React` in the scope.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@swc/core": "^1.3.96"
1818
},
1919
"peerDependencies": {
20-
"vite": "^4"
20+
"vite": "^4 || ^5"
2121
},
2222
"devDependencies": {
2323
"@arnaud-barre/tnode": "^0.19.2",

0 commit comments

Comments
 (0)