Skip to content

Commit

Permalink
fix: support Vitest 2.0.5 (#445)
Browse files Browse the repository at this point in the history
* fix: support Vitest 2.0.5

* chore: cleanup
  • Loading branch information
sheremet-va authored Aug 1, 2024
1 parent 18e91ab commit c88b8e3
Show file tree
Hide file tree
Showing 4 changed files with 309 additions and 500 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@
"@types/vscode": "^1.77.0",
"@types/which": "^3.0.3",
"@types/ws": "^8.5.10",
"@vitest/runner": "^1.6.0",
"@vitest/utils": "^1.3.0",
"@vitest/ws-client": "^1.3.0",
"@vitest/runner": "^2.0.5",
"@vitest/utils": "^2.0.5",
"@vitest/ws-client": "^2.0.5",
"@vscode/test-cli": "^0.0.6",
"@vscode/test-electron": "^2.3.9",
"@vue/reactivity": "^3.2.33",
Expand Down Expand Up @@ -226,7 +226,7 @@
"tsup": "^8.0.1",
"tsx": "^4.7.1",
"typescript": "^5.5.3",
"vitest": "^1.6.0",
"vitest": "^2.0.5",
"which": "^4.0.0",
"ws": "^8.16.0"
},
Expand Down
Loading

0 comments on commit c88b8e3

Please sign in to comment.