vitest/examples/projects/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

33 lines
724 B
JSON

{
"name": "@vitest/example-projects",
"type": "module",
"private": true,
"license": "MIT",
"scripts": {
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.1.9",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/ui": "latest",
"fastify": "^5.4.0",
"jsdom": "^26.1.0",
"react": "^19.1.1",
"supertest": "^6.3.4",
"tsx": "^4.20.3",
"vite": "latest",
"vitest": "latest"
},
"workspaces": [
"packages/*"
],
"stackblitz": {
"startCommand": "npm run test:ui"
}
}