fix: bump hono version of `peerDependencies` (#219)

* fix: bump hono version of `peerDependencies`

* add changeset
pull/218/head
Yusuke Wada 2023-10-30 06:39:46 +09:00 committed by GitHub
parent a80c84ba07
commit b3d80a0cca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 6 deletions

View File

@ -0,0 +1,7 @@
---
'@hono/typebox-validator': patch
'@hono/valibot-validator': patch
'@hono/typia-validator': patch
---
bump hono version of `peerDependencies`

View File

@ -29,10 +29,10 @@
"homepage": "https://github.com/honojs/middleware",
"peerDependencies": {
"@sinclair/typebox": "^0.31.15",
"hono": "3.*"
"hono": ">=3.9.0"
},
"devDependencies": {
"@sinclair/typebox": "^0.31.15",
"hono": "^3.1.2"
}
}
}

View File

@ -29,11 +29,11 @@
},
"homepage": "https://github.com/honojs/middleware",
"peerDependencies": {
"hono": "3.*",
"hono": ">=3.9.0",
"typia": "^5.0.4"
},
"devDependencies": {
"hono": "^3.5.8",
"typia": "^5.0.4"
}
}
}

View File

@ -28,11 +28,11 @@
},
"homepage": "https://github.com/honojs/middleware",
"peerDependencies": {
"hono": "3.*",
"hono": ">=3.9.0",
"valibot": "^0.13.1"
},
"devDependencies": {
"hono": "^3.1.0",
"valibot": "^0.13.1"
}
}
}