Files
stanza/registry/modules/auth-clerk/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

15 lines
271 B
JSON

{
"name": "@stanza-modules/auth-clerk",
"version": "0.1.0",
"private": true,
"license": "MIT",
"type": "module",
"main": "./module.ts",
"dependencies": {
"@withstanza/schema": "workspace:*"
},
"devDependencies": {
"@types/node": "^25.9.2"
}
}