chore(deps): declare form validation libraries as peerDependencies (#3666)

This commit is contained in:
Romain Hamel
2025-03-24 13:53:35 +01:00
committed by GitHub
parent e2e079f0d8
commit d6fd18fc4f
2 changed files with 32 additions and 22 deletions

View File

@@ -130,19 +130,32 @@
"embla-carousel": "^8.5.2",
"eslint": "^9.23.0",
"happy-dom": "^17.4.4",
"joi": "^17.13.3",
"nuxt": "^3.16.1",
"release-it": "^18.1.2",
"superstruct": "^2.0.2",
"valibot": "^1.0.0",
"vitest": "^3.0.9",
"vitest-environment-nuxt": "^1.0.1",
"vue-tsc": "^2.2.0",
"yup": "^1.6.1",
"zod": "^3.24.2"
"vue-tsc": "^2.2.0"
},
"peerDependencies": {
"typescript": "^5.6.3"
"typescript": "^5.6.3",
"joi": "^17.13.3",
"valibot": "^1.0.0",
"superstruct": "^2.0.2",
"zod": "^3.24.0"
},
"peerDependenciesMeta": {
"joi": {
"optional": true
},
"valibot": {
"optional": true
},
"superstruct": {
"optional": true
},
"zod": {
"optional": true
}
},
"resolutions": {
"@nuxt/ui": "workspace:*",