From 926170d07bb201dbb220d0276cfc123ab2c4fbd7 Mon Sep 17 00:00:00 2001 From: Abdelrahman Awad Date: Thu, 6 Jun 2024 18:51:09 +0300 Subject: [PATCH] chore(release): publish --- .changeset/rude-rabbits-bow.md | 5 - CHANGELOG.md | 2 + docs/package.json | 8 +- packages/i18n/CHANGELOG.md | 2 + packages/i18n/package.json | 2 +- packages/joi/CHANGELOG.md | 6 + packages/joi/package.json | 4 +- packages/nuxt/CHANGELOG.md | 6 + packages/nuxt/package.json | 4 +- packages/rules/CHANGELOG.md | 6 + packages/rules/package.json | 4 +- packages/valibot/CHANGELOG.md | 7 + packages/valibot/package.json | 4 +- packages/vee-validate/CHANGELOG.md | 2 + packages/vee-validate/package.json | 2 +- packages/yup/CHANGELOG.md | 6 + packages/yup/package.json | 4 +- packages/zod/CHANGELOG.md | 6 + packages/zod/package.json | 4 +- pnpm-lock.yaml | 226 +++-------------------------- 20 files changed, 81 insertions(+), 229 deletions(-) delete mode 100644 .changeset/rude-rabbits-bow.md diff --git a/.changeset/rude-rabbits-bow.md b/.changeset/rude-rabbits-bow.md deleted file mode 100644 index 993e2dcbf..000000000 --- a/.changeset/rude-rabbits-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vee-validate/valibot": patch ---- - -feat: support valibot 0.31.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 94272cf4c..1669c6982 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 4.13.1 + ## 4.13.0 ### Minor Changes diff --git a/docs/package.json b/docs/package.json index 3e7999b87..e79838e99 100644 --- a/docs/package.json +++ b/docs/package.json @@ -17,9 +17,9 @@ "@stackblitz/sdk": "^1.9.0", "@types/fs-extra": "^11.0.4", "@types/lodash-es": "^4.17.12", - "@vee-validate/valibot": "^4.13.0", - "@vee-validate/yup": "^4.13.0", - "@vee-validate/zod": "^4.13.0", + "@vee-validate/valibot": "workspace:*", + "@vee-validate/yup": "workspace:*", + "@vee-validate/zod": "workspace:*", "@vue/repl": "^3.0.0", "@vueuse/core": "^10.7.0", "astro": "^3.6.4", @@ -32,7 +32,7 @@ "tailwindcss": "^3.3.6", "unist-util-visit": "^5.0.0", "valibot": "^0.31.0", - "vee-validate": "^4.13.0", + "vee-validate": "workspace:*", "vue": "^3.4.26", "yup": "^1.3.2", "zod": "^3.22.4" diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index 10fb84d68..0ad475dfc 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 4.13.1 + ## 4.13.0 ## 4.12.8 diff --git a/packages/i18n/package.json b/packages/i18n/package.json index bab981c6a..90cf231a0 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@vee-validate/i18n", - "version": "4.13.0", + "version": "4.13.1", "description": "Localization module for VeeValidate", "author": "Abdelrahman Awad ", "homepage": "https://vee-validate.logaretm.com/v4/guide/i18n", diff --git a/packages/joi/CHANGELOG.md b/packages/joi/CHANGELOG.md index b68466ed9..3bda9ec8e 100644 --- a/packages/joi/CHANGELOG.md +++ b/packages/joi/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 4.13.1 + +### Patch Changes + +- vee-validate@4.13.1 + ## 4.13.0 ### Patch Changes diff --git a/packages/joi/package.json b/packages/joi/package.json index 733a1219c..7e577ebdb 100644 --- a/packages/joi/package.json +++ b/packages/joi/package.json @@ -1,6 +1,6 @@ { "name": "@vee-validate/joi", - "version": "4.13.0", + "version": "4.13.1", "description": "vee-validate integration with joi schema validation", "author": "Abdelrahman Awad ", "license": "MIT", @@ -30,6 +30,6 @@ "dependencies": { "joi": "17.11.0", "type-fest": "^4.8.3", - "vee-validate": "4.13.0" + "vee-validate": "workspace:*" } } diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md index fdcb7cbf6..99725b8d3 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,5 +1,11 @@ # @vee-validate/nuxt +## 4.13.1 + +### Patch Changes + +- vee-validate@4.13.1 + ## 4.13.0 ### Patch Changes diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 64640d2fb..8749cb656 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@vee-validate/nuxt", - "version": "4.13.0", + "version": "4.13.1", "description": "Official vee-validate nuxt module", "author": "Abdelrahman Awad ", "license": "MIT", @@ -39,7 +39,7 @@ "dependencies": { "@nuxt/kit": "^3.8.2", "local-pkg": "^0.5.0", - "vee-validate": "4.13.0" + "vee-validate": "workspace:*" }, "devDependencies": { "@nuxt/eslint-config": "^0.2.0", diff --git a/packages/rules/CHANGELOG.md b/packages/rules/CHANGELOG.md index 4a446ecf6..faa73b102 100644 --- a/packages/rules/CHANGELOG.md +++ b/packages/rules/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 4.13.1 + +### Patch Changes + +- vee-validate@4.13.1 + ## 4.13.0 ### Patch Changes diff --git a/packages/rules/package.json b/packages/rules/package.json index 791a38be1..24c7f3c3e 100644 --- a/packages/rules/package.json +++ b/packages/rules/package.json @@ -1,6 +1,6 @@ { "name": "@vee-validate/rules", - "version": "4.13.0", + "version": "4.13.1", "description": "Form Validation for Vue.js", "author": "Abdelrahman Awad ", "license": "MIT", @@ -28,6 +28,6 @@ "dist/*.d.ts" ], "dependencies": { - "vee-validate": "4.13.0" + "vee-validate": "workspace:*" } } diff --git a/packages/valibot/CHANGELOG.md b/packages/valibot/CHANGELOG.md index 19c4941fb..44fc86741 100644 --- a/packages/valibot/CHANGELOG.md +++ b/packages/valibot/CHANGELOG.md @@ -1,5 +1,12 @@ # @vee-validate/valibot +## 4.13.1 + +### Patch Changes + +- ddc2151: feat: support valibot 0.31.0 + - vee-validate@4.13.1 + ## 4.13.0 ### Patch Changes diff --git a/packages/valibot/package.json b/packages/valibot/package.json index bd676c0ed..cdbab7ba4 100644 --- a/packages/valibot/package.json +++ b/packages/valibot/package.json @@ -1,6 +1,6 @@ { "name": "@vee-validate/valibot", - "version": "4.13.0", + "version": "4.13.1", "description": "vee-validate integration with valibot schema validation", "author": "Abdelrahman Awad ", "license": "MIT", @@ -30,6 +30,6 @@ "dependencies": { "type-fest": "^4.8.3", "valibot": "^0.31.0", - "vee-validate": "4.13.0" + "vee-validate": "workspace:*" } } diff --git a/packages/vee-validate/CHANGELOG.md b/packages/vee-validate/CHANGELOG.md index 94272cf4c..1669c6982 100644 --- a/packages/vee-validate/CHANGELOG.md +++ b/packages/vee-validate/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 4.13.1 + ## 4.13.0 ### Minor Changes diff --git a/packages/vee-validate/package.json b/packages/vee-validate/package.json index 482dbf740..ab139c7cb 100644 --- a/packages/vee-validate/package.json +++ b/packages/vee-validate/package.json @@ -1,6 +1,6 @@ { "name": "vee-validate", - "version": "4.13.0", + "version": "4.13.1", "description": "Painless forms for Vue.js", "author": "Abdelrahman Awad ", "license": "MIT", diff --git a/packages/yup/CHANGELOG.md b/packages/yup/CHANGELOG.md index 3a70d61d9..a332d7581 100644 --- a/packages/yup/CHANGELOG.md +++ b/packages/yup/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 4.13.1 + +### Patch Changes + +- vee-validate@4.13.1 + ## 4.13.0 ### Patch Changes diff --git a/packages/yup/package.json b/packages/yup/package.json index 79839da33..b400287ea 100644 --- a/packages/yup/package.json +++ b/packages/yup/package.json @@ -1,6 +1,6 @@ { "name": "@vee-validate/yup", - "version": "4.13.0", + "version": "4.13.1", "description": "vee-validate integration with yup schema validation", "author": "Abdelrahman Awad ", "license": "MIT", @@ -29,7 +29,7 @@ ], "dependencies": { "type-fest": "^4.8.3", - "vee-validate": "4.13.0", + "vee-validate": "workspace:*", "yup": "^1.3.2" }, "publishConfig": { diff --git a/packages/zod/CHANGELOG.md b/packages/zod/CHANGELOG.md index bd2b560ac..88b91d460 100644 --- a/packages/zod/CHANGELOG.md +++ b/packages/zod/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 4.13.1 + +### Patch Changes + +- vee-validate@4.13.1 + ## 4.13.0 ### Patch Changes diff --git a/packages/zod/package.json b/packages/zod/package.json index 19508bd61..af2fef6ad 100644 --- a/packages/zod/package.json +++ b/packages/zod/package.json @@ -1,6 +1,6 @@ { "name": "@vee-validate/zod", - "version": "4.13.0", + "version": "4.13.1", "description": "vee-validate integration with zod schema validation", "author": "Abdelrahman Awad ", "license": "MIT", @@ -29,7 +29,7 @@ ], "dependencies": { "type-fest": "^4.8.3", - "vee-validate": "4.13.0", + "vee-validate": "workspace:*", "zod": "^3.22.4" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 00536d0df..3ae91e5a5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -171,14 +171,14 @@ importers: specifier: ^4.17.12 version: 4.17.12 '@vee-validate/valibot': - specifier: ^4.13.0 - version: 4.13.0(vue@3.4.26(typescript@5.4.5)) + specifier: workspace:* + version: link:../packages/valibot '@vee-validate/yup': - specifier: ^4.13.0 - version: 4.13.0(vue@3.4.26(typescript@5.4.5)) + specifier: workspace:* + version: link:../packages/yup '@vee-validate/zod': - specifier: ^4.13.0 - version: 4.13.0(vue@3.4.26(typescript@5.4.5)) + specifier: workspace:* + version: link:../packages/zod '@vue/repl': specifier: ^3.0.0 version: 3.0.0 @@ -216,8 +216,8 @@ importers: specifier: ^0.31.0 version: 0.31.0 vee-validate: - specifier: ^4.13.0 - version: 4.13.0(vue@3.4.26(typescript@5.4.5)) + specifier: workspace:* + version: link:../packages/vee-validate vue: specifier: ^3.4.26 version: 3.4.26(typescript@5.4.5) @@ -239,8 +239,8 @@ importers: specifier: ^4.8.3 version: 4.8.3 vee-validate: - specifier: 4.13.0 - version: 4.13.0(vue@3.4.27(typescript@5.4.5)) + specifier: workspace:* + version: link:../vee-validate packages/nuxt: dependencies: @@ -251,8 +251,8 @@ importers: specifier: ^0.5.0 version: 0.5.0 vee-validate: - specifier: 4.13.0 - version: 4.13.0(vue@3.4.26(typescript@5.4.5)) + specifier: workspace:* + version: link:../vee-validate devDependencies: '@nuxt/eslint-config': specifier: ^0.2.0 @@ -273,8 +273,8 @@ importers: packages/rules: dependencies: vee-validate: - specifier: 4.13.0 - version: 4.13.0(vue@3.4.27(typescript@5.4.5)) + specifier: workspace:* + version: link:../vee-validate packages/valibot: dependencies: @@ -285,8 +285,8 @@ importers: specifier: ^0.31.0 version: 0.31.0 vee-validate: - specifier: 4.13.0 - version: 4.13.0(vue@3.4.27(typescript@5.4.5)) + specifier: workspace:* + version: link:../vee-validate packages/vee-validate: dependencies: @@ -306,8 +306,8 @@ importers: specifier: ^4.8.3 version: 4.8.3 vee-validate: - specifier: 4.13.0 - version: 4.13.0(vue@3.4.27(typescript@5.4.5)) + specifier: workspace:* + version: link:../vee-validate yup: specifier: ^1.3.2 version: 1.3.2 @@ -318,8 +318,8 @@ importers: specifier: ^4.8.3 version: 4.8.3 vee-validate: - specifier: 4.13.0 - version: 4.13.0(vue@3.4.27(typescript@5.4.5)) + specifier: workspace:* + version: link:../vee-validate zod: specifier: ^3.22.4 version: 3.22.4 @@ -580,10 +580,6 @@ packages: resolution: {integrity: sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==} engines: {node: '>=6.9.0'} - '@babel/helper-string-parser@7.24.7': - resolution: {integrity: sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==} - engines: {node: '>=6.9.0'} - '@babel/helper-validator-identifier@7.22.20': resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} engines: {node: '>=6.9.0'} @@ -592,10 +588,6 @@ packages: resolution: {integrity: sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-identifier@7.24.7': - resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==} - engines: {node: '>=6.9.0'} - '@babel/helper-validator-option@7.22.15': resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==} engines: {node: '>=6.9.0'} @@ -636,11 +628,6 @@ packages: engines: {node: '>=6.0.0'} hasBin: true - '@babel/parser@7.24.7': - resolution: {integrity: sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==} - engines: {node: '>=6.0.0'} - hasBin: true - '@babel/plugin-proposal-decorators@7.23.3': resolution: {integrity: sha512-u8SwzOcP0DYSsa++nHd/9exlHb0NAlHCb890qtZZbSwPX2bFv8LBEztxwN7Xg/dS8oAFFidhrI9PBcLBJSkGRQ==} engines: {node: '>=6.9.0'} @@ -734,10 +721,6 @@ packages: resolution: {integrity: sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==} engines: {node: '>=6.9.0'} - '@babel/types@7.24.7': - resolution: {integrity: sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==} - engines: {node: '>=6.9.0'} - '@bcoe/v8-coverage@0.2.3': resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} @@ -2571,15 +2554,6 @@ packages: peerDependencies: vue: '>=2.7 || >=3' - '@vee-validate/valibot@4.13.0': - resolution: {integrity: sha512-1tZCNBc67QnJnYChq3Zg3PwoQbt5nkoI5/4EtUXVc4r6VZgxYO4XP/H7D1STCI8j4IE7c59HeffsBz5C8MJJJQ==} - - '@vee-validate/yup@4.13.0': - resolution: {integrity: sha512-+rvMk3N5nI+MOX5hpELHG8mpqFHK07guAjABN6Cv3BDCewYAfQnDnAcaZQGI/WiucoTRvJLCP0pmlQOmzCP94g==} - - '@vee-validate/zod@4.13.0': - resolution: {integrity: sha512-+ngXiAvUzlccI95a1TBzf3hk3wRWOYdlRgE/5pFpI4ZwH6I3wa3J/qD9T7vfTXk3xAMgAze6A8H/UwyNYeoBiA==} - '@vercel/nft@0.24.3': resolution: {integrity: sha512-IyBdIxmFAeGZnEfMgt4QrGK7XX4lWazlQj34HEi9dw04/WeDBJ7r1yaOIO5tTf9pbfvwUFodj9b0H+NDGGoOMg==} engines: {node: '>=16'} @@ -2642,36 +2616,24 @@ packages: '@vue/compiler-core@3.4.26': resolution: {integrity: sha512-N9Vil6Hvw7NaiyFUFBPXrAyETIGlQ8KcFMkyk6hW1Cl6NvoqvP+Y8p1Eqvx+UdqsnrnI9+HMUEJegzia3mhXmQ==} - '@vue/compiler-core@3.4.27': - resolution: {integrity: sha512-E+RyqY24KnyDXsCuQrI+mlcdW3ALND6U7Gqa/+bVwbcpcR3BRRIckFoz7Qyd4TTlnugtwuI7YgjbvsLmxb+yvg==} - '@vue/compiler-dom@3.3.8': resolution: {integrity: sha512-+PPtv+p/nWDd0AvJu3w8HS0RIm/C6VGBIRe24b9hSyNWOAPEUosFZ5diwawwP8ip5sJ8n0Pe87TNNNHnvjs0FQ==} '@vue/compiler-dom@3.4.26': resolution: {integrity: sha512-4CWbR5vR9fMg23YqFOhr6t6WB1Fjt62d6xdFPyj8pxrYub7d+OgZaObMsoxaF9yBUHPMiPFK303v61PwAuGvZA==} - '@vue/compiler-dom@3.4.27': - resolution: {integrity: sha512-kUTvochG/oVgE1w5ViSr3KUBh9X7CWirebA3bezTbB5ZKBQZwR2Mwj9uoSKRMFcz4gSMzzLXBPD6KpCLb9nvWw==} - '@vue/compiler-sfc@3.3.8': resolution: {integrity: sha512-WMzbUrlTjfYF8joyT84HfwwXo+8WPALuPxhy+BZ6R4Aafls+jDBnSz8PDz60uFhuqFbl3HxRfxvDzrUf3THwpA==} '@vue/compiler-sfc@3.4.26': resolution: {integrity: sha512-It1dp+FAOCgluYSVYlDn5DtZBxk1NCiJJfu2mlQqa/b+k8GL6NG/3/zRbJnHdhV2VhxFghaDq5L4K+1dakW6cw==} - '@vue/compiler-sfc@3.4.27': - resolution: {integrity: sha512-nDwntUEADssW8e0rrmE0+OrONwmRlegDA1pD6QhVeXxjIytV03yDqTey9SBDiALsvAd5U4ZrEKbMyVXhX6mCGA==} - '@vue/compiler-ssr@3.3.8': resolution: {integrity: sha512-hXCqQL/15kMVDBuoBYpUnSYT8doDNwsjvm3jTefnXr+ytn294ySnT8NlsFHmTgKNjwpuFy7XVV8yTeLtNl/P6w==} '@vue/compiler-ssr@3.4.26': resolution: {integrity: sha512-FNwLfk7LlEPRY/g+nw2VqiDKcnDTVdCfBREekF8X74cPLiWHUX6oldktf/Vx28yh4STNy7t+/yuLoMBBF7YDiQ==} - '@vue/compiler-ssr@3.4.27': - resolution: {integrity: sha512-CVRzSJIltzMG5FcidsW0jKNQnNRYC8bT21VegyMMtHmhW3UOI7knmUehzswXLrExDLE6lQCZdrhD4ogI7c+vuw==} - '@vue/devtools-api@6.6.1': resolution: {integrity: sha512-LgPscpE3Vs0x96PzSSB4IGVSZXZBZHpfxs+ZA1d+VEPwHdOXowy/Y2CsvCAIFrf+ssVU1pD1jidj505EpUnfbA==} @@ -2681,43 +2643,26 @@ packages: '@vue/reactivity@3.4.26': resolution: {integrity: sha512-E/ynEAu/pw0yotJeLdvZEsp5Olmxt+9/WqzvKff0gE67tw73gmbx6tRkiagE/eH0UCubzSlGRebCbidB1CpqZQ==} - '@vue/reactivity@3.4.27': - resolution: {integrity: sha512-kK0g4NknW6JX2yySLpsm2jlunZJl2/RJGZ0H9ddHdfBVHcNzxmQ0sS0b09ipmBoQpY8JM2KmUw+a6sO8Zo+zIA==} - '@vue/repl@3.0.0': resolution: {integrity: sha512-tGYibiftMo5yEuIKPWVsNuuNDejjJk0JQmvKtTm12KNLFqtGD7fWoGv1qUzcN9EAxwVeDgnT9ljRgqGVgZkyEg==} '@vue/runtime-core@3.4.26': resolution: {integrity: sha512-AFJDLpZvhT4ujUgZSIL9pdNcO23qVFh7zWCsNdGQBw8ecLNxOOnPcK9wTTIYCmBJnuPHpukOwo62a2PPivihqw==} - '@vue/runtime-core@3.4.27': - resolution: {integrity: sha512-7aYA9GEbOOdviqVvcuweTLe5Za4qBZkUY7SvET6vE8kyypxVgaT1ixHLg4urtOlrApdgcdgHoTZCUuTGap/5WA==} - '@vue/runtime-dom@3.4.26': resolution: {integrity: sha512-UftYA2hUXR2UOZD/Fc3IndZuCOOJgFxJsWOxDkhfVcwLbsfh2CdXE2tG4jWxBZuDAs9J9PzRTUFt1PgydEtItw==} - '@vue/runtime-dom@3.4.27': - resolution: {integrity: sha512-ScOmP70/3NPM+TW9hvVAz6VWWtZJqkbdf7w6ySsws+EsqtHvkhxaWLecrTorFxsawelM5Ys9FnDEMt6BPBDS0Q==} - '@vue/server-renderer@3.4.26': resolution: {integrity: sha512-xoGAqSjYDPGAeRWxeoYwqJFD/gw7mpgzOvSxEmjWaFO2rE6qpbD1PC172YRpvKhrihkyHJkNDADFXTfCyVGhKw==} peerDependencies: vue: 3.4.26 - '@vue/server-renderer@3.4.27': - resolution: {integrity: sha512-dlAMEuvmeA3rJsOMJ2J1kXU7o7pOxgsNHVr9K8hB3ImIkSuBrIdy0vF66h8gf8Tuinf1TK3mPAz2+2sqyf3KzA==} - peerDependencies: - vue: 3.4.27 - '@vue/shared@3.3.8': resolution: {integrity: sha512-8PGwybFwM4x8pcfgqEQFy70NaQxASvOC5DJwLQfpArw1UDfUXrJkdxD3BhVTMS+0Lef/TU7YO0Jvr0jJY8T+mw==} '@vue/shared@3.4.26': resolution: {integrity: sha512-Fg4zwR0GNnjzodMt3KRy2AWGMKQXByl56+4HjN87soxLNU9P5xcJkstAlIeEF3cU6UYOzmJl1tV0dVPGIljCnQ==} - '@vue/shared@3.4.27': - resolution: {integrity: sha512-DL3NmY2OFlqmYYrzp39yi3LDkKxa5vZVwxWdQ3rG0ekuWscHraeIbnI8t+aZK7qhYqEqWKTUdijadunb9pnrgA==} - '@vueuse/core@10.7.0': resolution: {integrity: sha512-4EUDESCHtwu44ZWK3Gc/hZUVhVo/ysvdtwocB5vcauSV4B7NiGY5972WnsojB3vRNdxvAt7kzJWE2h9h7C9d5w==} @@ -7365,9 +7310,6 @@ packages: engines: {node: '>=8'} hasBin: true - valibot@0.30.0: - resolution: {integrity: sha512-5POBdbSkM+3nvJ6ZlyQHsggisfRtyT4tVTo1EIIShs6qCdXJnyWU5TJ68vr8iTg5zpOLjXLRiBqNx+9zwZz/rA==} - valibot@0.31.0: resolution: {integrity: sha512-bleS8aVFpRGTUgbMoXzsRJhpxJGiZ3MG1nuNSORuDvio+sI1EyT1+lQHg+77Pfnlxz+25Uj5HiwdaklcDcYdiQ==} @@ -7378,11 +7320,6 @@ packages: resolution: {integrity: sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - vee-validate@4.13.0: - resolution: {integrity: sha512-8v4C36sdEZfQm77E3A+Fg5M/sV7knqXoVNUjoI/aUHoDlFcATIUFvWLT7lqsOvvhAw6i4qzw+Q/Xs9zm9ndjsQ==} - peerDependencies: - vue: ^3.4.26 - vfile-location@4.1.0: resolution: {integrity: sha512-YF23YMyASIIJXpktBa4vIGLJ5Gs88UB/XePgqPmTa7cDA+JeO3yclbpheQYCHjVHBn/yePzrXuygIL+xbvRYHw==} @@ -7648,14 +7585,6 @@ packages: typescript: optional: true - vue@3.4.27: - resolution: {integrity: sha512-8s/56uK6r01r1icG/aEOHqyMVxd1bkYcSe9j8HcKtr/xTOFWvnzIVTehNW+5Yt89f+DLBe4A569pnZLS5HzAMA==} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - w3c-xmlserializer@5.0.0: resolution: {integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==} engines: {node: '>=18'} @@ -8269,14 +8198,10 @@ snapshots: '@babel/helper-string-parser@7.24.1': {} - '@babel/helper-string-parser@7.24.7': {} - '@babel/helper-validator-identifier@7.22.20': {} '@babel/helper-validator-identifier@7.24.5': {} - '@babel/helper-validator-identifier@7.24.7': {} - '@babel/helper-validator-option@7.22.15': {} '@babel/helpers@7.23.2': @@ -8324,10 +8249,6 @@ snapshots: dependencies: '@babel/types': 7.24.5 - '@babel/parser@7.24.7': - dependencies: - '@babel/types': 7.24.7 - '@babel/plugin-proposal-decorators@7.23.3(@babel/core@7.23.3)': dependencies: '@babel/core': 7.23.3 @@ -8473,12 +8394,6 @@ snapshots: '@babel/helper-validator-identifier': 7.24.5 to-fast-properties: 2.0.0 - '@babel/types@7.24.7': - dependencies: - '@babel/helper-string-parser': 7.24.7 - '@babel/helper-validator-identifier': 7.24.7 - to-fast-properties: 2.0.0 - '@bcoe/v8-coverage@0.2.3': {} '@builder.io/partytown@0.8.1': {} @@ -10414,30 +10329,6 @@ snapshots: unhead: 1.8.8 vue: 3.4.26(typescript@5.4.5) - '@vee-validate/valibot@4.13.0(vue@3.4.26(typescript@5.4.5))': - dependencies: - type-fest: 4.8.3 - valibot: 0.30.0 - vee-validate: 4.13.0(vue@3.4.26(typescript@5.4.5)) - transitivePeerDependencies: - - vue - - '@vee-validate/yup@4.13.0(vue@3.4.26(typescript@5.4.5))': - dependencies: - type-fest: 4.8.3 - vee-validate: 4.13.0(vue@3.4.26(typescript@5.4.5)) - yup: 1.4.0 - transitivePeerDependencies: - - vue - - '@vee-validate/zod@4.13.0(vue@3.4.26(typescript@5.4.5))': - dependencies: - type-fest: 4.8.3 - vee-validate: 4.13.0(vue@3.4.26(typescript@5.4.5)) - zod: 3.22.4 - transitivePeerDependencies: - - vue - '@vercel/nft@0.24.3(encoding@0.1.13)': dependencies: '@mapbox/node-pre-gyp': 1.0.11(encoding@0.1.13) @@ -10578,14 +10469,6 @@ snapshots: estree-walker: 2.0.2 source-map-js: 1.2.0 - '@vue/compiler-core@3.4.27': - dependencies: - '@babel/parser': 7.24.7 - '@vue/shared': 3.4.27 - entities: 4.5.0 - estree-walker: 2.0.2 - source-map-js: 1.2.0 - '@vue/compiler-dom@3.3.8': dependencies: '@vue/compiler-core': 3.3.8 @@ -10596,11 +10479,6 @@ snapshots: '@vue/compiler-core': 3.4.26 '@vue/shared': 3.4.26 - '@vue/compiler-dom@3.4.27': - dependencies: - '@vue/compiler-core': 3.4.27 - '@vue/shared': 3.4.27 - '@vue/compiler-sfc@3.3.8': dependencies: '@babel/parser': 7.23.3 @@ -10626,18 +10504,6 @@ snapshots: postcss: 8.4.38 source-map-js: 1.2.0 - '@vue/compiler-sfc@3.4.27': - dependencies: - '@babel/parser': 7.24.7 - '@vue/compiler-core': 3.4.27 - '@vue/compiler-dom': 3.4.27 - '@vue/compiler-ssr': 3.4.27 - '@vue/shared': 3.4.27 - estree-walker: 2.0.2 - magic-string: 0.30.10 - postcss: 8.4.38 - source-map-js: 1.2.0 - '@vue/compiler-ssr@3.3.8': dependencies: '@vue/compiler-dom': 3.3.8 @@ -10648,11 +10514,6 @@ snapshots: '@vue/compiler-dom': 3.4.26 '@vue/shared': 3.4.26 - '@vue/compiler-ssr@3.4.27': - dependencies: - '@vue/compiler-dom': 3.4.27 - '@vue/shared': 3.4.27 - '@vue/devtools-api@6.6.1': {} '@vue/reactivity-transform@3.3.8': @@ -10667,10 +10528,6 @@ snapshots: dependencies: '@vue/shared': 3.4.26 - '@vue/reactivity@3.4.27': - dependencies: - '@vue/shared': 3.4.27 - '@vue/repl@3.0.0': {} '@vue/runtime-core@3.4.26': @@ -10678,23 +10535,12 @@ snapshots: '@vue/reactivity': 3.4.26 '@vue/shared': 3.4.26 - '@vue/runtime-core@3.4.27': - dependencies: - '@vue/reactivity': 3.4.27 - '@vue/shared': 3.4.27 - '@vue/runtime-dom@3.4.26': dependencies: '@vue/runtime-core': 3.4.26 '@vue/shared': 3.4.26 csstype: 3.1.3 - '@vue/runtime-dom@3.4.27': - dependencies: - '@vue/runtime-core': 3.4.27 - '@vue/shared': 3.4.27 - csstype: 3.1.3 - '@vue/server-renderer@3.4.26(vue@3.4.26(typescript@5.3.3))': dependencies: '@vue/compiler-ssr': 3.4.26 @@ -10707,18 +10553,10 @@ snapshots: '@vue/shared': 3.4.26 vue: 3.4.26(typescript@5.4.5) - '@vue/server-renderer@3.4.27(vue@3.4.27(typescript@5.4.5))': - dependencies: - '@vue/compiler-ssr': 3.4.27 - '@vue/shared': 3.4.27 - vue: 3.4.27(typescript@5.4.5) - '@vue/shared@3.3.8': {} '@vue/shared@3.4.26': {} - '@vue/shared@3.4.27': {} - '@vueuse/core@10.7.0(vue@3.4.26(typescript@5.4.5))': dependencies: '@types/web-bluetooth': 0.0.20 @@ -16690,8 +16528,6 @@ snapshots: kleur: 4.1.5 sade: 1.8.1 - valibot@0.30.0: {} - valibot@0.31.0: {} validate-npm-package-license@3.0.4: @@ -16703,18 +16539,6 @@ snapshots: dependencies: builtins: 5.0.1 - vee-validate@4.13.0(vue@3.4.26(typescript@5.4.5)): - dependencies: - '@vue/devtools-api': 6.6.1 - type-fest: 4.8.3 - vue: 3.4.26(typescript@5.4.5) - - vee-validate@4.13.0(vue@3.4.27(typescript@5.4.5)): - dependencies: - '@vue/devtools-api': 6.6.1 - type-fest: 4.8.3 - vue: 3.4.27(typescript@5.4.5) - vfile-location@4.1.0: dependencies: '@types/unist': 2.0.10 @@ -16995,16 +16819,6 @@ snapshots: optionalDependencies: typescript: 5.4.5 - vue@3.4.27(typescript@5.4.5): - dependencies: - '@vue/compiler-dom': 3.4.27 - '@vue/compiler-sfc': 3.4.27 - '@vue/runtime-dom': 3.4.27 - '@vue/server-renderer': 3.4.27(vue@3.4.27(typescript@5.4.5)) - '@vue/shared': 3.4.27 - optionalDependencies: - typescript: 5.4.5 - w3c-xmlserializer@5.0.0: dependencies: xml-name-validator: 5.0.0