Files
openconcho/pnpm-workspace.yaml
Offending Commit 34319db283 chore(test): catalog @playwright/test and wire e2e into turbo
- Promote @playwright/test to the workspace catalog
- Add test:e2e turbo task (uncached)
- Add root pnpm test:e2e script
- Vitest scopes to src/**/*.{test,spec} and excludes e2e/
2026-05-03 17:03:55 -05:00

30 lines
564 B
YAML

packages:
- packages/*
allowBuilds:
esbuild: true
catalog:
# Standard tooling
"@biomejs/biome": "^2.4.0"
# Testing
"@playwright/test": "^1.59.1"
"@testing-library/jest-dom": "^6.6.3"
"@testing-library/react": "^16.3.0"
"@testing-library/user-event": "^14.6.1"
"@types/react": "^19.2.14"
"@types/react-dom": "^19.2.3"
"@vitejs/plugin-react": "^6.0.1"
jsdom: "^26.1.0"
# React
react: "^19.2.5"
react-dom: "^19.2.5"
semantic-release: "^25.0.0"
typescript: "~6.0.2"
# Vite
vite: "^8.0.10"
vitest: "^4.0.0"
zod: "^4.0.0"