vitest/test/core/package.json
renovate[bot] 13f9462293
fix(deps): update all non-major dependencies (#8348)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-29 14:54:18 +02:00

47 lines
1.4 KiB
JSON

{
"name": "@vitest/test-core",
"type": "module",
"private": true,
"scripts": {
"test": "vitest",
"test:html": "vitest --reporter=html",
"test:threads": "vitest --project threads",
"test:forks": "vitest --project forks",
"test:vmThreads": "vitest --project vmThreads",
"dev": "vite",
"coverage": "vitest run --coverage",
"collect": "vitest list"
},
"devDependencies": {
"@test/vite-environment-external": "link:./projects/vite-environment-external",
"@test/vite-external": "link:./projects/vite-external",
"@types/debug": "catalog:",
"@vitest/expect": "workspace:*",
"@vitest/mocker": "workspace:*",
"@vitest/runner": "workspace:*",
"@vitest/test-dep-cjs": "file:./deps/dep-cjs",
"@vitest/test-dep1": "file:./deps/dep1",
"@vitest/test-dep2": "file:./deps/dep2",
"@vitest/utils": "workspace:*",
"@vitest/web-worker": "workspace:^",
"@vueuse/integrations": "^10.11.1",
"axios": "^1.11.0",
"debug": "^4.4.1",
"immutable": "5.1.3",
"memfs": "^4.23.0",
"react": "^19.1.1",
"react-18": "npm:react@18.3.1",
"sweetalert2": "^11.22.2",
"temporal-polyfill": "~0.3.0",
"tinyrainbow": "catalog:",
"tinyspy": "^4.0.3",
"url": "^0.11.4",
"vite-node": "workspace:*",
"vitest": "workspace:*",
"vitest-environment-custom": "file:./vitest-environment-custom",
"vitest-package-exports": "^0.1.1",
"vue": "catalog:",
"zustand": "^4.5.7"
}
}