Skip to content

Commit

Permalink
chore: upgrade valibot docs version
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Jul 5, 2024
1 parent 194a4af commit afbd0e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/chilled-pots-hope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"vee-validate": patch
---

feat: support valibot 0.33.0
2 changes: 1 addition & 1 deletion docs/src/components/Repl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ store.setImportMap({
toposort: 'https://esm-repo.netlify.app/topsort.esm.js',
yup: 'https://unpkg.com/yup@1.2.0/index.esm.js',
zod: 'https://unpkg.com/zod@3.21.4/lib/index.mjs',
valibot: 'https://unpkg.com/valibot@0.31.0/dist/index.js',
valibot: 'https://unpkg.com/valibot@0.33.0/dist/index.js',
'@vue/devtools-api': 'https://unpkg.com/@vue/devtools-api@6.5.0/lib/esm/index.js',
vue: `https://unpkg.com/vue@${version}/dist/vue.esm-browser.prod.js`,
},
Expand Down

0 comments on commit afbd0e5

Please sign in to comment.