From 1d5bd89d5881163fc6dc917e138b9d8304dff6c4 Mon Sep 17 00:00:00 2001 From: Fabian Hiller <35291865+fabian-hiller@users.noreply.github.com> Date: Tue, 11 Jun 2024 11:40:44 +0200 Subject: [PATCH] feat(Form): update and migrate `valibot` to v0.31.0 (#1848) Co-authored-by: Romain Hamel Co-authored-by: Benjamin Canac --- .../content/examples/FormExampleValibot.vue | 12 ++++---- docs/package.json | 2 +- package.json | 3 +- pnpm-lock.yaml | 16 +++++++--- src/runtime/components/forms/Form.vue | 29 ++++++++++--------- 5 files changed, 36 insertions(+), 26 deletions(-) diff --git a/docs/components/content/examples/FormExampleValibot.vue b/docs/components/content/examples/FormExampleValibot.vue index 2c8b189e..6da9ec85 100644 --- a/docs/components/content/examples/FormExampleValibot.vue +++ b/docs/components/content/examples/FormExampleValibot.vue @@ -1,13 +1,13 @@