Skip to content

Commit

Permalink
chore(create-cloudflare): update vitest version in templates (#8033)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundhung authored Feb 5, 2025
1 parent c80dbd8 commit e62b097
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/spicy-eggs-tan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-cloudflare": patch
---

update vitest version in templates to ~2.1.9
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.6.4",
"wrangler": "^3.101.0",
"vitest": "2.1.8"
"vitest": "~2.1.9"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.6.4",
"typescript": "^5.5.2",
"vitest": "2.1.8",
"vitest": "~2.1.9",
"wrangler": "^3.101.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.6.4",
"wrangler": "^3.101.0",
"vitest": "2.1.8"
"vitest": "~2.1.9"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.6.4",
"typescript": "^5.5.2",
"vitest": "2.1.8",
"vitest": "~2.1.9",
"wrangler": "^3.101.0"
}
}

0 comments on commit e62b097

Please sign in to comment.