Skip to content

Commit

Permalink
fix: reove UI from Vitest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jan 23, 2023
1 parent 6949b55 commit b120ca3
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 19 deletions.
1 change: 0 additions & 1 deletion packages/vitest/package.json
Expand Up @@ -120,7 +120,6 @@
"@vitest/expect": "workspace:*",
"@vitest/runner": "workspace:*",
"@vitest/spy": "workspace:*",
"@vitest/ui": "workspace:*",
"@vitest/utils": "workspace:*",
"acorn": "^8.8.1",
"acorn-walk": "^8.2.0",
Expand Down
73 changes: 56 additions & 17 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion test/core/package.json
Expand Up @@ -6,7 +6,7 @@
"coverage": "vitest run --coverage"
},
"devDependencies": {
"@vitest/expect": "workspace:^0.27.2",
"@vitest/expect": "workspace:*",
"@vitest/runner": "workspace:*",
"@vitest/utils": "workspace:*",
"tinyspy": "^1.0.2",
Expand Down

0 comments on commit b120ca3

Please sign in to comment.