Skip to content

Commit

Permalink
fix: bump hono version of peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Oct 29, 2023
1 parent a80c84b commit 4773e41
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/typebox-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
4 changes: 2 additions & 2 deletions packages/typia-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
4 changes: 2 additions & 2 deletions packages/valibot-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}

0 comments on commit 4773e41

Please sign in to comment.