Skip to content

Commit

Permalink
chore: pin to vitest 2.1.5
Browse files Browse the repository at this point in the history
This works around vitest-dev/vitest#6992 being an issue with Vite 6
  • Loading branch information
Cherry authored and penalosa committed Dec 2, 2024
1 parent d655b70 commit c7f09d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.5.2",
"wrangler": "^3.60.3",
"vitest": "2.1.6"
"vitest": "2.1.5"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.5.2",
"typescript": "^5.5.2",
"vitest": "2.1.6",
"vitest": "2.1.5",
"wrangler": "^3.60.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.5.2",
"wrangler": "^3.60.3",
"vitest": "2.1.6"
"vitest": "2.1.5"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.5.2",
"typescript": "^5.5.2",
"vitest": "2.1.6",
"vitest": "2.1.5",
"wrangler": "^3.60.3"
}
}

0 comments on commit c7f09d6

Please sign in to comment.