bump vite in examples

This commit is contained in:
dwelle
2024-07-22 10:10:10 +02:00
parent f2407ce049
commit 15b79d2422
2 changed files with 6 additions and 160 deletions
@@ -3,13 +3,14 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"@excalidraw/excalidraw": "*",
"react": "18.2.0",
"react-dom": "18.2.0",
"@excalidraw/excalidraw": "*"
"vite": "5.3.4"
},
"devDependencies": {
"vite": "5.0.12",
"typescript": "^5"
"typescript": "^5",
"vite": "5.0.12"
},
"scripts": {
"start": "yarn workspace @excalidraw/excalidraw run build:esm && vite",