Skip to content

Commit

Permalink
Update vitest to support vs code extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Lucas committed Apr 21, 2024
1 parent 5fba247 commit 86de44e
Show file tree
Hide file tree
Showing 2 changed files with 461 additions and 59 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@types/prettier": "^2.7.2",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@vitest/coverage-istanbul": "^1.2.2",
"@vitest/ui": "^1.2.2",
"@vitest/coverage-istanbul": "^1.5.0",
"@vitest/ui": "^1.5.0",
"concurrently": "^8.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.8.0",
Expand Down Expand Up @@ -82,8 +82,8 @@
"turbo": "^1.10.2",
"typescript": "^5.4.0",
"vite": "^5.1.0",
"vitest": "^1.2.2",
"vitest-environment-miniflare": "^2.14.1",
"vitest": "^1.5.0",
"vitest-environment-miniflare": "^2.14.2",
"zod": "^3.0.0"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 86de44e

Please sign in to comment.