Skip to content

Commit

Permalink
Bump vitest to v3 beta (#12876)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored Jan 3, 2025
1 parent a6a4a66 commit 6bbb3f5
Show file tree
Hide file tree
Showing 6 changed files with 137 additions and 733 deletions.
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
},
"devDependencies": {
"@codspeed/vitest-plugin": "3.1.1",
"vitest": "2.1.8"
"vitest": "^3.0.0-beta.3"
}
}
2 changes: 1 addition & 1 deletion examples/container-with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"astro": "^5.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vitest": "^2.1.6"
"vitest": "^3.0.0-beta.3"
},
"devDependencies": {
"@types/react": "^18.3.12",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
},
"dependencies": {
"astro": "^5.1.2",
"vitest": "^2.1.6"
"vitest": "^3.0.0-beta.3"
}
}
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
"sass": "^1.81.0",
"undici": "^6.21.0",
"unified": "^11.0.5",
"vitest": "^2.1.6"
"vitest": "^3.0.0-beta.3"
},
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=22.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"dependencies": {
"astro": "workspace:*",
"vitest": "^2.1.6"
"vitest": "^3.0.0-beta.3"
}
}
Loading

0 comments on commit 6bbb3f5

Please sign in to comment.