From 66366075d4f268ad0190a30f1c77ca433cacf0b3 Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Thu, 13 Jun 2024 23:31:54 +0100 Subject: [PATCH] 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. --- .changeset/five-horses-know.md | 5 +++++ packages/typia-validator/package.json | 2 +- yarn.lock | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/five-horses-know.md diff --git a/.changeset/five-horses-know.md b/.changeset/five-horses-know.md new file mode 100644 index 00000000..fa5ca848 --- /dev/null +++ b/.changeset/five-horses-know.md @@ -0,0 +1,5 @@ +--- +'@hono/typia-validator': patch +--- + +PeerDependency of Typia is updated from v5 to v6 diff --git a/packages/typia-validator/package.json b/packages/typia-validator/package.json index 41e7fef0..ff1b738f 100644 --- a/packages/typia-validator/package.json +++ b/packages/typia-validator/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index d3b7ee92..e33d469d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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