deps
This commit is contained in:
parent
5198487c31
commit
7310305d2f
|
|
@ -9,7 +9,7 @@ Minimal SPA setup using
|
|||
- Node 22+
|
||||
- Riot 10.x
|
||||
- Route 10.x
|
||||
- Vite 7.x
|
||||
- Vite 8.x
|
||||
|
||||
## Getting Started
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ const boot = {
|
|||
// add your own features here
|
||||
component.version = {
|
||||
riot: "10.x",
|
||||
vite: "7.x.",
|
||||
vite: "8.x.",
|
||||
app: "5.0.0"
|
||||
};
|
||||
});
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vite-riot-template",
|
||||
"version": "5.0.0",
|
||||
"version": "5.1.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
|
@ -17,6 +17,6 @@
|
|||
"devDependencies": {
|
||||
"@riotjs/compiler": "^10.0.1",
|
||||
"rollup-plugin-riot": "^10.0.0",
|
||||
"vite": "^7.3.0"
|
||||
"vite": "^8.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue