fix(vite): allow vitest to be v1 (#20760)

This commit is contained in:
Katerina Skroumpelou 2023-12-14 14:32:28 +02:00 committed by GitHub
parent bbec5cfe54
commit c9832f4750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@
},
"peerDependencies": {
"vite": "^5.0.0",
"vitest": ">=0.34.6 <1.0.0"
"vitest": ">=0.34.6"
},
"publishConfig": {
"access": "public"