fix: bump up valibot (#111)

* fix(valibot): bump up valibot

* changeset
pull/112/head
Yusuke Wada 2023-08-16 08:44:38 +09:00 committed by GitHub
parent d9e8203548
commit 945938b6af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 6 deletions

View File

@ -0,0 +1,5 @@
---
'@hono/valibot-validator': patch
---
bump up valibot

View File

@ -29,10 +29,10 @@
"homepage": "https://github.com/honojs/middleware",
"peerDependencies": {
"hono": "3.*",
"valibot": "^0.5.0"
"valibot": "^0.12.0"
},
"devDependencies": {
"hono": "^3.1.0",
"valibot": "0.5.0"
"valibot": "^0.12.0"
}
}

View File

@ -11053,10 +11053,10 @@ vali-date@^1.0.0:
resolved "https://registry.yarnpkg.com/vali-date/-/vali-date-1.0.0.tgz#1b904a59609fb328ef078138420934f6b86709a6"
integrity sha512-sgECfZthyaCKW10N0fm27cg8HYTFK5qMWgypqkXMQ4Wbl/zZKx7xZICgcoxIIE+WFAP/MBL2EFwC/YvLxw3Zeg==
valibot@^0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/valibot/-/valibot-0.5.0.tgz#027bdbfa9e64a6cca2f00fa8d0cd6e361877f6f4"
integrity sha512-xjL/zMuQloTyK6sVzGO4HVg3AcPb970kIi2H3yMgl7gadBKKzepje31DWRyvOxhXJnIrFX8rJM0mhkMcmWz4bg==
valibot@^0.12.0:
version "0.12.0"
resolved "https://registry.yarnpkg.com/valibot/-/valibot-0.12.0.tgz#3206191f4af551768bfddf041f40ad3b3d3037df"
integrity sha512-EGx/uDUpRa9wB9NkD7fsktc02rvXWlJzDTC/ihbE+NybhzAsMhns2OOdNv2R4BtdGnDvaCEGi/DbgR5RvgCS8A==
valid-url@^1:
version "1.0.9"