0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00

Bump vitest to v3 beta (#12876)

This commit is contained in:
Bjorn Lu 2025-01-03 16:55:53 +08:00 committed by GitHub
parent a6a4a66f10
commit 6bbb3f5e5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 137 additions and 733 deletions

View file

@ -25,6 +25,6 @@
},
"devDependencies": {
"@codspeed/vitest-plugin": "3.1.1",
"vitest": "2.1.8"
"vitest": "^3.0.0-beta.3"
}
}

View file

@ -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",

View file

@ -12,6 +12,6 @@
},
"dependencies": {
"astro": "^5.1.2",
"vitest": "^2.1.6"
"vitest": "^3.0.0-beta.3"
}
}

View file

@ -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",

View file

@ -8,6 +8,6 @@
},
"dependencies": {
"astro": "workspace:*",
"vitest": "^2.1.6"
"vitest": "^3.0.0-beta.3"
}
}

File diff suppressed because it is too large Load diff