Skip to content

Commit

Permalink
chore: Bump Vite to v6 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian authored Dec 19, 2024
1 parent 70f412b commit 8249eec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.22.1"
"preact": "^10.25.3"
},
"devDependencies": {
"@preact/preset-vite": "^2.9.0",
"vite": "^5.3.3"
"@preact/preset-vite": "^2.9.3",
"vite": "^6.0.4"
}
}

0 comments on commit 8249eec

Please sign in to comment.