Skip to content

Commit

Permalink
update zod form adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich committed May 22, 2024
1 parent 39bfd8a commit c979cd8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 17 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@tanstack/solid-query-devtools": "^5.36.1",
"@tanstack/solid-query-persist-client": "^5.36.1",
"@tanstack/solid-table": "^8.17.3",
"@tanstack/zod-form-adapter": "^0.19.5",
"@tanstack/zod-form-adapter": "^0.20.0",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"@types/pluralize": "^0.0.33",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@solidjs/router": "^0.13.3",
"@tanstack/form-core": "^0.20.0",
"@tanstack/solid-form": "^0.20.0",
"@tanstack/zod-form-adapter": "^0.19.5",
"@tanstack/zod-form-adapter": "^0.20.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"solid-js": "^1.8.16",
Expand Down
23 changes: 8 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c979cd8

Please sign in to comment.