Skip to content

Commit 08ddfb6

Browse files
authored
Merge pull request #839 from hypothesis/vitest-4-support
Add support for vitest 4
2 parents 8ef456f + 7639ece commit 08ddfb6

File tree

2 files changed

+125
-239
lines changed

2 files changed

+125
-239
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hypothesis/frontend-build",
3-
"version": "5.0.2",
3+
"version": "5.1.0",
44
"description": "Hypothesis frontend build scripts",
55
"type": "module",
66
"exports": {
@@ -49,7 +49,7 @@
4949
"sass": "^1.43.2",
5050
"tailwindcss": "^4.1.13",
5151
"typescript": "^5.0.2",
52-
"vitest": "^3.1.1"
52+
"vitest": "^4.0.1"
5353
},
5454
"dependencies": {
5555
"commander": "^14.0.0",
@@ -62,7 +62,7 @@
6262
"rollup": "^4.0.2",
6363
"sass": "^1.43.2",
6464
"tailwindcss": "^3.0.11 || ^4.1.0",
65-
"vitest": "^3.1.1"
65+
"vitest": "^3.1.1 || ^4.0.1"
6666
},
6767
"peerDependenciesMeta": {
6868
"@tailwindcss/postcss": {

0 commit comments

Comments
 (0)