diff --git a/bun.lockb b/bun.lockb index 759fbf21..a55bdcdf 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/examples/bun-build/package.json b/examples/bun-build/package.json index ae08f793..c3cfd395 100644 --- a/examples/bun-build/package.json +++ b/examples/bun-build/package.json @@ -12,7 +12,7 @@ "@types/bun": "latest", "npm-run-all2": "^6.2.0", "std-env": "^3.7.0", - "typia": "^6.4.1" + "typia": "^6.4.3" }, "peerDependencies": { "ts-patch": "^3.2.1", diff --git a/examples/esbuild/package.json b/examples/esbuild/package.json index b0485718..538577f9 100644 --- a/examples/esbuild/package.json +++ b/examples/esbuild/package.json @@ -18,6 +18,6 @@ "@ryoppippi/unplugin-typia": "workspace:*" }, "dependencies": { - "typia": "^6.4.1" + "typia": "^6.4.3" } } diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index fcac1aa2..6f5485f5 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -21,7 +21,7 @@ "tslib": "^2.4.1", "type-fest": "^4.19.0", "typescript": "~5.5.3", - "typia": "^6.4.1", + "typia": "^6.4.3", "@ryoppippi/unplugin-typia": "workspace:*" } } diff --git a/examples/sveltekit/package.json b/examples/sveltekit/package.json index 7c348e4d..25d06496 100644 --- a/examples/sveltekit/package.json +++ b/examples/sveltekit/package.json @@ -21,7 +21,7 @@ "ts-patch": "^3.2.1", "tslib": "^2.4.1", "typescript": "~5.5.3", - "typia": "^6.4.1", + "typia": "^6.4.3", "vite": "^5.0.3" }, "type": "module", diff --git a/examples/vite-hono/package.json b/examples/vite-hono/package.json index 269e6994..9b452908 100644 --- a/examples/vite-hono/package.json +++ b/examples/vite-hono/package.json @@ -19,7 +19,7 @@ "@hono/vite-dev-server": "^0.12.2", "ts-patch": "^3.2.1", "typescript": "~5.5.3", - "typia": "^6.4.1", + "typia": "^6.4.3", "vite": "^5.2.12", "@ryoppippi/unplugin-typia": "workspace:*" } diff --git a/examples/vite-react/package.json b/examples/vite-react/package.json index e2ec8697..4ddcc30f 100644 --- a/examples/vite-react/package.json +++ b/examples/vite-react/package.json @@ -22,7 +22,7 @@ "@vitejs/plugin-react": "^4.3.1", "ts-patch": "^3.2.1", "typescript": "~5.5.3", - "typia": "^6.4.1", + "typia": "^6.4.3", "vite": "^5.2.0", "@ryoppippi/unplugin-typia": "workspace:*" } diff --git a/examples/vite-vanilla/package.json b/examples/vite-vanilla/package.json index 580e970b..3abfe1eb 100644 --- a/examples/vite-vanilla/package.json +++ b/examples/vite-vanilla/package.json @@ -11,7 +11,7 @@ "vite-plugin-inspect": "^0.8.4", "ts-patch": "^3.2.1", "typescript": "~5.5.3", - "typia": "^6.4.1", + "typia": "^6.4.3", "@ryoppippi/unplugin-typia": "workspace:*" } } diff --git a/examples/webpack-minimal/package.json b/examples/webpack-minimal/package.json index 55764136..33fa5562 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": "^6.4.1" + "typia": "^6.4.3" } } diff --git a/packages/unplugin-typia/package.json b/packages/unplugin-typia/package.json index 3031b2b3..13943802 100644 --- a/packages/unplugin-typia/package.json +++ b/packages/unplugin-typia/package.json @@ -104,6 +104,6 @@ "pkg-types": "^1.1.1", "rollup": "^4.6.1", "type-fest": "^4.19.0", - "typia": "^6.4.1" + "typia": "^6.4.3" } }