build(deps): update latest

BREAKING CHANGE: peerDependencies: `react@>=18.2.0`
This commit is contained in:
Divlo
2023-04-02 21:52:34 +02:00
parent 85eb53d60c
commit 69f12002c7
15 changed files with 3778 additions and 3538 deletions

View File

@ -1,4 +1,5 @@
import { Static, Type } from '@sinclair/typebox'
import type { Static } from '@sinclair/typebox'
import { Type } from '@sinclair/typebox'
export const userSchema = {
name: Type.String({ minLength: 3, maxLength: 10 }),