Update trpc-ui dependency to use specific GitHub branch for Zod v4 support
This commit is contained in:
parent
e6599cae5e
commit
4b2fdd1c29
2 changed files with 8 additions and 2 deletions
6
apps/infoalloggi/package-lock.json
generated
6
apps/infoalloggi/package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue