vitest/test/coverage-test/package.json
renovate[bot] 704eba24b4
fix(deps): update all non-major dependencies (#8382)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2025-08-28 13:23:05 +02:00

30 lines
815 B
JSON

{
"name": "@vitest/test-coverage",
"type": "module",
"private": true,
"scripts": {
"test": "vitest"
},
"devDependencies": {
"@jridgewell/remapping": "^2.3.5",
"@types/istanbul-lib-coverage": "catalog:",
"@types/istanbul-lib-report": "catalog:",
"@vitejs/plugin-vue": "latest",
"@vitest/browser": "workspace:*",
"@vitest/coverage-istanbul": "workspace:*",
"@vitest/coverage-v8": "workspace:*",
"@vitest/web-worker": "workspace:*",
"@vue/test-utils": "latest",
"happy-dom": "latest",
"istanbul-lib-coverage": "^3.2.2",
"istanbul-lib-report": "catalog:",
"magic-string": "^0.30.18",
"magicast": "^0.3.5",
"sass-embedded": "^1.91.0",
"unplugin-swc": "^1.5.7",
"vite": "latest",
"vitest": "workspace:*",
"vue": "catalog:"
}
}