feat(typia-validator): upgrade typia dependency to ^6.1.0 (#570)
* 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.pull/572/head
parent
955230b68b
commit
66366075d4
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@hono/typia-validator': patch
|
||||
---
|
||||
|
||||
PeerDependency of Typia is updated from v5 to v6
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue