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
26 lines
571 B
JSON
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:"
|
|
}
|
|
}
|