diff --git a/frontend/index.html b/frontend/index.html index f9cc4e1..e4d07fc 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -6,8 +6,7 @@ - diff --git a/frontend/package.json b/frontend/package.json index 4dd9dd5..8a78551 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -33,7 +33,7 @@ "@tiptap/vue-3": "^2.4.0", "@unovis/ts": "^1.4.4", "@unovis/vue": "^1.4.4", - "@vee-validate/zod": "^4.13.2", + "@vee-validate/zod": "^4.15.0", "@vueuse/core": "^12.4.0", "axios": "^1.8.2", "class-variance-authority": "^0.7.0", @@ -47,7 +47,7 @@ "radix-vue": "^1.9.17", "reka-ui": "^2.2.0", "tailwind-merge": "^2.3.0", - "vee-validate": "^4.13.2", + "vee-validate": "^4.15.0", "vue": "^3.4.37", "vue-dompurify-html": "^5.2.0", "vue-i18n": "9", @@ -57,7 +57,7 @@ "vue-sonner": "^1.3.0", "vue3-emoji-picker": "^1.1.8", "vuedraggable": "^4.1.0", - "zod": "^3.23.8" + "zod": "^3.24.1" }, "devDependencies": { "@rushstack/eslint-patch": "^1.3.3", diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index 82c8e89..6d74fc0 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -60,7 +60,7 @@ importers: specifier: ^1.4.4 version: 1.5.0(@unovis/ts@1.5.0)(vue@3.5.13(typescript@5.7.3)) '@vee-validate/zod': - specifier: ^4.13.2 + specifier: ^4.15.0 version: 4.15.0(vue@3.5.13(typescript@5.7.3))(zod@3.24.1) '@vueuse/core': specifier: ^12.4.0 @@ -102,7 +102,7 @@ importers: specifier: ^2.3.0 version: 2.6.0 vee-validate: - specifier: ^4.13.2 + specifier: ^4.15.0 version: 4.15.0(vue@3.5.13(typescript@5.7.3)) vue: specifier: ^3.4.37 @@ -132,7 +132,7 @@ importers: specifier: ^4.1.0 version: 4.1.0(vue@3.5.13(typescript@5.7.3)) zod: - specifier: ^3.23.8 + specifier: ^3.24.1 version: 3.24.1 devDependencies: '@rushstack/eslint-patch': diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 8e34929..76f5724 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,5 +1,5 @@