Skip to content

Commit 6938517

Browse files
authored
docs: update Standard Schema library list (#1655)
docs: update standard schema library list
1 parent d8053b0 commit 6938517

File tree

5 files changed

+20
-15
lines changed

5 files changed

+20
-15
lines changed

docs/framework/angular/guides/basic-concepts.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,10 @@ You can define a schema using any of the libraries implementing the specificatio
155155

156156
Supported libraries include:
157157

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)
161162

162163
Example:
163164

docs/framework/react/guides/basic-concepts.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,10 @@ You can define a schema using any of the libraries implementing the specificatio
186186

187187
Supported libraries include:
188188

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)
192193

193194
```tsx
194195
import { z } from 'zod'

docs/framework/solid/guides/basic-concepts.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,10 @@ You can define a schema using any of the libraries implementing the specificatio
180180

181181
Supported libraries include:
182182

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)
186187

187188
```tsx
188189
import { z } from 'zod'

docs/framework/svelte/guides/basic-concepts.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,10 @@ You can define a schema using any of the libraries implementing the specificatio
178178

179179
Supported libraries include:
180180

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)
184185

185186
```svelte
186187
<script>

docs/framework/vue/guides/basic-concepts.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,10 @@ You can define a schema using any of the libraries implementing the specificatio
187187

188188
Supported libraries include:
189189

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)
193194

194195
```vue
195196
<script setup lang="ts">

0 commit comments

Comments
 (0)