chore(deps): update all non-major dependencies (v3) (#2563)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
renovate[bot]
2024-11-08 16:55:39 +01:00
committed by GitHub
parent afe40033b0
commit 1e7638bd03
5 changed files with 24 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
import type { StandardSchema } from '@standard-schema/spec'
import type { v1 } from '@standard-schema/spec'
import type { ComputedRef, Ref } from 'vue'
import type { ZodSchema } from 'zod'
import type { Schema as JoiSchema } from 'joi'
@@ -26,7 +26,7 @@ export type FormSchema<T extends Record<string, any>> =
| ValibotSafeParserAsync<any, any>
| JoiSchema<T>
| SuperstructSchema<any, any>
| StandardSchema
| v1.StandardSchema
export type FormInputEvents = 'input' | 'blur' | 'change'