Skip to content

Commit

Permalink
fix(deps): update dependency vite to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent f659036 commit 140dcd8
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 287 deletions.
2 changes: 1 addition & 1 deletion examples/hattip-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"solid-js": "^1.9.3",
"vike": "^0.4.209",
"vike-solid": "^0.7.7",
"vite": "^5.4.11"
"vite": "^6.0.3"
}
}
2 changes: 1 addition & 1 deletion examples/hono-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"tsx": "^4.19.2",
"vike": "^0.4.209",
"vike-solid": "^0.7.7",
"vite": "^5.4.11"
"vite": "^6.0.3"
}
}
2 changes: 1 addition & 1 deletion examples/vike-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"tsx": "^4.19.2",
"vike": "^0.4.209",
"vike-solid": "^0.7.7",
"vite": "^5.4.11"
"vite": "^6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/vike-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vike": "^0.4.209",
"vite": "^5.4.11"
"vite": "^6.0.3"
},
"peerDependencies": {
"vike": "^0.4.174",
Expand Down
Loading

0 comments on commit 140dcd8

Please sign in to comment.