diff --git a/bun.lockb b/bun.lockb index 67315a22..449a9586 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index b471e49f..66fde924 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", diff --git a/pages/api/hello.ts b/pages/api/hello.ts index 6e89053f..56ab19c2 100644 --- a/pages/api/hello.ts +++ b/pages/api/hello.ts @@ -8,7 +8,6 @@ const schema = z.object({ const validate = withValidation({ schema, - type: 'Zod', mode: 'query', });