Skip to content

Commit 1e41792

Browse files
update vee-validate and validators
1 parent 6c6d37e commit 1e41792

File tree

2 files changed

+134
-99
lines changed

2 files changed

+134
-99
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@
9595
"@types/node": "^22.9.0",
9696
"@typescript-eslint/eslint-plugin": "^8.15.0",
9797
"@typescript-eslint/parser": "^8.15.0",
98-
"@vee-validate/yup": "^4.14.7",
99-
"@vee-validate/zod": "^4.14.7",
98+
"@vee-validate/yup": "^4.15.0",
99+
"@vee-validate/zod": "^4.15.0",
100100
"@vitejs/plugin-vue": "^5.2.0",
101101
"@vue/cli-service": "^5.0.8",
102102
"@vue/eslint-config-typescript": "^14.1.3",
@@ -135,7 +135,7 @@
135135
"typescript": "^5.6.3",
136136
"typescript-eslint": "^8.15.0",
137137
"unplugin-auto-import": "^0.18.4",
138-
"vee-validate": "^4.14.7",
138+
"vee-validate": "^4.15.0",
139139
"vite": "^5.4.11",
140140
"vite-plugin-css-injected-by-js": "^3.5.2",
141141
"vite-plugin-dts": "^4.3.0",
@@ -147,7 +147,7 @@
147147
"vitest": "^2.1.5",
148148
"vue-tsc": "^2.1.8",
149149
"webfontloader": "^1.6.28",
150-
"yup": "^1.4.0",
151-
"zod": "^3.23.8"
150+
"yup": "^1.6.1",
151+
"zod": "^3.24.2"
152152
}
153153
}

0 commit comments

Comments
 (0)