Update trpc-ui dependency to use specific GitHub branch for Zod v4 support

This commit is contained in:
Marco Pedone 2025-08-07 10:37:08 +02:00
parent e6599cae5e
commit 4b2fdd1c29
2 changed files with 8 additions and 2 deletions

View file

@ -75,6 +75,7 @@
"superjson": "2.2.2",
"tailwind-merge": "3.3",
"trpc-ui": "^1.0.15",
"trpc-ui-monorepo": "github:jrhe/trpc-ui#feature/zod-v4-support&path:/packages/trpc-ui",
"type-fest": "^4.41.0",
"uuid": "^11.1.0",
"vaul": "^1.1.2",
@ -20019,6 +20020,11 @@
"zod": "^3.19.1"
}
},
"node_modules/trpc-ui-monorepo": {
"version": "0.0.0",
"resolved": "git+ssh://git@github.com/jrhe/trpc-ui.git#8153d95bd17948a6310d942ac7dd00a4ac13b2b0",
"license": "MIT"
},
"node_modules/trpc-ui/node_modules/@textea/json-viewer": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/@textea/json-viewer/-/json-viewer-3.5.0.tgz",

View file

@ -85,7 +85,7 @@
"stripe": "^18.4.0",
"superjson": "2.2.2",
"tailwind-merge": "3.3",
"trpc-ui": "^1.0.15",
"trpc-ui": "github:jrhe/trpc-ui#feature/zod-v4-support&path:/packages/trpc-ui",
"type-fest": "^4.41.0",
"uuid": "^11.1.0",
"vaul": "^1.1.2",
@ -146,4 +146,4 @@
"ct3aMetadata": {
"initVersion": "7.9.0"
}
}
}