Assist_Design/pnpm-workspace.yaml
barsa 60849b59a8 chore: update dependencies and fix lint errors
- Update pnpm 10.25.0 → 10.28.2
- Update all packages to latest versions (Next.js, React, NestJS, Prisma, etc.)
- Fix 36 nested ternary lint errors (unicorn/no-nested-ternary)
- Add security overrides for lodash and hono transitive deps
- Change pinned versions to use caret (^) for auto-updates
- Update catalog versions (@types/node, typescript, zod)
- Resolve all 12 security vulnerabilities
2026-02-03 18:46:51 +09:00

9 lines
106 B
YAML

packages:
- apps/*
- packages/*
catalog:
"@types/node": ^25.2.0
typescript: ^5.9.3
zod: ^4.3.6