vitest/test/core/package.json
renovate[bot] d260cef634
chore(deps): update all non-major dependencies (#6360)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2024-10-14 13:43:10 +02:00

40 lines
1.1 KiB
JSON

{
"name": "@vitest/test-core",
"type": "module",
"private": true,
"scripts": {
"test": "vitest",
"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": {
"@types/debug": "^4.1.12",
"@vitest/expect": "workspace:*",
"@vitest/mocker": "workspace:*",
"@vitest/runner": "workspace:*",
"@vitest/test-dep-esm-comment": "file:./deps/dep-esm-comment",
"@vitest/test-dep1": "file:./deps/dep1",
"@vitest/test-dep2": "file:./deps/dep2",
"@vitest/utils": "workspace:*",
"@vitest/web-worker": "workspace:^",
"@vueuse/integrations": "^10.9.0",
"axios": "^0.26.1",
"debug": "^4.3.4",
"immutable": "5.0.0-beta.5",
"memfs": "^4.8.2",
"sweetalert2": "^11.6.16",
"tinyrainbow": "^1.2.0",
"tinyspy": "^1.0.2",
"url": "^0.11.0",
"vite-node": "workspace:*",
"vitest": "workspace:*",
"vitest-environment-custom": "file:./vitest-environment-custom",
"vue": "3.4.37",
"zustand": "^4.1.1"
}
}