upgrade to zod@4.0.2

This commit is contained in:
Aman Varshney
2025-07-10 17:47:22 +05:30
parent 6ef4cebfa4
commit b2195dd795
28 changed files with 202 additions and 197 deletions

View File

@@ -1,6 +1,6 @@
<script lang="ts">
import { createForm } from '@tanstack/svelte-form';
import z from 'zod/v4';
import z from 'zod';
import { authClient } from '$lib/auth-client';
import { goto } from '$app/navigation';

View File

@@ -1,6 +1,6 @@
<script lang="ts">
import { createForm } from '@tanstack/svelte-form';
import z from 'zod/v4';
import z from 'zod';
import { authClient } from '$lib/auth-client';
import { goto } from '$app/navigation';