Skip to content

Commit

Permalink
Update Vite to version 6
Browse files Browse the repository at this point in the history
As far as I can tell, there is nothing to update about the plugin to
upgrade to Vite 6.
  • Loading branch information
hankertrix committed Dec 6, 2024
1 parent 408922c commit 28305cb
Show file tree
Hide file tree
Showing 2 changed files with 653 additions and 1,549 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
"valibot": "0.31.0-rc.4"
},
"peerDependencies": {
"vite": "^5.0.0"
"vite": "^6.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@changesets/cli": "^2.27.3",
"@types/node": "^20.12.12",
"typescript": "^5.3.3"
"@changesets/cli": "^2.27.10",
"@types/node": "^20.17.9",
"typescript": "^5.7.2"
},
"type": "module"
}
Loading

0 comments on commit 28305cb

Please sign in to comment.