Skip to content

Commit ad7467e

Browse files
committed
chore: upgrade Vite from v5.4.20 to v8.0.3 in all examples
- Update vite from ^5.4.20 to ^8.0.3 across 86 examples - Update @vitejs/plugin-react from ^4.7.0 to ^6.0.1 for Vite 8 compatibility - Tested with clean install and build in isolated environments - Dev server startup: ~1 second - Production builds: ~2 seconds - Full backwards compatibility maintained
1 parent bb7f0d2 commit ad7467e

File tree

87 files changed

+517
-547
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+517
-547
lines changed

examples/01-basic/01-minimal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@types/react": "^19.2.3",
2727
"@types/react-dom": "^19.2.3",
28-
"@vitejs/plugin-react": "^4.7.0",
29-
"vite": "^5.4.20"
28+
"@vitejs/plugin-react": "^6.0.1",
29+
"vite": "^8.0.3"
3030
}
3131
}

examples/01-basic/02-block-objects/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@types/react": "^19.2.3",
2727
"@types/react-dom": "^19.2.3",
28-
"@vitejs/plugin-react": "^4.7.0",
29-
"vite": "^5.4.20"
28+
"@vitejs/plugin-react": "^6.0.1",
29+
"vite": "^8.0.3"
3030
}
3131
}

examples/01-basic/03-multi-column/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@types/react": "^19.2.3",
2828
"@types/react-dom": "^19.2.3",
29-
"@vitejs/plugin-react": "^4.7.0",
30-
"vite": "^5.4.20"
29+
"@vitejs/plugin-react": "^6.0.1",
30+
"vite": "^8.0.3"
3131
}
3232
}

examples/01-basic/04-default-blocks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@types/react": "^19.2.3",
2727
"@types/react-dom": "^19.2.3",
28-
"@vitejs/plugin-react": "^4.7.0",
29-
"vite": "^5.4.20"
28+
"@vitejs/plugin-react": "^6.0.1",
29+
"vite": "^8.0.3"
3030
}
3131
}

examples/01-basic/05-removing-default-blocks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@types/react": "^19.2.3",
2727
"@types/react-dom": "^19.2.3",
28-
"@vitejs/plugin-react": "^4.7.0",
29-
"vite": "^5.4.20"
28+
"@vitejs/plugin-react": "^6.0.1",
29+
"vite": "^8.0.3"
3030
}
3131
}

examples/01-basic/06-block-manipulation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@types/react": "^19.2.3",
2727
"@types/react-dom": "^19.2.3",
28-
"@vitejs/plugin-react": "^4.7.0",
29-
"vite": "^5.4.20"
28+
"@vitejs/plugin-react": "^6.0.1",
29+
"vite": "^8.0.3"
3030
}
3131
}

examples/01-basic/07-selection-blocks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@types/react": "^19.2.3",
2727
"@types/react-dom": "^19.2.3",
28-
"@vitejs/plugin-react": "^4.7.0",
29-
"vite": "^5.4.20"
28+
"@vitejs/plugin-react": "^6.0.1",
29+
"vite": "^8.0.3"
3030
}
3131
}

examples/01-basic/08-ariakit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@types/react": "^19.2.3",
2727
"@types/react-dom": "^19.2.3",
28-
"@vitejs/plugin-react": "^4.7.0",
29-
"vite": "^5.4.20"
28+
"@vitejs/plugin-react": "^6.0.1",
29+
"vite": "^8.0.3"
3030
}
3131
}

examples/01-basic/09-shadcn/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@tailwindcss/vite": "^4.1.14",
2929
"@types/react": "^19.2.3",
3030
"@types/react-dom": "^19.2.3",
31-
"@vitejs/plugin-react": "^4.7.0",
32-
"vite": "^5.4.20"
31+
"@vitejs/plugin-react": "^6.0.1",
32+
"vite": "^8.0.3"
3333
}
3434
}

examples/01-basic/10-localization/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@types/react": "^19.2.3",
2727
"@types/react-dom": "^19.2.3",
28-
"@vitejs/plugin-react": "^4.7.0",
29-
"vite": "^5.4.20"
28+
"@vitejs/plugin-react": "^6.0.1",
29+
"vite": "^8.0.3"
3030
}
3131
}

0 commit comments

Comments
 (0)