Skip to content

Commit c75a909

Browse files
committed
fix: pin vite version of vitest
1 parent 315ade2 commit c75a909

File tree

2 files changed

+31
-257
lines changed

2 files changed

+31
-257
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@
140140
"@tiptap/extension-ordered-list": "2.0.0-beta.204",
141141
"@tiptap/extension-paragraph": "2.0.0-beta.204",
142142
"@tiptap/extension-strike": "2.0.0-beta.204",
143-
"@tiptap/extension-text": "2.0.0-beta.204"
143+
"@tiptap/extension-text": "2.0.0-beta.204",
144+
"vitest>vite": "^3.2.5"
144145
}
145146
},
146147
"simple-git-hooks": {

0 commit comments

Comments
 (0)