Files
stanza/packages/codemods/package.json
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

26 lines
571 B
JSON

{
"name": "@withstanza/codemods",
"version": "0.0.0",
"private": true,
"license": "MIT",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts",
"./builtins": "./src/builtins/index.ts"
},
"dependencies": {
"@withstanza/schema": "workspace:*",
"@withstanza/utils": "workspace:*",
"jsonc-parser": "^3.3.1",
"ts-morph": "^28.0.0"
},
"devDependencies": {
"@types/node": "catalog:",
"typescript": "catalog:",
"vite-plus": "catalog:",
"vitest": "catalog:"
}
}