|
19 | 19 | "default": "./dist/vitest/browser/context.js" |
20 | 20 | }, |
21 | 21 | "./client": { |
22 | | - "types": "./dist/client.d.ts" |
| 22 | + "types": "./dist/vite/client.d.ts" |
23 | 23 | }, |
24 | 24 | "./config": { |
25 | | - "types": "./dist/vitest/config.d.ts", |
26 | | - "require": "./dist/vitest/dist/config.cjs", |
27 | | - "default": "./dist/vitest/dist/config.js" |
| 25 | + "types": "./dist/config.d.ts", |
| 26 | + "default": "./dist/config.js" |
28 | 27 | }, |
29 | 28 | "./coverage": { |
30 | 29 | "types": "./dist/vitest/coverage.d.ts", |
|
105 | 104 | "default": "./dist/rolldown/parse-ast-index.mjs", |
106 | 105 | "types": "./dist/rolldown/parse-ast-index.d.mts" |
107 | 106 | }, |
| 107 | + "./rolldown/plugins": { |
| 108 | + "default": "./dist/rolldown/plugins-index.mjs", |
| 109 | + "types": "./dist/rolldown/plugins-index.d.mts" |
| 110 | + }, |
108 | 111 | "./rolldown/pluginutils": { |
109 | 112 | "default": "./dist/pluginutils/index.js", |
110 | 113 | "types": "./dist/pluginutils/index.d.ts" |
|
122 | 125 | "types": "./dist/vitest/dist/suite.d.ts", |
123 | 126 | "default": "./dist/vitest/dist/suite.js" |
124 | 127 | }, |
125 | | - "./test": { |
126 | | - "import": "./dist/test.js", |
127 | | - "types": "./dist/test.d.ts" |
128 | | - }, |
129 | 128 | "./tsdown/run": { |
130 | 129 | "default": "./dist/tsdown/run.js" |
131 | 130 | }, |
|
189 | 188 | "dist" |
190 | 189 | ], |
191 | 190 | "dependencies": { |
192 | | - "@oxc-project/types": "=0.96.0", |
193 | | - "debug": "^4.4.3", |
194 | | - "oxfmt": "^0.9.0", |
195 | | - "oxlint": "^1.25.0", |
196 | | - "oxlint-tsgolint": "^0.4.0", |
| 191 | + "@oxc-project/types": "catalog:", |
| 192 | + "debug": "catalog:", |
| 193 | + "oxfmt": "catalog:", |
| 194 | + "oxlint": "catalog:", |
| 195 | + "oxlint-tsgolint": "catalog:", |
197 | 196 | "postcss": "^8.5.6", |
198 | 197 | "lightningcss": "^1.30.2", |
199 | 198 | "semver": "^7.7.3", |
200 | 199 | "tree-kill": "^1.2.2", |
201 | | - "@docsearch/css": "^4.0.0-beta.7", |
202 | | - "@docsearch/js": "^4.0.0-beta.7", |
203 | | - "@iconify-json/simple-icons": "^1.2.47", |
204 | | - "@shikijs/core": "^3.9.2", |
205 | | - "@shikijs/transformers": "^3.9.2", |
206 | | - "@shikijs/types": "^3.9.2", |
207 | | - "@types/markdown-it": "^14.1.2", |
208 | | - "@vitejs/plugin-vue": "^6.0.1", |
209 | | - "@vue/devtools-api": "^8.0.0", |
210 | | - "@vue/shared": "^3.5.18", |
211 | | - "@vueuse/core": "^13.6.0", |
212 | | - "@vueuse/integrations": "^13.6.0", |
213 | | - "focus-trap": "^7.6.5", |
214 | | - "mark.js": "8.11.1", |
215 | | - "minisearch": "^7.1.2", |
216 | | - "shiki": "^3.9.2", |
217 | | - "vue": "^3.5.18", |
218 | 200 | "es-module-lexer": "^1.7.0", |
219 | 201 | "expect-type": "^1.2.2", |
220 | 202 | "magic-string": "^0.30.19", |
|
225 | 207 | "tinyexec": "^0.3.2", |
226 | 208 | "tinyglobby": "^0.2.15", |
227 | 209 | "tinyrainbow": "^3.0.3", |
228 | | - "vite": "^6.0.0 || ^7.0.0", |
229 | 210 | "why-is-node-running": "^2.3.0", |
230 | | - "@vitest/expect": "4.0.6", |
231 | | - "@vitest/pretty-format": "4.0.6", |
232 | | - "@vitest/runner": "4.0.6", |
233 | | - "@vitest/mocker": "4.0.6", |
234 | | - "@vitest/utils": "4.0.6", |
235 | | - "@vitest/spy": "4.0.6", |
236 | | - "@vitest/snapshot": "4.0.6" |
| 211 | + "@vitest/expect": "4.0.10", |
| 212 | + "@vitest/pretty-format": "4.0.10", |
| 213 | + "@vitest/runner": "4.0.10", |
| 214 | + "@vitest/mocker": "4.0.10", |
| 215 | + "@vitest/utils": "4.0.10", |
| 216 | + "@vitest/spy": "4.0.10", |
| 217 | + "@vitest/snapshot": "4.0.10" |
237 | 218 | }, |
238 | 219 | "peerDependencies": { |
239 | 220 | "@arethetypeswrong/core": "^0.18.1", |
240 | 221 | "@edge-runtime/vm": "*", |
241 | 222 | "@types/debug": "^4.1.12", |
242 | 223 | "@types/node": "^20.19.0 || >=22.12.0", |
243 | | - "@vitest/browser-playwright": "4.0.6", |
244 | | - "@vitest/browser-preview": "4.0.6", |
245 | | - "@vitest/browser-webdriverio": "4.0.6", |
246 | | - "@vitest/ui": "4.0.6", |
| 224 | + "@vitejs/devtools": "^0.0.0-alpha.10", |
| 225 | + "@vitest/browser-playwright": "4.0.10", |
| 226 | + "@vitest/browser-preview": "4.0.10", |
| 227 | + "@vitest/browser-webdriverio": "4.0.10", |
| 228 | + "@vitest/ui": "4.0.10", |
247 | 229 | "esbuild": "^0.25.0", |
248 | 230 | "happy-dom": "*", |
249 | 231 | "jiti": ">=1.21.0", |
250 | 232 | "jsdom": "*", |
251 | 233 | "less": "^4.0.0", |
252 | | - "markdown-it-mathjax3": "^4", |
253 | | - "oxc-minify": "^0.96.0", |
254 | | - "postcss": "^8", |
255 | 234 | "publint": "^0.3.0", |
256 | 235 | "sass": "^1.70.0", |
257 | 236 | "sass-embedded": "^1.70.0", |
|
278 | 257 | "@types/node": { |
279 | 258 | "optional": true |
280 | 259 | }, |
| 260 | + "@vitejs/devtools": { |
| 261 | + "optional": true |
| 262 | + }, |
281 | 263 | "@vitest/browser-playwright": { |
282 | 264 | "optional": true |
283 | 265 | }, |
|
305 | 287 | "less": { |
306 | 288 | "optional": true |
307 | 289 | }, |
308 | | - "markdown-it-mathjax3": { |
309 | | - "optional": true |
310 | | - }, |
311 | | - "oxc-minify": { |
312 | | - "optional": true |
313 | | - }, |
314 | | - "postcss": { |
315 | | - "optional": true |
316 | | - }, |
317 | 290 | "publint": { |
318 | 291 | "optional": true |
319 | 292 | }, |
|
355 | 328 | "@babel/parser": "^7.28.4", |
356 | 329 | "@napi-rs/cli": "^3.4.1", |
357 | 330 | "@oxc-node/core": "^0.0.32", |
358 | | - "@oxc-project/types": "=0.96.0", |
359 | | - "@vitest/browser": "^4.0.6", |
360 | | - "@vitest/browser-playwright": "^4.0.6", |
| 331 | + "@vitest/browser": "^4.0.10", |
| 332 | + "@vitest/browser-playwright": "^4.0.10", |
361 | 333 | "@voidzero-dev/vite-plus-tools": "workspace:", |
362 | 334 | "es-module-lexer": "^1.7.0", |
363 | 335 | "estree-walker": "^3.0.3", |
|
371 | 343 | "rollup-plugin-license": "^3.6.0", |
372 | 344 | "tinyglobby": "^0.2.15", |
373 | 345 | "tsdown": "0.16.0", |
374 | | - "rolldown-vite": "^7.1.19", |
375 | | - "vitepress": "2.0.0-alpha.12", |
376 | | - "vitest": "^4.0.6" |
| 346 | + "rolldown-vite": "workspace:*", |
| 347 | + "vitest-dev": "^4.0.10" |
377 | 348 | }, |
378 | 349 | "optionalDependencies": { |
379 | 350 | "fsevents": "~2.3.3" |
|
0 commit comments