Files
stanza/pnpm-workspace.yaml
T
jake 4df8d80c79 chore: bump deps and migrate .inputValidator.validator
- Update `@types/node`, `semver`, TanStack Router/Start, `posthog-node`, `shadcn`, `fumadocs-mdx`, and a handful of other minor dep bumps across the monorepo
- Upgrade pnpm to 11.5.2
- Replace deprecated `.inputValidator(…)` calls with `.validator(…)` on all server functions
2026-06-09 12:57:22 -04:00

34 lines
617 B
YAML

packages:
- apps/*
- packages/*
- registry/modules/*
catalog:
"@types/node": ^25.9.2
typescript: ^6.0.3
vite: npm:@voidzero-dev/vite-plus-core@^0.1.24
vite-plus: ^0.1.24
vitest: npm:@voidzero-dev/vite-plus-test@^0.1.24
ignoredOptionalDependencies: []
overrides:
vite: "catalog:"
vitest: "catalog:"
peerDependencyRules:
allowAny:
- vite
- vitest
allowedVersions:
vite: "*"
vitest: "*"
allowBuilds:
core-js: true
esbuild: true
msw: true
protobufjs: true
sharp: false
minimumReleaseAgeExclude:
- "@voidzero-dev/*"
- "@withstanza/*"
- vite
- vite-plus
- vitest