diff --git a/bun.lockb b/bun.lockb index 5bfcd88d..ed961bf0 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 19504803..61e3d3cf 100644 --- a/examples/bun-build/package.json +++ b/examples/bun-build/package.json @@ -12,8 +12,8 @@ }, "devDependencies": { "@types/bun": "latest", - "std-env": "^3.7.0", - "typia": "^6.11.3" + "std-env": "^3.8.0", + "typia": "^7.0.1" }, "peerDependencies": { "ts-patch": "^3.2.1", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index f5946adb..dfc555aa 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -15,13 +15,13 @@ }, "devDependencies": { "@ryoppippi/unplugin-typia": "workspace:*", - "@types/node": "^20.17.5", + "@types/node": "^20.17.9", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "ts-patch": "^3.2.1", "tslib": "^2.8.1", - "type-fest": "^4.26.1", - "typescript": "~5.5.4", - "typia": "^6.11.3" + "type-fest": "^4.30.0", + "typescript": "~5.7.2", + "typia": "^7.0.1" } } diff --git a/examples/sveltekit/package.json b/examples/sveltekit/package.json index c47a42e0..86f1dbd4 100644 --- a/examples/sveltekit/package.json +++ b/examples/sveltekit/package.json @@ -14,16 +14,16 @@ "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", "@sveltejs/adapter-static": "^3.0.6", - "@sveltejs/kit": "^2.7.3", - "@sveltejs/vite-plugin-svelte": "^4.0.0", - "shiki": "^1.22.2", - "svelte": "^5.1.9", - "svelte-check": "^3.8.6", + "@sveltejs/kit": "^2.9.0", + "@sveltejs/vite-plugin-svelte": "^5.0.1", + "shiki": "^1.24.0", + "svelte": "^5.4.0", + "svelte-check": "^4.1.0", "ts-patch": "^3.2.1", "tslib": "^2.8.1", - "typescript": "~5.5.4", - "typia": "^6.11.3", - "vite": "^5.4.10" + "typescript": "~5.7.2", + "typia": "^7.0.1", + "vite": "^6.0.2" }, "type": "module", "dependencies": { diff --git a/examples/vite-hono/package.json b/examples/vite-hono/package.json index 4d98169c..28264acd 100644 --- a/examples/vite-hono/package.json +++ b/examples/vite-hono/package.json @@ -10,17 +10,17 @@ "prepare": "ts-patch install && typia patch" }, "dependencies": { - "hono": "^4.6.8", - "uuid": "^9.0.1" + "hono": "^4.6.12", + "uuid": "^11.0.3" }, "devDependencies": { "@hono/typia-validator": "^0.0.5", "@hono/vite-cloudflare-pages": "^0.4.2", - "@hono/vite-dev-server": "^0.12.2", + "@hono/vite-dev-server": "^0.17.0", "@ryoppippi/unplugin-typia": "workspace:*", "ts-patch": "^3.2.1", - "typescript": "~5.5.4", - "typia": "^6.11.3", - "vite": "^5.4.10" + "typescript": "~5.7.2", + "typia": "^7.0.1", + "vite": "^6.0.2" } } diff --git a/examples/vite-react/package.json b/examples/vite-react/package.json index 766b88b3..71400a75 100644 --- a/examples/vite-react/package.json +++ b/examples/vite-react/package.json @@ -13,18 +13,18 @@ "dependencies": { "react": "^18.3.1", "react-dom": "^18.3.1", - "uuid": "^9.0.1" + "uuid": "^11.0.3" }, "devDependencies": { "@ryoppippi/unplugin-typia": "workspace:*", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "@types/uuid": "^9.0.8", - "@vitejs/plugin-react": "^4.3.3", + "@types/uuid": "^10.0.0", + "@vitejs/plugin-react": "^4.3.4", "ts-patch": "^3.2.1", - "typescript": "~5.5.4", - "typia": "^6.11.3", - "vite": "^5.4.10", - "vite-plugin-inspect": "^0.8.7" + "typescript": "~5.7.2", + "typia": "^7.0.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 7171e8b7..509660be 100644 --- a/examples/webpack-minimal/package.json +++ b/examples/webpack-minimal/package.json @@ -2,16 +2,16 @@ "name": "webpack-minimal", "private": true, "devDependencies": { - "@types/node": "^20.17.5", + "@types/node": "^20.17.9", "@webpack-cli/generators": "^3.0.7", "html-webpack-plugin": "^5.6.3", - "prettier": "^3.3.3", + "prettier": "^3.4.1", "ts-loader": "^9.5.1", "ts-node": "^10.9.2", "ts-patch": "^3.2.1", "tsx": "^4.19.2", - "typescript": "~5.5.4", - "webpack": "^5.96.1", + "typescript": "~5.7.2", + "webpack": "^5.97.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.1.0", "workbox-webpack-plugin": "^7.3.0" @@ -28,6 +28,6 @@ "dependencies": { "@ryoppippi/unplugin-typia": "workspace:*", "cross-env": "^7.0.3", - "typia": "^6.11.3" + "typia": "^7.0.1" } } diff --git a/package.json b/package.json index 822356d9..330d3466 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ "vite-vanilla", "workerd" ], - "packageManager": "bun@1.1.33", + "packageManager": "bun@1.1.38", "private": true } diff --git a/packages/unplugin-typia/package.json b/packages/unplugin-typia/package.json index 23c1a258..2ea0c3c1 100644 --- a/packages/unplugin-typia/package.json +++ b/packages/unplugin-typia/package.json @@ -45,31 +45,31 @@ "defu": "^6.1.4", "diff-match-patch": "^1.0.5", "find-cache-dir": "^5.0.0", - "magic-string": "^0.30.12", + "magic-string": "^0.30.14", "pathe": "^1.1.2", "pkg-types": "^1.2.1", - "type-fest": "^4.26.1", - "typescript": "~5.5.4", - "typia": "^6.11.3", - "unplugin": "^1.15.0" + "type-fest": "^4.30.0", + "typescript": "~5.7.2", + "typia": "^7.0.1", + "unplugin": "^1.16.0" }, "devDependencies": { - "@antfu/ni": "^0.22.4", + "@antfu/ni": "^0.23.1", "@ryoppippi/eslint-config": "npm:@jsr/ryoppippi__eslint-config@^0.0.23", "@std/collections": "npm:@jsr/std__collections@1.0.5", - "@types/bun": "^1.1.12", + "@types/bun": "^1.1.14", "@types/diff-match-patch": "^1.0.36", - "@types/node": "^20.17.5", + "@types/node": "^20.17.9", "@vue-macros/test-utils": "^1.7.0", - "bumpp": "^9.8.0", - "dax-sh": "^0.41.0", - "esbuild": "^0.23.1", - "eslint": "^9.13.0", - "eslint-plugin-format": "^0.1.2", - "rollup": "^4.24.3", + "bumpp": "^9.8.1", + "dax-sh": "^0.42.0", + "esbuild": "^0.24.0", + "eslint": "^9.16.0", + "eslint-plugin-format": "^0.1.3", + "rollup": "^4.28.0", "ts-patch": "^3.2.1", - "vite": "^5.4.10", - "vitest": "^2.1.4" + "vite": "^6.0.2", + "vitest": "^2.1.8" }, "access": "public" }