Skip to content

Commit c4ec8eb

Browse files
kingyue737Justineo
authored andcommitted
chore: run vitest with rolldown-vite
1 parent 9f9fa13 commit c4ec8eb

File tree

2 files changed

+43
-686
lines changed

2 files changed

+43
-686
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"tsdown": "^0.14.1",
6969
"typescript": "^5.9.2",
7070
"unplugin-raw": "^0.6.0",
71-
"vite": "npm:rolldown-vite@^7.1.2",
71+
"vite": "npm:rolldown-vite@latest",
7272
"vitest": "^3.2.4",
7373
"vue": "^3.5.18",
7474
"vue-tsc": "^3.0.5"
@@ -78,6 +78,9 @@
7878
"allowedVersions": {
7979
"echarts": "6"
8080
}
81+
},
82+
"overrides": {
83+
"vite": "npm:rolldown-vite@latest"
8184
}
8285
}
8386
}

0 commit comments

Comments
 (0)