build(deps): update latest
BREAKING CHANGE: peerDependencies: `react@>=18.2.0`
This commit is contained in:
@ -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 }),
|
||||
|
Reference in New Issue
Block a user