Skip to content

Commit

Permalink
Patch: added experimental support for Vite 5
Browse files Browse the repository at this point in the history
**Important:** Use at own your discretion (for now). Testing with Vite 5 is not yet completed, but added NPM peer dependency for experimental support.

Encounter any problems? Please open an issue.
  • Loading branch information
vHeemstra committed Jan 24, 2024
1 parent de5c47f commit c5998f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
"typescript": "^4.9.5"
},
"peerDependencies": {
"vite": "^3.0.0 || ^4.0.0 || ^4.3.9"
"vite": "^3.0.0 || ^4.0.0 || ^4.3.9 || ^5.0.0"
}
}

0 comments on commit c5998f7

Please sign in to comment.