Skip to content

Commit 3259a61

Browse files
committed
feat(vitest-pool-workers): add support for vitest 3.2.x
1 parent 3383021 commit 3259a61

File tree

4 files changed

+205
-183
lines changed

4 files changed

+205
-183
lines changed

.changeset/forty-waves-stare.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cloudflare/vitest-pool-workers": minor
3+
---
4+
5+
Add support for Vitest 3.2.x

packages/vitest-pool-workers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@
7676
"vitest": "catalog:default"
7777
},
7878
"peerDependencies": {
79-
"@vitest/runner": "2.0.x - 3.1.x",
80-
"@vitest/snapshot": "2.0.x - 3.1.x",
81-
"vitest": "2.0.x - 3.1.x"
79+
"@vitest/runner": "2.0.x - 3.2.x",
80+
"@vitest/snapshot": "2.0.x - 3.2.x",
81+
"vitest": "2.0.x - 3.2.x"
8282
},
8383
"volta": {
8484
"extends": "../../package.json"

0 commit comments

Comments
 (0)