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,5 +1,5 @@
<script setup lang="ts">
import z from 'zod/v4'
import z from 'zod'
const {$authClient} = useNuxtApp()
import type { FormSubmitEvent } from '#ui/types'

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
import z from 'zod/v4'
import z from 'zod'
import type { FormSubmitEvent } from '#ui/types'
const {$authClient} = useNuxtApp()