chore(deps): update peerDependencies

This commit is contained in:
Benjamin Canac
2025-03-24 14:12:19 +01:00
parent ef8ebaf687
commit 5465fcb61d
2 changed files with 11 additions and 4 deletions

View File

@@ -137,10 +137,11 @@
"vue-tsc": "^2.2.0"
},
"peerDependencies": {
"joi": "^17.13.0",
"superstruct": "^2.0.0",
"typescript": "^5.6.3",
"joi": "^17.13.3",
"valibot": "^1.0.0",
"superstruct": "^2.0.2",
"yup": "^1.6.0",
"zod": "^3.24.0"
},
"peerDependenciesMeta": {
@@ -153,6 +154,9 @@
"superstruct": {
"optional": true
},
"yup": {
"optional": true
},
"zod": {
"optional": true
}