From afbd0e56f1d3be9c4755c1ce661b1b580a356601 Mon Sep 17 00:00:00 2001 From: Abdelrahman Awad Date: Fri, 5 Jul 2024 17:52:31 +0300 Subject: [PATCH] chore: upgrade valibot docs version --- .changeset/chilled-pots-hope.md | 5 +++++ docs/src/components/Repl.vue | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/chilled-pots-hope.md diff --git a/.changeset/chilled-pots-hope.md b/.changeset/chilled-pots-hope.md new file mode 100644 index 000000000..91110ba5d --- /dev/null +++ b/.changeset/chilled-pots-hope.md @@ -0,0 +1,5 @@ +--- +"vee-validate": patch +--- + +feat: support valibot 0.33.0 diff --git a/docs/src/components/Repl.vue b/docs/src/components/Repl.vue index a453c9e32..99b5034f2 100644 --- a/docs/src/components/Repl.vue +++ b/docs/src/components/Repl.vue @@ -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`, },