vitest/package.json
renovate[bot] e2cd1e8378
chore(deps): update dependency @antfu/eslint-config to ^4.13.2 (#8030)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-26 10:54:57 +02:00

105 lines
3.7 KiB
JSON

{
"name": "@vitest/monorepo",
"type": "module",
"version": "3.2.0-beta.2",
"private": true,
"packageManager": "pnpm@10.11.0",
"description": "Next generation testing framework powered by Vite",
"engines": {
"node": "^18.0.0 || >=20.0.0"
},
"scripts": {
"ci": "ni && nr typecheck && nr lint && nr build && nr test:ci",
"ci:docs": "pnpm run build && pnpm run docs:build",
"build": "pnpm -r --filter @vitest/ui --filter='./packages/**' run build",
"dev": "NODE_OPTIONS=\"--max-old-space-size=8192\" pnpm -r --parallel --filter='./packages/**' run dev",
"docs": "pnpm -C docs run dev",
"docs:build": "pnpm -C docs run build",
"docs:serve": "pnpm -C docs run serve",
"docs:https": "pnpm -C docs run preview-https",
"docs:https-no-prefetch": "pnpm -C docs run preview-https-no-prefetch",
"docs:contributors": "tsx scripts/update-contributors.ts",
"lint": "eslint --cache .",
"lint:fix": "nr lint --fix",
"publish-ci": "tsx scripts/publish-ci.ts",
"release": "tsx scripts/release.ts",
"test": "pnpm --filter test-core test:threads",
"test:ci": "CI=true pnpm -r --reporter-hide-prefix --stream --sequential --filter '@vitest/test-*' --filter !test-browser run test",
"test:examples": "CI=true pnpm -r --reporter-hide-prefix --stream --filter '@vitest/example-*' run test",
"test:ecosystem-ci": "ECOSYSTEM_CI=true pnpm test:ci",
"typecheck": "tsc -p tsconfig.check.json --noEmit",
"typecheck:why": "tsc -p tsconfig.check.json --noEmit --explainFiles > explainTypes.txt",
"ui:build": "vite build packages/ui",
"ui:dev": "npm -C packages/ui run dev:client",
"ui:test": "npm -C packages/ui run test:run",
"test:browser:webdriverio": "pnpm -C test/browser run test:webdriverio",
"test:browser:playwright": "pnpm -C test/browser run test:playwright"
},
"devDependencies": {
"@antfu/eslint-config": "^4.13.2",
"@antfu/ni": "^24.4.0",
"@playwright/test": "^1.52.0",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@types/node": "^22.15.19",
"@types/ws": "catalog:",
"@vitest/browser": "workspace:*",
"@vitest/coverage-istanbul": "workspace:*",
"@vitest/coverage-v8": "workspace:*",
"@vitest/ui": "workspace:*",
"bumpp": "^10.1.1",
"changelogithub": "^13.14.0",
"esbuild": "^0.25.4",
"eslint": "^9.27.0",
"magic-string": "^0.30.17",
"pathe": "^2.0.3",
"rimraf": "^6.0.1",
"rollup": "^4.41.0",
"rollup-plugin-dts": "^6.2.1",
"rollup-plugin-license": "^3.6.0",
"tinyglobby": "catalog:",
"tsx": "^4.19.4",
"typescript": "^5.8.3",
"unplugin-isolated-decl": "^0.14.1",
"unplugin-oxc": "^0.4.3",
"vite": "^6.2.0",
"vitest": "workspace:*",
"zx": "^8.5.4"
},
"pnpm": {
"overrides": {
"@vitest/browser": "workspace:*",
"@vitest/ui": "workspace:*",
"acorn": "8.11.3",
"mlly": "^1.7.4",
"rollup": "$rollup",
"vite": "$vite",
"vitest": "workspace:*"
},
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
},
"patchedDependencies": {
"@sinonjs/fake-timers@14.0.0": "patches/@sinonjs__fake-timers@14.0.0.patch",
"cac@6.7.14": "patches/cac@6.7.14.patch",
"@types/sinonjs__fake-timers@8.1.5": "patches/@types__sinonjs__fake-timers@8.1.5.patch",
"v8-to-istanbul@9.3.0": "patches/v8-to-istanbul@9.3.0.patch",
"acorn@8.11.3": "patches/acorn@8.11.3.patch"
},
"onlyBuiltDependencies": [
"@sveltejs/kit",
"@swc/core",
"edgedriver",
"esbuild",
"geckodriver",
"msw",
"sharp",
"svelte-preprocess",
"vue-demi"
]
}
}