diff --git a/apps/docs/package.json b/apps/docs/package.json index 0f9c81b32..86ec9cf35 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -23,14 +23,14 @@ "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-tooltip": "^1.1.2", "@radix-ui/themes": "^3.1.1", - "ai": "^3.2.37", + "ai": "^3.3.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", - "fumadocs-core": "12.5.6", - "fumadocs-mdx": "8.2.34", - "fumadocs-ui": "12.5.6", + "fumadocs-core": "13.0.6", + "fumadocs-mdx": "9.0.0", + "fumadocs-ui": "13.0.6", "geist": "^1.3.1", - "lucide-react": "^0.416.0", + "lucide-react": "^0.424.0", "next": "^14.2.5", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -44,7 +44,7 @@ "@types/mdx": "^2.0.13", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "autoprefixer": "^10.4.19", + "autoprefixer": "^10.4.20", "postcss": "^8.4.40", "tailwindcss": "^3.4.7", "typescript": "^5.5.4" diff --git a/examples/search-agent-for-e-commerce/package.json b/examples/search-agent-for-e-commerce/package.json index 8b383ab50..cbfb4dec9 100644 --- a/examples/search-agent-for-e-commerce/package.json +++ b/examples/search-agent-for-e-commerce/package.json @@ -16,12 +16,12 @@ "@radix-ui/react-popover": "^1.1.1", "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-tooltip": "^1.1.2", - "ai": "^3.2.37", + "ai": "^3.3.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", - "embla-carousel-autoplay": "^8.1.7", - "embla-carousel-react": "^8.1.7", - "lucide-react": "^0.416.0", + "embla-carousel-autoplay": "^8.1.8", + "embla-carousel-react": "^8.1.8", + "lucide-react": "^0.424.0", "nanoid": "^5.0.7", "next": "14.2.5", "react": "^18.3.1", @@ -32,7 +32,7 @@ }, "devDependencies": { "@assistant-ui/tsconfig": "workspace:*", - "@types/node": "^20.14.12", + "@types/node": "^22.1.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "eslint": "^8", diff --git a/examples/with-inline-suggestions/package.json b/examples/with-inline-suggestions/package.json index f9b212803..236b37ad1 100644 --- a/examples/with-inline-suggestions/package.json +++ b/examples/with-inline-suggestions/package.json @@ -15,10 +15,10 @@ "@radix-ui/react-avatar": "^1.1.0", "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-tooltip": "^1.1.2", - "ai": "^3.2.37", + "ai": "^3.3.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", - "lucide-react": "^0.416.0", + "lucide-react": "^0.424.0", "next": "14.2.5", "react": "^18", "react-dom": "^18", @@ -27,7 +27,7 @@ }, "devDependencies": { "@assistant-ui/tsconfig": "workspace:*", - "@types/node": "^20", + "@types/node": "^22", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", diff --git a/examples/with-openai-assistants/package.json b/examples/with-openai-assistants/package.json index 706a12c6b..5c145e6e7 100644 --- a/examples/with-openai-assistants/package.json +++ b/examples/with-openai-assistants/package.json @@ -13,12 +13,12 @@ "@assistant-ui/react": "workspace:*", "@assistant-ui/react-ai-sdk": "workspace:*", "@radix-ui/react-avatar": "^1.1.0", - "ai": "^3.2.37", + "ai": "^3.3.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", - "lucide-react": "^0.416.0", + "lucide-react": "^0.424.0", "next": "14.2.5", - "openai": "^4.53.2", + "openai": "^4.54.0", "react": "^18", "react-dom": "^18", "tailwind-merge": "^2.4.0", @@ -26,7 +26,7 @@ }, "devDependencies": { "@assistant-ui/tsconfig": "workspace:*", - "@types/node": "^20", + "@types/node": "^22", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", diff --git a/examples/with-playground/package.json b/examples/with-playground/package.json index c1fcbf3e4..47aca21bc 100644 --- a/examples/with-playground/package.json +++ b/examples/with-playground/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@assistant-ui/tsconfig": "workspace:^", - "@types/node": "^20", + "@types/node": "^22", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", diff --git a/examples/with-react-hook-form/package.json b/examples/with-react-hook-form/package.json index 95b140c6f..5fcbcb9cb 100644 --- a/examples/with-react-hook-form/package.json +++ b/examples/with-react-hook-form/package.json @@ -23,21 +23,21 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "json-schema-to-zod": "^2.3.1", - "lucide-react": "^0.416.0", + "lucide-react": "^0.424.0", "next": "14.2.5", "react": "^18", "react-dom": "^18", - "react-hook-form": "^7.52.1", + "react-hook-form": "^7.52.2", "react-resizable-panels": "^2.0.22", "tailwind-merge": "^2.4.0", "tailwindcss-animate": "^1.0.7", "zod": "^3.23.8", - "zod-to-json-schema": "^3.23.1", + "zod-to-json-schema": "^3.23.2", "zustand": "^4.5.4" }, "devDependencies": { "@assistant-ui/tsconfig": "workspace:*", - "@types/node": "^20", + "@types/node": "^22", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", diff --git a/examples/with-vercel-ai-rsc/package.json b/examples/with-vercel-ai-rsc/package.json index ae62a0a6f..4be990c09 100644 --- a/examples/with-vercel-ai-rsc/package.json +++ b/examples/with-vercel-ai-rsc/package.json @@ -16,10 +16,10 @@ "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-tooltip": "^1.1.2", - "ai": "3.2.37", + "ai": "3.3.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", - "lucide-react": "^0.416.0", + "lucide-react": "^0.424.0", "nanoid": "^5.0.7", "next": "14.2.5", "react": "^18.3.1", @@ -30,7 +30,7 @@ }, "devDependencies": { "@assistant-ui/tsconfig": "workspace:*", - "@types/node": "^20", + "@types/node": "^22", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", diff --git a/package.json b/package.json index 79e8b8a53..29fc7258a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "eslint": "^8", "prettier": "^3.3.3", "prettier-plugin-tailwindcss": "^0.6.5", - "turbo": "^2.0.9" + "turbo": "^2.0.11" }, "prettier": { "trailingComma": "all", diff --git a/packages/cli/package.json b/packages/cli/package.json index 8675ff3d9..d5e401e8c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -15,8 +15,8 @@ "devDependencies": { "@assistant-ui/tsconfig": "workspace:*", "@types/cross-spawn": "^6.0.6", - "@types/node": "^20.14.12", - "tsup": "8.2.3" + "@types/node": "^22.1.0", + "tsup": "8.2.4" }, "files": [ "dist", diff --git a/packages/react-ai-sdk/package.json b/packages/react-ai-sdk/package.json index abd74e0c4..551b67004 100644 --- a/packages/react-ai-sdk/package.json +++ b/packages/react-ai-sdk/package.json @@ -44,7 +44,7 @@ "devDependencies": { "@assistant-ui/tsconfig": "workspace:*", "eslint-config-next": "14.2.5", - "tsup": "8.2.3" + "tsup": "8.2.4" }, "publishConfig": { "access": "public", diff --git a/packages/react-hook-form/package.json b/packages/react-hook-form/package.json index ed044e3f3..5a6770b9b 100644 --- a/packages/react-hook-form/package.json +++ b/packages/react-hook-form/package.json @@ -43,7 +43,7 @@ "devDependencies": { "@assistant-ui/tsconfig": "workspace:*", "eslint-config-next": "14.2.5", - "tsup": "8.2.3" + "tsup": "8.2.4" }, "publishConfig": { "access": "public", diff --git a/packages/react-markdown/package.json b/packages/react-markdown/package.json index 4f65fc68e..c83f59bfa 100644 --- a/packages/react-markdown/package.json +++ b/packages/react-markdown/package.json @@ -43,7 +43,7 @@ "@radix-ui/react-primitive": "^2.0.0", "@radix-ui/react-use-callback-ref": "^1.1.0", "classnames": "^2.5.1", - "lucide-react": "^0.416.0", + "lucide-react": "^0.424.0", "react-markdown": "^9.0.1" }, "peerDependencies": { @@ -63,15 +63,15 @@ "devDependencies": { "@assistant-ui/tailwindcss-transformer": "workspace:^", "@assistant-ui/tsconfig": "workspace:*", - "@types/node": "^20.14.12", - "autoprefixer": "^10.4.19", + "@types/node": "^22.1.0", + "autoprefixer": "^10.4.20", "eslint": "^8", "eslint-config-next": "14.2.5", "postcss": "^8.4.40", "tailwindcss": "^3.4.7", "tailwindcss-animate": "^1.0.7", - "tsup": "8.2.3", - "tsx": "^4.16.2" + "tsup": "8.2.4", + "tsx": "^4.16.5" }, "publishConfig": { "access": "public", diff --git a/packages/react-playground/package.json b/packages/react-playground/package.json index 25ccb6492..b42a3466e 100644 --- a/packages/react-playground/package.json +++ b/packages/react-playground/package.json @@ -38,8 +38,8 @@ "class-variance-authority": "^0.7.0", "classnames": "^2.5.1", "clsx": "^2.1.1", - "lucide-react": "^0.416.0", - "openai": "^4.53.2", + "lucide-react": "^0.424.0", + "openai": "^4.54.0", "prismjs": "^1.29.0", "react-simple-code-editor": "^0.14.1", "react-textarea-autosize": "^8.5.3", @@ -67,8 +67,8 @@ "eslint-config-next": "14.2.5", "tailwindcss": "^3.4.7", "tailwindcss-animate": "^1.0.7", - "tsup": "8.2.3", - "tsx": "^4.16.2" + "tsup": "8.2.4", + "tsx": "^4.16.5" }, "publishConfig": { "access": "public", diff --git a/packages/react-syntax-highlighter/package.json b/packages/react-syntax-highlighter/package.json index 4adb95dc0..6fc0d567f 100644 --- a/packages/react-syntax-highlighter/package.json +++ b/packages/react-syntax-highlighter/package.json @@ -45,7 +45,7 @@ "devDependencies": { "@assistant-ui/tsconfig": "workspace:*", "eslint-config-next": "14.2.5", - "tsup": "8.2.3" + "tsup": "8.2.4" }, "publishConfig": { "access": "public", diff --git a/packages/react/package.json b/packages/react/package.json index 6e7874bde..93c745e87 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -95,12 +95,12 @@ "class-variance-authority": "^0.7.0", "classnames": "^2.5.1", "json-schema": "^0.4.0", - "lucide-react": "^0.416.0", + "lucide-react": "^0.424.0", "nanoid": "^5.0.7", "react-textarea-autosize": "^8.5.3", "secure-json-parse": "^2.7.0", "zod": "^3.23.8", - "zod-to-json-schema": "^3.23.1", + "zod-to-json-schema": "^3.23.2", "zustand": "^4.5.4" }, "peerDependencies": { @@ -125,16 +125,16 @@ "@assistant-ui/tailwindcss-transformer": "workspace:*", "@assistant-ui/tsconfig": "workspace:*", "@types/json-schema": "^7.0.15", - "@types/node": "^20.14.12", - "autoprefixer": "^10.4.19", + "@types/node": "^22.1.0", + "autoprefixer": "^10.4.20", "eslint": "^8", "eslint-config-next": "14.2.5", "postcss": "^8.4.40", "postcss-nested": "^6.2.0", "tailwindcss": "^3.4.7", "tailwindcss-animate": "^1.0.7", - "tsup": "8.2.3", - "tsx": "^4.16.2" + "tsup": "8.2.4", + "tsx": "^4.16.5" }, "publishConfig": { "access": "public", diff --git a/packages/shadcn-registry/package.json b/packages/shadcn-registry/package.json index a6996efa3..1529e3f2b 100644 --- a/packages/shadcn-registry/package.json +++ b/packages/shadcn-registry/package.json @@ -14,13 +14,13 @@ "@radix-ui/react-popover": "^1.1.1", "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-tooltip": "^1.1.2", - "@types/node": "^20.14.12", + "@types/node": "^22.1.0", "@types/react": "^18", "@types/react-syntax-highlighter": "^15.5.13", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "eslint": "^8", - "lucide-react": "^0.416.0", + "lucide-react": "^0.424.0", "react": "^18.3.1", "react-resizable-panels": "^2.0.22", "react-syntax-highlighter": "^15.5.0", @@ -31,7 +31,7 @@ "tailwind-merge": "^2.4.0", "tailwindcss": "^3.4.7", "tailwindcss-animate": "^1.0.7", - "tsx": "^4.16.2", + "tsx": "^4.16.5", "typescript": "^5.5.4" }, "scripts": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ba688508b..0615fb711 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,8 +21,8 @@ importers: specifier: ^0.6.5 version: 0.6.5(prettier@3.3.3) turbo: - specifier: ^2.0.9 - version: 2.0.9 + specifier: ^2.0.11 + version: 2.0.11 apps/docs: dependencies: @@ -69,8 +69,8 @@ importers: specifier: ^3.1.1 version: 3.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) ai: - specifier: ^3.2.37 - version: 3.2.37(openai@4.53.2)(react@18.3.1)(sswr@2.1.0(svelte@4.2.18))(svelte@4.2.18)(vue@3.4.34(typescript@5.5.4))(zod@3.23.8) + specifier: ^3.3.0 + version: 3.3.0(openai@4.54.0)(react@18.3.1)(sswr@2.1.0(svelte@4.2.18))(svelte@4.2.18)(vue@3.4.34(typescript@5.5.4))(zod@3.23.8) class-variance-authority: specifier: ^0.7.0 version: 0.7.0 @@ -78,20 +78,20 @@ importers: specifier: ^2.1.1 version: 2.1.1 fumadocs-core: - specifier: 12.5.6 - version: 12.5.6(@types/react@18.3.3)(next@14.2.5(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: 13.0.6 + version: 13.0.6(@types/react@18.3.3)(next@14.2.5(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) fumadocs-mdx: - specifier: 8.2.34 - version: 8.2.34(fumadocs-core@12.5.6(@types/react@18.3.3)(next@14.2.5(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(next@14.2.5(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + specifier: 9.0.0 + version: 9.0.0(fumadocs-core@13.0.6(@types/react@18.3.3)(next@14.2.5(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(next@14.2.5(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) fumadocs-ui: - specifier: 12.5.6 - version: 12.5.6(@types/react-dom@18.3.0)(@types/react@18.3.3)(next@14.2.5(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(tailwindcss@3.4.7) + specifier: 13.0.6 + version: 13.0.6(@types/react-dom@18.3.0)(@types/react@18.3.3)(next@14.2.5(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(tailwindcss@3.4.7) geist: specifier: ^1.3.1 version: 1.3.1(next@14.2.5(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) lucide-react: - specifier: ^0.416.0 - version: 0.416.0(react@18.3.1) + specifier: ^0.424.0 + version: 0.424.0(react@18.3.1) next: specifier: ^14.2.5 version: 14.2.5(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -127,8 +127,8 @@ importers: specifier: ^18.3.0 version: 18.3.0 autoprefixer: - specifier: ^10.4.19 - version: 10.4.19(postcss@8.4.40) + specifier: ^10.4.20 + version: 10.4.20(postcss@8.4.40) postcss: specifier: ^8.4.40 version: 8.4.40 @@ -163,8 +163,8 @@ importers: specifier: ^1.1.2 version: 1.1.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) ai: - specifier: ^3.2.37 - version: 3.2.37(openai@4.53.2)(react@18.3.1)(sswr@2.1.0(svelte@4.2.18))(svelte@4.2.18)(vue@3.4.34(typescript@5.5.4))(zod@3.23.8) + specifier: ^3.3.0 + version: 3.3.0(openai@4.54.0)(react@18.3.1)(sswr@2.1.0(svelte@4.2.18))(svelte@4.2.18)(vue@3.4.34(typescript@5.5.4))(zod@3.23.8) class-variance-authority: specifier: ^0.7.0 version: 0.7.0 @@ -172,14 +172,14 @@ importers: specifier: ^2.1.1 version: 2.1.1 embla-carousel-autoplay: - specifier: ^8.1.7 - version: 8.1.7(embla-carousel@8.1.7) + specifier: ^8.1.8 + version: 8.1.8(embla-carousel@8.1.8) embla-carousel-react: - specifier: ^8.1.7 - version: 8.1.7(react@18.3.1) + specifier: ^8.1.8 + version: 8.1.8(react@18.3.1) lucide-react: - specifier: ^0.416.0 - version: 0.416.0(react@18.3.1) + specifier: ^0.424.0 + version: 0.424.0(react@18.3.1) nanoid: specifier: ^5.0.7 version: 5.0.7 @@ -206,8 +206,8 @@ importers: specifier: workspace:* version: link:../../packages/tsconfig '@types/node': - specifier: ^20.14.12 - version: 20.14.12 + specifier: ^22.1.0 + version: 22.1.0 '@types/react': specifier: ^18.3.3 version: 18.3.3 @@ -300,8 +300,8 @@ importers: specifier: ^1.1.2 version: 1.1.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) ai: - specifier: ^3.2.37 - version: 3.2.37(openai@4.53.2)(react@18.3.1)(sswr@2.1.0(svelte@4.2.18))(svelte@4.2.18)(vue@3.4.34(typescript@5.5.4))(zod@3.23.8) + specifier: ^3.3.0 + version: 3.3.0(openai@4.54.0)(react@18.3.1)(sswr@2.1.0(svelte@4.2.18))(svelte@4.2.18)(vue@3.4.34(typescript@5.5.4))(zod@3.23.8) class-variance-authority: specifier: ^0.7.0 version: 0.7.0 @@ -309,8 +309,8 @@ importers: specifier: ^2.1.1 version: 2.1.1 lucide-react: - specifier: ^0.416.0 - version: 0.416.0(react@18.3.1) + specifier: ^0.424.0 + version: 0.424.0(react@18.3.1) next: specifier: 14.2.5 version: 14.2.5(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -331,8 +331,8 @@ importers: specifier: workspace:* version: link:../../packages/tsconfig '@types/node': - specifier: ^20 - version: 20.14.12 + specifier: ^22 + version: 22.1.0 '@types/react': specifier: ^18 version: 18.3.3 @@ -370,8 +370,8 @@ importers: specifier: ^1.1.0 version: 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) ai: - specifier: ^3.2.37 - version: 3.2.37(openai@4.53.2)(react@18.3.1)(sswr@2.1.0(svelte@4.2.18))(svelte@4.2.18)(vue@3.4.34(typescript@5.5.4))(zod@3.23.8) + specifier: ^3.3.0 + version: 3.3.0(openai@4.54.0)(react@18.3.1)(sswr@2.1.0(svelte@4.2.18))(svelte@4.2.18)(vue@3.4.34(typescript@5.5.4))(zod@3.23.8) class-variance-authority: specifier: ^0.7.0 version: 0.7.0 @@ -379,14 +379,14 @@ importers: specifier: ^2.1.1 version: 2.1.1 lucide-react: - specifier: ^0.416.0 - version: 0.416.0(react@18.3.1) + specifier: ^0.424.0 + version: 0.424.0(react@18.3.1) next: specifier: 14.2.5 version: 14.2.5(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) openai: - specifier: ^4.53.2 - version: 4.53.2 + specifier: ^4.54.0 + version: 4.54.0 react: specifier: ^18 version: 18.3.1 @@ -404,8 +404,8 @@ importers: specifier: workspace:* version: link:../../packages/tsconfig '@types/node': - specifier: ^20 - version: 20.14.12 + specifier: ^22 + version: 22.1.0 '@types/react': specifier: ^18 version: 18.3.3 @@ -462,8 +462,8 @@ importers: specifier: workspace:^ version: link:../../packages/tsconfig '@types/node': - specifier: ^20 - version: 20.14.12 + specifier: ^22 + version: 22.1.0 '@types/react': specifier: ^18 version: 18.3.3 @@ -499,7 +499,7 @@ importers: version: link:../../packages/react-hook-form '@hookform/resolvers': specifier: ^3.9.0 - version: 3.9.0(react-hook-form@7.52.1(react@18.3.1)) + version: 3.9.0(react-hook-form@7.52.2(react@18.3.1)) '@radix-ui/react-avatar': specifier: ^1.1.0 version: 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -531,8 +531,8 @@ importers: specifier: ^2.3.1 version: 2.3.1 lucide-react: - specifier: ^0.416.0 - version: 0.416.0(react@18.3.1) + specifier: ^0.424.0 + version: 0.424.0(react@18.3.1) next: specifier: 14.2.5 version: 14.2.5(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -543,8 +543,8 @@ importers: specifier: ^18 version: 18.3.1(react@18.3.1) react-hook-form: - specifier: ^7.52.1 - version: 7.52.1(react@18.3.1) + specifier: ^7.52.2 + version: 7.52.2(react@18.3.1) react-resizable-panels: specifier: ^2.0.22 version: 2.0.22(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -558,8 +558,8 @@ importers: specifier: ^3.23.8 version: 3.23.8 zod-to-json-schema: - specifier: ^3.23.1 - version: 3.23.1(zod@3.23.8) + specifier: ^3.23.2 + version: 3.23.2(zod@3.23.8) zustand: specifier: ^4.5.4 version: 4.5.4(@types/react@18.3.3)(react@18.3.1) @@ -568,8 +568,8 @@ importers: specifier: workspace:* version: link:../../packages/tsconfig '@types/node': - specifier: ^20 - version: 20.14.12 + specifier: ^22 + version: 22.1.0 '@types/react': specifier: ^18 version: 18.3.3 @@ -616,8 +616,8 @@ importers: specifier: ^1.1.2 version: 1.1.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) ai: - specifier: 3.2.37 - version: 3.2.37(openai@4.53.2)(react@18.3.1)(sswr@2.1.0(svelte@4.2.18))(svelte@4.2.18)(vue@3.4.34(typescript@5.5.4))(zod@3.23.8) + specifier: 3.3.0 + version: 3.3.0(openai@4.54.0)(react@18.3.1)(sswr@2.1.0(svelte@4.2.18))(svelte@4.2.18)(vue@3.4.34(typescript@5.5.4))(zod@3.23.8) class-variance-authority: specifier: ^0.7.0 version: 0.7.0 @@ -625,8 +625,8 @@ importers: specifier: ^2.1.1 version: 2.1.1 lucide-react: - specifier: ^0.416.0 - version: 0.416.0(react@18.3.1) + specifier: ^0.424.0 + version: 0.424.0(react@18.3.1) nanoid: specifier: ^5.0.7 version: 5.0.7 @@ -653,8 +653,8 @@ importers: specifier: workspace:* version: link:../../packages/tsconfig '@types/node': - specifier: ^20 - version: 20.14.12 + specifier: ^22 + version: 22.1.0 '@types/react': specifier: ^18 version: 18.3.3 @@ -708,11 +708,11 @@ importers: specifier: ^6.0.6 version: 6.0.6 '@types/node': - specifier: ^20.14.12 - version: 20.14.12 + specifier: ^22.1.0 + version: 22.1.0 tsup: - specifier: 8.2.3 - version: 8.2.3(jiti@1.21.6)(postcss@8.4.40)(tsx@4.16.2)(typescript@5.5.4)(yaml@2.5.0) + specifier: 8.2.4 + version: 8.2.4(jiti@1.21.6)(postcss@8.4.40)(tsx@4.16.5)(typescript@5.5.4)(yaml@2.5.0) packages/react: dependencies: @@ -765,8 +765,8 @@ importers: specifier: ^0.4.0 version: 0.4.0 lucide-react: - specifier: ^0.416.0 - version: 0.416.0(react@18.3.1) + specifier: ^0.424.0 + version: 0.424.0(react@18.3.1) nanoid: specifier: ^5.0.7 version: 5.0.7 @@ -786,8 +786,8 @@ importers: specifier: ^3.23.8 version: 3.23.8 zod-to-json-schema: - specifier: ^3.23.1 - version: 3.23.1(zod@3.23.8) + specifier: ^3.23.2 + version: 3.23.2(zod@3.23.8) zustand: specifier: ^4.5.4 version: 4.5.4(@types/react@18.3.3)(react@18.3.1) @@ -802,11 +802,11 @@ importers: specifier: ^7.0.15 version: 7.0.15 '@types/node': - specifier: ^20.14.12 - version: 20.14.12 + specifier: ^22.1.0 + version: 22.1.0 autoprefixer: - specifier: ^10.4.19 - version: 10.4.19(postcss@8.4.40) + specifier: ^10.4.20 + version: 10.4.20(postcss@8.4.40) eslint: specifier: ^8 version: 8.57.0 @@ -826,11 +826,11 @@ importers: specifier: ^1.0.7 version: 1.0.7(tailwindcss@3.4.7) tsup: - specifier: 8.2.3 - version: 8.2.3(jiti@1.21.6)(postcss@8.4.40)(tsx@4.16.2)(typescript@5.5.4)(yaml@2.5.0) + specifier: 8.2.4 + version: 8.2.4(jiti@1.21.6)(postcss@8.4.40)(tsx@4.16.5)(typescript@5.5.4)(yaml@2.5.0) tsx: - specifier: ^4.16.2 - version: 4.16.2 + specifier: ^4.16.5 + version: 4.16.5 packages/react-ai-sdk: dependencies: @@ -842,7 +842,7 @@ importers: version: 18.3.3 ai: specifier: ^3.2.x - version: 3.2.37(openai@4.53.2)(react@18.3.1)(sswr@2.1.0(svelte@4.2.18))(svelte@4.2.18)(vue@3.4.34(typescript@5.5.4))(zod@3.23.8) + version: 3.2.37(openai@4.54.0)(react@18.3.1)(sswr@2.1.0(svelte@4.2.18))(svelte@4.2.18)(vue@3.4.34(typescript@5.5.4))(zod@3.23.8) react: specifier: ^18 version: 18.3.1 @@ -860,8 +860,8 @@ importers: specifier: 14.2.5 version: 14.2.5(eslint@8.57.0)(typescript@5.5.4) tsup: - specifier: 8.2.3 - version: 8.2.3(jiti@1.21.6)(postcss@8.4.40)(tsx@4.16.2)(typescript@5.5.4)(yaml@2.5.0) + specifier: 8.2.4 + version: 8.2.4(jiti@1.21.6)(postcss@8.4.40)(tsx@4.16.5)(typescript@5.5.4)(yaml@2.5.0) packages/react-hook-form: dependencies: @@ -888,8 +888,8 @@ importers: specifier: 14.2.5 version: 14.2.5(eslint@8.57.0)(typescript@5.5.4) tsup: - specifier: 8.2.3 - version: 8.2.3(jiti@1.21.6)(postcss@8.4.40)(tsx@4.16.2)(typescript@5.5.4)(yaml@2.5.0) + specifier: 8.2.4 + version: 8.2.4(jiti@1.21.6)(postcss@8.4.40)(tsx@4.16.5)(typescript@5.5.4)(yaml@2.5.0) packages/react-markdown: dependencies: @@ -909,8 +909,8 @@ importers: specifier: ^2.5.1 version: 2.5.1 lucide-react: - specifier: ^0.416.0 - version: 0.416.0(react@18.3.1) + specifier: ^0.424.0 + version: 0.424.0(react@18.3.1) react: specifier: ^18 version: 18.3.1 @@ -925,11 +925,11 @@ importers: specifier: workspace:* version: link:../tsconfig '@types/node': - specifier: ^20.14.12 - version: 20.14.12 + specifier: ^22.1.0 + version: 22.1.0 autoprefixer: - specifier: ^10.4.19 - version: 10.4.19(postcss@8.4.40) + specifier: ^10.4.20 + version: 10.4.20(postcss@8.4.40) eslint: specifier: ^8 version: 8.57.0 @@ -946,11 +946,11 @@ importers: specifier: ^1.0.7 version: 1.0.7(tailwindcss@3.4.7) tsup: - specifier: 8.2.3 - version: 8.2.3(jiti@1.21.6)(postcss@8.4.40)(tsx@4.16.2)(typescript@5.5.4)(yaml@2.5.0) + specifier: 8.2.4 + version: 8.2.4(jiti@1.21.6)(postcss@8.4.40)(tsx@4.16.5)(typescript@5.5.4)(yaml@2.5.0) tsx: - specifier: ^4.16.2 - version: 4.16.2 + specifier: ^4.16.5 + version: 4.16.5 packages/react-playground: dependencies: @@ -994,11 +994,11 @@ importers: specifier: ^2.1.1 version: 2.1.1 lucide-react: - specifier: ^0.416.0 - version: 0.416.0(react@18.3.1) + specifier: ^0.424.0 + version: 0.424.0(react@18.3.1) openai: - specifier: ^4.53.2 - version: 4.53.2 + specifier: ^4.54.0 + version: 4.54.0 prismjs: specifier: ^1.29.0 version: 1.29.0 @@ -1037,11 +1037,11 @@ importers: specifier: ^1.0.7 version: 1.0.7(tailwindcss@3.4.7) tsup: - specifier: 8.2.3 - version: 8.2.3(jiti@1.21.6)(postcss@8.4.40)(tsx@4.16.2)(typescript@5.5.4)(yaml@2.5.0) + specifier: 8.2.4 + version: 8.2.4(jiti@1.21.6)(postcss@8.4.40)(tsx@4.16.5)(typescript@5.5.4)(yaml@2.5.0) tsx: - specifier: ^4.16.2 - version: 4.16.2 + specifier: ^4.16.5 + version: 4.16.5 packages/react-syntax-highlighter: dependencies: @@ -1071,8 +1071,8 @@ importers: specifier: 14.2.5 version: 14.2.5(eslint@8.57.0)(typescript@5.5.4) tsup: - specifier: 8.2.3 - version: 8.2.3(jiti@1.21.6)(postcss@8.4.40)(tsx@4.16.2)(typescript@5.5.4)(yaml@2.5.0) + specifier: 8.2.4 + version: 8.2.4(jiti@1.21.6)(postcss@8.4.40)(tsx@4.16.5)(typescript@5.5.4)(yaml@2.5.0) packages/shadcn-registry: devDependencies: @@ -1104,8 +1104,8 @@ importers: specifier: ^1.1.2 version: 1.1.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@types/node': - specifier: ^20.14.12 - version: 20.14.12 + specifier: ^22.1.0 + version: 22.1.0 '@types/react': specifier: ^18 version: 18.3.3 @@ -1122,8 +1122,8 @@ importers: specifier: ^8 version: 8.57.0 lucide-react: - specifier: ^0.416.0 - version: 0.416.0(react@18.3.1) + specifier: ^0.424.0 + version: 0.424.0(react@18.3.1) react: specifier: ^18.3.1 version: 18.3.1 @@ -1155,8 +1155,8 @@ importers: specifier: ^1.0.7 version: 1.0.7(tailwindcss@3.4.7) tsx: - specifier: ^4.16.2 - version: 4.16.2 + specifier: ^4.16.5 + version: 4.16.5 typescript: specifier: ^5.5.4 version: 5.5.4 @@ -1216,6 +1216,18 @@ packages: zod: optional: true + '@ai-sdk/react@0.0.36': + resolution: {integrity: sha512-LAxFLtHKN1BajTNP8YzyVIwXn45LSunmvm2Svrfq5oPOyJ2gUEjtaONnbme4mwRXJ1kk6b63SLrgOIXbz6XF/g==} + engines: {node: '>=18'} + peerDependencies: + react: ^18 || ^19 + zod: ^3.0.0 + peerDependenciesMeta: + react: + optional: true + zod: + optional: true + '@ai-sdk/solid@0.0.23': resolution: {integrity: sha512-GMojG2PsqwnOGfx7C1MyQPzPBIlC44qn3ykjp9OVnN2Fu47mcFp3QM6gwWoHwNqi7FQDjRy+s/p+8EqYIQcAwg==} engines: {node: '>=18'} @@ -1225,6 +1237,15 @@ packages: solid-js: optional: true + '@ai-sdk/solid@0.0.27': + resolution: {integrity: sha512-uEvlT7MBkRRZxk7teDgtrGe7G3U9tspgSJUvupdOE2d0a4vLlHrMqHb07ao97/Xo1aVHh7oBF9XIgRzKnFtbIQ==} + engines: {node: '>=18'} + peerDependencies: + solid-js: ^1.7.7 + peerDependenciesMeta: + solid-js: + optional: true + '@ai-sdk/svelte@0.0.24': resolution: {integrity: sha512-ZjzzvfYLE01VTO0rOZf6z9sTGhJhe6IYZMxQiM3P+zemufRYe57NDcLYEb6h+2qhvU6Z+k/Q+Nh/spAt0JzGUg==} engines: {node: '>=18'} @@ -1234,6 +1255,15 @@ packages: svelte: optional: true + '@ai-sdk/svelte@0.0.29': + resolution: {integrity: sha512-7vrh61wXPVfy19nS4CqyAC3UWjsOgj/b94PCccVTGFoqbmVSa0VptXPYoFfgPTP/W71v7TjXqeq1ygLc4noTZw==} + engines: {node: '>=18'} + peerDependencies: + svelte: ^3.0.0 || ^4.0.0 + peerDependenciesMeta: + svelte: + optional: true + '@ai-sdk/ui-utils@0.0.20': resolution: {integrity: sha512-6MRWigzXfuxUcAYEFMLP6cLbALJkg12Iz1Sl+wuPMpB6aw7di2ePiTuNakFUYjgP7TNsW4UxzpypBqqJ1KNB0A==} engines: {node: '>=18'} @@ -1243,6 +1273,15 @@ packages: zod: optional: true + '@ai-sdk/ui-utils@0.0.24': + resolution: {integrity: sha512-NBhhICWJ5vAkN4BJnP/MyT+fOB6rTlGlsKGQwvjlhNxdrY1/jXqe2ikNkCbCSEz20IDk82bmg2JJBM96g1O3Ig==} + engines: {node: '>=18'} + peerDependencies: + zod: ^3.0.0 + peerDependenciesMeta: + zod: + optional: true + '@ai-sdk/vue@0.0.24': resolution: {integrity: sha512-0S+2dVSui6LFgaWoFx+3h5R7GIP9MxdJo63tFuLvgyKr2jmpo5S5kGcWl95vNdzKDqaesAXfOnky+tn5A2d49A==} engines: {node: '>=18'} @@ -1252,6 +1291,15 @@ packages: vue: optional: true + '@ai-sdk/vue@0.0.28': + resolution: {integrity: sha512-ZnDjkkUH/9xoXqJEmyrG9Z8z7DKBnp2uyCd9ZVI8QSqKOaP0jOwhv8THUXlIqDEF+ULLGMWm0XeY/L7i3CMYTA==} + engines: {node: '>=18'} + peerDependencies: + vue: ^3.3.4 + peerDependenciesMeta: + vue: + optional: true + '@alloc/quick-lru@5.2.0': resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==} engines: {node: '>=10'} @@ -2845,9 +2893,6 @@ packages: '@types/node@18.19.42': resolution: {integrity: sha512-d2ZFc/3lnK2YCYhos8iaNIYu9Vfhr92nHiyJHRltXWjXUBjEE+A4I58Tdbnw4VhggSW+2j5y5gTrLs4biNnubg==} - '@types/node@20.14.12': - resolution: {integrity: sha512-r7wNXakLeSsGT0H1AU863vS2wa5wBOK4bWMjZz2wj+8nBx+m5PeIn0k8AloSLpRuiwdRQZwarZqHE4FNArPuJQ==} - '@types/node@22.1.0': resolution: {integrity: sha512-AOmuRF0R2/5j1knA3c6G3HOk523Ga+l+ZXltX8SF1+5oqcXijjfTd8fY3XRZqSihEu9XhtQnKYLmkFaoxgsJHw==} @@ -2981,6 +3026,27 @@ packages: zod: optional: true + ai@3.3.0: + resolution: {integrity: sha512-ndW4G9jw8ImIsTWK2iderOWMVn4H3B6u+KHlZ7hJEvFBdBYTFQ62qTw10AmHsQefjwHRC/2evr9qf79EkSwo9Q==} + engines: {node: '>=18'} + peerDependencies: + openai: ^4.42.0 + react: ^18 || ^19 + sswr: ^2.1.0 + svelte: ^3.0.0 || ^4.0.0 + zod: ^3.0.0 + peerDependenciesMeta: + openai: + optional: true + react: + optional: true + sswr: + optional: true + svelte: + optional: true + zod: + optional: true + ajv@6.12.6: resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} @@ -3084,8 +3150,8 @@ packages: asynckit@0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} - autoprefixer@10.4.19: - resolution: {integrity: sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==} + autoprefixer@10.4.20: + resolution: {integrity: sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==} engines: {node: ^10 || ^12 || >=14} hasBin: true peerDependencies: @@ -3141,6 +3207,11 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true + browserslist@4.23.3: + resolution: {integrity: sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + buffer@6.0.3: resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} @@ -3173,6 +3244,9 @@ packages: caniuse-lite@1.0.30001643: resolution: {integrity: sha512-ERgWGNleEilSrHM6iUz/zJNSQTP8Mr21wDWpdgvRwcTXGAq6jMtOUPP4dqFPTdKqZ2wKTdtB+uucZ3MRpAUSmg==} + caniuse-lite@1.0.30001647: + resolution: {integrity: sha512-n83xdNiyeNcHpzWY+1aFbqCK7LuLfBricc4+alSQL2Xb6OR3XpnQAmlDG+pQcdTfiHRuLcQ96VOfrPSGiNJYSg==} + ccount@2.0.1: resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} @@ -3466,23 +3540,26 @@ packages: electron-to-chromium@1.5.2: resolution: {integrity: sha512-kc4r3U3V3WLaaZqThjYz/Y6z8tJe+7K0bbjUVo3i+LWIypVdMx5nXCkwRe6SWbY6ILqLdc1rKcKmr3HoH7wjSQ==} - embla-carousel-autoplay@8.1.7: - resolution: {integrity: sha512-UXt1XvCNwzC/Sqd7iU8nYd1CjuDLweIwJClfBL3gVTzHQBVwb68GBBfC/oPFsEeIWNUZe8NO5xDQSI9aTnYO7Q==} + electron-to-chromium@1.5.4: + resolution: {integrity: sha512-orzA81VqLyIGUEA77YkVA1D+N+nNfl2isJVjjmOyrlxuooZ19ynb+dOlaDTqd/idKRS9lDCSBmtzM+kyCsMnkA==} + + embla-carousel-autoplay@8.1.8: + resolution: {integrity: sha512-H3vVKt4HR2PGeMlCutE3+a8wv7Jq1rg31Fjb8ZDZaiuSnT/1XTwA83KpkJ02BdImVJci9RS0uEBiXBax2kfnMQ==} peerDependencies: - embla-carousel: 8.1.7 + embla-carousel: 8.1.8 - embla-carousel-react@8.1.7: - resolution: {integrity: sha512-ermMKzQ46LhXE4f81VBCVGxCJWvZfsu504dkyiUDO+cnEEPW8NlC2PpKULmiOWugusYWRLhQLjmyQs3b8vvOjA==} + embla-carousel-react@8.1.8: + resolution: {integrity: sha512-b8DcmC+j1vqVWSM6rU/GYGyY6Kp9LX8OoikZPBKmV6qL8s94sSPGl6jtDLLUtV8TTIQGMYOlOKUgoMAt/0TwOQ==} peerDependencies: react: ^16.8.0 || ^17.0.1 || ^18.0.0 - embla-carousel-reactive-utils@8.1.7: - resolution: {integrity: sha512-FDPcWjNtW04KSuvSfGbVeoB8yl5no3E0++HikO/uW12cNkMnWt68C4OBOakZQZlpUdRQSA9KCYoBuQzfpVGvZQ==} + embla-carousel-reactive-utils@8.1.8: + resolution: {integrity: sha512-bwV/23WD3Ecm0YuQ4I6Syzs3tdVJw0Oj3VCZlEODv1kH8LZ5kNDLgX2Uvx5brvoe2hpifBHPBQ8gYlxNL5kMPA==} peerDependencies: - embla-carousel: 8.1.7 + embla-carousel: 8.1.8 - embla-carousel@8.1.7: - resolution: {integrity: sha512-b3kBr2H+S1gx4neki0P+aqN6cA5Ibjqy4CR3Ufi3X+Q3JpoNXJgOmJMSPkoP9DKcDREwADN6UWZzRwF2oo0y9Q==} + embla-carousel@8.1.8: + resolution: {integrity: sha512-KuHPA8qcAts6YE6ELtt38XYAb26hnKw8Ga0lSXmrhm1oI97t6oACFkqSsy33dfeZQEhaZB6VwWvaWQJRJVgSgA==} emoji-regex@8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} @@ -3830,21 +3907,21 @@ packages: engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] - fumadocs-core@12.5.6: - resolution: {integrity: sha512-sKbVq+Yrf7uLZD/pHojLGwClRxuOyjR1NaIlm/cO9dCaEO6n568NTom/2rEn+jyhII+LbGTJqfIJmktBW6rgNA==} + fumadocs-core@13.0.6: + resolution: {integrity: sha512-lwjDFn1zoB1JyleuHqIRCCePfIUp/BDoM9+Je0bzRtX/oPw2V7EIJWnPvE5K2AxqlKIUmaueXeTTKjBQN8iC6A==} peerDependencies: next: '>= 14.1.0' react: '>= 18' react-dom: '>= 18' - fumadocs-mdx@8.2.34: - resolution: {integrity: sha512-vq7gd16z3fxMCjkjzFSTkqbQXbhZ3ucNvXAWdQxhkbhRbx3EAcmokkbcySsqVdqHPDIm0eGmCV33fQJsku1DgA==} + fumadocs-mdx@9.0.0: + resolution: {integrity: sha512-H/TUt+43K+W/OD6ryvrFRakZ4lL3C8bh/QYpWgiGVcrhwilT4SVeXV7sSQ0riayCSHHbCvu8OzdGjdKXksNcUA==} peerDependencies: - fumadocs-core: 12.x.x + fumadocs-core: 13.x.x next: '>= 14.1.0' - fumadocs-ui@12.5.6: - resolution: {integrity: sha512-8kYsrSCbRuo2rS09xTAb5HejtH8QDsSlqWGC8k+D9GI4WdAW7kAQCg6k9idnhhP/nq3QOsyMtvpoUGkje91bpQ==} + fumadocs-ui@13.0.6: + resolution: {integrity: sha512-p++0xDludeUoqRjfnwGXRZFJPRUszjfYOVNGEq3fJv8OmecOzYvf1SEfFZI4DjeIqL3btiO0en+Tp5SyRB7dRg==} peerDependencies: next: '>= 14.1.0' react: '>= 18' @@ -4455,10 +4532,10 @@ packages: peerDependencies: react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0 - lucide-react@0.416.0: - resolution: {integrity: sha512-wPWxTzdss1CTz2aqcNWNlbh4YSnH9neJWP3RaeXepxpLCTW+pmu7WcT/wxJe+Q7Y7DqGOxAqakJv0pIK3431Ag==} + lucide-react@0.424.0: + resolution: {integrity: sha512-x2Nj2aytk1iOyHqt4hKenfVlySq0rYxNeEf8hE0o+Yh0iE36Rqz0rkngVdv2uQtjZ70LAE73eeplhhptYt9x4Q==} peerDependencies: - react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc magic-string@0.30.10: resolution: {integrity: sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==} @@ -4844,8 +4921,8 @@ packages: resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==} engines: {node: '>=12'} - openai@4.53.2: - resolution: {integrity: sha512-ohYEv6OV3jsFGqNrgolDDWN6Ssx1nFg6JDJQuaBFo4SL2i+MBoOQ16n2Pq1iBF5lH1PKnfCIOfqAGkmzPvdB9g==} + openai@4.54.0: + resolution: {integrity: sha512-e/12BdtTtj+tXs7iHm+Dm7H7WjEWnw7O52B2wSfCQ6lD5F6cvjzo7cANXy5TJ1Q3/qc8YRPT5wBTTFtP5sBp1g==} hasBin: true optionator@0.9.4: @@ -5154,6 +5231,12 @@ packages: peerDependencies: react: ^16.8.0 || ^17 || ^18 || ^19 + react-hook-form@7.52.2: + resolution: {integrity: sha512-pqfPEbERnxxiNMPd0bzmt1tuaPcVccywFDpyk2uV5xCIBphHV5T8SVnX9/o3kplPE1zzKt77+YIoq+EMwJp56A==} + engines: {node: '>=18.0.0'} + peerDependencies: + react: ^16.8.0 || ^17 || ^18 || ^19 + react-is@16.13.1: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} @@ -5688,8 +5771,8 @@ packages: tslib@2.6.3: resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==} - tsup@8.2.3: - resolution: {integrity: sha512-6YNT44oUfXRbZuSMNmN36GzwPPIlD2wBccY7looM2fkTcxkf2NEmwr3OZuDZoySklnrIG4hoEtzy8yUXYOqNcg==} + tsup@8.2.4: + resolution: {integrity: sha512-akpCPePnBnC/CXgRrcy72ZSntgIEUa1jN0oJbbvpALWKNOz1B7aM+UVDWGRGIO/T/PZugAESWDJUAb5FD48o8Q==} engines: {node: '>=18'} hasBin: true peerDependencies: @@ -5707,43 +5790,43 @@ packages: typescript: optional: true - tsx@4.16.2: - resolution: {integrity: sha512-C1uWweJDgdtX2x600HjaFaucXTilT7tgUZHbOE4+ypskZ1OP8CRCSDkCxG6Vya9EwaFIVagWwpaVAn5wzypaqQ==} + tsx@4.16.5: + resolution: {integrity: sha512-ArsiAQHEW2iGaqZ8fTA1nX0a+lN5mNTyuGRRO6OW3H/Yno1y9/t1f9YOI1Cfoqz63VAthn++ZYcbDP7jPflc+A==} engines: {node: '>=18.0.0'} hasBin: true - turbo-darwin-64@2.0.9: - resolution: {integrity: sha512-owlGsOaExuVGBUfrnJwjkL1BWlvefjSKczEAcpLx4BI7Oh6ttakOi+JyomkPkFlYElRpjbvlR2gP8WIn6M/+xQ==} + turbo-darwin-64@2.0.11: + resolution: {integrity: sha512-YlHEEhcm+jI1BSZoLugGHUWDfRXaNaQIv7tGQBfadYjo9kixBnqoTOU6s1ubOrQMID+lizZZQs79GXwqM6vohg==} cpu: [x64] os: [darwin] - turbo-darwin-arm64@2.0.9: - resolution: {integrity: sha512-XAXkKkePth5ZPPE/9G9tTnPQx0C8UTkGWmNGYkpmGgRr8NedW+HrPsi9N0HcjzzIH9A4TpNYvtiV+WcwdaEjKA==} + turbo-darwin-arm64@2.0.11: + resolution: {integrity: sha512-K/YW+hWzRQ/wGmtffxllH4M1tgy8OlwgXODrIiAGzkSpZl9+pIsem/F86UULlhsIeavBYK/LS5+dzV3DPMjJ9w==} cpu: [arm64] os: [darwin] - turbo-linux-64@2.0.9: - resolution: {integrity: sha512-l9wSgEjrCFM1aG16zItBsZ206ZlhSSx1owB8Cgskfv0XyIXRGHRkluihiaxkp+UeU5WoEfz4EN5toc+ICA0q0w==} + turbo-linux-64@2.0.11: + resolution: {integrity: sha512-mv8CwGP06UPweMh1Vlp6PI6OWnkuibxfIJ4Vlof7xqjohAaZU5FLqeOeHkjQflH/6YrCVuS9wrK0TFOu+meTtA==} cpu: [x64] os: [linux] - turbo-linux-arm64@2.0.9: - resolution: {integrity: sha512-gRnjxXRne18B27SwxXMqL3fJu7jw/8kBrOBTBNRSmZZiG1Uu3nbnP7b4lgrA/bCku6C0Wligwqurvtpq6+nFHA==} + turbo-linux-arm64@2.0.11: + resolution: {integrity: sha512-wLE5tl4oriTmHbuayc0ki0csaCplmVLj+uCWtecM/mfBuZgNS9ICNM9c4sB+Cfl5tlBBFeepqRNgvRvn8WeVZg==} cpu: [arm64] os: [linux] - turbo-windows-64@2.0.9: - resolution: {integrity: sha512-ZVo0apxUvaRq4Vm1qhsfqKKhtRgReYlBVf9MQvVU1O9AoyydEQvLDO1ryqpXDZWpcHoFxHAQc9msjAMtE5K2lA==} + turbo-windows-64@2.0.11: + resolution: {integrity: sha512-tja3zvVCSWu3HizOoeQv0qDJ+GeWGWRFOOM6a8i3BYnXLgGKAaDZFcjwzgC50tWiAw4aowIVR4OouwIyRhLBaQ==} cpu: [x64] os: [win32] - turbo-windows-arm64@2.0.9: - resolution: {integrity: sha512-sGRz7c5Pey6y7y9OKi8ypbWNuIRPF9y8xcMqL56OZifSUSo+X2EOsOleR9MKxQXVaqHPGOUKWsE6y8hxBi9pag==} + turbo-windows-arm64@2.0.11: + resolution: {integrity: sha512-sYjXP6k94Bqh99R+y3M1Ks6LRIEZybMz+7enA8GKl6JJ2ZFaXxTnS6q+/2+ii1+rRwxohj5OBb4gxODcF8Jd4w==} cpu: [arm64] os: [win32] - turbo@2.0.9: - resolution: {integrity: sha512-QaLaUL1CqblSKKPgLrFW3lZWkWG4pGBQNW+q1ScJB5v1D/nFWtsrD/yZljW/bdawg90ihi4/ftQJ3h6fz1FamA==} + turbo@2.0.11: + resolution: {integrity: sha512-imDlFFAvitbCm1JtDFJ6eG882qwxHUmVT2noPb3p2jq5o5DuXOchMbkVS9kUeC3/4WpY5N0GBZ3RvqNyjHZw1Q==} hasBin: true type-check@0.4.0: @@ -5994,8 +6077,8 @@ packages: peerDependencies: zod: ^3.22.4 - zod-to-json-schema@3.23.1: - resolution: {integrity: sha512-oT9INvydob1XV0v1d2IadrR74rLtDInLvDFfAa1CG0Pmg/vxATk7I2gSelfj271mbzeM4Da0uuDQE/Nkj3DWNw==} + zod-to-json-schema@3.23.2: + resolution: {integrity: sha512-uSt90Gzc/tUfyNqxnjlfBs8W6WSGpNBv0rVsNxP/BVSMHMKGdthPYff4xtCHYloJGM0CFxFsb3NbC0eqPhfImw==} peerDependencies: zod: ^3.23.3 @@ -6050,6 +6133,15 @@ snapshots: react: 18.3.1 zod: 3.23.8 + '@ai-sdk/react@0.0.36(react@18.3.1)(zod@3.23.8)': + dependencies: + '@ai-sdk/provider-utils': 1.0.5(zod@3.23.8) + '@ai-sdk/ui-utils': 0.0.24(zod@3.23.8) + swr: 2.2.5(react@18.3.1) + optionalDependencies: + react: 18.3.1 + zod: 3.23.8 + '@ai-sdk/solid@0.0.23(zod@3.23.8)': dependencies: '@ai-sdk/provider-utils': 1.0.5(zod@3.23.8) @@ -6057,6 +6149,13 @@ snapshots: transitivePeerDependencies: - zod + '@ai-sdk/solid@0.0.27(zod@3.23.8)': + dependencies: + '@ai-sdk/provider-utils': 1.0.5(zod@3.23.8) + '@ai-sdk/ui-utils': 0.0.24(zod@3.23.8) + transitivePeerDependencies: + - zod + '@ai-sdk/svelte@0.0.24(svelte@4.2.18)(zod@3.23.8)': dependencies: '@ai-sdk/provider-utils': 1.0.5(zod@3.23.8) @@ -6067,6 +6166,16 @@ snapshots: transitivePeerDependencies: - zod + '@ai-sdk/svelte@0.0.29(svelte@4.2.18)(zod@3.23.8)': + dependencies: + '@ai-sdk/provider-utils': 1.0.5(zod@3.23.8) + '@ai-sdk/ui-utils': 0.0.24(zod@3.23.8) + sswr: 2.1.0(svelte@4.2.18) + optionalDependencies: + svelte: 4.2.18 + transitivePeerDependencies: + - zod + '@ai-sdk/ui-utils@0.0.20(zod@3.23.8)': dependencies: '@ai-sdk/provider-utils': 1.0.5(zod@3.23.8) @@ -6074,6 +6183,14 @@ snapshots: optionalDependencies: zod: 3.23.8 + '@ai-sdk/ui-utils@0.0.24(zod@3.23.8)': + dependencies: + '@ai-sdk/provider': 0.0.14 + '@ai-sdk/provider-utils': 1.0.5(zod@3.23.8) + secure-json-parse: 2.7.0 + optionalDependencies: + zod: 3.23.8 + '@ai-sdk/vue@0.0.24(vue@3.4.34(typescript@5.5.4))(zod@3.23.8)': dependencies: '@ai-sdk/provider-utils': 1.0.5(zod@3.23.8) @@ -6084,6 +6201,16 @@ snapshots: transitivePeerDependencies: - zod + '@ai-sdk/vue@0.0.28(vue@3.4.34(typescript@5.5.4))(zod@3.23.8)': + dependencies: + '@ai-sdk/provider-utils': 1.0.5(zod@3.23.8) + '@ai-sdk/ui-utils': 0.0.24(zod@3.23.8) + swrv: 1.0.4(vue@3.4.34(typescript@5.5.4)) + optionalDependencies: + vue: 3.4.34(typescript@5.5.4) + transitivePeerDependencies: + - zod + '@alloc/quick-lru@5.2.0': {} '@ampproject/remapping@2.3.0': @@ -6612,9 +6739,9 @@ snapshots: dependencies: tslib: 2.6.3 - '@hookform/resolvers@3.9.0(react-hook-form@7.52.1(react@18.3.1))': + '@hookform/resolvers@3.9.0(react-hook-form@7.52.2(react@18.3.1))': dependencies: - react-hook-form: 7.52.1(react@18.3.1) + react-hook-form: 7.52.2(react@18.3.1) '@humanwhocodes/config-array@0.11.14': dependencies: @@ -7707,7 +7834,7 @@ snapshots: '@types/cross-spawn@6.0.6': dependencies: - '@types/node': 20.14.12 + '@types/node': 22.1.0 '@types/debug@4.1.12': dependencies: @@ -7745,7 +7872,7 @@ snapshots: '@types/node-fetch@2.6.11': dependencies: - '@types/node': 20.14.12 + '@types/node': 22.1.0 form-data: 4.0.0 '@types/node@12.20.55': {} @@ -7754,10 +7881,6 @@ snapshots: dependencies: undici-types: 5.26.5 - '@types/node@20.14.12': - dependencies: - undici-types: 5.26.5 - '@types/node@22.1.0': dependencies: undici-types: 6.13.0 @@ -7901,7 +8024,7 @@ snapshots: dependencies: humanize-ms: 1.2.1 - ai@3.2.37(openai@4.53.2)(react@18.3.1)(sswr@2.1.0(svelte@4.2.18))(svelte@4.2.18)(vue@3.4.34(typescript@5.5.4))(zod@3.23.8): + ai@3.2.37(openai@4.54.0)(react@18.3.1)(sswr@2.1.0(svelte@4.2.18))(svelte@4.2.18)(vue@3.4.34(typescript@5.5.4))(zod@3.23.8): dependencies: '@ai-sdk/provider': 0.0.14 '@ai-sdk/provider-utils': 1.0.5(zod@3.23.8) @@ -7918,7 +8041,33 @@ snapshots: secure-json-parse: 2.7.0 zod-to-json-schema: 3.22.5(zod@3.23.8) optionalDependencies: - openai: 4.53.2 + openai: 4.54.0 + react: 18.3.1 + sswr: 2.1.0(svelte@4.2.18) + svelte: 4.2.18 + zod: 3.23.8 + transitivePeerDependencies: + - solid-js + - vue + + ai@3.3.0(openai@4.54.0)(react@18.3.1)(sswr@2.1.0(svelte@4.2.18))(svelte@4.2.18)(vue@3.4.34(typescript@5.5.4))(zod@3.23.8): + dependencies: + '@ai-sdk/provider': 0.0.14 + '@ai-sdk/provider-utils': 1.0.5(zod@3.23.8) + '@ai-sdk/react': 0.0.36(react@18.3.1)(zod@3.23.8) + '@ai-sdk/solid': 0.0.27(zod@3.23.8) + '@ai-sdk/svelte': 0.0.29(svelte@4.2.18)(zod@3.23.8) + '@ai-sdk/ui-utils': 0.0.24(zod@3.23.8) + '@ai-sdk/vue': 0.0.28(vue@3.4.34(typescript@5.5.4))(zod@3.23.8) + '@opentelemetry/api': 1.9.0 + eventsource-parser: 1.1.2 + json-schema: 0.4.0 + jsondiffpatch: 0.6.0 + nanoid: 3.3.6 + secure-json-parse: 2.7.0 + zod-to-json-schema: 3.22.5(zod@3.23.8) + optionalDependencies: + openai: 4.54.0 react: 18.3.1 sswr: 2.1.0(svelte@4.2.18) svelte: 4.2.18 @@ -8054,10 +8203,10 @@ snapshots: asynckit@0.4.0: {} - autoprefixer@10.4.19(postcss@8.4.40): + autoprefixer@10.4.20(postcss@8.4.40): dependencies: - browserslist: 4.23.2 - caniuse-lite: 1.0.30001643 + browserslist: 4.23.3 + caniuse-lite: 1.0.30001647 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.0.1 @@ -8114,6 +8263,13 @@ snapshots: node-releases: 2.0.18 update-browserslist-db: 1.1.0(browserslist@4.23.2) + browserslist@4.23.3: + dependencies: + caniuse-lite: 1.0.30001647 + electron-to-chromium: 1.5.4 + node-releases: 2.0.18 + update-browserslist-db: 1.1.0(browserslist@4.23.3) + buffer@6.0.3: dependencies: base64-js: 1.5.1 @@ -8144,6 +8300,8 @@ snapshots: caniuse-lite@1.0.30001643: {} + caniuse-lite@1.0.30001647: {} + ccount@2.0.1: {} chalk@2.4.2: @@ -8419,21 +8577,23 @@ snapshots: electron-to-chromium@1.5.2: {} - embla-carousel-autoplay@8.1.7(embla-carousel@8.1.7): + electron-to-chromium@1.5.4: {} + + embla-carousel-autoplay@8.1.8(embla-carousel@8.1.8): dependencies: - embla-carousel: 8.1.7 + embla-carousel: 8.1.8 - embla-carousel-react@8.1.7(react@18.3.1): + embla-carousel-react@8.1.8(react@18.3.1): dependencies: - embla-carousel: 8.1.7 - embla-carousel-reactive-utils: 8.1.7(embla-carousel@8.1.7) + embla-carousel: 8.1.8 + embla-carousel-reactive-utils: 8.1.8(embla-carousel@8.1.8) react: 18.3.1 - embla-carousel-reactive-utils@8.1.7(embla-carousel@8.1.7): + embla-carousel-reactive-utils@8.1.8(embla-carousel@8.1.8): dependencies: - embla-carousel: 8.1.7 + embla-carousel: 8.1.8 - embla-carousel@8.1.7: {} + embla-carousel@8.1.8: {} emoji-regex@8.0.0: {} @@ -8630,7 +8790,7 @@ snapshots: eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@8.57.0))(eslint@8.57.0) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) eslint-plugin-jsx-a11y: 6.9.0(eslint@8.57.0) eslint-plugin-react: 7.35.0(eslint@8.57.0) eslint-plugin-react-hooks: 4.6.2(eslint@8.57.0) @@ -8654,7 +8814,7 @@ snapshots: enhanced-resolve: 5.17.1 eslint: 8.57.0 eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) fast-glob: 3.3.2 get-tsconfig: 4.7.6 is-core-module: 2.15.0 @@ -8676,7 +8836,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@8.57.0))(eslint@8.57.0))(eslint@8.57.0): + eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0): dependencies: array-includes: 3.1.8 array.prototype.findlastindex: 1.2.5 @@ -9008,7 +9168,7 @@ snapshots: fsevents@2.3.3: optional: true - fumadocs-core@12.5.6(@types/react@18.3.3)(next@14.2.5(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + fumadocs-core@13.0.6(@types/react@18.3.3)(next@14.2.5(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@formatjs/intl-localematcher': 0.5.4 '@shikijs/rehype': 1.12.0 @@ -9032,20 +9192,20 @@ snapshots: - '@types/react' - supports-color - fumadocs-mdx@8.2.34(fumadocs-core@12.5.6(@types/react@18.3.3)(next@14.2.5(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(next@14.2.5(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)): + fumadocs-mdx@9.0.0(fumadocs-core@13.0.6(@types/react@18.3.3)(next@14.2.5(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(next@14.2.5(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)): dependencies: '@mdx-js/mdx': 3.0.1 cross-spawn: 7.0.3 estree-util-value-to-estree: 3.1.2 fast-glob: 3.3.2 - fumadocs-core: 12.5.6(@types/react@18.3.3)(next@14.2.5(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + fumadocs-core: 13.0.6(@types/react@18.3.3)(next@14.2.5(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) gray-matter: 4.0.3 next: 14.2.5(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) zod: 3.23.8 transitivePeerDependencies: - supports-color - fumadocs-ui@12.5.6(@types/react-dom@18.3.0)(@types/react@18.3.3)(next@14.2.5(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(tailwindcss@3.4.7): + fumadocs-ui@13.0.6(@types/react-dom@18.3.0)(@types/react@18.3.3)(next@14.2.5(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(tailwindcss@3.4.7): dependencies: '@radix-ui/react-accordion': 1.2.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-collapsible': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -9057,7 +9217,7 @@ snapshots: '@tailwindcss/typography': 0.5.13(tailwindcss@3.4.7) class-variance-authority: 0.7.0 cmdk: 1.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - fumadocs-core: 12.5.6(@types/react@18.3.3)(next@14.2.5(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + fumadocs-core: 13.0.6(@types/react@18.3.3)(next@14.2.5(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) lucide-react: 0.414.0(react@18.3.1) next: 14.2.5(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) next-themes: 0.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -9724,7 +9884,7 @@ snapshots: dependencies: react: 18.3.1 - lucide-react@0.416.0(react@18.3.1): + lucide-react@0.424.0(react@18.3.1): dependencies: react: 18.3.1 @@ -10372,7 +10532,7 @@ snapshots: dependencies: mimic-fn: 4.0.0 - openai@4.53.2: + openai@4.54.0: dependencies: '@types/node': 18.19.42 '@types/node-fetch': 2.6.11 @@ -10535,13 +10695,13 @@ snapshots: optionalDependencies: postcss: 8.4.40 - postcss-load-config@6.0.1(jiti@1.21.6)(postcss@8.4.40)(tsx@4.16.2)(yaml@2.5.0): + postcss-load-config@6.0.1(jiti@1.21.6)(postcss@8.4.40)(tsx@4.16.5)(yaml@2.5.0): dependencies: lilconfig: 3.1.2 optionalDependencies: jiti: 1.21.6 postcss: 8.4.40 - tsx: 4.16.2 + tsx: 4.16.5 yaml: 2.5.0 postcss-nested@6.2.0(postcss@8.4.40): @@ -10627,6 +10787,10 @@ snapshots: dependencies: react: 18.3.1 + react-hook-form@7.52.2(react@18.3.1): + dependencies: + react: 18.3.1 + react-is@16.13.1: {} react-markdown@9.0.1(@types/react@18.3.3)(react@18.3.1): @@ -11312,7 +11476,7 @@ snapshots: tslib@2.6.3: {} - tsup@8.2.3(jiti@1.21.6)(postcss@8.4.40)(tsx@4.16.2)(typescript@5.5.4)(yaml@2.5.0): + tsup@8.2.4(jiti@1.21.6)(postcss@8.4.40)(tsx@4.16.5)(typescript@5.5.4)(yaml@2.5.0): dependencies: bundle-require: 5.0.0(esbuild@0.23.0) cac: 6.7.14 @@ -11324,7 +11488,7 @@ snapshots: globby: 11.1.0 joycon: 3.1.1 picocolors: 1.0.1 - postcss-load-config: 6.0.1(jiti@1.21.6)(postcss@8.4.40)(tsx@4.16.2)(yaml@2.5.0) + postcss-load-config: 6.0.1(jiti@1.21.6)(postcss@8.4.40)(tsx@4.16.5)(yaml@2.5.0) resolve-from: 5.0.0 rollup: 4.19.1 source-map: 0.8.0-beta.0 @@ -11339,39 +11503,39 @@ snapshots: - tsx - yaml - tsx@4.16.2: + tsx@4.16.5: dependencies: esbuild: 0.21.5 get-tsconfig: 4.7.6 optionalDependencies: fsevents: 2.3.3 - turbo-darwin-64@2.0.9: + turbo-darwin-64@2.0.11: optional: true - turbo-darwin-arm64@2.0.9: + turbo-darwin-arm64@2.0.11: optional: true - turbo-linux-64@2.0.9: + turbo-linux-64@2.0.11: optional: true - turbo-linux-arm64@2.0.9: + turbo-linux-arm64@2.0.11: optional: true - turbo-windows-64@2.0.9: + turbo-windows-64@2.0.11: optional: true - turbo-windows-arm64@2.0.9: + turbo-windows-arm64@2.0.11: optional: true - turbo@2.0.9: + turbo@2.0.11: optionalDependencies: - turbo-darwin-64: 2.0.9 - turbo-darwin-arm64: 2.0.9 - turbo-linux-64: 2.0.9 - turbo-linux-arm64: 2.0.9 - turbo-windows-64: 2.0.9 - turbo-windows-arm64: 2.0.9 + turbo-darwin-64: 2.0.11 + turbo-darwin-arm64: 2.0.11 + turbo-linux-64: 2.0.11 + turbo-linux-arm64: 2.0.11 + turbo-windows-64: 2.0.11 + turbo-windows-arm64: 2.0.11 type-check@0.4.0: dependencies: @@ -11481,6 +11645,12 @@ snapshots: escalade: 3.1.2 picocolors: 1.0.1 + update-browserslist-db@1.1.0(browserslist@4.23.3): + dependencies: + browserslist: 4.23.3 + escalade: 3.1.2 + picocolors: 1.0.1 + uri-js@4.4.1: dependencies: punycode: 2.3.1 @@ -11659,7 +11829,7 @@ snapshots: dependencies: zod: 3.23.8 - zod-to-json-schema@3.23.1(zod@3.23.8): + zod-to-json-schema@3.23.2(zod@3.23.8): dependencies: zod: 3.23.8