Skip to content

Commit afbd0e5

Browse files
committed
chore: upgrade valibot docs version
1 parent 194a4af commit afbd0e5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/chilled-pots-hope.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"vee-validate": patch
3+
---
4+
5+
feat: support valibot 0.33.0

docs/src/components/Repl.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ store.setImportMap({
3939
toposort: 'https://esm-repo.netlify.app/topsort.esm.js',
4040
yup: 'https://unpkg.com/[email protected]/index.esm.js',
4141
zod: 'https://unpkg.com/[email protected]/lib/index.mjs',
42-
valibot: 'https://unpkg.com/valibot@0.31.0/dist/index.js',
42+
valibot: 'https://unpkg.com/valibot@0.33.0/dist/index.js',
4343
'@vue/devtools-api': 'https://unpkg.com/@vue/[email protected]/lib/esm/index.js',
4444
vue: `https://unpkg.com/vue@${version}/dist/vue.esm-browser.prod.js`,
4545
},

0 commit comments

Comments
 (0)