Skip to content

Commit 6f12c57

Browse files
committed
fix: bump vitest to fix ssr test
1 parent 9b49584 commit 6f12c57

File tree

3 files changed

+165
-160
lines changed

3 files changed

+165
-160
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"typescript-eslint": "^8.16.0",
6464
"unbuild": "2.0.0",
6565
"rolldown-vite": "catalog:",
66-
"vitest": "^2.1.6",
66+
"vitest": "^2.1.8",
6767
"vue": "catalog:"
6868
},
6969
"simple-git-hooks": {

playground/ssr-vue/vite.config.noexternal.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { defineConfig } from 'vite'
1+
import { defineConfig } from 'rolldown-vite'
22
import createConfig from './vite.config.js'
33

44
export default defineConfig((env) => {

0 commit comments

Comments
 (0)