Skip to content

Commit 5c10267

Browse files
committed
feat: upgrade to vite 8
1 parent 83fb52b commit 5c10267

File tree

6 files changed

+432
-236
lines changed

6 files changed

+432
-236
lines changed

examples/rolldown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"vue": "^3.5.25"
1111
},
1212
"devDependencies": {
13-
"rolldown": "1.0.0-beta.52",
13+
"rolldown": "1.0.0-beta.53",
1414
"serve": "^14.2.5",
1515
"unplugin-vue": "workspace:*"
1616
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@vue/reactivity": "^3.5.25",
7272
"obug": "^2.1.1",
7373
"unplugin": "^2.3.11",
74-
"vite": "^7.2.6"
74+
"vite": "^8.0.0-beta.0"
7575
},
7676
"devDependencies": {
7777
"@babel/types": "^7.28.5",
@@ -80,19 +80,19 @@
8080
"@sxzz/prettier-config": "^2.2.6",
8181
"@sxzz/test-utils": "^0.5.13",
8282
"@types/node": "^24.10.1",
83-
"@typescript/native-preview": "7.0.0-dev.20251202.1",
83+
"@typescript/native-preview": "7.0.0-dev.20251203.1",
8484
"@vitejs/plugin-vue": "^6.0.2",
8585
"@vitest/ui": "^4.0.15",
8686
"bumpp": "^10.3.2",
8787
"esbuild": "^0.27.0",
8888
"eslint": "^9.39.1",
8989
"fast-glob": "^3.3.3",
9090
"premove": "^4.0.0",
91-
"prettier": "^3.7.3",
91+
"prettier": "^3.7.4",
9292
"rollup": "^4.53.3",
9393
"slash": "^5.1.0",
9494
"source-map-js": "^1.2.1",
95-
"tsdown": "^0.17.0-beta.5",
95+
"tsdown": "^0.17.0-beta.6",
9696
"typescript": "^5.9.3",
9797
"unplugin-oxc": "^0.5.5",
9898
"vitest": "^4.0.15",

0 commit comments

Comments
 (0)