mirror of
https://github.com/jakejarvis/stanza.git
synced 2026-07-16 18:05:58 -04:00
- 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
34 lines
617 B
YAML
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
|