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

This commit is contained in:
Romain Hamel
2025-03-24 14:17:10 +01:00
committed by GitHub
parent 93406d26b8
commit bd732d3b34
2 changed files with 40 additions and 17 deletions

View File

@@ -64,16 +64,36 @@
"@vue/test-utils": "^2.4.6",
"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",
"typescript": "^5.6.3",
"vitest": "^3.0.9",
"vitest-environment-nuxt": "^1.0.1",
"vue-tsc": "^2.1.10",
"yup": "^1.6.1",
"zod": "^3.24.2"
"vue-tsc": "^2.1.10"
},
"peerDependencies": {
"joi": "^17.13.0",
"superstruct": "^2.0.0",
"valibot": "^1.0.0",
"yup": "^1.6.0",
"zod": "^3.24.0"
},
"peerDependenciesMeta": {
"joi": {
"optional": true
},
"valibot": {
"optional": true
},
"superstruct": {
"optional": true
},
"yup": {
"optional": true
},
"zod": {
"optional": true
}
},
"resolutions": {
"@nuxt/ui": "workspace:*",