fix: bump hono version of `peerDependencies` (#219)
* fix: bump hono version of `peerDependencies` * add changesetpull/218/head
parent
a80c84ba07
commit
b3d80a0cca
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
'@hono/typebox-validator': patch
|
||||||
|
'@hono/valibot-validator': patch
|
||||||
|
'@hono/typia-validator': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
bump hono version of `peerDependencies`
|
|
@ -29,10 +29,10 @@
|
||||||
"homepage": "https://github.com/honojs/middleware",
|
"homepage": "https://github.com/honojs/middleware",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@sinclair/typebox": "^0.31.15",
|
"@sinclair/typebox": "^0.31.15",
|
||||||
"hono": "3.*"
|
"hono": ">=3.9.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@sinclair/typebox": "^0.31.15",
|
"@sinclair/typebox": "^0.31.15",
|
||||||
"hono": "^3.1.2"
|
"hono": "^3.1.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -29,11 +29,11 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/honojs/middleware",
|
"homepage": "https://github.com/honojs/middleware",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"hono": "3.*",
|
"hono": ">=3.9.0",
|
||||||
"typia": "^5.0.4"
|
"typia": "^5.0.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"hono": "^3.5.8",
|
"hono": "^3.5.8",
|
||||||
"typia": "^5.0.4"
|
"typia": "^5.0.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -28,11 +28,11 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/honojs/middleware",
|
"homepage": "https://github.com/honojs/middleware",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"hono": "3.*",
|
"hono": ">=3.9.0",
|
||||||
"valibot": "^0.13.1"
|
"valibot": "^0.13.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"hono": "^3.1.0",
|
"hono": "^3.1.0",
|
||||||
"valibot": "^0.13.1"
|
"valibot": "^0.13.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue