diff --git a/examples/bun-build/package.json b/examples/bun-build/package.json index 61e3d3cf..aa8e55f6 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.2.1" }, "peerDependencies": { "ts-patch": "^3.2.1", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index dfc555aa..082a11a5 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.2.1" } } diff --git a/examples/sveltekit/package.json b/examples/sveltekit/package.json index 86f1dbd4..ddbefceb 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.2.1", "vite": "^6.0.2" }, "type": "module", diff --git a/examples/vite-hono/package.json b/examples/vite-hono/package.json index 28264acd..1445d464 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.2.1", "vite": "^6.0.2" } } diff --git a/examples/vite-react/package.json b/examples/vite-react/package.json index 71400a75..87867ff0 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.2.1", "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..03009e67 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.2.1" } } diff --git a/packages/unplugin-typia/package.json b/packages/unplugin-typia/package.json index 84f30105..4ea2b9cd 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.2.1", "unplugin": "^1.16.0" }, "devDependencies": {