fix: update dependencies to latest

This commit is contained in:
Divlo
2023-01-10 21:23:32 +01:00
parent 54ef5ceea1
commit cdff824ca5
15 changed files with 3370 additions and 18187 deletions

View File

@ -65,7 +65,7 @@ export interface UseFormResult<K extends Schema> {
/**
* Global message of the form (not specific to a property).
*/
readonly message?: string
readonly message: string | undefined
setMessage: React.Dispatch<React.SetStateAction<string | undefined>>
/**