Skip to content

Commit f8579d1

Browse files
committed
chore: align start-nitro/start-cloudflare examples to vite 8 (fix sherif)
1 parent 8c973f6 commit f8579d1

3 files changed

Lines changed: 22 additions & 223 deletions

File tree

examples/react/start-cloudflare/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"@types/node": "^22.15.2",
2525
"@types/react": "^19.2.0",
2626
"@types/react-dom": "^19.2.0",
27-
"@vitejs/plugin-react": "^5.0.4",
27+
"@vitejs/plugin-react": "^6.0.1",
2828
"typescript": "~5.9.2",
29-
"vite": "^7.1.7",
29+
"vite": "^8.0.0",
3030
"wrangler": "^4.40.3"
3131
}
3232
}

examples/react/start-nitro/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@types/node": "^22.15.2",
2424
"@types/react": "^19.2.0",
2525
"@types/react-dom": "^19.2.0",
26-
"@vitejs/plugin-react": "^5.0.4",
26+
"@vitejs/plugin-react": "^6.0.1",
2727
"typescript": "~5.9.2",
28-
"vite": "^7.1.7"
28+
"vite": "^8.0.0"
2929
}
3030
}

0 commit comments

Comments
 (0)