Skip to content

Commit f0174e0

Browse files
chore: update valibot dependency to version >=0.33.0 (#695)
1 parent f7a4fd4 commit f0174e0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
"superstruct": "^1.0.3",
263263
"typanion": "^3.14.0",
264264
"typescript": "^5.1.6",
265-
"valibot": "0.31.0-rc.12",
265+
"valibot": "0.35.0",
266266
"vest": "^4.6.11",
267267
"vite": "^4.4.9",
268268
"vite-tsconfig-paths": "^4.2.0",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

valibot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"peerDependencies": {
1414
"@hookform/resolvers": "^2.0.0",
1515
"react-hook-form": "^7.0.0",
16-
"valibot": ">=0.31.0 <1"
16+
"valibot": ">=0.33.0 <1"
1717
}
1818
}

0 commit comments

Comments
 (0)