Skip to content

Commit

Permalink
fix: bump vitest to fix ssr test
Browse files Browse the repository at this point in the history
  • Loading branch information
underfin committed Dec 12, 2024
1 parent 9b49584 commit 6f12c57
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 160 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"typescript-eslint": "^8.16.0",
"unbuild": "2.0.0",
"rolldown-vite": "catalog:",
"vitest": "^2.1.6",
"vitest": "^2.1.8",
"vue": "catalog:"
},
"simple-git-hooks": {
Expand Down
2 changes: 1 addition & 1 deletion playground/ssr-vue/vite.config.noexternal.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineConfig } from 'vite'
import { defineConfig } from 'rolldown-vite'
import createConfig from './vite.config.js'

export default defineConfig((env) => {
Expand Down
Loading

0 comments on commit 6f12c57

Please sign in to comment.