Skip to content

Commit

Permalink
feat(typia-validator): upgrade typia dependency to ^6.1.0 (#570)
Browse files Browse the repository at this point in the history
* feat(typia-validator): upgrade typia dependency to ^6.1.0

This commit updates the peer dependency of typia from ^5.0.4 to ^6.1.0
in the typia-validator package. The yarn.lock file has also been updated
to reflect this change.

* feat(typia-validator): update Typia peerDependency

The peerDependency of Typia in '@hono/typia-validator' has been updated
from version 5 to version 6.
  • Loading branch information
ryoppippi authored Jun 13, 2024
1 parent 955230b commit 6636607
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/five-horses-know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hono/typia-validator': patch
---

PeerDependency of Typia is updated from v5 to v6
2 changes: 1 addition & 1 deletion packages/typia-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"homepage": "https://github.com/honojs/middleware",
"peerDependencies": {
"hono": ">=3.9.0",
"typia": "^5.0.4"
"typia": "^6.1.0"
},
"devDependencies": {
"hono": "^3.11.7",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2155,7 +2155,7 @@ __metadata:
typia: "npm:^5.0.4"
peerDependencies:
hono: ">=3.9.0"
typia: ^5.0.4
typia: ^6.1.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 6636607

Please sign in to comment.