From 0a3c51ae6ee0a6e057e2a496f8b98045abbdac02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 20:48:32 +0000 Subject: [PATCH] chore(deps): update dependency typia to ^7.4.2 --- examples/bun-build/package.json | 2 +- examples/nextjs/package.json | 2 +- examples/sveltekit/package.json | 2 +- examples/vite-hono/package.json | 2 +- examples/vite-react/package.json | 2 +- examples/webpack-minimal/package.json | 2 +- packages/unplugin-typia/package.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/bun-build/package.json b/examples/bun-build/package.json index 61e3d3cf..5249b124 100644 --- a/examples/bun-build/package.json +++ b/examples/bun-build/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@types/bun": "latest", "std-env": "^3.8.0", - "typia": "^7.0.1" + "typia": "^7.4.2" }, "peerDependencies": { "ts-patch": "^3.2.1", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index dfc555aa..6e8e6edb 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -22,6 +22,6 @@ "tslib": "^2.8.1", "type-fest": "^4.30.0", "typescript": "~5.7.2", - "typia": "^7.0.1" + "typia": "^7.4.2" } } diff --git a/examples/sveltekit/package.json b/examples/sveltekit/package.json index 86f1dbd4..f0682e0c 100644 --- a/examples/sveltekit/package.json +++ b/examples/sveltekit/package.json @@ -22,7 +22,7 @@ "ts-patch": "^3.2.1", "tslib": "^2.8.1", "typescript": "~5.7.2", - "typia": "^7.0.1", + "typia": "^7.4.2", "vite": "^6.0.2" }, "type": "module", diff --git a/examples/vite-hono/package.json b/examples/vite-hono/package.json index 28264acd..5be6580c 100644 --- a/examples/vite-hono/package.json +++ b/examples/vite-hono/package.json @@ -20,7 +20,7 @@ "@ryoppippi/unplugin-typia": "workspace:*", "ts-patch": "^3.2.1", "typescript": "~5.7.2", - "typia": "^7.0.1", + "typia": "^7.4.2", "vite": "^6.0.2" } } diff --git a/examples/vite-react/package.json b/examples/vite-react/package.json index 71400a75..204d2469 100644 --- a/examples/vite-react/package.json +++ b/examples/vite-react/package.json @@ -23,7 +23,7 @@ "@vitejs/plugin-react": "^4.3.4", "ts-patch": "^3.2.1", "typescript": "~5.7.2", - "typia": "^7.0.1", + "typia": "^7.4.2", "vite": "^6.0.2", "vite-plugin-inspect": "^0.10.3" } diff --git a/examples/webpack-minimal/package.json b/examples/webpack-minimal/package.json index 509660be..892350ec 100644 --- a/examples/webpack-minimal/package.json +++ b/examples/webpack-minimal/package.json @@ -28,6 +28,6 @@ "dependencies": { "@ryoppippi/unplugin-typia": "workspace:*", "cross-env": "^7.0.3", - "typia": "^7.0.1" + "typia": "^7.4.2" } } diff --git a/packages/unplugin-typia/package.json b/packages/unplugin-typia/package.json index 84f30105..e11fccd1 100644 --- a/packages/unplugin-typia/package.json +++ b/packages/unplugin-typia/package.json @@ -50,7 +50,7 @@ "pkg-types": "^1.2.1", "type-fest": "^4.30.0", "typescript": "~5.6.3", - "typia": "^7.0.1", + "typia": "^7.4.2", "unplugin": "^1.16.0" }, "devDependencies": {