Skip to content

Commit

Permalink
fix: add @vitest/ui to peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 1, 2023
1 parent 0477e41 commit 7f4f605
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 4 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"@types/jsdom": "21.1.6",
"@vitejs/plugin-vue": "4.5.0",
"@vitejs/plugin-vue-jsx": "3.1.0",
"@vitest/ui": "0.33.0",
"@vue/test-utils": "2.4.3",
"changelogen": "0.5.5",
"eslint": "8.54.0",
Expand All @@ -90,6 +91,7 @@
"@testing-library/vue": "^7.0.0 || ^8.0.1",
"@vitejs/plugin-vue": "*",
"@vitejs/plugin-vue-jsx": "*",
"@vitest/ui": "0.33.0",
"@vue/test-utils": "^2.4.2",
"h3": "*",
"happy-dom": "^9.10.9 || ^10.0.0 || ^11.0.0 || ^12.0.0",
Expand Down Expand Up @@ -119,6 +121,9 @@
"playwright-core": {
"optional": true
},
"@vitest/ui": {
"optional": true
},
"vitest": {
"optional": true
}
Expand Down
31 changes: 27 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7f4f605

Please sign in to comment.