vitest/bench/package.json
renovate[bot] 6e4ccdf940
chore(deps): update jest monorepo to v29 (major) (#2887)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-25 09:57:59 +01:00

32 lines
817 B
JSON

{
"type": "module",
"private": true,
"scripts": {
"bench": "esno src/index.ts",
"bench:ci": "esno src/github.ts"
},
"devDependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@babel/preset-env": "^7.18.2",
"@babel/preset-typescript": "^7.17.12",
"@happy-dom/jest-environment": "^8.1.3",
"@types/benchmark": "^2.1.2",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/test-utils": "^2.2.7",
"@vue/vue3-jest": "^29.2.2",
"babel-jest": "^29.4.3",
"benchmark": "^2.1.4",
"esno": "^0.16.3",
"execa": "^7.0.0",
"fs-extra": "^11.1.0",
"jest": "^29.4.3",
"markdown-table": "^3.0.3",
"microtime": "^3.1.1",
"ts-jest": "^29.0.5",
"vitest": "link:../packages/vitest",
"vue": "^3.2.45"
}
}