Skip to content

Commit

Permalink
chore(deps): update next-validation v1
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn committed Jul 26, 2024
1 parent 28becdc commit 6b7b106
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-slot": "1.1.0",
"@tailwindcss/forms": "0.5.7",
"@tanstack/react-query": "5.51.14",
"@tanstack/react-query-devtools": "5.51.14",
"@tanstack/react-query": "5.51.15",
"@tanstack/react-query-devtools": "5.51.15",
"@typeschema/zod": "^0.13.3",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"consola": "3.2.3",
Expand All @@ -42,7 +43,7 @@
"next": "14.2.5",
"next-auth": "4.24.7",
"next-secure-headers": "2.2.0",
"next-validations": "0.4.2",
"next-validations": "1.0.1",
"nodemailer": "6.9.14",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
1 change: 0 additions & 1 deletion pages/api/hello.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const schema = z.object({

const validate = withValidation({
schema,
type: 'Zod',
mode: 'query',
});

Expand Down

0 comments on commit 6b7b106

Please sign in to comment.