Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8351021 commit 990281dCopy full SHA for 990281d
1 file changed
packages/vitest/package.json
@@ -138,7 +138,8 @@
138
"@vitest/browser-webdriverio": "workspace:*",
139
"@vitest/ui": "workspace:*",
140
"happy-dom": "*",
141
- "jsdom": "*"
+ "jsdom": "*",
142
+ "vite": "^6.0.0 || ^7.0.0 || ^8.0.0-0"
143
},
144
"peerDependenciesMeta": {
145
"@edge-runtime/vm": {
@@ -167,6 +168,9 @@
167
168
169
"jsdom": {
170
"optional": true
171
+ },
172
+ "vite": {
173
+ "optional": false
174
}
175
176
"dependencies": {
@@ -188,7 +192,7 @@
188
192
"tinyexec": "^1.0.2",
189
193
"tinyglobby": "catalog:",
190
194
"tinyrainbow": "catalog:",
191
- "vite": "^6.0.0 || ^7.0.0",
195
+ "vite": "^6.0.0 || ^7.0.0 || ^8.0.0-0",
196
"why-is-node-running": "^2.3.0"
197
198
"devDependencies": {
0 commit comments