Skip to content

Commit d03e680

Browse files
committed
fix: bump vitest to fix ssr test + enable lib test
1 parent 9b49584 commit d03e680

File tree

4 files changed

+115
-110
lines changed

4 files changed

+115
-110
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@
5656
"picocolors": "^1.1.1",
5757
"playwright-chromium": "^1.49.0",
5858
"prettier": "3.3.3",
59+
"rolldown-vite": "catalog:",
5960
"rollup": "^4.27.4",
6061
"simple-git-hooks": "^2.11.1",
6162
"tsx": "^4.19.2",
6263
"typescript": "^5.7.2",
6364
"typescript-eslint": "^8.16.0",
6465
"unbuild": "2.0.0",
65-
"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)