File tree Expand file tree Collapse file tree 5 files changed +20
-15
lines changed Expand file tree Collapse file tree 5 files changed +20
-15
lines changed Original file line number Diff line number Diff line change @@ -155,9 +155,10 @@ You can define a schema using any of the libraries implementing the specificatio
155
155
156
156
Supported libraries include:
157
157
158
- - [ Zod] ( https://zod.dev/ )
159
- - [ Valibot] ( https://valibot.dev/ )
160
- - [ ArkType] ( https://arktype.io/ )
158
+ - [ Zod] ( https://zod.dev/ ) (v3.24.0 or higher)
159
+ - [ Valibot] ( https://valibot.dev/ ) (v1.0.0 or higher)
160
+ - [ ArkType] ( https://arktype.io/ ) (v2.1.20 or higher)
161
+ - [ Yup] ( https://github.com/jquense/yup ) (v1.7.0 or higher)
161
162
162
163
Example:
163
164
Original file line number Diff line number Diff line change @@ -186,9 +186,10 @@ You can define a schema using any of the libraries implementing the specificatio
186
186
187
187
Supported libraries include:
188
188
189
- - [ Zod] ( https://zod.dev/ )
190
- - [ Valibot] ( https://valibot.dev/ )
191
- - [ ArkType] ( https://arktype.io/ )
189
+ - [ Zod] ( https://zod.dev/ ) (v3.24.0 or higher)
190
+ - [ Valibot] ( https://valibot.dev/ ) (v1.0.0 or higher)
191
+ - [ ArkType] ( https://arktype.io/ ) (v2.1.20 or higher)
192
+ - [ Yup] ( https://github.com/jquense/yup ) (v1.7.0 or higher)
192
193
193
194
``` tsx
194
195
import { z } from ' zod'
Original file line number Diff line number Diff line change @@ -180,9 +180,10 @@ You can define a schema using any of the libraries implementing the specificatio
180
180
181
181
Supported libraries include:
182
182
183
- - [ Zod] ( https://zod.dev/ )
184
- - [ Valibot] ( https://valibot.dev/ )
185
- - [ ArkType] ( https://arktype.io/ )
183
+ - [ Zod] ( https://zod.dev/ ) (v3.24.0 or higher)
184
+ - [ Valibot] ( https://valibot.dev/ ) (v1.0.0 or higher)
185
+ - [ ArkType] ( https://arktype.io/ ) (v2.1.20 or higher)
186
+ - [ Yup] ( https://github.com/jquense/yup ) (v1.7.0 or higher)
186
187
187
188
``` tsx
188
189
import { z } from ' zod'
Original file line number Diff line number Diff line change @@ -178,9 +178,10 @@ You can define a schema using any of the libraries implementing the specificatio
178
178
179
179
Supported libraries include:
180
180
181
- - [ Zod] ( https://zod.dev/ )
182
- - [ Valibot] ( https://valibot.dev/ )
183
- - [ ArkType] ( https://arktype.io/ )
181
+ - [ Zod] ( https://zod.dev/ ) (v3.24.0 or higher)
182
+ - [ Valibot] ( https://valibot.dev/ ) (v1.0.0 or higher)
183
+ - [ ArkType] ( https://arktype.io/ ) (v2.1.20 or higher)
184
+ - [ Yup] ( https://github.com/jquense/yup ) (v1.7.0 or higher)
184
185
185
186
``` svelte
186
187
<script>
Original file line number Diff line number Diff line change @@ -187,9 +187,10 @@ You can define a schema using any of the libraries implementing the specificatio
187
187
188
188
Supported libraries include:
189
189
190
- - [ Zod] ( https://zod.dev/ )
191
- - [ Valibot] ( https://valibot.dev/ )
192
- - [ ArkType] ( https://arktype.io/ )
190
+ - [ Zod] ( https://zod.dev/ ) (v3.24.0 or higher)
191
+ - [ Valibot] ( https://valibot.dev/ ) (v1.0.0 or higher)
192
+ - [ ArkType] ( https://arktype.io/ ) (v2.1.20 or higher)
193
+ - [ Yup] ( https://github.com/jquense/yup ) (v1.7.0 or higher)
193
194
194
195
``` vue
195
196
<script setup lang="ts">
You can’t perform that action at this time.
0 commit comments