fix(vite): allow vitest to be v1 (#20760)
This commit is contained in:
parent
bbec5cfe54
commit
c9832f4750
@ -38,7 +38,7 @@
|
|||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"vite": "^5.0.0",
|
"vite": "^5.0.0",
|
||||||
"vitest": ">=0.34.6 <1.0.0"
|
"vitest": ">=0.34.6"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user