Skip to content

Commit 7f4f605

Browse files
committedDec 1, 2023
fix: add @vitest/ui to peer deps
1 parent 0477e41 commit 7f4f605

File tree

2 files changed

+32
-4
lines changed

2 files changed

+32
-4
lines changed
 

‎package.json

+5
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"@types/jsdom": "21.1.6",
6868
"@vitejs/plugin-vue": "4.5.0",
6969
"@vitejs/plugin-vue-jsx": "3.1.0",
70+
"@vitest/ui": "0.33.0",
7071
"@vue/test-utils": "2.4.3",
7172
"changelogen": "0.5.5",
7273
"eslint": "8.54.0",
@@ -90,6 +91,7 @@
9091
"@testing-library/vue": "^7.0.0 || ^8.0.1",
9192
"@vitejs/plugin-vue": "*",
9293
"@vitejs/plugin-vue-jsx": "*",
94+
"@vitest/ui": "0.33.0",
9395
"@vue/test-utils": "^2.4.2",
9496
"h3": "*",
9597
"happy-dom": "^9.10.9 || ^10.0.0 || ^11.0.0 || ^12.0.0",
@@ -119,6 +121,9 @@
119121
"playwright-core": {
120122
"optional": true
121123
},
124+
"@vitest/ui": {
125+
"optional": true
126+
},
122127
"vitest": {
123128
"optional": true
124129
}

‎pnpm-lock.yaml

+27-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.