kaneo (minimalist kanban) fork to experiment adding a tangled integration github.com/usekaneo/kaneo
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: fix conflicts

Andrej 12811aab 44cf37f2

+894 -695
+9
CHANGELOG.md
··· 1 + ## [2.2.1](https://github.com/usekaneo/kaneo/compare/v2.2.0...v2.2.1) (2026-02-16) 2 + 3 + 4 + ### Bug Fixes 5 + 6 + * apps/web/Dockerfile to reduce vulnerabilities ([c1b5731](https://github.com/usekaneo/kaneo/commit/c1b57312cff8d09ef23d7aee95d315d582b6af35)) 7 + 8 + 9 + 1 10 # [2.2.0](https://github.com/usekaneo/kaneo/compare/v2.1.24...v2.2.0) (2026-02-09) 2 11 3 12
+1 -1
apps/api/package.json
··· 43 43 }, 44 44 "devDependencies": { 45 45 "@types/bcrypt": "^6.0.0", 46 - "@types/node": "^25.2.2", 46 + "@types/node": "^25.2.3", 47 47 "@types/pg": "^8.16.0", 48 48 "esbuild": "0.27.3", 49 49 "tsx": "^4.21.0",
+6 -6
apps/docs/package.json
··· 13 13 "generate-docs": "bun run ./scripts/generate-docs.ts" 14 14 }, 15 15 "dependencies": { 16 - "@fumadocs/mdx-remote": "^1.4.4", 16 + "@fumadocs/mdx-remote": "^1.4.5", 17 17 "@radix-ui/react-hover-card": "^1.1.15", 18 18 "@radix-ui/react-slot": "^1.2.4", 19 19 "class-variance-authority": "^0.7.1", 20 20 "clsx": "^2.1.1", 21 - "fumadocs-core": "16.5.2", 21 + "fumadocs-core": "16.6.1", 22 22 "fumadocs-mdx": "14.2.6", 23 - "fumadocs-openapi": "^10.3.3", 23 + "fumadocs-openapi": "^10.3.5", 24 24 "fumadocs-twoslash": "^3.1.13", 25 - "fumadocs-ui": "16.5.2", 26 - "lucide-react": "^0.563.0", 25 + "fumadocs-ui": "16.6.1", 26 + "lucide-react": "^0.564.0", 27 27 "motion": "^12.29.2", 28 28 "next": "16.1.6", 29 29 "react": "^19.2.4", ··· 36 36 "@tailwindcss/postcss": "^4.1.18", 37 37 "@types/mdx": "^2.0.13", 38 38 "@types/node": "25.2.2", 39 - "@types/react": "^19.2.8", 39 + "@types/react": "^19.2.14", 40 40 "@types/react-dom": "^19.2.3", 41 41 "postcss": "^8.5.3", 42 42 "tailwindcss": "^4.1.18",
+1 -1
apps/web/Dockerfile
··· 27 27 RUN pnpm run build 28 28 29 29 # Production stage with specific version 30 - FROM nginx:1.25-alpine AS runtime 30 + FROM nginx:1.29.5-alpine AS runtime 31 31 32 32 # Create non-root user and configure nginx in a single layer 33 33 RUN addgroup -g 1001 appuser && \
+9 -9
apps/web/package.json
··· 38 38 "@radix-ui/react-tabs": "^1.1.13", 39 39 "@radix-ui/react-tooltip": "^1.2.8", 40 40 "@tailwindcss/vite": "^4.1.13", 41 - "@tanstack/react-query": "^5.90.20", 41 + "@tanstack/react-query": "^5.90.21", 42 42 "@tanstack/react-query-devtools": "^5.91.3", 43 - "@tanstack/react-router": "^1.157.18", 44 - "@tanstack/router-devtools": "^1.157.14", 45 - "@tanstack/router-plugin": "^1.157.18", 43 + "@tanstack/react-router": "^1.160.0", 44 + "@tanstack/router-devtools": "^1.160.0", 45 + "@tanstack/router-plugin": "^1.160.1", 46 46 "@types/file-saver": "^2.0.7", 47 - "@vitejs/plugin-react": "^5.1.1", 47 + "@vitejs/plugin-react": "^5.1.4", 48 48 "babel-plugin-react-compiler": "^19.0.0-beta-714736e-20250131", 49 49 "better-auth": "^1.4.18", 50 50 "class-variance-authority": "^0.7.1", ··· 58 58 "input-otp": "^1.4.2", 59 59 "lucide-react": "^0.563.0", 60 60 "react": "^19.2.4", 61 - "react-day-picker": "9.13.1", 61 + "react-day-picker": "9.13.2", 62 62 "react-dom": "^19.2.4", 63 63 "react-hook-form": "^7.71.1", 64 64 "react-markdown": "^10.1.0", ··· 67 67 "tailwind-animate": "^0.2.10", 68 68 "tailwind-merge": "^3.3.1", 69 69 "tailwindcss-animate": "^1.0.7", 70 - "zod": "^4.3.5", 70 + "zod": "^4.3.6", 71 71 "zustand": "^5.0.11" 72 72 }, 73 73 "devDependencies": { 74 74 "@kaneo/libs": "workspace:*", 75 75 "@tailwindcss/postcss": "^4.1.8", 76 - "@types/node": "^25.2.2", 77 - "@types/react": "^19.2.13", 76 + "@types/node": "^25.2.3", 77 + "@types/react": "^19.2.14", 78 78 "@types/react-dom": "^19.2.3", 79 79 "globals": "^17.3.0", 80 80 "postcss": "^8.5.1",
+1 -1
package.json
··· 23 23 "node": ">=18" 24 24 }, 25 25 "packageManager": "pnpm@10.28.0", 26 - "version": "2.2.0", 26 + "version": "2.2.1", 27 27 "dependencies": { 28 28 "dotenv-mono": "^1.5.1" 29 29 }
+2 -2
packages/email/package.json
··· 19 19 }, 20 20 "dependencies": { 21 21 "@react-email/components": "1.0.7", 22 - "@types/node": "^25.2.2", 22 + "@types/node": "^25.2.3", 23 23 "@types/nodemailer": "^7.0.9", 24 24 "nodemailer": "^7.0.13", 25 25 "react": "^19.2.4", ··· 27 27 }, 28 28 "devDependencies": { 29 29 "@react-email/preview-server": "5.2.8", 30 - "@types/react": "^19.2.10", 30 + "@types/react": "^19.2.14", 31 31 "@types/react-dom": "^19.2.3", 32 32 "react-email": "5.2.8" 33 33 }
+2 -2
packages/libs/package.json
··· 8 8 "lint": "biome check --write ." 9 9 }, 10 10 "devDependencies": { 11 - "@types/react": "^19.2.10", 11 + "@types/react": "^19.2.14", 12 12 "@types/react-dom": "^19.2.3", 13 13 "@kaneo/api": "workspace:*", 14 - "hono": "^4.11.5", 14 + "hono": "^4.11.9", 15 15 "react": "^19.2.4", 16 16 "@kaneo/typescript-config": "workspace:*", 17 17 "typescript": "^5.9.2",
+863 -673
pnpm-lock.yaml
··· 17 17 version: 2.3.10 18 18 '@commitlint/cli': 19 19 specifier: ^19.6.1 20 - version: 19.8.1(@types/node@25.2.2)(typescript@5.8.3) 20 + version: 19.8.1(@types/node@25.2.3)(typescript@5.8.3) 21 21 '@commitlint/config-conventional': 22 22 specifier: ^19.6.0 23 23 version: 19.8.1 ··· 71 71 version: 6.0.0 72 72 better-auth: 73 73 specifier: ^1.4.17 74 - version: 1.4.18(drizzle-kit@0.31.8)(drizzle-orm@0.45.1(@types/pg@8.16.0)(kysely@0.28.9)(pg@8.18.0))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(pg@8.18.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(solid-js@1.9.10) 74 + version: 1.4.18(drizzle-kit@0.31.8)(drizzle-orm@0.45.1(@types/pg@8.16.0)(kysely@0.28.9)(pg@8.18.0))(next@16.1.6(@babel/core@7.29.0)(babel-plugin-react-compiler@19.0.0-beta-ebf51a3-20250411)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(pg@8.18.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(solid-js@1.9.10) 75 75 croner: 76 76 specifier: ^10.0.1 77 77 version: 10.0.1 ··· 104 104 specifier: ^6.0.0 105 105 version: 6.0.0 106 106 '@types/node': 107 - specifier: ^25.2.2 108 - version: 25.2.2 107 + specifier: ^25.2.3 108 + version: 25.2.3 109 109 '@types/pg': 110 110 specifier: ^8.16.0 111 111 version: 8.16.0 ··· 122 122 apps/docs: 123 123 dependencies: 124 124 '@fumadocs/mdx-remote': 125 - specifier: ^1.4.4 126 - version: 1.4.4(@types/react@19.2.13)(fumadocs-core@16.5.2(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.158.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.13)(lucide-react@0.563.0(react@19.2.4))(mdast-util-mdx-jsx@3.2.0)(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6))(react@19.2.4) 125 + specifier: ^1.4.5 126 + version: 1.4.5(@types/mdx@2.0.13)(@types/react@19.2.14)(fumadocs-core@16.6.1(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.14)(lucide-react@0.564.0(react@19.2.4))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6))(react@19.2.4) 127 127 '@radix-ui/react-hover-card': 128 128 specifier: ^1.1.15 129 - version: 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 129 + version: 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 130 130 '@radix-ui/react-slot': 131 131 specifier: ^1.2.4 132 - version: 1.2.4(@types/react@19.2.13)(react@19.2.4) 132 + version: 1.2.4(@types/react@19.2.14)(react@19.2.4) 133 133 class-variance-authority: 134 134 specifier: ^0.7.1 135 135 version: 0.7.1 ··· 137 137 specifier: ^2.1.1 138 138 version: 2.1.1 139 139 fumadocs-core: 140 - specifier: 16.5.2 141 - version: 16.5.2(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.158.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.13)(lucide-react@0.563.0(react@19.2.4))(mdast-util-mdx-jsx@3.2.0)(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6) 140 + specifier: 16.6.1 141 + version: 16.6.1(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.14)(lucide-react@0.564.0(react@19.2.4))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6) 142 142 fumadocs-mdx: 143 143 specifier: 14.2.6 144 - version: 14.2.6(30c5fc1e95eccb7aa8b461c81676bba9) 144 + version: 14.2.6(@fumadocs/mdx-remote@1.4.5(@types/mdx@2.0.13)(@types/react@19.2.14)(fumadocs-core@16.6.1(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.14)(lucide-react@0.564.0(react@19.2.4))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6))(react@19.2.4))(@types/react@19.2.14)(fumadocs-core@16.6.1(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.14)(lucide-react@0.564.0(react@19.2.4))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4)(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)) 145 145 fumadocs-openapi: 146 - specifier: ^10.3.3 147 - version: 10.3.3(22e9659f4d1fbb61ed345db55ad1999f) 146 + specifier: ^10.3.5 147 + version: 10.3.5(2b0a4f899ce21cbfd11764906bc216f2) 148 148 fumadocs-twoslash: 149 149 specifier: ^3.1.13 150 - version: 3.1.13(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(fumadocs-ui@16.5.2(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(fumadocs-core@16.5.2(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.158.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.13)(lucide-react@0.563.0(react@19.2.4))(mdast-util-mdx-jsx@3.2.0)(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(tailwindcss@4.1.18))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3) 150 + version: 3.1.13(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(fumadocs-ui@16.6.1(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(fumadocs-core@16.6.1(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.14)(lucide-react@0.564.0(react@19.2.4))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(tailwindcss@4.1.18))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3) 151 151 fumadocs-ui: 152 - specifier: 16.5.2 153 - version: 16.5.2(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(fumadocs-core@16.5.2(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.158.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.13)(lucide-react@0.563.0(react@19.2.4))(mdast-util-mdx-jsx@3.2.0)(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(tailwindcss@4.1.18) 152 + specifier: 16.6.1 153 + version: 16.6.1(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(fumadocs-core@16.6.1(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.14)(lucide-react@0.564.0(react@19.2.4))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(tailwindcss@4.1.18) 154 154 lucide-react: 155 - specifier: ^0.563.0 156 - version: 0.563.0(react@19.2.4) 155 + specifier: ^0.564.0 156 + version: 0.564.0(react@19.2.4) 157 157 motion: 158 158 specifier: ^12.29.2 159 159 version: 12.33.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 160 160 next: 161 161 specifier: 16.1.6 162 - version: 16.1.6(@babel/core@7.28.5)(babel-plugin-react-compiler@19.0.0-beta-ebf51a3-20250411)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 162 + version: 16.1.6(@babel/core@7.29.0)(babel-plugin-react-compiler@19.0.0-beta-ebf51a3-20250411)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 163 163 react: 164 164 specifier: ^19.2.4 165 165 version: 19.2.4 ··· 186 186 specifier: 25.2.2 187 187 version: 25.2.2 188 188 '@types/react': 189 - specifier: ^19.2.8 190 - version: 19.2.13 189 + specifier: ^19.2.14 190 + version: 19.2.14 191 191 '@types/react-dom': 192 192 specifier: ^19.2.3 193 - version: 19.2.3(@types/react@19.2.13) 193 + version: 19.2.3(@types/react@19.2.14) 194 194 postcss: 195 195 specifier: ^8.5.3 196 196 version: 8.5.6 ··· 208 208 dependencies: 209 209 '@base-ui/react': 210 210 specifier: ^1.2.0 211 - version: 1.2.0(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 211 + version: 1.2.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 212 212 '@blocknote/core': 213 213 specifier: ^0.46.1 214 214 version: 0.46.1(@types/hast@3.0.4) 215 215 '@blocknote/react': 216 216 specifier: ^0.46.2 217 - version: 0.46.2(@floating-ui/dom@1.7.4)(@types/hast@3.0.4)(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 217 + version: 0.46.2(@floating-ui/dom@1.7.4)(@types/hast@3.0.4)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 218 218 '@blocknote/shadcn': 219 219 specifier: ^0.46.2 220 - version: 0.46.2(@floating-ui/dom@1.7.4)(@types/hast@3.0.4)(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(postcss@8.5.6)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(tailwindcss@4.1.18) 220 + version: 0.46.2(@floating-ui/dom@1.7.4)(@types/hast@3.0.4)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(postcss@8.5.6)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(tailwindcss@4.1.18) 221 221 '@dnd-kit/core': 222 222 specifier: ^6.3.1 223 223 version: 6.3.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) ··· 235 235 version: 5.2.2(react-hook-form@7.71.1(react@19.2.4)) 236 236 '@radix-ui/react-accordion': 237 237 specifier: ^1.2.12 238 - version: 1.2.12(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 238 + version: 1.2.12(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 239 239 '@radix-ui/react-alert-dialog': 240 240 specifier: ^1.1.14 241 - version: 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 241 + version: 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 242 242 '@radix-ui/react-avatar': 243 243 specifier: ^1.1.11 244 - version: 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 244 + version: 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 245 245 '@radix-ui/react-collapsible': 246 246 specifier: ^1.1.11 247 - version: 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 247 + version: 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 248 248 '@radix-ui/react-context-menu': 249 249 specifier: ^2.2.16 250 - version: 2.2.16(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 250 + version: 2.2.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 251 251 '@radix-ui/react-dialog': 252 252 specifier: ^1.1.15 253 - version: 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 253 + version: 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 254 254 '@radix-ui/react-dropdown-menu': 255 255 specifier: ^2.1.15 256 - version: 2.1.16(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 256 + version: 2.1.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 257 257 '@radix-ui/react-hover-card': 258 258 specifier: ^1.1.15 259 - version: 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 259 + version: 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 260 260 '@radix-ui/react-label': 261 261 specifier: ^2.1.6 262 - version: 2.1.8(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 262 + version: 2.1.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 263 263 '@radix-ui/react-menubar': 264 264 specifier: ^1.1.16 265 - version: 1.1.16(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 265 + version: 1.1.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 266 266 '@radix-ui/react-popover': 267 267 specifier: ^1.1.14 268 - version: 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 268 + version: 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 269 269 '@radix-ui/react-progress': 270 270 specifier: ^1.1.7 271 - version: 1.1.8(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 271 + version: 1.1.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 272 272 '@radix-ui/react-select': 273 273 specifier: ^2.2.2 274 - version: 2.2.6(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 274 + version: 2.2.6(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 275 275 '@radix-ui/react-separator': 276 276 specifier: ^1.1.8 277 - version: 1.1.8(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 277 + version: 1.1.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 278 278 '@radix-ui/react-slot': 279 279 specifier: ^1.2.3 280 - version: 1.2.4(@types/react@19.2.13)(react@19.2.4) 280 + version: 1.2.4(@types/react@19.2.14)(react@19.2.4) 281 281 '@radix-ui/react-switch': 282 282 specifier: ^1.2.6 283 - version: 1.2.6(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 283 + version: 1.2.6(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 284 284 '@radix-ui/react-tabs': 285 285 specifier: ^1.1.13 286 - version: 1.1.13(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 286 + version: 1.1.13(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 287 287 '@radix-ui/react-tooltip': 288 288 specifier: ^1.2.8 289 - version: 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 289 + version: 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 290 290 '@tailwindcss/vite': 291 291 specifier: ^4.1.13 292 - version: 4.1.18(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)) 292 + version: 4.1.18(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)) 293 293 '@tanstack/react-query': 294 - specifier: ^5.90.20 295 - version: 5.90.20(react@19.2.4) 294 + specifier: ^5.90.21 295 + version: 5.90.21(react@19.2.4) 296 296 '@tanstack/react-query-devtools': 297 297 specifier: ^5.91.3 298 - version: 5.91.3(@tanstack/react-query@5.90.20(react@19.2.4))(react@19.2.4) 298 + version: 5.91.3(@tanstack/react-query@5.90.21(react@19.2.4))(react@19.2.4) 299 299 '@tanstack/react-router': 300 - specifier: ^1.157.18 301 - version: 1.158.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 300 + specifier: ^1.160.0 301 + version: 1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 302 302 '@tanstack/router-devtools': 303 - specifier: ^1.157.14 304 - version: 1.158.1(@tanstack/react-router@1.158.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@tanstack/router-core@1.158.1)(csstype@3.2.3)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 303 + specifier: ^1.160.0 304 + version: 1.160.0(@tanstack/react-router@1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@tanstack/router-core@1.160.0)(csstype@3.2.3)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 305 305 '@tanstack/router-plugin': 306 - specifier: ^1.157.18 307 - version: 1.158.1(@tanstack/react-router@1.158.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)) 306 + specifier: ^1.160.1 307 + version: 1.160.1(@tanstack/react-router@1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)) 308 308 '@types/file-saver': 309 309 specifier: ^2.0.7 310 310 version: 2.0.7 311 311 '@vitejs/plugin-react': 312 - specifier: ^5.1.1 313 - version: 5.1.2(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)) 312 + specifier: ^5.1.4 313 + version: 5.1.4(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)) 314 314 babel-plugin-react-compiler: 315 315 specifier: ^19.0.0-beta-714736e-20250131 316 316 version: 19.0.0-beta-ebf51a3-20250411 317 317 better-auth: 318 318 specifier: ^1.4.18 319 - version: 1.4.18(drizzle-kit@0.31.8)(drizzle-orm@0.45.1(@types/pg@8.16.0)(kysely@0.28.9)(pg@8.18.0))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(pg@8.18.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(solid-js@1.9.10) 319 + version: 1.4.18(drizzle-kit@0.31.8)(drizzle-orm@0.45.1(@types/pg@8.16.0)(kysely@0.28.9)(pg@8.18.0))(next@16.1.6(@babel/core@7.29.0)(babel-plugin-react-compiler@19.0.0-beta-ebf51a3-20250411)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(pg@8.18.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(solid-js@1.9.10) 320 320 class-variance-authority: 321 321 specifier: ^0.7.1 322 322 version: 0.7.1 ··· 325 325 version: 2.1.1 326 326 cmdk: 327 327 specifier: ^1.1.1 328 - version: 1.1.1(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 328 + version: 1.1.1(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 329 329 date-fns: 330 330 specifier: ^4.1.0 331 331 version: 4.1.0 ··· 351 351 specifier: ^19.2.4 352 352 version: 19.2.4 353 353 react-day-picker: 354 - specifier: 9.13.1 355 - version: 9.13.1(react@19.2.4) 354 + specifier: 9.13.2 355 + version: 9.13.2(react@19.2.4) 356 356 react-dom: 357 357 specifier: ^19.2.4 358 358 version: 19.2.4(react@19.2.4) ··· 361 361 version: 7.71.1(react@19.2.4) 362 362 react-markdown: 363 363 specifier: ^10.1.0 364 - version: 10.1.0(@types/react@19.2.13)(react@19.2.4) 364 + version: 10.1.0(@types/react@19.2.14)(react@19.2.4) 365 365 react-use-websocket: 366 366 specifier: ^4.11.1 367 367 version: 4.13.0 ··· 378 378 specifier: ^1.0.7 379 379 version: 1.0.7(tailwindcss@4.1.18) 380 380 zod: 381 - specifier: ^4.3.5 382 - version: 4.3.5 381 + specifier: ^4.3.6 382 + version: 4.3.6 383 383 zustand: 384 384 specifier: ^5.0.11 385 - version: 5.0.11(@types/react@19.2.13)(immer@11.1.3)(react@19.2.4)(use-sync-external-store@1.6.0(react@19.2.4)) 385 + version: 5.0.11(@types/react@19.2.14)(immer@11.1.3)(react@19.2.4)(use-sync-external-store@1.6.0(react@19.2.4)) 386 386 devDependencies: 387 387 '@kaneo/libs': 388 388 specifier: workspace:* ··· 391 391 specifier: ^4.1.8 392 392 version: 4.1.18 393 393 '@types/node': 394 - specifier: ^25.2.2 395 - version: 25.2.2 394 + specifier: ^25.2.3 395 + version: 25.2.3 396 396 '@types/react': 397 - specifier: ^19.2.13 398 - version: 19.2.13 397 + specifier: ^19.2.14 398 + version: 19.2.14 399 399 '@types/react-dom': 400 400 specifier: ^19.2.3 401 - version: 19.2.3(@types/react@19.2.13) 401 + version: 19.2.3(@types/react@19.2.14) 402 402 globals: 403 403 specifier: ^17.3.0 404 404 version: 17.3.0 ··· 416 416 version: 5.8.3 417 417 vite: 418 418 specifier: ^7.3.1 419 - version: 7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2) 419 + version: 7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2) 420 420 421 421 packages/email: 422 422 dependencies: ··· 424 424 specifier: 1.0.7 425 425 version: 1.0.7(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 426 426 '@types/node': 427 - specifier: ^25.2.2 428 - version: 25.2.2 427 + specifier: ^25.2.3 428 + version: 25.2.3 429 429 '@types/nodemailer': 430 430 specifier: ^7.0.9 431 431 version: 7.0.9 ··· 443 443 specifier: 5.2.8 444 444 version: 5.2.8(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 445 445 '@types/react': 446 - specifier: ^19.2.10 447 - version: 19.2.13 446 + specifier: ^19.2.14 447 + version: 19.2.14 448 448 '@types/react-dom': 449 449 specifier: ^19.2.3 450 - version: 19.2.3(@types/react@19.2.13) 450 + version: 19.2.3(@types/react@19.2.14) 451 451 react-email: 452 452 specifier: 5.2.8 453 453 version: 5.2.8 ··· 461 461 specifier: workspace:* 462 462 version: link:../typescript-config 463 463 '@types/react': 464 - specifier: ^19.2.10 465 - version: 19.2.13 464 + specifier: ^19.2.14 465 + version: 19.2.14 466 466 '@types/react-dom': 467 467 specifier: ^19.2.3 468 - version: 19.2.3(@types/react@19.2.13) 468 + version: 19.2.3(@types/react@19.2.14) 469 469 hono: 470 - specifier: ^4.11.5 471 - version: 4.11.7 470 + specifier: ^4.11.9 471 + version: 4.11.9 472 472 react: 473 473 specifier: ^19.2.4 474 474 version: 19.2.4 ··· 477 477 version: 5.9.3 478 478 vite: 479 479 specifier: ^7.3.1 480 - version: 7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2) 480 + version: 7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2) 481 481 482 482 packages/typescript-config: {} 483 483 ··· 491 491 resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==} 492 492 engines: {node: '>=6.9.0'} 493 493 494 - '@babel/compat-data@7.28.5': 495 - resolution: {integrity: sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==} 494 + '@babel/code-frame@7.29.0': 495 + resolution: {integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==} 496 496 engines: {node: '>=6.9.0'} 497 497 498 - '@babel/core@7.28.5': 499 - resolution: {integrity: sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==} 498 + '@babel/compat-data@7.29.0': 499 + resolution: {integrity: sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==} 500 + engines: {node: '>=6.9.0'} 501 + 502 + '@babel/core@7.29.0': 503 + resolution: {integrity: sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==} 500 504 engines: {node: '>=6.9.0'} 501 505 502 506 '@babel/generator@7.28.5': 503 507 resolution: {integrity: sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==} 504 508 engines: {node: '>=6.9.0'} 505 509 506 - '@babel/helper-compilation-targets@7.27.2': 507 - resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==} 510 + '@babel/generator@7.29.1': 511 + resolution: {integrity: sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==} 512 + engines: {node: '>=6.9.0'} 513 + 514 + '@babel/helper-compilation-targets@7.28.6': 515 + resolution: {integrity: sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==} 508 516 engines: {node: '>=6.9.0'} 509 517 510 518 '@babel/helper-globals@7.28.0': 511 519 resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==} 512 520 engines: {node: '>=6.9.0'} 513 521 514 - '@babel/helper-module-imports@7.27.1': 515 - resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==} 522 + '@babel/helper-module-imports@7.28.6': 523 + resolution: {integrity: sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==} 516 524 engines: {node: '>=6.9.0'} 517 525 518 - '@babel/helper-module-transforms@7.28.3': 519 - resolution: {integrity: sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==} 526 + '@babel/helper-module-transforms@7.28.6': 527 + resolution: {integrity: sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==} 520 528 engines: {node: '>=6.9.0'} 521 529 peerDependencies: 522 530 '@babel/core': ^7.0.0 ··· 537 545 resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==} 538 546 engines: {node: '>=6.9.0'} 539 547 540 - '@babel/helpers@7.28.4': 541 - resolution: {integrity: sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==} 548 + '@babel/helpers@7.28.6': 549 + resolution: {integrity: sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==} 542 550 engines: {node: '>=6.9.0'} 543 551 544 552 '@babel/parser@7.28.5': ··· 546 554 engines: {node: '>=6.0.0'} 547 555 hasBin: true 548 556 557 + '@babel/parser@7.29.0': 558 + resolution: {integrity: sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==} 559 + engines: {node: '>=6.0.0'} 560 + hasBin: true 561 + 549 562 '@babel/plugin-syntax-jsx@7.27.1': 550 563 resolution: {integrity: sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==} 551 564 engines: {node: '>=6.9.0'} ··· 578 591 resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==} 579 592 engines: {node: '>=6.9.0'} 580 593 594 + '@babel/template@7.28.6': 595 + resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==} 596 + engines: {node: '>=6.9.0'} 597 + 581 598 '@babel/traverse@7.28.5': 582 599 resolution: {integrity: sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==} 583 600 engines: {node: '>=6.9.0'} 584 601 602 + '@babel/traverse@7.29.0': 603 + resolution: {integrity: sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==} 604 + engines: {node: '>=6.9.0'} 605 + 585 606 '@babel/types@7.28.5': 586 607 resolution: {integrity: sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==} 608 + engines: {node: '>=6.9.0'} 609 + 610 + '@babel/types@7.29.0': 611 + resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==} 587 612 engines: {node: '>=6.9.0'} 588 613 589 614 '@base-ui/react@1.2.0': ··· 1610 1635 '@formatjs/intl-localematcher@0.8.1': 1611 1636 resolution: {integrity: sha512-xwEuwQFdtSq1UKtQnyTZWC+eHdv7Uygoa+H2k/9uzBVQjDyp9r20LNDNKedWXll7FssT3GRHvqsdJGYSUWqYFA==} 1612 1637 1613 - '@fumadocs/mdx-remote@1.4.4': 1614 - resolution: {integrity: sha512-tODOw9cYWJkzJ6I+CG16U0QjRmwEVNUavlSn6jUyn4CJ7OjpnFU+jgOiqPm8STFghNYcYVjt3SlrRledGQKR4Q==} 1638 + '@fumadocs/mdx-remote@1.4.5': 1639 + resolution: {integrity: sha512-+/WjTDjxLcFzbZxHYQM+KJjW9pvUYEvnslQBSFYTl03JE92UiP8saGVlNJMnLsVBuUuiYLkETV4AExmnMPT6UA==} 1615 1640 peerDependencies: 1641 + '@types/mdx': '*' 1616 1642 '@types/react': '*' 1617 1643 fumadocs-core: ^15.0.0 || ^16.0.0 1618 1644 react: 18.x.x || 19.x.x 1619 1645 peerDependenciesMeta: 1646 + '@types/mdx': 1647 + optional: true 1620 1648 '@types/react': 1621 1649 optional: true 1622 1650 ··· 1640 1668 prettier: 1641 1669 optional: true 1642 1670 1643 - '@fumari/stf@0.0.2': 1644 - resolution: {integrity: sha512-NkanLBspacxrdOjXgCOwTqjMZbKNkA4BKaEAllz6Zz0X3jbO2dN1jDI+wicSB3HT7TdKqBPvD013sV3nzLD0VQ==} 1671 + '@fumari/stf@0.0.3': 1672 + resolution: {integrity: sha512-EDgfqz6oWJLPfmrekl4sCssypPmQ1dV8J7RqWR9Wbzj2mekUIeAqljGkh1EgykZp8Yve9Ehnmn3gjHggFgQU2A==} 1645 1673 peerDependencies: 1646 1674 '@types/react': '*' 1647 1675 react: ^19.2.0 ··· 2771 2799 '@remirror/core-constants@3.0.0': 2772 2800 resolution: {integrity: sha512-42aWfPrimMfDKDi4YegyS7x+/0tlzaqwPQCULLanv3DMIlu96KTJR0fM5isWX2UViOqlGnX6YFgqWepcX+XMNg==} 2773 2801 2774 - '@rolldown/pluginutils@1.0.0-beta.53': 2775 - resolution: {integrity: sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==} 2802 + '@rolldown/pluginutils@1.0.0-rc.3': 2803 + resolution: {integrity: sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q==} 2776 2804 2777 2805 '@rollup/rollup-android-arm-eabi@4.53.4': 2778 2806 resolution: {integrity: sha512-PWU3Y92H4DD0bOqorEPp1Y0tbzwAurFmIYpjcObv5axGVOtcTlB0b2UKMd2echo08MgN7jO8WQZSSysvfisFSQ==} ··· 3142 3170 '@tanstack/react-query': ^5.90.20 3143 3171 react: ^18 || ^19 3144 3172 3145 - '@tanstack/react-query@5.90.20': 3146 - resolution: {integrity: sha512-vXBxa+qeyveVO7OA0jX1z+DeyCA4JKnThKv411jd5SORpBKgkcVnYKCiBgECvADvniBX7tobwBmg01qq9JmMJw==} 3173 + '@tanstack/react-query@5.90.21': 3174 + resolution: {integrity: sha512-0Lu6y5t+tvlTJMTO7oh5NSpJfpg/5D41LlThfepTixPYkJ0sE2Jj0m0f6yYqujBwIXlId87e234+MxG3D3g7kg==} 3147 3175 peerDependencies: 3148 3176 react: ^18 || ^19 3149 3177 3150 - '@tanstack/react-router-devtools@1.158.1': 3151 - resolution: {integrity: sha512-H0iTfsLNkadF/JhJnu/pUxlxOiLjE0866vFqXK/7EYVcyYwx2uWQuGxEkyF7a04oXXrbEImAOoXDRBQcZ9T5Zw==} 3178 + '@tanstack/react-router-devtools@1.160.0': 3179 + resolution: {integrity: sha512-VxOPac0Pwd2EWX2/SA/8CvrkEa1HG0Fc6tkvS+eQ8exg/WvS9s94M0O8DUxeSgCSMfFNWkYEmSkn2usMdfM2jw==} 3152 3180 engines: {node: '>=12'} 3153 3181 peerDependencies: 3154 - '@tanstack/react-router': ^1.158.1 3155 - '@tanstack/router-core': ^1.158.1 3182 + '@tanstack/react-router': ^1.160.0 3183 + '@tanstack/router-core': ^1.160.0 3156 3184 react: '>=18.0.0 || >=19.0.0' 3157 3185 react-dom: '>=18.0.0 || >=19.0.0' 3158 3186 peerDependenciesMeta: 3159 3187 '@tanstack/router-core': 3160 3188 optional: true 3161 3189 3162 - '@tanstack/react-router@1.158.1': 3163 - resolution: {integrity: sha512-ZRBhs0tJDPeYGVrBhXPkGs+mOKqKKMM4OfvYSNvWIYZGfs8KQcqxPaN8OnUvKsnAGtzwusVWDpBipqVZWJd0lA==} 3190 + '@tanstack/react-router@1.160.0': 3191 + resolution: {integrity: sha512-leT/nymh9rKFVivy4b/F8/PZiMrLpotNiyemNg0/KjdZNzo5oVEdFnsXVFnBI1lL4WXRbiq7RK8+fI0SKsT6ww==} 3164 3192 engines: {node: '>=12'} 3165 3193 peerDependencies: 3166 3194 react: '>=18.0.0 || >=19.0.0' ··· 3178 3206 react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 3179 3207 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 3180 3208 3181 - '@tanstack/router-core@1.158.1': 3182 - resolution: {integrity: sha512-8B9X3GzN1JWsqa+OTgg2k+LrayLQYmgtv26b96difyrRS32DaDBvEpU3xXDaLNmi/+zoqG1ffAcDT4D6tyC2hw==} 3209 + '@tanstack/router-core@1.160.0': 3210 + resolution: {integrity: sha512-vbh6OsE0MG+0c+SKh2uk5yEEZlWsxT96Ub2JaTs7ixOvZp3Wu9PTEIe2BA3cShNZhEsDI0Le4NqgY4XIaHLLvA==} 3183 3211 engines: {node: '>=12'} 3184 3212 3185 - '@tanstack/router-devtools-core@1.158.1': 3186 - resolution: {integrity: sha512-iGCqmIJ5NXMIuyFwJgfikEmRrceT3tmynMTMSuVxFiv9+Dlk1tsp8bsYS+UGhyY4beoASsRnlikAeNAMsCjhwA==} 3213 + '@tanstack/router-devtools-core@1.160.0': 3214 + resolution: {integrity: sha512-P/l0GVd0qmDbskg8/UbkOrCxuFz0t69BCxv2j4+8Xfy8AcqnFtoR1LChKgYyxGPy9sWOxktAneFdy1xA3X/Q6A==} 3187 3215 engines: {node: '>=12'} 3188 3216 peerDependencies: 3189 - '@tanstack/router-core': ^1.158.1 3217 + '@tanstack/router-core': ^1.160.0 3190 3218 csstype: ^3.0.10 3191 3219 peerDependenciesMeta: 3192 3220 csstype: 3193 3221 optional: true 3194 3222 3195 - '@tanstack/router-devtools@1.158.1': 3196 - resolution: {integrity: sha512-efxQS81ROyqoeO1LkhupQQ0nGtmSTTidLTo4iBTecV8ZCKYefcyUp0C9AVjYHPYEFT350/n8eyN9qFH01+tJzQ==} 3223 + '@tanstack/router-devtools@1.160.0': 3224 + resolution: {integrity: sha512-RoIsK9nzdDVGlUn4ivDUz/G6/D7sN8cTPyEVRcio7HSrWq1SG+HE3We98kRCDdzeN8hUcw38+ahEfKy6xXIHeg==} 3197 3225 engines: {node: '>=12'} 3198 3226 peerDependencies: 3199 - '@tanstack/react-router': ^1.158.1 3227 + '@tanstack/react-router': ^1.160.0 3200 3228 csstype: ^3.0.10 3201 3229 react: '>=18.0.0 || >=19.0.0' 3202 3230 react-dom: '>=18.0.0 || >=19.0.0' ··· 3204 3232 csstype: 3205 3233 optional: true 3206 3234 3207 - '@tanstack/router-generator@1.158.1': 3208 - resolution: {integrity: sha512-geBpsIxJNvdjw2kt/Ii/j68hIUvfGnra0HKlGrDZw8/Ny4AJ2nnOcszUlZRbuQyxByk05r4lneOShKy5V5MUCQ==} 3235 + '@tanstack/router-generator@1.160.1': 3236 + resolution: {integrity: sha512-De6TicInwy3/9rQ++RZAyFOvB2oi5UV5T0iiIlxe3jgiOLFxMA4EKKVlT+alDxKnq6udTLam9xqhvGOVZ6a2hw==} 3209 3237 engines: {node: '>=12'} 3210 3238 3211 - '@tanstack/router-plugin@1.158.1': 3212 - resolution: {integrity: sha512-IPCnf1CBc0jnczuy65+3iBaoABv5TKhOJ1YLzwel4kb9D8Abcq0vF8ooR5FiPmaGnree/z3SvjgHe5eQtgcsSQ==} 3239 + '@tanstack/router-plugin@1.160.1': 3240 + resolution: {integrity: sha512-WM6clToUWWw2AenBzGS/yTishkXgA/J4SOfaovj12K+7SZ5SRCldrOHzfuoij7iV98apFFeqADpyYjpdWJIaNA==} 3213 3241 engines: {node: '>=12'} 3214 3242 peerDependencies: 3215 3243 '@rsbuild/core': '>=1.0.2' 3216 - '@tanstack/react-router': ^1.158.1 3244 + '@tanstack/react-router': ^1.160.0 3217 3245 vite: '>=5.0.0 || >=6.0.0 || >=7.0.0' 3218 3246 vite-plugin-solid: ^2.11.10 3219 3247 webpack: '>=5.92.0' ··· 3390 3418 '@types/node@25.2.2': 3391 3419 resolution: {integrity: sha512-BkmoP5/FhRYek5izySdkOneRyXYN35I860MFAGupTdebyE66uZaR+bXLHq8k4DirE5DwQi3NuhvRU1jqTVwUrQ==} 3392 3420 3421 + '@types/node@25.2.3': 3422 + resolution: {integrity: sha512-m0jEgYlYz+mDJZ2+F4v8D1AyQb+QzsNqRuI7xg1VQX/KlKS0qT9r1Mo16yo5F/MtifXFgaofIFsdFMox2SxIbQ==} 3423 + 3393 3424 '@types/nodemailer@7.0.9': 3394 3425 resolution: {integrity: sha512-vI8oF1M+8JvQhsId0Pc38BdUP2evenIIys7c7p+9OZXSPOH5c1dyINP1jT8xQ2xPuBUXmIC87s+91IZMDjH8Ow==} 3395 3426 ··· 3401 3432 peerDependencies: 3402 3433 '@types/react': ^19.2.0 3403 3434 3404 - '@types/react@19.2.13': 3405 - resolution: {integrity: sha512-KkiJeU6VbYbUOp5ITMIc7kBfqlYkKA5KhEHVrGMmUUMt7NeaZg65ojdPk+FtNrBAOXNVM5QM72jnADjM+XVRAQ==} 3435 + '@types/react@19.2.14': 3436 + resolution: {integrity: sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==} 3406 3437 3407 3438 '@types/unist@2.0.11': 3408 3439 resolution: {integrity: sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==} ··· 3429 3460 peerDependencies: 3430 3461 valibot: ^1.2.0 3431 3462 3432 - '@vitejs/plugin-react@5.1.2': 3433 - resolution: {integrity: sha512-EcA07pHJouywpzsoTUqNh5NwGayl2PPVEJKUSinGGSxFGYn+shYbqMGBg6FXDqgXum9Ou/ecb+411ssw8HImJQ==} 3463 + '@vitejs/plugin-react@5.1.4': 3464 + resolution: {integrity: sha512-VIcFLdRi/VYRU8OL/puL7QXMYafHmqOnwTZY50U1JPlCNj30PxCMx65c494b1K9be9hX83KVt0+gTEwTWLqToA==} 3434 3465 engines: {node: ^20.19.0 || >=22.12.0} 3435 3466 peerDependencies: 3436 3467 vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 ··· 4261 4292 react-dom: 4262 4293 optional: true 4263 4294 4295 + framer-motion@12.34.0: 4296 + resolution: {integrity: sha512-+/H49owhzkzQyxtn7nZeF4kdH++I2FWrESQ184Zbcw5cEqNHYkE5yxWxcTLSj5lNx3NWdbIRy5FHqUvetD8FWg==} 4297 + peerDependencies: 4298 + '@emotion/is-prop-valid': '*' 4299 + react: ^18.0.0 || ^19.0.0 4300 + react-dom: ^18.0.0 || ^19.0.0 4301 + peerDependenciesMeta: 4302 + '@emotion/is-prop-valid': 4303 + optional: true 4304 + react: 4305 + optional: true 4306 + react-dom: 4307 + optional: true 4308 + 4264 4309 fsevents@2.3.3: 4265 4310 resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} 4266 4311 engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} 4267 4312 os: [darwin] 4268 4313 4269 - fumadocs-core@16.5.2: 4270 - resolution: {integrity: sha512-qboEOEiWtL0E++ADaEpXwC4rAi/S3s9gzVzGexPRzds6s3Q8NaNt9NUXc1brRIqLVUrW1mv7fw41rol7ZqF9Xw==} 4314 + fumadocs-core@16.6.1: 4315 + resolution: {integrity: sha512-NhCWFdJ0raoqO0c3CEuAYtEj0HIWnNyborrOrw8bcVnFjg8bN5ux1wQ7U9+euUC3ds0l+iHSQPmLFy6UCuJz5w==} 4271 4316 peerDependencies: 4272 4317 '@mdx-js/mdx': '*' 4273 4318 '@mixedbread/sdk': ^0.46.0 ··· 4280 4325 '@types/react': '*' 4281 4326 algoliasearch: 5.x.x 4282 4327 lucide-react: '*' 4283 - mdast-util-mdx-jsx: '*' 4284 4328 next: 16.x.x 4285 4329 react: ^19.2.0 4286 4330 react-dom: ^19.2.0 ··· 4310 4354 optional: true 4311 4355 lucide-react: 4312 4356 optional: true 4313 - mdast-util-mdx-jsx: 4314 - optional: true 4315 4357 next: 4316 4358 optional: true 4317 4359 react: ··· 4347 4389 vite: 4348 4390 optional: true 4349 4391 4350 - fumadocs-openapi@10.3.3: 4351 - resolution: {integrity: sha512-Ev6PnRMymXuHSn7R6N81eYVQa992Qwgsfo+HdYBGivGKRSJm2KX+Y3CKNG0nvG63sIPuzJYWycZneU6U+JrAng==} 4392 + fumadocs-openapi@10.3.5: 4393 + resolution: {integrity: sha512-NCAJlU+3PfjOZkKyF3BSmsq6kK9cNtdJsPVPyGcSN36L3iRh/AEJo1BFTWIhvbcJaKSWCOOSCturwEx+tbr/Hg==} 4352 4394 peerDependencies: 4353 4395 '@scalar/api-client-react': '*' 4354 4396 '@types/react': '*' ··· 4378 4420 '@types/react': 4379 4421 optional: true 4380 4422 4381 - fumadocs-ui@16.5.2: 4382 - resolution: {integrity: sha512-CAugxxcmpTk2gxmFPWVGDTxCPUj0zsNkGyjmdYykLbF3El+ssJFOcj8TQFXTnpCpa8J09mYeCLOOponumQiLlw==} 4423 + fumadocs-ui@16.6.1: 4424 + resolution: {integrity: sha512-rwms1m/0c5uykFDWA3e29ZyBHG+JXSeCF6QBKZEz5MqOxPfOrFNk0q8yyqaf9lkGldP/PRegR3a8/6+PB5tn0w==} 4383 4425 peerDependencies: 4384 4426 '@types/react': '*' 4385 - fumadocs-core: 16.5.2 4427 + fumadocs-core: 16.6.1 4386 4428 next: 16.x.x 4387 4429 react: ^19.2.0 4388 4430 react-dom: ^19.2.0 4389 - tailwindcss: ^4.0.0 4390 4431 peerDependenciesMeta: 4391 4432 '@types/react': 4392 4433 optional: true 4393 4434 next: 4394 - optional: true 4395 - tailwindcss: 4396 4435 optional: true 4397 4436 4398 4437 gensync@1.0.0-beta.2: ··· 4485 4524 hast-util-phrasing@3.0.1: 4486 4525 resolution: {integrity: sha512-6h60VfI3uBQUxHqTyMymMZnEbNl1XmEGtOxxKYL7stY2o601COo62AWAYBQR9lZbYXYSBoxag8UpPRXK+9fqSQ==} 4487 4526 4527 + hast-util-raw@9.1.0: 4528 + resolution: {integrity: sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==} 4529 + 4488 4530 hast-util-to-estree@3.1.3: 4489 4531 resolution: {integrity: sha512-48+B/rJWAp0jamNbAAf9M7Uf//UVqAoMmgXhBdxTDJLGKY+LRnZ99qcG+Qjl5HfMpYNzS5v4EAwVEF34LeAj7w==} 4490 4532 ··· 4496 4538 4497 4539 hast-util-to-mdast@10.1.2: 4498 4540 resolution: {integrity: sha512-FiCRI7NmOvM4y+f5w32jPRzcxDIz+PUqDwEqn1A+1q2cdp3B8Gx7aVrXORdOKjMNDQsD1ogOr896+0jJHW1EFQ==} 4541 + 4542 + hast-util-to-parse5@8.0.1: 4543 + resolution: {integrity: sha512-MlWT6Pjt4CG9lFCjiz4BH7l9wmrMkfkJYCxFwKQic8+RTZgWPuWxwAfjJElsXkex7DJjfSJsQIt931ilUgmwdA==} 4499 4544 4500 4545 hast-util-to-string@3.0.1: 4501 4546 resolution: {integrity: sha512-XelQVTDWvqcl3axRfI0xSeoVKzyIFPwsAGSLIsKdJKQMXDYJS4WYrBNF/8J7RdhIcFI2BOHgAifggsvsxp/3+A==} ··· 4872 4917 peerDependencies: 4873 4918 react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0 4874 4919 4920 + lucide-react@0.564.0: 4921 + resolution: {integrity: sha512-JJ8GVTQqFwuliifD48U6+h7DXEHdkhJ/E87kksGByII3qHxtPciVb8T8woQONHBQgHVOl7rSMrrip3SeVNy7Fg==} 4922 + peerDependencies: 4923 + react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0 4924 + 4875 4925 magic-string@0.30.21: 4876 4926 resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==} 4877 4927 ··· 5085 5135 motion-dom@12.33.0: 5086 5136 resolution: {integrity: sha512-XRPebVypsl0UM+7v0Hr8o9UAj0S2djsQWRdHBd5iVouVpMrQqAI0C/rDAT3QaYnXnHuC5hMcwDHCboNeyYjPoQ==} 5087 5137 5138 + motion-dom@12.34.0: 5139 + resolution: {integrity: sha512-Lql3NuEcScRDxTAO6GgUsRHBZOWI/3fnMlkMcH5NftzcN37zJta+bpbMAV9px4Nj057TuvRooMK7QrzMCgtz6Q==} 5140 + 5088 5141 motion-utils@12.29.2: 5089 5142 resolution: {integrity: sha512-G3kc34H2cX2gI63RqU+cZq+zWRRPSsNIOjpdl9TN4AQwC4sgwYPl/Q/Obf/d53nOm569T0fYK+tcoSV50BWx8A==} 5090 5143 ··· 5102 5155 react-dom: 5103 5156 optional: true 5104 5157 5158 + motion@12.34.0: 5159 + resolution: {integrity: sha512-01Sfa/zgsD/di8zA/uFW5Eb7/SPXoGyUfy+uMRMW5Spa8j0z/UbfQewAYvPMYFCXRlyD6e5aLHh76TxeeJD+RA==} 5160 + peerDependencies: 5161 + '@emotion/is-prop-valid': '*' 5162 + react: ^18.0.0 || ^19.0.0 5163 + react-dom: ^18.0.0 || ^19.0.0 5164 + peerDependenciesMeta: 5165 + '@emotion/is-prop-valid': 5166 + optional: true 5167 + react: 5168 + optional: true 5169 + react-dom: 5170 + optional: true 5171 + 5105 5172 ms@2.1.3: 5106 5173 resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} 5107 5174 ··· 5461 5528 quansync@0.2.11: 5462 5529 resolution: {integrity: sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==} 5463 5530 5464 - react-day-picker@9.13.1: 5465 - resolution: {integrity: sha512-9nx2lBBJ0VZw5jJekId3DishwnJLiqY1Me1JvCrIyqbWwcflBTVaEkiK+w1bre5oMNWYo722eu+8UAMXWMqktw==} 5531 + react-day-picker@9.13.2: 5532 + resolution: {integrity: sha512-IMPiXfXVIAuR5Yk58DDPBC8QKClrhdXV+Tr/alBrwrHUw0qDDYB1m5zPNuTnnPIr/gmJ4ChMxmtqPdxm8+R4Eg==} 5466 5533 engines: {node: '>=18'} 5467 5534 peerDependencies: 5468 5535 react: '>=16.8.0' ··· 5588 5655 5589 5656 rehype-parse@9.0.1: 5590 5657 resolution: {integrity: sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag==} 5658 + 5659 + rehype-raw@7.0.0: 5660 + resolution: {integrity: sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==} 5591 5661 5592 5662 rehype-recma@1.0.0: 5593 5663 resolution: {integrity: sha512-lqA4rGUf1JmacCNWWZx0Wv1dHqMwxzsDWYMTowuplHF3xH0N/MmrZ/G3BDZnzAkRmxDadujCjaKM2hqYdCBOGw==} ··· 6238 6308 zod@3.25.76: 6239 6309 resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} 6240 6310 6241 - zod@4.3.5: 6242 - resolution: {integrity: sha512-k7Nwx6vuWx1IJ9Bjuf4Zt1PEllcwe7cls3VNzm4CQ1/hgtFUK2bRNG3rvnpPUhFjmqJKAKtjV576KnUkHocg/g==} 6243 - 6244 6311 zod@4.3.6: 6245 6312 resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==} 6246 6313 ··· 6275 6342 js-tokens: 4.0.0 6276 6343 picocolors: 1.1.1 6277 6344 6278 - '@babel/compat-data@7.28.5': {} 6345 + '@babel/code-frame@7.29.0': 6346 + dependencies: 6347 + '@babel/helper-validator-identifier': 7.28.5 6348 + js-tokens: 4.0.0 6349 + picocolors: 1.1.1 6279 6350 6280 - '@babel/core@7.28.5': 6351 + '@babel/compat-data@7.29.0': {} 6352 + 6353 + '@babel/core@7.29.0': 6281 6354 dependencies: 6282 - '@babel/code-frame': 7.27.1 6283 - '@babel/generator': 7.28.5 6284 - '@babel/helper-compilation-targets': 7.27.2 6285 - '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.5) 6286 - '@babel/helpers': 7.28.4 6287 - '@babel/parser': 7.28.5 6288 - '@babel/template': 7.27.2 6289 - '@babel/traverse': 7.28.5 6290 - '@babel/types': 7.28.5 6355 + '@babel/code-frame': 7.29.0 6356 + '@babel/generator': 7.29.1 6357 + '@babel/helper-compilation-targets': 7.28.6 6358 + '@babel/helper-module-transforms': 7.28.6(@babel/core@7.29.0) 6359 + '@babel/helpers': 7.28.6 6360 + '@babel/parser': 7.29.0 6361 + '@babel/template': 7.28.6 6362 + '@babel/traverse': 7.29.0 6363 + '@babel/types': 7.29.0 6291 6364 '@jridgewell/remapping': 2.3.5 6292 6365 convert-source-map: 2.0.0 6293 6366 debug: 4.4.3 ··· 6305 6378 '@jridgewell/trace-mapping': 0.3.31 6306 6379 jsesc: 3.1.0 6307 6380 6308 - '@babel/helper-compilation-targets@7.27.2': 6381 + '@babel/generator@7.29.1': 6309 6382 dependencies: 6310 - '@babel/compat-data': 7.28.5 6383 + '@babel/parser': 7.29.0 6384 + '@babel/types': 7.29.0 6385 + '@jridgewell/gen-mapping': 0.3.13 6386 + '@jridgewell/trace-mapping': 0.3.31 6387 + jsesc: 3.1.0 6388 + 6389 + '@babel/helper-compilation-targets@7.28.6': 6390 + dependencies: 6391 + '@babel/compat-data': 7.29.0 6311 6392 '@babel/helper-validator-option': 7.27.1 6312 6393 browserslist: 4.28.1 6313 6394 lru-cache: 5.1.1 ··· 6315 6396 6316 6397 '@babel/helper-globals@7.28.0': {} 6317 6398 6318 - '@babel/helper-module-imports@7.27.1': 6399 + '@babel/helper-module-imports@7.28.6': 6319 6400 dependencies: 6320 - '@babel/traverse': 7.28.5 6321 - '@babel/types': 7.28.5 6401 + '@babel/traverse': 7.29.0 6402 + '@babel/types': 7.29.0 6322 6403 transitivePeerDependencies: 6323 6404 - supports-color 6324 6405 6325 - '@babel/helper-module-transforms@7.28.3(@babel/core@7.28.5)': 6406 + '@babel/helper-module-transforms@7.28.6(@babel/core@7.29.0)': 6326 6407 dependencies: 6327 - '@babel/core': 7.28.5 6328 - '@babel/helper-module-imports': 7.27.1 6408 + '@babel/core': 7.29.0 6409 + '@babel/helper-module-imports': 7.28.6 6329 6410 '@babel/helper-validator-identifier': 7.28.5 6330 - '@babel/traverse': 7.28.5 6411 + '@babel/traverse': 7.29.0 6331 6412 transitivePeerDependencies: 6332 6413 - supports-color 6333 6414 ··· 6339 6420 6340 6421 '@babel/helper-validator-option@7.27.1': {} 6341 6422 6342 - '@babel/helpers@7.28.4': 6423 + '@babel/helpers@7.28.6': 6343 6424 dependencies: 6344 - '@babel/template': 7.27.2 6345 - '@babel/types': 7.28.5 6425 + '@babel/template': 7.28.6 6426 + '@babel/types': 7.29.0 6346 6427 6347 6428 '@babel/parser@7.28.5': 6348 6429 dependencies: 6349 6430 '@babel/types': 7.28.5 6350 6431 6351 - '@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.28.5)': 6432 + '@babel/parser@7.29.0': 6352 6433 dependencies: 6353 - '@babel/core': 7.28.5 6434 + '@babel/types': 7.29.0 6435 + 6436 + '@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.29.0)': 6437 + dependencies: 6438 + '@babel/core': 7.29.0 6354 6439 '@babel/helper-plugin-utils': 7.27.1 6355 6440 6356 - '@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.28.5)': 6441 + '@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.29.0)': 6357 6442 dependencies: 6358 - '@babel/core': 7.28.5 6443 + '@babel/core': 7.29.0 6359 6444 '@babel/helper-plugin-utils': 7.27.1 6360 6445 6361 - '@babel/plugin-transform-react-jsx-self@7.27.1(@babel/core@7.28.5)': 6446 + '@babel/plugin-transform-react-jsx-self@7.27.1(@babel/core@7.29.0)': 6362 6447 dependencies: 6363 - '@babel/core': 7.28.5 6448 + '@babel/core': 7.29.0 6364 6449 '@babel/helper-plugin-utils': 7.27.1 6365 6450 6366 - '@babel/plugin-transform-react-jsx-source@7.27.1(@babel/core@7.28.5)': 6451 + '@babel/plugin-transform-react-jsx-source@7.27.1(@babel/core@7.29.0)': 6367 6452 dependencies: 6368 - '@babel/core': 7.28.5 6453 + '@babel/core': 7.29.0 6369 6454 '@babel/helper-plugin-utils': 7.27.1 6370 6455 6371 6456 '@babel/runtime@7.28.6': {} ··· 6376 6461 '@babel/parser': 7.28.5 6377 6462 '@babel/types': 7.28.5 6378 6463 6464 + '@babel/template@7.28.6': 6465 + dependencies: 6466 + '@babel/code-frame': 7.29.0 6467 + '@babel/parser': 7.29.0 6468 + '@babel/types': 7.29.0 6469 + 6379 6470 '@babel/traverse@7.28.5': 6380 6471 dependencies: 6381 6472 '@babel/code-frame': 7.27.1 ··· 6388 6479 transitivePeerDependencies: 6389 6480 - supports-color 6390 6481 6482 + '@babel/traverse@7.29.0': 6483 + dependencies: 6484 + '@babel/code-frame': 7.29.0 6485 + '@babel/generator': 7.29.1 6486 + '@babel/helper-globals': 7.28.0 6487 + '@babel/parser': 7.29.0 6488 + '@babel/template': 7.28.6 6489 + '@babel/types': 7.29.0 6490 + debug: 4.4.3 6491 + transitivePeerDependencies: 6492 + - supports-color 6493 + 6391 6494 '@babel/types@7.28.5': 6392 6495 dependencies: 6393 6496 '@babel/helper-string-parser': 7.27.1 6394 6497 '@babel/helper-validator-identifier': 7.28.5 6395 6498 6396 - '@base-ui/react@1.2.0(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 6499 + '@babel/types@7.29.0': 6500 + dependencies: 6501 + '@babel/helper-string-parser': 7.27.1 6502 + '@babel/helper-validator-identifier': 7.28.5 6503 + 6504 + '@base-ui/react@1.2.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 6397 6505 dependencies: 6398 6506 '@babel/runtime': 7.28.6 6399 - '@base-ui/utils': 0.2.5(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 6507 + '@base-ui/utils': 0.2.5(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 6400 6508 '@floating-ui/react-dom': 2.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 6401 6509 '@floating-ui/utils': 0.2.10 6402 6510 react: 19.2.4 ··· 6404 6512 tabbable: 6.4.0 6405 6513 use-sync-external-store: 1.6.0(react@19.2.4) 6406 6514 optionalDependencies: 6407 - '@types/react': 19.2.13 6515 + '@types/react': 19.2.14 6408 6516 6409 - '@base-ui/utils@0.2.5(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 6517 + '@base-ui/utils@0.2.5(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 6410 6518 dependencies: 6411 6519 '@babel/runtime': 7.28.6 6412 6520 '@floating-ui/utils': 0.2.10 ··· 6415 6523 reselect: 5.1.1 6416 6524 use-sync-external-store: 1.6.0(react@19.2.4) 6417 6525 optionalDependencies: 6418 - '@types/react': 19.2.13 6526 + '@types/react': 19.2.14 6419 6527 6420 - '@better-auth/core@1.4.18(@better-auth/utils@0.3.0)(@better-fetch/fetch@1.1.21)(better-call@1.1.8(zod@4.3.5))(jose@6.1.3)(kysely@0.28.9)(nanostores@1.1.0)': 6528 + '@better-auth/core@1.4.18(@better-auth/utils@0.3.0)(@better-fetch/fetch@1.1.21)(better-call@1.1.8(zod@4.3.6))(jose@6.1.3)(kysely@0.28.9)(nanostores@1.1.0)': 6421 6529 dependencies: 6422 6530 '@better-auth/utils': 0.3.0 6423 6531 '@better-fetch/fetch': 1.1.21 ··· 6428 6536 nanostores: 1.1.0 6429 6537 zod: 4.3.6 6430 6538 6431 - '@better-auth/telemetry@1.4.18(@better-auth/core@1.4.18(@better-auth/utils@0.3.0)(@better-fetch/fetch@1.1.21)(better-call@1.1.8(zod@4.3.5))(jose@6.1.3)(kysely@0.28.9)(nanostores@1.1.0))': 6539 + '@better-auth/telemetry@1.4.18(@better-auth/core@1.4.18(@better-auth/utils@0.3.0)(@better-fetch/fetch@1.1.21)(better-call@1.1.8(zod@4.3.6))(jose@6.1.3)(kysely@0.28.9)(nanostores@1.1.0))': 6432 6540 dependencies: 6433 - '@better-auth/core': 1.4.18(@better-auth/utils@0.3.0)(@better-fetch/fetch@1.1.21)(better-call@1.1.8(zod@4.3.5))(jose@6.1.3)(kysely@0.28.9)(nanostores@1.1.0) 6541 + '@better-auth/core': 1.4.18(@better-auth/utils@0.3.0)(@better-fetch/fetch@1.1.21)(better-call@1.1.8(zod@4.3.6))(jose@6.1.3)(kysely@0.28.9)(nanostores@1.1.0) 6434 6542 '@better-auth/utils': 0.3.0 6435 6543 '@better-fetch/fetch': 1.1.21 6436 6544 ··· 6573 6681 - sugar-high 6574 6682 - supports-color 6575 6683 6576 - '@blocknote/react@0.46.2(@floating-ui/dom@1.7.4)(@types/hast@3.0.4)(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 6684 + '@blocknote/react@0.46.2(@floating-ui/dom@1.7.4)(@types/hast@3.0.4)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 6577 6685 dependencies: 6578 6686 '@blocknote/core': 0.46.2(@types/hast@3.0.4) 6579 6687 '@emoji-mart/data': 1.2.1 ··· 6582 6690 '@tanstack/react-store': 0.7.7(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 6583 6691 '@tiptap/core': 3.13.0(@tiptap/pm@3.13.0) 6584 6692 '@tiptap/pm': 3.13.0 6585 - '@tiptap/react': 3.13.0(@floating-ui/dom@1.7.4)(@tiptap/core@3.13.0(@tiptap/pm@3.13.0))(@tiptap/pm@3.13.0)(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 6693 + '@tiptap/react': 3.13.0(@floating-ui/dom@1.7.4)(@tiptap/core@3.13.0(@tiptap/pm@3.13.0))(@tiptap/pm@3.13.0)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 6586 6694 '@types/use-sync-external-store': 1.5.0 6587 6695 emoji-mart: 5.6.0 6588 6696 fast-deep-equal: 3.1.3 ··· 6603 6711 - sugar-high 6604 6712 - supports-color 6605 6713 6606 - '@blocknote/shadcn@0.46.2(@floating-ui/dom@1.7.4)(@types/hast@3.0.4)(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(postcss@8.5.6)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(tailwindcss@4.1.18)': 6714 + '@blocknote/shadcn@0.46.2(@floating-ui/dom@1.7.4)(@types/hast@3.0.4)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(postcss@8.5.6)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(tailwindcss@4.1.18)': 6607 6715 dependencies: 6608 6716 '@blocknote/core': 0.46.2(@types/hast@3.0.4) 6609 - '@blocknote/react': 0.46.2(@floating-ui/dom@1.7.4)(@types/hast@3.0.4)(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 6610 - '@radix-ui/react-avatar': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 6611 - '@radix-ui/react-dropdown-menu': 2.1.16(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 6612 - '@radix-ui/react-label': 2.1.8(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 6613 - '@radix-ui/react-popover': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 6614 - '@radix-ui/react-select': 2.2.6(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 6615 - '@radix-ui/react-slot': 1.2.4(@types/react@19.2.13)(react@19.2.4) 6616 - '@radix-ui/react-tabs': 1.1.13(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 6617 - '@radix-ui/react-toggle': 1.1.10(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 6618 - '@radix-ui/react-tooltip': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 6717 + '@blocknote/react': 0.46.2(@floating-ui/dom@1.7.4)(@types/hast@3.0.4)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 6718 + '@radix-ui/react-avatar': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 6719 + '@radix-ui/react-dropdown-menu': 2.1.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 6720 + '@radix-ui/react-label': 2.1.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 6721 + '@radix-ui/react-popover': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 6722 + '@radix-ui/react-select': 2.2.6(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 6723 + '@radix-ui/react-slot': 1.2.4(@types/react@19.2.14)(react@19.2.4) 6724 + '@radix-ui/react-tabs': 1.1.13(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 6725 + '@radix-ui/react-toggle': 1.1.10(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 6726 + '@radix-ui/react-tooltip': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 6619 6727 autoprefixer: 10.4.23(postcss@8.5.6) 6620 6728 class-variance-authority: 0.7.1 6621 6729 clsx: 2.1.1 ··· 6638 6746 - sugar-high 6639 6747 - supports-color 6640 6748 6641 - '@commitlint/cli@19.8.1(@types/node@25.2.2)(typescript@5.8.3)': 6749 + '@commitlint/cli@19.8.1(@types/node@25.2.3)(typescript@5.8.3)': 6642 6750 dependencies: 6643 6751 '@commitlint/format': 19.8.1 6644 6752 '@commitlint/lint': 19.8.1 6645 - '@commitlint/load': 19.8.1(@types/node@25.2.2)(typescript@5.8.3) 6753 + '@commitlint/load': 19.8.1(@types/node@25.2.3)(typescript@5.8.3) 6646 6754 '@commitlint/read': 19.8.1 6647 6755 '@commitlint/types': 19.8.1 6648 6756 tinyexec: 1.0.2 ··· 6689 6797 '@commitlint/rules': 19.8.1 6690 6798 '@commitlint/types': 19.8.1 6691 6799 6692 - '@commitlint/load@19.8.1(@types/node@25.2.2)(typescript@5.8.3)': 6800 + '@commitlint/load@19.8.1(@types/node@25.2.3)(typescript@5.8.3)': 6693 6801 dependencies: 6694 6802 '@commitlint/config-validator': 19.8.1 6695 6803 '@commitlint/execute-rule': 19.8.1 ··· 6697 6805 '@commitlint/types': 19.8.1 6698 6806 chalk: 5.6.2 6699 6807 cosmiconfig: 9.0.0(typescript@5.8.3) 6700 - cosmiconfig-typescript-loader: 6.2.0(@types/node@25.2.2)(cosmiconfig@9.0.0(typescript@5.8.3))(typescript@5.8.3) 6808 + cosmiconfig-typescript-loader: 6.2.0(@types/node@25.2.3)(cosmiconfig@9.0.0(typescript@5.8.3))(typescript@5.8.3) 6701 6809 lodash.isplainobject: 4.0.6 6702 6810 lodash.merge: 4.6.2 6703 6811 lodash.uniq: 4.5.0 ··· 7213 7321 '@formatjs/fast-memoize': 3.1.0 7214 7322 tslib: 2.8.1 7215 7323 7216 - '@fumadocs/mdx-remote@1.4.4(@types/react@19.2.13)(fumadocs-core@16.5.2(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.158.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.13)(lucide-react@0.563.0(react@19.2.4))(mdast-util-mdx-jsx@3.2.0)(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6))(react@19.2.4)': 7324 + '@fumadocs/mdx-remote@1.4.5(@types/mdx@2.0.13)(@types/react@19.2.14)(fumadocs-core@16.6.1(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.14)(lucide-react@0.564.0(react@19.2.4))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6))(react@19.2.4)': 7217 7325 dependencies: 7218 7326 '@mdx-js/mdx': 3.1.1 7219 - fumadocs-core: 16.5.2(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.158.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.13)(lucide-react@0.563.0(react@19.2.4))(mdast-util-mdx-jsx@3.2.0)(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6) 7327 + fumadocs-core: 16.6.1(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.14)(lucide-react@0.564.0(react@19.2.4))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6) 7220 7328 gray-matter: 4.0.3 7221 7329 react: 19.2.4 7330 + unified: 11.0.5 7331 + vfile: 6.0.3 7222 7332 zod: 4.3.6 7223 7333 optionalDependencies: 7224 - '@types/react': 19.2.13 7334 + '@types/mdx': 2.0.13 7335 + '@types/react': 19.2.14 7225 7336 transitivePeerDependencies: 7226 7337 - supports-color 7227 7338 ··· 7237 7348 optionalDependencies: 7238 7349 prettier: 3.7.4 7239 7350 7240 - '@fumari/stf@0.0.2(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7351 + '@fumari/stf@0.0.3(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7241 7352 dependencies: 7242 7353 react: 19.2.4 7243 7354 react-dom: 19.2.4(react@19.2.4) 7244 7355 optionalDependencies: 7245 - '@types/react': 19.2.13 7356 + '@types/react': 19.2.14 7246 7357 7247 7358 '@handlewithcare/prosemirror-inputrules@0.1.4(prosemirror-model@1.25.4)(prosemirror-state@1.4.4)(prosemirror-view@1.41.4)': 7248 7359 dependencies: ··· 7629 7740 7630 7741 '@radix-ui/primitive@1.1.3': {} 7631 7742 7632 - '@radix-ui/react-accordion@1.2.12(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7743 + '@radix-ui/react-accordion@1.2.12(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7633 7744 dependencies: 7634 7745 '@radix-ui/primitive': 1.1.3 7635 - '@radix-ui/react-collapsible': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7636 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7637 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.13)(react@19.2.4) 7638 - '@radix-ui/react-context': 1.1.2(@types/react@19.2.13)(react@19.2.4) 7639 - '@radix-ui/react-direction': 1.1.1(@types/react@19.2.13)(react@19.2.4) 7640 - '@radix-ui/react-id': 1.1.1(@types/react@19.2.13)(react@19.2.4) 7641 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7642 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.13)(react@19.2.4) 7746 + '@radix-ui/react-collapsible': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7747 + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7748 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4) 7749 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4) 7750 + '@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4) 7751 + '@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4) 7752 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7753 + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4) 7643 7754 react: 19.2.4 7644 7755 react-dom: 19.2.4(react@19.2.4) 7645 7756 optionalDependencies: 7646 - '@types/react': 19.2.13 7647 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 7757 + '@types/react': 19.2.14 7758 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 7648 7759 7649 - '@radix-ui/react-alert-dialog@1.1.15(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7760 + '@radix-ui/react-alert-dialog@1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7650 7761 dependencies: 7651 7762 '@radix-ui/primitive': 1.1.3 7652 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.13)(react@19.2.4) 7653 - '@radix-ui/react-context': 1.1.2(@types/react@19.2.13)(react@19.2.4) 7654 - '@radix-ui/react-dialog': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7655 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7656 - '@radix-ui/react-slot': 1.2.3(@types/react@19.2.13)(react@19.2.4) 7763 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4) 7764 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4) 7765 + '@radix-ui/react-dialog': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7766 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7767 + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.4) 7657 7768 react: 19.2.4 7658 7769 react-dom: 19.2.4(react@19.2.4) 7659 7770 optionalDependencies: 7660 - '@types/react': 19.2.13 7661 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 7771 + '@types/react': 19.2.14 7772 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 7662 7773 7663 - '@radix-ui/react-arrow@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7774 + '@radix-ui/react-arrow@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7664 7775 dependencies: 7665 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7776 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7666 7777 react: 19.2.4 7667 7778 react-dom: 19.2.4(react@19.2.4) 7668 7779 optionalDependencies: 7669 - '@types/react': 19.2.13 7670 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 7780 + '@types/react': 19.2.14 7781 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 7671 7782 7672 - '@radix-ui/react-avatar@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7783 + '@radix-ui/react-avatar@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7673 7784 dependencies: 7674 - '@radix-ui/react-context': 1.1.3(@types/react@19.2.13)(react@19.2.4) 7675 - '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7676 - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.13)(react@19.2.4) 7677 - '@radix-ui/react-use-is-hydrated': 0.1.0(@types/react@19.2.13)(react@19.2.4) 7678 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.13)(react@19.2.4) 7785 + '@radix-ui/react-context': 1.1.3(@types/react@19.2.14)(react@19.2.4) 7786 + '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7787 + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4) 7788 + '@radix-ui/react-use-is-hydrated': 0.1.0(@types/react@19.2.14)(react@19.2.4) 7789 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4) 7679 7790 react: 19.2.4 7680 7791 react-dom: 19.2.4(react@19.2.4) 7681 7792 optionalDependencies: 7682 - '@types/react': 19.2.13 7683 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 7793 + '@types/react': 19.2.14 7794 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 7684 7795 7685 - '@radix-ui/react-collapsible@1.1.12(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7796 + '@radix-ui/react-collapsible@1.1.12(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7686 7797 dependencies: 7687 7798 '@radix-ui/primitive': 1.1.3 7688 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.13)(react@19.2.4) 7689 - '@radix-ui/react-context': 1.1.2(@types/react@19.2.13)(react@19.2.4) 7690 - '@radix-ui/react-id': 1.1.1(@types/react@19.2.13)(react@19.2.4) 7691 - '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7692 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7693 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.13)(react@19.2.4) 7694 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.13)(react@19.2.4) 7799 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4) 7800 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4) 7801 + '@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4) 7802 + '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7803 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7804 + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4) 7805 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4) 7695 7806 react: 19.2.4 7696 7807 react-dom: 19.2.4(react@19.2.4) 7697 7808 optionalDependencies: 7698 - '@types/react': 19.2.13 7699 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 7809 + '@types/react': 19.2.14 7810 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 7700 7811 7701 - '@radix-ui/react-collection@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7812 + '@radix-ui/react-collection@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7702 7813 dependencies: 7703 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.13)(react@19.2.4) 7704 - '@radix-ui/react-context': 1.1.2(@types/react@19.2.13)(react@19.2.4) 7705 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7706 - '@radix-ui/react-slot': 1.2.3(@types/react@19.2.13)(react@19.2.4) 7814 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4) 7815 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4) 7816 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7817 + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.4) 7707 7818 react: 19.2.4 7708 7819 react-dom: 19.2.4(react@19.2.4) 7709 7820 optionalDependencies: 7710 - '@types/react': 19.2.13 7711 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 7821 + '@types/react': 19.2.14 7822 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 7712 7823 7713 - '@radix-ui/react-compose-refs@1.1.2(@types/react@19.2.13)(react@19.2.4)': 7824 + '@radix-ui/react-compose-refs@1.1.2(@types/react@19.2.14)(react@19.2.4)': 7714 7825 dependencies: 7715 7826 react: 19.2.4 7716 7827 optionalDependencies: 7717 - '@types/react': 19.2.13 7828 + '@types/react': 19.2.14 7718 7829 7719 - '@radix-ui/react-context-menu@2.2.16(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7830 + '@radix-ui/react-context-menu@2.2.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7720 7831 dependencies: 7721 7832 '@radix-ui/primitive': 1.1.3 7722 - '@radix-ui/react-context': 1.1.2(@types/react@19.2.13)(react@19.2.4) 7723 - '@radix-ui/react-menu': 2.1.16(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7724 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7725 - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.13)(react@19.2.4) 7726 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.13)(react@19.2.4) 7833 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4) 7834 + '@radix-ui/react-menu': 2.1.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7835 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7836 + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4) 7837 + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4) 7727 7838 react: 19.2.4 7728 7839 react-dom: 19.2.4(react@19.2.4) 7729 7840 optionalDependencies: 7730 - '@types/react': 19.2.13 7731 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 7841 + '@types/react': 19.2.14 7842 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 7732 7843 7733 - '@radix-ui/react-context@1.1.2(@types/react@19.2.13)(react@19.2.4)': 7844 + '@radix-ui/react-context@1.1.2(@types/react@19.2.14)(react@19.2.4)': 7734 7845 dependencies: 7735 7846 react: 19.2.4 7736 7847 optionalDependencies: 7737 - '@types/react': 19.2.13 7848 + '@types/react': 19.2.14 7738 7849 7739 - '@radix-ui/react-context@1.1.3(@types/react@19.2.13)(react@19.2.4)': 7850 + '@radix-ui/react-context@1.1.3(@types/react@19.2.14)(react@19.2.4)': 7740 7851 dependencies: 7741 7852 react: 19.2.4 7742 7853 optionalDependencies: 7743 - '@types/react': 19.2.13 7854 + '@types/react': 19.2.14 7744 7855 7745 - '@radix-ui/react-dialog@1.1.15(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7856 + '@radix-ui/react-dialog@1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7746 7857 dependencies: 7747 7858 '@radix-ui/primitive': 1.1.3 7748 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.13)(react@19.2.4) 7749 - '@radix-ui/react-context': 1.1.2(@types/react@19.2.13)(react@19.2.4) 7750 - '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7751 - '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.13)(react@19.2.4) 7752 - '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7753 - '@radix-ui/react-id': 1.1.1(@types/react@19.2.13)(react@19.2.4) 7754 - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7755 - '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7756 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7757 - '@radix-ui/react-slot': 1.2.3(@types/react@19.2.13)(react@19.2.4) 7758 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.13)(react@19.2.4) 7859 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4) 7860 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4) 7861 + '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7862 + '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.14)(react@19.2.4) 7863 + '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7864 + '@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4) 7865 + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7866 + '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7867 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7868 + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.4) 7869 + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4) 7759 7870 aria-hidden: 1.2.6 7760 7871 react: 19.2.4 7761 7872 react-dom: 19.2.4(react@19.2.4) 7762 - react-remove-scroll: 2.7.2(@types/react@19.2.13)(react@19.2.4) 7873 + react-remove-scroll: 2.7.2(@types/react@19.2.14)(react@19.2.4) 7763 7874 optionalDependencies: 7764 - '@types/react': 19.2.13 7765 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 7875 + '@types/react': 19.2.14 7876 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 7766 7877 7767 - '@radix-ui/react-direction@1.1.1(@types/react@19.2.13)(react@19.2.4)': 7878 + '@radix-ui/react-direction@1.1.1(@types/react@19.2.14)(react@19.2.4)': 7768 7879 dependencies: 7769 7880 react: 19.2.4 7770 7881 optionalDependencies: 7771 - '@types/react': 19.2.13 7882 + '@types/react': 19.2.14 7772 7883 7773 - '@radix-ui/react-dismissable-layer@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7884 + '@radix-ui/react-dismissable-layer@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7774 7885 dependencies: 7775 7886 '@radix-ui/primitive': 1.1.3 7776 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.13)(react@19.2.4) 7777 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7778 - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.13)(react@19.2.4) 7779 - '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.2.13)(react@19.2.4) 7887 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4) 7888 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7889 + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4) 7890 + '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.2.14)(react@19.2.4) 7780 7891 react: 19.2.4 7781 7892 react-dom: 19.2.4(react@19.2.4) 7782 7893 optionalDependencies: 7783 - '@types/react': 19.2.13 7784 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 7894 + '@types/react': 19.2.14 7895 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 7785 7896 7786 - '@radix-ui/react-dropdown-menu@2.1.16(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7897 + '@radix-ui/react-dropdown-menu@2.1.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7787 7898 dependencies: 7788 7899 '@radix-ui/primitive': 1.1.3 7789 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.13)(react@19.2.4) 7790 - '@radix-ui/react-context': 1.1.2(@types/react@19.2.13)(react@19.2.4) 7791 - '@radix-ui/react-id': 1.1.1(@types/react@19.2.13)(react@19.2.4) 7792 - '@radix-ui/react-menu': 2.1.16(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7793 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7794 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.13)(react@19.2.4) 7900 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4) 7901 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4) 7902 + '@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4) 7903 + '@radix-ui/react-menu': 2.1.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7904 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7905 + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4) 7795 7906 react: 19.2.4 7796 7907 react-dom: 19.2.4(react@19.2.4) 7797 7908 optionalDependencies: 7798 - '@types/react': 19.2.13 7799 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 7909 + '@types/react': 19.2.14 7910 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 7800 7911 7801 - '@radix-ui/react-focus-guards@1.1.3(@types/react@19.2.13)(react@19.2.4)': 7912 + '@radix-ui/react-focus-guards@1.1.3(@types/react@19.2.14)(react@19.2.4)': 7802 7913 dependencies: 7803 7914 react: 19.2.4 7804 7915 optionalDependencies: 7805 - '@types/react': 19.2.13 7916 + '@types/react': 19.2.14 7806 7917 7807 - '@radix-ui/react-focus-scope@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7918 + '@radix-ui/react-focus-scope@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7808 7919 dependencies: 7809 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.13)(react@19.2.4) 7810 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7811 - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.13)(react@19.2.4) 7920 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4) 7921 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7922 + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4) 7812 7923 react: 19.2.4 7813 7924 react-dom: 19.2.4(react@19.2.4) 7814 7925 optionalDependencies: 7815 - '@types/react': 19.2.13 7816 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 7926 + '@types/react': 19.2.14 7927 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 7817 7928 7818 - '@radix-ui/react-hover-card@1.1.15(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7929 + '@radix-ui/react-hover-card@1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7819 7930 dependencies: 7820 7931 '@radix-ui/primitive': 1.1.3 7821 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.13)(react@19.2.4) 7822 - '@radix-ui/react-context': 1.1.2(@types/react@19.2.13)(react@19.2.4) 7823 - '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7824 - '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7825 - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7826 - '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7827 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7828 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.13)(react@19.2.4) 7932 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4) 7933 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4) 7934 + '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7935 + '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7936 + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7937 + '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7938 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7939 + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4) 7829 7940 react: 19.2.4 7830 7941 react-dom: 19.2.4(react@19.2.4) 7831 7942 optionalDependencies: 7832 - '@types/react': 19.2.13 7833 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 7943 + '@types/react': 19.2.14 7944 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 7834 7945 7835 - '@radix-ui/react-id@1.1.1(@types/react@19.2.13)(react@19.2.4)': 7946 + '@radix-ui/react-id@1.1.1(@types/react@19.2.14)(react@19.2.4)': 7836 7947 dependencies: 7837 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.13)(react@19.2.4) 7948 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4) 7838 7949 react: 19.2.4 7839 7950 optionalDependencies: 7840 - '@types/react': 19.2.13 7951 + '@types/react': 19.2.14 7841 7952 7842 - '@radix-ui/react-label@2.1.8(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7953 + '@radix-ui/react-label@2.1.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7843 7954 dependencies: 7844 - '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7955 + '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7845 7956 react: 19.2.4 7846 7957 react-dom: 19.2.4(react@19.2.4) 7847 7958 optionalDependencies: 7848 - '@types/react': 19.2.13 7849 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 7959 + '@types/react': 19.2.14 7960 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 7850 7961 7851 - '@radix-ui/react-menu@2.1.16(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7962 + '@radix-ui/react-menu@2.1.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7852 7963 dependencies: 7853 7964 '@radix-ui/primitive': 1.1.3 7854 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7855 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.13)(react@19.2.4) 7856 - '@radix-ui/react-context': 1.1.2(@types/react@19.2.13)(react@19.2.4) 7857 - '@radix-ui/react-direction': 1.1.1(@types/react@19.2.13)(react@19.2.4) 7858 - '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7859 - '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.13)(react@19.2.4) 7860 - '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7861 - '@radix-ui/react-id': 1.1.1(@types/react@19.2.13)(react@19.2.4) 7862 - '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7863 - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7864 - '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7865 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7866 - '@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7867 - '@radix-ui/react-slot': 1.2.3(@types/react@19.2.13)(react@19.2.4) 7868 - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.13)(react@19.2.4) 7965 + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7966 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4) 7967 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4) 7968 + '@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4) 7969 + '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7970 + '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.14)(react@19.2.4) 7971 + '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7972 + '@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4) 7973 + '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7974 + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7975 + '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7976 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7977 + '@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7978 + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.4) 7979 + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4) 7869 7980 aria-hidden: 1.2.6 7870 7981 react: 19.2.4 7871 7982 react-dom: 19.2.4(react@19.2.4) 7872 - react-remove-scroll: 2.7.2(@types/react@19.2.13)(react@19.2.4) 7983 + react-remove-scroll: 2.7.2(@types/react@19.2.14)(react@19.2.4) 7873 7984 optionalDependencies: 7874 - '@types/react': 19.2.13 7875 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 7985 + '@types/react': 19.2.14 7986 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 7876 7987 7877 - '@radix-ui/react-menubar@1.1.16(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7988 + '@radix-ui/react-menubar@1.1.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7878 7989 dependencies: 7879 7990 '@radix-ui/primitive': 1.1.3 7880 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7881 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.13)(react@19.2.4) 7882 - '@radix-ui/react-context': 1.1.2(@types/react@19.2.13)(react@19.2.4) 7883 - '@radix-ui/react-direction': 1.1.1(@types/react@19.2.13)(react@19.2.4) 7884 - '@radix-ui/react-id': 1.1.1(@types/react@19.2.13)(react@19.2.4) 7885 - '@radix-ui/react-menu': 2.1.16(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7886 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7887 - '@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7888 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.13)(react@19.2.4) 7991 + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7992 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4) 7993 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4) 7994 + '@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4) 7995 + '@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4) 7996 + '@radix-ui/react-menu': 2.1.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7997 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7998 + '@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7999 + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4) 7889 8000 react: 19.2.4 7890 8001 react-dom: 19.2.4(react@19.2.4) 7891 8002 optionalDependencies: 7892 - '@types/react': 19.2.13 7893 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 8003 + '@types/react': 19.2.14 8004 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 7894 8005 7895 - '@radix-ui/react-navigation-menu@1.2.14(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8006 + '@radix-ui/react-navigation-menu@1.2.14(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7896 8007 dependencies: 7897 8008 '@radix-ui/primitive': 1.1.3 7898 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7899 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.13)(react@19.2.4) 7900 - '@radix-ui/react-context': 1.1.2(@types/react@19.2.13)(react@19.2.4) 7901 - '@radix-ui/react-direction': 1.1.1(@types/react@19.2.13)(react@19.2.4) 7902 - '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7903 - '@radix-ui/react-id': 1.1.1(@types/react@19.2.13)(react@19.2.4) 7904 - '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7905 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7906 - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.13)(react@19.2.4) 7907 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.13)(react@19.2.4) 7908 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.13)(react@19.2.4) 7909 - '@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.13)(react@19.2.4) 7910 - '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8009 + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8010 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4) 8011 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4) 8012 + '@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4) 8013 + '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8014 + '@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4) 8015 + '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8016 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8017 + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4) 8018 + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4) 8019 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4) 8020 + '@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.14)(react@19.2.4) 8021 + '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7911 8022 react: 19.2.4 7912 8023 react-dom: 19.2.4(react@19.2.4) 7913 8024 optionalDependencies: 7914 - '@types/react': 19.2.13 7915 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 8025 + '@types/react': 19.2.14 8026 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 7916 8027 7917 - '@radix-ui/react-popover@1.1.15(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8028 + '@radix-ui/react-popover@1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7918 8029 dependencies: 7919 8030 '@radix-ui/primitive': 1.1.3 7920 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.13)(react@19.2.4) 7921 - '@radix-ui/react-context': 1.1.2(@types/react@19.2.13)(react@19.2.4) 7922 - '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7923 - '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.13)(react@19.2.4) 7924 - '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7925 - '@radix-ui/react-id': 1.1.1(@types/react@19.2.13)(react@19.2.4) 7926 - '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7927 - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7928 - '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7929 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7930 - '@radix-ui/react-slot': 1.2.3(@types/react@19.2.13)(react@19.2.4) 7931 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.13)(react@19.2.4) 8031 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4) 8032 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4) 8033 + '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8034 + '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.14)(react@19.2.4) 8035 + '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8036 + '@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4) 8037 + '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8038 + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8039 + '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8040 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8041 + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.4) 8042 + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4) 7932 8043 aria-hidden: 1.2.6 7933 8044 react: 19.2.4 7934 8045 react-dom: 19.2.4(react@19.2.4) 7935 - react-remove-scroll: 2.7.2(@types/react@19.2.13)(react@19.2.4) 8046 + react-remove-scroll: 2.7.2(@types/react@19.2.14)(react@19.2.4) 7936 8047 optionalDependencies: 7937 - '@types/react': 19.2.13 7938 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 8048 + '@types/react': 19.2.14 8049 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 7939 8050 7940 - '@radix-ui/react-popper@1.2.8(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8051 + '@radix-ui/react-popper@1.2.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7941 8052 dependencies: 7942 8053 '@floating-ui/react-dom': 2.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7943 - '@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7944 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.13)(react@19.2.4) 7945 - '@radix-ui/react-context': 1.1.2(@types/react@19.2.13)(react@19.2.4) 7946 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7947 - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.13)(react@19.2.4) 7948 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.13)(react@19.2.4) 7949 - '@radix-ui/react-use-rect': 1.1.1(@types/react@19.2.13)(react@19.2.4) 7950 - '@radix-ui/react-use-size': 1.1.1(@types/react@19.2.13)(react@19.2.4) 8054 + '@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8055 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4) 8056 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4) 8057 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8058 + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4) 8059 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4) 8060 + '@radix-ui/react-use-rect': 1.1.1(@types/react@19.2.14)(react@19.2.4) 8061 + '@radix-ui/react-use-size': 1.1.1(@types/react@19.2.14)(react@19.2.4) 7951 8062 '@radix-ui/rect': 1.1.1 7952 8063 react: 19.2.4 7953 8064 react-dom: 19.2.4(react@19.2.4) 7954 8065 optionalDependencies: 7955 - '@types/react': 19.2.13 7956 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 8066 + '@types/react': 19.2.14 8067 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 7957 8068 7958 - '@radix-ui/react-portal@1.1.9(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8069 + '@radix-ui/react-portal@1.1.9(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7959 8070 dependencies: 7960 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 7961 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.13)(react@19.2.4) 8071 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8072 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4) 7962 8073 react: 19.2.4 7963 8074 react-dom: 19.2.4(react@19.2.4) 7964 8075 optionalDependencies: 7965 - '@types/react': 19.2.13 7966 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 8076 + '@types/react': 19.2.14 8077 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 7967 8078 7968 - '@radix-ui/react-presence@1.1.5(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8079 + '@radix-ui/react-presence@1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7969 8080 dependencies: 7970 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.13)(react@19.2.4) 7971 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.13)(react@19.2.4) 8081 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4) 8082 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4) 7972 8083 react: 19.2.4 7973 8084 react-dom: 19.2.4(react@19.2.4) 7974 8085 optionalDependencies: 7975 - '@types/react': 19.2.13 7976 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 8086 + '@types/react': 19.2.14 8087 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 7977 8088 7978 - '@radix-ui/react-primitive@2.1.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8089 + '@radix-ui/react-primitive@2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7979 8090 dependencies: 7980 - '@radix-ui/react-slot': 1.2.3(@types/react@19.2.13)(react@19.2.4) 8091 + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.4) 7981 8092 react: 19.2.4 7982 8093 react-dom: 19.2.4(react@19.2.4) 7983 8094 optionalDependencies: 7984 - '@types/react': 19.2.13 7985 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 8095 + '@types/react': 19.2.14 8096 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 7986 8097 7987 - '@radix-ui/react-primitive@2.1.4(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8098 + '@radix-ui/react-primitive@2.1.4(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7988 8099 dependencies: 7989 - '@radix-ui/react-slot': 1.2.4(@types/react@19.2.13)(react@19.2.4) 8100 + '@radix-ui/react-slot': 1.2.4(@types/react@19.2.14)(react@19.2.4) 7990 8101 react: 19.2.4 7991 8102 react-dom: 19.2.4(react@19.2.4) 7992 8103 optionalDependencies: 7993 - '@types/react': 19.2.13 7994 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 8104 + '@types/react': 19.2.14 8105 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 7995 8106 7996 - '@radix-ui/react-progress@1.1.8(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8107 + '@radix-ui/react-progress@1.1.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 7997 8108 dependencies: 7998 - '@radix-ui/react-context': 1.1.3(@types/react@19.2.13)(react@19.2.4) 7999 - '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8109 + '@radix-ui/react-context': 1.1.3(@types/react@19.2.14)(react@19.2.4) 8110 + '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8000 8111 react: 19.2.4 8001 8112 react-dom: 19.2.4(react@19.2.4) 8002 8113 optionalDependencies: 8003 - '@types/react': 19.2.13 8004 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 8114 + '@types/react': 19.2.14 8115 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 8005 8116 8006 - '@radix-ui/react-roving-focus@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8117 + '@radix-ui/react-roving-focus@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8007 8118 dependencies: 8008 8119 '@radix-ui/primitive': 1.1.3 8009 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8010 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.13)(react@19.2.4) 8011 - '@radix-ui/react-context': 1.1.2(@types/react@19.2.13)(react@19.2.4) 8012 - '@radix-ui/react-direction': 1.1.1(@types/react@19.2.13)(react@19.2.4) 8013 - '@radix-ui/react-id': 1.1.1(@types/react@19.2.13)(react@19.2.4) 8014 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8015 - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.13)(react@19.2.4) 8016 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.13)(react@19.2.4) 8120 + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8121 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4) 8122 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4) 8123 + '@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4) 8124 + '@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4) 8125 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8126 + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4) 8127 + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4) 8017 8128 react: 19.2.4 8018 8129 react-dom: 19.2.4(react@19.2.4) 8019 8130 optionalDependencies: 8020 - '@types/react': 19.2.13 8021 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 8131 + '@types/react': 19.2.14 8132 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 8022 8133 8023 - '@radix-ui/react-scroll-area@1.2.10(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8134 + '@radix-ui/react-scroll-area@1.2.10(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8024 8135 dependencies: 8025 8136 '@radix-ui/number': 1.1.1 8026 8137 '@radix-ui/primitive': 1.1.3 8027 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.13)(react@19.2.4) 8028 - '@radix-ui/react-context': 1.1.2(@types/react@19.2.13)(react@19.2.4) 8029 - '@radix-ui/react-direction': 1.1.1(@types/react@19.2.13)(react@19.2.4) 8030 - '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8031 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8032 - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.13)(react@19.2.4) 8033 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.13)(react@19.2.4) 8138 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4) 8139 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4) 8140 + '@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4) 8141 + '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8142 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8143 + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4) 8144 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4) 8034 8145 react: 19.2.4 8035 8146 react-dom: 19.2.4(react@19.2.4) 8036 8147 optionalDependencies: 8037 - '@types/react': 19.2.13 8038 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 8148 + '@types/react': 19.2.14 8149 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 8039 8150 8040 - '@radix-ui/react-select@2.2.6(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8151 + '@radix-ui/react-select@2.2.6(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8041 8152 dependencies: 8042 8153 '@radix-ui/number': 1.1.1 8043 8154 '@radix-ui/primitive': 1.1.3 8044 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8045 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.13)(react@19.2.4) 8046 - '@radix-ui/react-context': 1.1.2(@types/react@19.2.13)(react@19.2.4) 8047 - '@radix-ui/react-direction': 1.1.1(@types/react@19.2.13)(react@19.2.4) 8048 - '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8049 - '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.13)(react@19.2.4) 8050 - '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8051 - '@radix-ui/react-id': 1.1.1(@types/react@19.2.13)(react@19.2.4) 8052 - '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8053 - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8054 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8055 - '@radix-ui/react-slot': 1.2.3(@types/react@19.2.13)(react@19.2.4) 8056 - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.13)(react@19.2.4) 8057 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.13)(react@19.2.4) 8058 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.13)(react@19.2.4) 8059 - '@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.13)(react@19.2.4) 8060 - '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8155 + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8156 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4) 8157 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4) 8158 + '@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4) 8159 + '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8160 + '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.14)(react@19.2.4) 8161 + '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8162 + '@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4) 8163 + '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8164 + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8165 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8166 + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.4) 8167 + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4) 8168 + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4) 8169 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4) 8170 + '@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.14)(react@19.2.4) 8171 + '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8061 8172 aria-hidden: 1.2.6 8062 8173 react: 19.2.4 8063 8174 react-dom: 19.2.4(react@19.2.4) 8064 - react-remove-scroll: 2.7.2(@types/react@19.2.13)(react@19.2.4) 8175 + react-remove-scroll: 2.7.2(@types/react@19.2.14)(react@19.2.4) 8065 8176 optionalDependencies: 8066 - '@types/react': 19.2.13 8067 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 8177 + '@types/react': 19.2.14 8178 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 8068 8179 8069 - '@radix-ui/react-separator@1.1.8(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8180 + '@radix-ui/react-separator@1.1.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8070 8181 dependencies: 8071 - '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8182 + '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8072 8183 react: 19.2.4 8073 8184 react-dom: 19.2.4(react@19.2.4) 8074 8185 optionalDependencies: 8075 - '@types/react': 19.2.13 8076 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 8186 + '@types/react': 19.2.14 8187 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 8077 8188 8078 - '@radix-ui/react-slot@1.2.3(@types/react@19.2.13)(react@19.2.4)': 8189 + '@radix-ui/react-slot@1.2.3(@types/react@19.2.14)(react@19.2.4)': 8079 8190 dependencies: 8080 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.13)(react@19.2.4) 8191 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4) 8081 8192 react: 19.2.4 8082 8193 optionalDependencies: 8083 - '@types/react': 19.2.13 8194 + '@types/react': 19.2.14 8084 8195 8085 - '@radix-ui/react-slot@1.2.4(@types/react@19.2.13)(react@19.2.4)': 8196 + '@radix-ui/react-slot@1.2.4(@types/react@19.2.14)(react@19.2.4)': 8086 8197 dependencies: 8087 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.13)(react@19.2.4) 8198 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4) 8088 8199 react: 19.2.4 8089 8200 optionalDependencies: 8090 - '@types/react': 19.2.13 8201 + '@types/react': 19.2.14 8091 8202 8092 - '@radix-ui/react-switch@1.2.6(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8203 + '@radix-ui/react-switch@1.2.6(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8093 8204 dependencies: 8094 8205 '@radix-ui/primitive': 1.1.3 8095 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.13)(react@19.2.4) 8096 - '@radix-ui/react-context': 1.1.2(@types/react@19.2.13)(react@19.2.4) 8097 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8098 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.13)(react@19.2.4) 8099 - '@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.13)(react@19.2.4) 8100 - '@radix-ui/react-use-size': 1.1.1(@types/react@19.2.13)(react@19.2.4) 8206 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4) 8207 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4) 8208 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8209 + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4) 8210 + '@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.14)(react@19.2.4) 8211 + '@radix-ui/react-use-size': 1.1.1(@types/react@19.2.14)(react@19.2.4) 8101 8212 react: 19.2.4 8102 8213 react-dom: 19.2.4(react@19.2.4) 8103 8214 optionalDependencies: 8104 - '@types/react': 19.2.13 8105 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 8215 + '@types/react': 19.2.14 8216 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 8106 8217 8107 - '@radix-ui/react-tabs@1.1.13(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8218 + '@radix-ui/react-tabs@1.1.13(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8108 8219 dependencies: 8109 8220 '@radix-ui/primitive': 1.1.3 8110 - '@radix-ui/react-context': 1.1.2(@types/react@19.2.13)(react@19.2.4) 8111 - '@radix-ui/react-direction': 1.1.1(@types/react@19.2.13)(react@19.2.4) 8112 - '@radix-ui/react-id': 1.1.1(@types/react@19.2.13)(react@19.2.4) 8113 - '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8114 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8115 - '@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8116 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.13)(react@19.2.4) 8221 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4) 8222 + '@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4) 8223 + '@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4) 8224 + '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8225 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8226 + '@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8227 + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4) 8117 8228 react: 19.2.4 8118 8229 react-dom: 19.2.4(react@19.2.4) 8119 8230 optionalDependencies: 8120 - '@types/react': 19.2.13 8121 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 8231 + '@types/react': 19.2.14 8232 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 8122 8233 8123 - '@radix-ui/react-toggle@1.1.10(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8234 + '@radix-ui/react-toggle@1.1.10(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8124 8235 dependencies: 8125 8236 '@radix-ui/primitive': 1.1.3 8126 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8127 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.13)(react@19.2.4) 8237 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8238 + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4) 8128 8239 react: 19.2.4 8129 8240 react-dom: 19.2.4(react@19.2.4) 8130 8241 optionalDependencies: 8131 - '@types/react': 19.2.13 8132 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 8242 + '@types/react': 19.2.14 8243 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 8133 8244 8134 - '@radix-ui/react-tooltip@1.2.8(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8245 + '@radix-ui/react-tooltip@1.2.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8135 8246 dependencies: 8136 8247 '@radix-ui/primitive': 1.1.3 8137 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.13)(react@19.2.4) 8138 - '@radix-ui/react-context': 1.1.2(@types/react@19.2.13)(react@19.2.4) 8139 - '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8140 - '@radix-ui/react-id': 1.1.1(@types/react@19.2.13)(react@19.2.4) 8141 - '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8142 - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8143 - '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8144 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8145 - '@radix-ui/react-slot': 1.2.3(@types/react@19.2.13)(react@19.2.4) 8146 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.13)(react@19.2.4) 8147 - '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8248 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4) 8249 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4) 8250 + '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8251 + '@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4) 8252 + '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8253 + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8254 + '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8255 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8256 + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.4) 8257 + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4) 8258 + '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8148 8259 react: 19.2.4 8149 8260 react-dom: 19.2.4(react@19.2.4) 8150 8261 optionalDependencies: 8151 - '@types/react': 19.2.13 8152 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 8262 + '@types/react': 19.2.14 8263 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 8153 8264 8154 - '@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.2.13)(react@19.2.4)': 8265 + '@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.2.14)(react@19.2.4)': 8155 8266 dependencies: 8156 8267 react: 19.2.4 8157 8268 optionalDependencies: 8158 - '@types/react': 19.2.13 8269 + '@types/react': 19.2.14 8159 8270 8160 - '@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.2.13)(react@19.2.4)': 8271 + '@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.2.14)(react@19.2.4)': 8161 8272 dependencies: 8162 - '@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.2.13)(react@19.2.4) 8163 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.13)(react@19.2.4) 8273 + '@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.2.14)(react@19.2.4) 8274 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4) 8164 8275 react: 19.2.4 8165 8276 optionalDependencies: 8166 - '@types/react': 19.2.13 8277 + '@types/react': 19.2.14 8167 8278 8168 - '@radix-ui/react-use-effect-event@0.0.2(@types/react@19.2.13)(react@19.2.4)': 8279 + '@radix-ui/react-use-effect-event@0.0.2(@types/react@19.2.14)(react@19.2.4)': 8169 8280 dependencies: 8170 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.13)(react@19.2.4) 8281 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4) 8171 8282 react: 19.2.4 8172 8283 optionalDependencies: 8173 - '@types/react': 19.2.13 8284 + '@types/react': 19.2.14 8174 8285 8175 - '@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.2.13)(react@19.2.4)': 8286 + '@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.2.14)(react@19.2.4)': 8176 8287 dependencies: 8177 - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.13)(react@19.2.4) 8288 + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4) 8178 8289 react: 19.2.4 8179 8290 optionalDependencies: 8180 - '@types/react': 19.2.13 8291 + '@types/react': 19.2.14 8181 8292 8182 - '@radix-ui/react-use-is-hydrated@0.1.0(@types/react@19.2.13)(react@19.2.4)': 8293 + '@radix-ui/react-use-is-hydrated@0.1.0(@types/react@19.2.14)(react@19.2.4)': 8183 8294 dependencies: 8184 8295 react: 19.2.4 8185 8296 use-sync-external-store: 1.6.0(react@19.2.4) 8186 8297 optionalDependencies: 8187 - '@types/react': 19.2.13 8298 + '@types/react': 19.2.14 8188 8299 8189 - '@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.2.13)(react@19.2.4)': 8300 + '@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.2.14)(react@19.2.4)': 8190 8301 dependencies: 8191 8302 react: 19.2.4 8192 8303 optionalDependencies: 8193 - '@types/react': 19.2.13 8304 + '@types/react': 19.2.14 8194 8305 8195 - '@radix-ui/react-use-previous@1.1.1(@types/react@19.2.13)(react@19.2.4)': 8306 + '@radix-ui/react-use-previous@1.1.1(@types/react@19.2.14)(react@19.2.4)': 8196 8307 dependencies: 8197 8308 react: 19.2.4 8198 8309 optionalDependencies: 8199 - '@types/react': 19.2.13 8310 + '@types/react': 19.2.14 8200 8311 8201 - '@radix-ui/react-use-rect@1.1.1(@types/react@19.2.13)(react@19.2.4)': 8312 + '@radix-ui/react-use-rect@1.1.1(@types/react@19.2.14)(react@19.2.4)': 8202 8313 dependencies: 8203 8314 '@radix-ui/rect': 1.1.1 8204 8315 react: 19.2.4 8205 8316 optionalDependencies: 8206 - '@types/react': 19.2.13 8317 + '@types/react': 19.2.14 8207 8318 8208 - '@radix-ui/react-use-size@1.1.1(@types/react@19.2.13)(react@19.2.4)': 8319 + '@radix-ui/react-use-size@1.1.1(@types/react@19.2.14)(react@19.2.4)': 8209 8320 dependencies: 8210 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.13)(react@19.2.4) 8321 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4) 8211 8322 react: 19.2.4 8212 8323 optionalDependencies: 8213 - '@types/react': 19.2.13 8324 + '@types/react': 19.2.14 8214 8325 8215 - '@radix-ui/react-visually-hidden@1.2.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8326 + '@radix-ui/react-visually-hidden@1.2.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8216 8327 dependencies: 8217 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8328 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8218 8329 react: 19.2.4 8219 8330 react-dom: 19.2.4(react@19.2.4) 8220 8331 optionalDependencies: 8221 - '@types/react': 19.2.13 8222 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 8332 + '@types/react': 19.2.14 8333 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 8223 8334 8224 8335 '@radix-ui/rect@1.1.1': {} 8225 8336 ··· 8310 8421 '@react-email/preview-server@5.2.8(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8311 8422 dependencies: 8312 8423 esbuild: 0.25.10 8313 - next: 16.1.6(@babel/core@7.28.5)(babel-plugin-react-compiler@19.0.0-beta-ebf51a3-20250411)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8424 + next: 16.1.6(@babel/core@7.29.0)(babel-plugin-react-compiler@19.0.0-beta-ebf51a3-20250411)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8314 8425 transitivePeerDependencies: 8315 8426 - '@babel/core' 8316 8427 - '@opentelemetry/api' ··· 8363 8474 8364 8475 '@remirror/core-constants@3.0.0': {} 8365 8476 8366 - '@rolldown/pluginutils@1.0.0-beta.53': {} 8477 + '@rolldown/pluginutils@1.0.0-rc.3': {} 8367 8478 8368 8479 '@rollup/rollup-android-arm-eabi@4.53.4': 8369 8480 optional: true ··· 8654 8765 postcss: 8.5.6 8655 8766 tailwindcss: 4.1.18 8656 8767 8657 - '@tailwindcss/vite@4.1.18(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2))': 8768 + '@tailwindcss/vite@4.1.18(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2))': 8658 8769 dependencies: 8659 8770 '@tailwindcss/node': 4.1.18 8660 8771 '@tailwindcss/oxide': 4.1.18 8661 8772 tailwindcss: 4.1.18 8662 - vite: 7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2) 8773 + vite: 7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2) 8663 8774 8664 8775 '@tanstack/history@1.154.14': {} 8665 8776 ··· 8667 8778 8668 8779 '@tanstack/query-devtools@5.93.0': {} 8669 8780 8670 - '@tanstack/react-query-devtools@5.91.3(@tanstack/react-query@5.90.20(react@19.2.4))(react@19.2.4)': 8781 + '@tanstack/react-query-devtools@5.91.3(@tanstack/react-query@5.90.21(react@19.2.4))(react@19.2.4)': 8671 8782 dependencies: 8672 8783 '@tanstack/query-devtools': 5.93.0 8673 - '@tanstack/react-query': 5.90.20(react@19.2.4) 8784 + '@tanstack/react-query': 5.90.21(react@19.2.4) 8674 8785 react: 19.2.4 8675 8786 8676 - '@tanstack/react-query@5.90.20(react@19.2.4)': 8787 + '@tanstack/react-query@5.90.21(react@19.2.4)': 8677 8788 dependencies: 8678 8789 '@tanstack/query-core': 5.90.20 8679 8790 react: 19.2.4 8680 8791 8681 - '@tanstack/react-router-devtools@1.158.1(@tanstack/react-router@1.158.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@tanstack/router-core@1.158.1)(csstype@3.2.3)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8792 + '@tanstack/react-router-devtools@1.160.0(@tanstack/react-router@1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@tanstack/router-core@1.160.0)(csstype@3.2.3)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8682 8793 dependencies: 8683 - '@tanstack/react-router': 1.158.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8684 - '@tanstack/router-devtools-core': 1.158.1(@tanstack/router-core@1.158.1)(csstype@3.2.3) 8794 + '@tanstack/react-router': 1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8795 + '@tanstack/router-devtools-core': 1.160.0(@tanstack/router-core@1.160.0)(csstype@3.2.3) 8685 8796 react: 19.2.4 8686 8797 react-dom: 19.2.4(react@19.2.4) 8687 8798 optionalDependencies: 8688 - '@tanstack/router-core': 1.158.1 8799 + '@tanstack/router-core': 1.160.0 8689 8800 transitivePeerDependencies: 8690 8801 - csstype 8691 8802 8692 - '@tanstack/react-router@1.158.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8803 + '@tanstack/react-router@1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8693 8804 dependencies: 8694 8805 '@tanstack/history': 1.154.14 8695 8806 '@tanstack/react-store': 0.8.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8696 - '@tanstack/router-core': 1.158.1 8807 + '@tanstack/router-core': 1.160.0 8697 8808 isbot: 5.1.32 8698 8809 react: 19.2.4 8699 8810 react-dom: 19.2.4(react@19.2.4) ··· 8714 8825 react-dom: 19.2.4(react@19.2.4) 8715 8826 use-sync-external-store: 1.6.0(react@19.2.4) 8716 8827 8717 - '@tanstack/router-core@1.158.1': 8828 + '@tanstack/router-core@1.160.0': 8718 8829 dependencies: 8719 8830 '@tanstack/history': 1.154.14 8720 8831 '@tanstack/store': 0.8.0 ··· 8724 8835 tiny-invariant: 1.3.3 8725 8836 tiny-warning: 1.0.3 8726 8837 8727 - '@tanstack/router-devtools-core@1.158.1(@tanstack/router-core@1.158.1)(csstype@3.2.3)': 8838 + '@tanstack/router-devtools-core@1.160.0(@tanstack/router-core@1.160.0)(csstype@3.2.3)': 8728 8839 dependencies: 8729 - '@tanstack/router-core': 1.158.1 8840 + '@tanstack/router-core': 1.160.0 8730 8841 clsx: 2.1.1 8731 8842 goober: 2.1.18(csstype@3.2.3) 8732 8843 tiny-invariant: 1.3.3 8733 8844 optionalDependencies: 8734 8845 csstype: 3.2.3 8735 8846 8736 - '@tanstack/router-devtools@1.158.1(@tanstack/react-router@1.158.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@tanstack/router-core@1.158.1)(csstype@3.2.3)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8847 + '@tanstack/router-devtools@1.160.0(@tanstack/react-router@1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@tanstack/router-core@1.160.0)(csstype@3.2.3)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8737 8848 dependencies: 8738 - '@tanstack/react-router': 1.158.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8739 - '@tanstack/react-router-devtools': 1.158.1(@tanstack/react-router@1.158.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@tanstack/router-core@1.158.1)(csstype@3.2.3)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8849 + '@tanstack/react-router': 1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8850 + '@tanstack/react-router-devtools': 1.160.0(@tanstack/react-router@1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@tanstack/router-core@1.160.0)(csstype@3.2.3)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8740 8851 clsx: 2.1.1 8741 8852 goober: 2.1.18(csstype@3.2.3) 8742 8853 react: 19.2.4 ··· 8746 8857 transitivePeerDependencies: 8747 8858 - '@tanstack/router-core' 8748 8859 8749 - '@tanstack/router-generator@1.158.1': 8860 + '@tanstack/router-generator@1.160.1': 8750 8861 dependencies: 8751 - '@tanstack/router-core': 1.158.1 8862 + '@tanstack/router-core': 1.160.0 8752 8863 '@tanstack/router-utils': 1.158.0 8753 8864 '@tanstack/virtual-file-routes': 1.154.7 8754 8865 prettier: 3.7.4 ··· 8759 8870 transitivePeerDependencies: 8760 8871 - supports-color 8761 8872 8762 - '@tanstack/router-plugin@1.158.1(@tanstack/react-router@1.158.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2))': 8873 + '@tanstack/router-plugin@1.160.1(@tanstack/react-router@1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2))': 8763 8874 dependencies: 8764 - '@babel/core': 7.28.5 8765 - '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.28.5) 8766 - '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.5) 8767 - '@babel/template': 7.27.2 8768 - '@babel/traverse': 7.28.5 8769 - '@babel/types': 7.28.5 8770 - '@tanstack/router-core': 1.158.1 8771 - '@tanstack/router-generator': 1.158.1 8875 + '@babel/core': 7.29.0 8876 + '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.29.0) 8877 + '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.29.0) 8878 + '@babel/template': 7.28.6 8879 + '@babel/traverse': 7.29.0 8880 + '@babel/types': 7.29.0 8881 + '@tanstack/router-core': 1.160.0 8882 + '@tanstack/router-generator': 1.160.1 8772 8883 '@tanstack/router-utils': 1.158.0 8773 8884 '@tanstack/virtual-file-routes': 1.154.7 8774 8885 chokidar: 3.6.0 8775 8886 unplugin: 2.3.11 8776 8887 zod: 3.25.76 8777 8888 optionalDependencies: 8778 - '@tanstack/react-router': 1.158.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8779 - vite: 7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2) 8889 + '@tanstack/react-router': 1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 8890 + vite: 7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2) 8780 8891 transitivePeerDependencies: 8781 8892 - supports-color 8782 8893 8783 8894 '@tanstack/router-utils@1.158.0': 8784 8895 dependencies: 8785 - '@babel/core': 7.28.5 8786 - '@babel/generator': 7.28.5 8787 - '@babel/parser': 7.28.5 8788 - '@babel/types': 7.28.5 8896 + '@babel/core': 7.29.0 8897 + '@babel/generator': 7.29.1 8898 + '@babel/parser': 7.29.0 8899 + '@babel/types': 7.29.0 8789 8900 ansis: 4.2.0 8790 8901 babel-dead-code-elimination: 1.0.12 8791 8902 diff: 8.0.2 ··· 8883 8994 prosemirror-transform: 1.10.5 8884 8995 prosemirror-view: 1.41.4 8885 8996 8886 - '@tiptap/react@3.13.0(@floating-ui/dom@1.7.4)(@tiptap/core@3.13.0(@tiptap/pm@3.13.0))(@tiptap/pm@3.13.0)(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8997 + '@tiptap/react@3.13.0(@floating-ui/dom@1.7.4)(@tiptap/core@3.13.0(@tiptap/pm@3.13.0))(@tiptap/pm@3.13.0)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': 8887 8998 dependencies: 8888 8999 '@tiptap/core': 3.13.0(@tiptap/pm@3.13.0) 8889 9000 '@tiptap/pm': 3.13.0 8890 - '@types/react': 19.2.13 8891 - '@types/react-dom': 19.2.3(@types/react@19.2.13) 9001 + '@types/react': 19.2.14 9002 + '@types/react-dom': 19.2.3(@types/react@19.2.14) 8892 9003 '@types/use-sync-external-store': 0.0.6 8893 9004 fast-equals: 5.4.0 8894 9005 react: 19.2.4 ··· 8925 9036 8926 9037 '@types/bcrypt@6.0.0': 8927 9038 dependencies: 8928 - '@types/node': 25.2.2 9039 + '@types/node': 25.2.3 8929 9040 8930 9041 '@types/conventional-commits-parser@5.0.2': 8931 9042 dependencies: 8932 - '@types/node': 25.2.2 9043 + '@types/node': 25.2.3 8933 9044 8934 9045 '@types/cors@2.8.19': 8935 9046 dependencies: 8936 - '@types/node': 25.2.2 9047 + '@types/node': 25.2.3 8937 9048 8938 9049 '@types/debug@4.1.12': 8939 9050 dependencies: ··· 8974 9085 dependencies: 8975 9086 undici-types: 7.16.0 8976 9087 9088 + '@types/node@25.2.3': 9089 + dependencies: 9090 + undici-types: 7.16.0 9091 + 8977 9092 '@types/nodemailer@7.0.9': 8978 9093 dependencies: 8979 - '@types/node': 25.2.2 9094 + '@types/node': 25.2.3 8980 9095 8981 9096 '@types/pg@8.16.0': 8982 9097 dependencies: 8983 - '@types/node': 25.2.2 9098 + '@types/node': 25.2.3 8984 9099 pg-protocol: 1.10.3 8985 9100 pg-types: 2.2.0 8986 9101 8987 - '@types/react-dom@19.2.3(@types/react@19.2.13)': 9102 + '@types/react-dom@19.2.3(@types/react@19.2.14)': 8988 9103 dependencies: 8989 - '@types/react': 19.2.13 9104 + '@types/react': 19.2.14 8990 9105 8991 - '@types/react@19.2.13': 9106 + '@types/react@19.2.14': 8992 9107 dependencies: 8993 9108 csstype: 3.2.3 8994 9109 ··· 9013 9128 dependencies: 9014 9129 valibot: 1.2.0(typescript@5.9.3) 9015 9130 9016 - '@vitejs/plugin-react@5.1.2(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2))': 9131 + '@vitejs/plugin-react@5.1.4(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2))': 9017 9132 dependencies: 9018 - '@babel/core': 7.28.5 9019 - '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.28.5) 9020 - '@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.28.5) 9021 - '@rolldown/pluginutils': 1.0.0-beta.53 9133 + '@babel/core': 7.29.0 9134 + '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0) 9135 + '@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.29.0) 9136 + '@rolldown/pluginutils': 1.0.0-rc.3 9022 9137 '@types/babel__core': 7.20.5 9023 9138 react-refresh: 0.18.0 9024 - vite: 7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2) 9139 + vite: 7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2) 9025 9140 transitivePeerDependencies: 9026 9141 - supports-color 9027 9142 ··· 9109 9224 9110 9225 babel-dead-code-elimination@1.0.12: 9111 9226 dependencies: 9112 - '@babel/core': 7.28.5 9113 - '@babel/parser': 7.28.5 9114 - '@babel/traverse': 7.28.5 9115 - '@babel/types': 7.28.5 9227 + '@babel/core': 7.29.0 9228 + '@babel/parser': 7.29.0 9229 + '@babel/traverse': 7.29.0 9230 + '@babel/types': 7.29.0 9116 9231 transitivePeerDependencies: 9117 9232 - supports-color 9118 9233 ··· 9170 9285 9171 9286 before-after-hook@4.0.0: {} 9172 9287 9173 - better-auth@1.4.18(drizzle-kit@0.31.8)(drizzle-orm@0.45.1(@types/pg@8.16.0)(kysely@0.28.9)(pg@8.18.0))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(pg@8.18.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(solid-js@1.9.10): 9288 + better-auth@1.4.18(drizzle-kit@0.31.8)(drizzle-orm@0.45.1(@types/pg@8.16.0)(kysely@0.28.9)(pg@8.18.0))(next@16.1.6(@babel/core@7.29.0)(babel-plugin-react-compiler@19.0.0-beta-ebf51a3-20250411)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(pg@8.18.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(solid-js@1.9.10): 9174 9289 dependencies: 9175 - '@better-auth/core': 1.4.18(@better-auth/utils@0.3.0)(@better-fetch/fetch@1.1.21)(better-call@1.1.8(zod@4.3.5))(jose@6.1.3)(kysely@0.28.9)(nanostores@1.1.0) 9176 - '@better-auth/telemetry': 1.4.18(@better-auth/core@1.4.18(@better-auth/utils@0.3.0)(@better-fetch/fetch@1.1.21)(better-call@1.1.8(zod@4.3.5))(jose@6.1.3)(kysely@0.28.9)(nanostores@1.1.0)) 9290 + '@better-auth/core': 1.4.18(@better-auth/utils@0.3.0)(@better-fetch/fetch@1.1.21)(better-call@1.1.8(zod@4.3.6))(jose@6.1.3)(kysely@0.28.9)(nanostores@1.1.0) 9291 + '@better-auth/telemetry': 1.4.18(@better-auth/core@1.4.18(@better-auth/utils@0.3.0)(@better-fetch/fetch@1.1.21)(better-call@1.1.8(zod@4.3.6))(jose@6.1.3)(kysely@0.28.9)(nanostores@1.1.0)) 9177 9292 '@better-auth/utils': 0.3.0 9178 9293 '@better-fetch/fetch': 1.1.21 9179 9294 '@noble/ciphers': 2.1.1 ··· 9187 9302 optionalDependencies: 9188 9303 drizzle-kit: 0.31.8 9189 9304 drizzle-orm: 0.45.1(@types/pg@8.16.0)(kysely@0.28.9)(pg@8.18.0) 9190 - next: 16.1.6(@babel/core@7.28.5)(babel-plugin-react-compiler@19.0.0-beta-ebf51a3-20250411)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9305 + next: 16.1.6(@babel/core@7.29.0)(babel-plugin-react-compiler@19.0.0-beta-ebf51a3-20250411)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9191 9306 pg: 8.18.0 9192 9307 react: 19.2.4 9193 9308 react-dom: 19.2.4(react@19.2.4) ··· 9282 9397 9283 9398 clsx@2.1.1: {} 9284 9399 9285 - cmdk@1.1.1(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4): 9400 + cmdk@1.1.1(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4): 9286 9401 dependencies: 9287 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.13)(react@19.2.4) 9288 - '@radix-ui/react-dialog': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9289 - '@radix-ui/react-id': 1.1.1(@types/react@19.2.13)(react@19.2.4) 9290 - '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9402 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4) 9403 + '@radix-ui/react-dialog': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9404 + '@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4) 9405 + '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9291 9406 react: 19.2.4 9292 9407 react-dom: 19.2.4(react@19.2.4) 9293 9408 transitivePeerDependencies: ··· 9355 9470 object-assign: 4.1.1 9356 9471 vary: 1.1.2 9357 9472 9358 - cosmiconfig-typescript-loader@6.2.0(@types/node@25.2.2)(cosmiconfig@9.0.0(typescript@5.8.3))(typescript@5.8.3): 9473 + cosmiconfig-typescript-loader@6.2.0(@types/node@25.2.3)(cosmiconfig@9.0.0(typescript@5.8.3))(typescript@5.8.3): 9359 9474 dependencies: 9360 - '@types/node': 25.2.2 9475 + '@types/node': 25.2.3 9361 9476 cosmiconfig: 9.0.0(typescript@5.8.3) 9362 9477 jiti: 2.6.1 9363 9478 typescript: 5.8.3 ··· 9502 9617 engine.io@6.6.4: 9503 9618 dependencies: 9504 9619 '@types/cors': 2.8.19 9505 - '@types/node': 25.2.2 9620 + '@types/node': 25.2.3 9506 9621 accepts: 1.3.8 9507 9622 base64id: 2.0.0 9508 9623 cookie: 0.7.2 ··· 9803 9918 react: 19.2.4 9804 9919 react-dom: 19.2.4(react@19.2.4) 9805 9920 9921 + framer-motion@12.34.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4): 9922 + dependencies: 9923 + motion-dom: 12.34.0 9924 + motion-utils: 12.29.2 9925 + tslib: 2.8.1 9926 + optionalDependencies: 9927 + react: 19.2.4 9928 + react-dom: 19.2.4(react@19.2.4) 9929 + 9806 9930 fsevents@2.3.3: 9807 9931 optional: true 9808 9932 9809 - fumadocs-core@16.5.2(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.158.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.13)(lucide-react@0.563.0(react@19.2.4))(mdast-util-mdx-jsx@3.2.0)(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6): 9933 + fumadocs-core@16.6.1(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.14)(lucide-react@0.564.0(react@19.2.4))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6): 9810 9934 dependencies: 9811 9935 '@formatjs/intl-localematcher': 0.8.1 9812 9936 '@orama/orama': 3.1.18 ··· 9817 9941 hast-util-to-estree: 3.1.3 9818 9942 hast-util-to-jsx-runtime: 2.3.6 9819 9943 image-size: 2.0.2 9944 + mdast-util-mdx: 3.0.0 9945 + mdast-util-to-markdown: 2.1.2 9820 9946 negotiator: 1.0.0 9821 9947 npm-to-yarn: 3.0.1 9822 9948 path-to-regexp: 8.3.0 ··· 9831 9957 vfile: 6.0.3 9832 9958 optionalDependencies: 9833 9959 '@mdx-js/mdx': 3.1.1 9834 - '@tanstack/react-router': 1.158.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9960 + '@tanstack/react-router': 1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9835 9961 '@types/estree-jsx': 1.0.5 9836 9962 '@types/hast': 3.0.4 9837 9963 '@types/mdast': 4.0.4 9838 - '@types/react': 19.2.13 9839 - lucide-react: 0.563.0(react@19.2.4) 9840 - mdast-util-mdx-jsx: 3.2.0 9841 - next: 16.1.6(@babel/core@7.28.5)(babel-plugin-react-compiler@19.0.0-beta-ebf51a3-20250411)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9964 + '@types/react': 19.2.14 9965 + lucide-react: 0.564.0(react@19.2.4) 9966 + next: 16.1.6(@babel/core@7.29.0)(babel-plugin-react-compiler@19.0.0-beta-ebf51a3-20250411)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9842 9967 react: 19.2.4 9843 9968 react-dom: 19.2.4(react@19.2.4) 9844 9969 zod: 4.3.6 9845 9970 transitivePeerDependencies: 9846 9971 - supports-color 9847 9972 9848 - fumadocs-mdx@14.2.6(30c5fc1e95eccb7aa8b461c81676bba9): 9973 + fumadocs-mdx@14.2.6(@fumadocs/mdx-remote@1.4.5(@types/mdx@2.0.13)(@types/react@19.2.14)(fumadocs-core@16.6.1(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.14)(lucide-react@0.564.0(react@19.2.4))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6))(react@19.2.4))(@types/react@19.2.14)(fumadocs-core@16.6.1(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.14)(lucide-react@0.564.0(react@19.2.4))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4)(vite@7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2)): 9849 9974 dependencies: 9850 9975 '@mdx-js/mdx': 3.1.1 9851 9976 '@standard-schema/spec': 1.1.0 9852 9977 chokidar: 5.0.0 9853 9978 esbuild: 0.27.3 9854 9979 estree-util-value-to-estree: 3.5.0 9855 - fumadocs-core: 16.5.2(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.158.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.13)(lucide-react@0.563.0(react@19.2.4))(mdast-util-mdx-jsx@3.2.0)(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6) 9980 + fumadocs-core: 16.6.1(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.14)(lucide-react@0.564.0(react@19.2.4))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6) 9856 9981 js-yaml: 4.1.1 9857 9982 mdast-util-to-markdown: 2.1.2 9858 9983 picocolors: 1.1.1 ··· 9866 9991 vfile: 6.0.3 9867 9992 zod: 4.3.6 9868 9993 optionalDependencies: 9869 - '@fumadocs/mdx-remote': 1.4.4(@types/react@19.2.13)(fumadocs-core@16.5.2(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.158.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.13)(lucide-react@0.563.0(react@19.2.4))(mdast-util-mdx-jsx@3.2.0)(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6))(react@19.2.4) 9870 - '@types/react': 19.2.13 9871 - next: 16.1.6(@babel/core@7.28.5)(babel-plugin-react-compiler@19.0.0-beta-ebf51a3-20250411)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9994 + '@fumadocs/mdx-remote': 1.4.5(@types/mdx@2.0.13)(@types/react@19.2.14)(fumadocs-core@16.6.1(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.14)(lucide-react@0.564.0(react@19.2.4))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6))(react@19.2.4) 9995 + '@types/react': 19.2.14 9996 + next: 16.1.6(@babel/core@7.29.0)(babel-plugin-react-compiler@19.0.0-beta-ebf51a3-20250411)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9872 9997 react: 19.2.4 9873 9998 vite: 7.3.1(@types/node@25.2.2)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2) 9874 9999 transitivePeerDependencies: 9875 10000 - supports-color 9876 10001 9877 - fumadocs-openapi@10.3.3(22e9659f4d1fbb61ed345db55ad1999f): 10002 + fumadocs-openapi@10.3.5(2b0a4f899ce21cbfd11764906bc216f2): 9878 10003 dependencies: 9879 10004 '@fumari/json-schema-to-typescript': 2.0.0(prettier@3.7.4) 9880 - '@fumari/stf': 0.0.2(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9881 - '@radix-ui/react-accordion': 1.2.12(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9882 - '@radix-ui/react-dialog': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9883 - '@radix-ui/react-select': 2.2.6(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9884 - '@radix-ui/react-slot': 1.2.4(@types/react@19.2.13)(react@19.2.4) 10005 + '@fumari/stf': 0.0.3(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 10006 + '@radix-ui/react-accordion': 1.2.12(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 10007 + '@radix-ui/react-dialog': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 10008 + '@radix-ui/react-select': 2.2.6(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 10009 + '@radix-ui/react-slot': 1.2.4(@types/react@19.2.14)(react@19.2.4) 9885 10010 '@scalar/json-magic': 0.10.0 9886 10011 '@scalar/openapi-parser': 0.24.8 9887 10012 ajv: 8.17.1 9888 10013 class-variance-authority: 0.7.1 9889 - fumadocs-core: 16.5.2(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.158.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.13)(lucide-react@0.563.0(react@19.2.4))(mdast-util-mdx-jsx@3.2.0)(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6) 9890 - fumadocs-ui: 16.5.2(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(fumadocs-core@16.5.2(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.158.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.13)(lucide-react@0.563.0(react@19.2.4))(mdast-util-mdx-jsx@3.2.0)(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(tailwindcss@4.1.18) 10014 + fumadocs-core: 16.6.1(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.14)(lucide-react@0.564.0(react@19.2.4))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6) 10015 + fumadocs-ui: 16.6.1(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(fumadocs-core@16.6.1(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.14)(lucide-react@0.564.0(react@19.2.4))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(tailwindcss@4.1.18) 9891 10016 github-slugger: 2.0.0 9892 10017 hast-util-to-jsx-runtime: 2.3.6 9893 10018 js-yaml: 4.1.1 ··· 9902 10027 tailwind-merge: 3.4.0 9903 10028 xml-js: 1.6.11 9904 10029 optionalDependencies: 9905 - '@types/react': 19.2.13 10030 + '@types/react': 19.2.14 9906 10031 json-schema-typed: 8.0.2 9907 10032 openapi-types: 12.1.3 9908 10033 transitivePeerDependencies: ··· 9911 10036 - prettier 9912 10037 - supports-color 9913 10038 9914 - fumadocs-twoslash@3.1.13(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(fumadocs-ui@16.5.2(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(fumadocs-core@16.5.2(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.158.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.13)(lucide-react@0.563.0(react@19.2.4))(mdast-util-mdx-jsx@3.2.0)(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(tailwindcss@4.1.18))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3): 10039 + fumadocs-twoslash@3.1.13(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(fumadocs-ui@16.6.1(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(fumadocs-core@16.6.1(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.14)(lucide-react@0.564.0(react@19.2.4))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(tailwindcss@4.1.18))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3): 9915 10040 dependencies: 9916 - '@radix-ui/react-popover': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 10041 + '@radix-ui/react-popover': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9917 10042 '@shikijs/twoslash': 3.22.0(typescript@5.9.3) 9918 - fumadocs-ui: 16.5.2(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(fumadocs-core@16.5.2(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.158.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.13)(lucide-react@0.563.0(react@19.2.4))(mdast-util-mdx-jsx@3.2.0)(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(tailwindcss@4.1.18) 10043 + fumadocs-ui: 16.6.1(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(fumadocs-core@16.6.1(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.14)(lucide-react@0.564.0(react@19.2.4))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(tailwindcss@4.1.18) 9919 10044 mdast-util-from-markdown: 2.0.2 9920 10045 mdast-util-gfm: 3.1.0 9921 10046 mdast-util-to-hast: 13.2.1 ··· 9924 10049 tailwind-merge: 3.4.0 9925 10050 twoslash: 0.3.6(typescript@5.9.3) 9926 10051 optionalDependencies: 9927 - '@types/react': 19.2.13 10052 + '@types/react': 19.2.14 9928 10053 transitivePeerDependencies: 9929 10054 - '@types/react-dom' 9930 10055 - react-dom 9931 10056 - supports-color 9932 10057 - typescript 9933 10058 9934 - fumadocs-ui@16.5.2(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(fumadocs-core@16.5.2(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.158.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.13)(lucide-react@0.563.0(react@19.2.4))(mdast-util-mdx-jsx@3.2.0)(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(tailwindcss@4.1.18): 10059 + fumadocs-ui@16.6.1(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(fumadocs-core@16.6.1(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.14)(lucide-react@0.564.0(react@19.2.4))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(tailwindcss@4.1.18): 9935 10060 dependencies: 9936 10061 '@fumadocs/tailwind': 0.0.2(tailwindcss@4.1.18) 9937 - '@radix-ui/react-accordion': 1.2.12(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9938 - '@radix-ui/react-collapsible': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9939 - '@radix-ui/react-dialog': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9940 - '@radix-ui/react-direction': 1.1.1(@types/react@19.2.13)(react@19.2.4) 9941 - '@radix-ui/react-navigation-menu': 1.2.14(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9942 - '@radix-ui/react-popover': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9943 - '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9944 - '@radix-ui/react-scroll-area': 1.2.10(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9945 - '@radix-ui/react-slot': 1.2.4(@types/react@19.2.13)(react@19.2.4) 9946 - '@radix-ui/react-tabs': 1.1.13(@types/react-dom@19.2.3(@types/react@19.2.13))(@types/react@19.2.13)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 10062 + '@radix-ui/react-accordion': 1.2.12(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 10063 + '@radix-ui/react-collapsible': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 10064 + '@radix-ui/react-dialog': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 10065 + '@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4) 10066 + '@radix-ui/react-navigation-menu': 1.2.14(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 10067 + '@radix-ui/react-popover': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 10068 + '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 10069 + '@radix-ui/react-scroll-area': 1.2.10(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 10070 + '@radix-ui/react-slot': 1.2.4(@types/react@19.2.14)(react@19.2.4) 10071 + '@radix-ui/react-tabs': 1.1.13(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9947 10072 class-variance-authority: 0.7.1 9948 - fumadocs-core: 16.5.2(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.158.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.13)(lucide-react@0.563.0(react@19.2.4))(mdast-util-mdx-jsx@3.2.0)(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6) 10073 + fumadocs-core: 16.6.1(@mdx-js/mdx@3.1.1)(@tanstack/react-router@1.160.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@types/estree-jsx@1.0.5)(@types/hast@3.0.4)(@types/mdast@4.0.4)(@types/react@19.2.14)(lucide-react@0.564.0(react@19.2.4))(next@16.1.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(zod@4.3.6) 9949 10074 lucide-react: 0.563.0(react@19.2.4) 9950 - motion: 12.33.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 10075 + motion: 12.34.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9951 10076 next-themes: 0.4.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9952 10077 react: 19.2.4 9953 10078 react-dom: 19.2.4(react@19.2.4) 9954 10079 react-medium-image-zoom: 5.4.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9955 - react-remove-scroll: 2.7.2(@types/react@19.2.13)(react@19.2.4) 10080 + react-remove-scroll: 2.7.2(@types/react@19.2.14)(react@19.2.4) 10081 + rehype-raw: 7.0.0 9956 10082 scroll-into-view-if-needed: 3.1.0 9957 10083 tailwind-merge: 3.4.0 10084 + unist-util-visit: 5.1.0 9958 10085 optionalDependencies: 9959 - '@types/react': 19.2.13 9960 - next: 16.1.6(@babel/core@7.28.5)(babel-plugin-react-compiler@19.0.0-beta-ebf51a3-20250411)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9961 - tailwindcss: 4.1.18 10086 + '@types/react': 19.2.14 10087 + next: 16.1.6(@babel/core@7.29.0)(babel-plugin-react-compiler@19.0.0-beta-ebf51a3-20250411)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 9962 10088 transitivePeerDependencies: 9963 10089 - '@emotion/is-prop-valid' 9964 10090 - '@types/react-dom' 10091 + - tailwindcss 9965 10092 9966 10093 gensync@1.0.0-beta.2: {} 9967 10094 ··· 10088 10215 hast-util-is-body-ok-link: 3.0.1 10089 10216 hast-util-is-element: 3.0.0 10090 10217 10218 + hast-util-raw@9.1.0: 10219 + dependencies: 10220 + '@types/hast': 3.0.4 10221 + '@types/unist': 3.0.3 10222 + '@ungap/structured-clone': 1.3.0 10223 + hast-util-from-parse5: 8.0.3 10224 + hast-util-to-parse5: 8.0.1 10225 + html-void-elements: 3.0.0 10226 + mdast-util-to-hast: 13.2.1 10227 + parse5: 7.3.0 10228 + unist-util-position: 5.0.0 10229 + unist-util-visit: 5.1.0 10230 + vfile: 6.0.3 10231 + web-namespaces: 2.0.1 10232 + zwitch: 2.0.4 10233 + 10091 10234 hast-util-to-estree@3.1.3: 10092 10235 dependencies: 10093 10236 '@types/estree': 1.0.8 ··· 10160 10303 unist-util-position: 5.0.0 10161 10304 unist-util-visit: 5.0.0 10162 10305 10306 + hast-util-to-parse5@8.0.1: 10307 + dependencies: 10308 + '@types/hast': 3.0.4 10309 + comma-separated-tokens: 2.0.3 10310 + devlop: 1.1.0 10311 + property-information: 7.1.0 10312 + space-separated-tokens: 2.0.2 10313 + web-namespaces: 2.0.1 10314 + zwitch: 2.0.4 10315 + 10163 10316 hast-util-to-string@3.0.1: 10164 10317 dependencies: 10165 10318 '@types/hast': 3.0.4 ··· 10444 10597 react: 19.2.4 10445 10598 10446 10599 lucide-react@0.563.0(react@19.2.4): 10600 + dependencies: 10601 + react: 19.2.4 10602 + 10603 + lucide-react@0.564.0(react@19.2.4): 10447 10604 dependencies: 10448 10605 react: 19.2.4 10449 10606 ··· 10923 11080 dependencies: 10924 11081 motion-utils: 12.29.2 10925 11082 11083 + motion-dom@12.34.0: 11084 + dependencies: 11085 + motion-utils: 12.29.2 11086 + 10926 11087 motion-utils@12.29.2: {} 10927 11088 10928 11089 motion@12.33.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4): 10929 11090 dependencies: 10930 11091 framer-motion: 12.33.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 11092 + tslib: 2.8.1 11093 + optionalDependencies: 11094 + react: 19.2.4 11095 + react-dom: 19.2.4(react@19.2.4) 11096 + 11097 + motion@12.34.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4): 11098 + dependencies: 11099 + framer-motion: 12.34.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4) 10931 11100 tslib: 2.8.1 10932 11101 optionalDependencies: 10933 11102 react: 19.2.4 ··· 10948 11117 react: 19.2.4 10949 11118 react-dom: 19.2.4(react@19.2.4) 10950 11119 10951 - next@16.1.6(@babel/core@7.28.5)(babel-plugin-react-compiler@19.0.0-beta-ebf51a3-20250411)(react-dom@19.2.4(react@19.2.4))(react@19.2.4): 11120 + next@16.1.6(@babel/core@7.29.0)(babel-plugin-react-compiler@19.0.0-beta-ebf51a3-20250411)(react-dom@19.2.4(react@19.2.4))(react@19.2.4): 10952 11121 dependencies: 10953 11122 '@next/env': 16.1.6 10954 11123 '@swc/helpers': 0.5.15 ··· 10957 11126 postcss: 8.4.31 10958 11127 react: 19.2.4 10959 11128 react-dom: 19.2.4(react@19.2.4) 10960 - styled-jsx: 5.1.6(@babel/core@7.28.5)(react@19.2.4) 11129 + styled-jsx: 5.1.6(@babel/core@7.29.0)(react@19.2.4) 10961 11130 optionalDependencies: 10962 11131 '@next/swc-darwin-arm64': 16.1.6 10963 11132 '@next/swc-darwin-x64': 16.1.6 ··· 11321 11490 11322 11491 quansync@0.2.11: {} 11323 11492 11324 - react-day-picker@9.13.1(react@19.2.4): 11493 + react-day-picker@9.13.2(react@19.2.4): 11325 11494 dependencies: 11326 11495 '@date-fns/tz': 1.4.1 11327 11496 date-fns: 4.1.0 ··· 11365 11534 dependencies: 11366 11535 react: 19.2.4 11367 11536 11368 - react-markdown@10.1.0(@types/react@19.2.13)(react@19.2.4): 11537 + react-markdown@10.1.0(@types/react@19.2.14)(react@19.2.4): 11369 11538 dependencies: 11370 11539 '@types/hast': 3.0.4 11371 11540 '@types/mdast': 4.0.4 11372 - '@types/react': 19.2.13 11541 + '@types/react': 19.2.14 11373 11542 devlop: 1.1.0 11374 11543 hast-util-to-jsx-runtime: 2.3.6 11375 11544 html-url-attributes: 3.0.1 ··· 11390 11559 11391 11560 react-refresh@0.18.0: {} 11392 11561 11393 - react-remove-scroll-bar@2.3.8(@types/react@19.2.13)(react@19.2.4): 11562 + react-remove-scroll-bar@2.3.8(@types/react@19.2.14)(react@19.2.4): 11394 11563 dependencies: 11395 11564 react: 19.2.4 11396 - react-style-singleton: 2.2.3(@types/react@19.2.13)(react@19.2.4) 11565 + react-style-singleton: 2.2.3(@types/react@19.2.14)(react@19.2.4) 11397 11566 tslib: 2.8.1 11398 11567 optionalDependencies: 11399 - '@types/react': 19.2.13 11568 + '@types/react': 19.2.14 11400 11569 11401 - react-remove-scroll@2.7.2(@types/react@19.2.13)(react@19.2.4): 11570 + react-remove-scroll@2.7.2(@types/react@19.2.14)(react@19.2.4): 11402 11571 dependencies: 11403 11572 react: 19.2.4 11404 - react-remove-scroll-bar: 2.3.8(@types/react@19.2.13)(react@19.2.4) 11405 - react-style-singleton: 2.2.3(@types/react@19.2.13)(react@19.2.4) 11573 + react-remove-scroll-bar: 2.3.8(@types/react@19.2.14)(react@19.2.4) 11574 + react-style-singleton: 2.2.3(@types/react@19.2.14)(react@19.2.4) 11406 11575 tslib: 2.8.1 11407 - use-callback-ref: 1.3.3(@types/react@19.2.13)(react@19.2.4) 11408 - use-sidecar: 1.1.3(@types/react@19.2.13)(react@19.2.4) 11576 + use-callback-ref: 1.3.3(@types/react@19.2.14)(react@19.2.4) 11577 + use-sidecar: 1.1.3(@types/react@19.2.14)(react@19.2.4) 11409 11578 optionalDependencies: 11410 - '@types/react': 19.2.13 11579 + '@types/react': 19.2.14 11411 11580 11412 - react-style-singleton@2.2.3(@types/react@19.2.13)(react@19.2.4): 11581 + react-style-singleton@2.2.3(@types/react@19.2.14)(react@19.2.4): 11413 11582 dependencies: 11414 11583 get-nonce: 1.0.1 11415 11584 react: 19.2.4 11416 11585 tslib: 2.8.1 11417 11586 optionalDependencies: 11418 - '@types/react': 19.2.13 11587 + '@types/react': 19.2.14 11419 11588 11420 11589 react-use-websocket@4.13.0: {} 11421 11590 ··· 11491 11660 '@types/hast': 3.0.4 11492 11661 hast-util-from-html: 2.0.3 11493 11662 unified: 11.0.5 11663 + 11664 + rehype-raw@7.0.0: 11665 + dependencies: 11666 + '@types/hast': 3.0.4 11667 + hast-util-raw: 9.1.0 11668 + vfile: 6.0.3 11494 11669 11495 11670 rehype-recma@1.0.0: 11496 11671 dependencies: ··· 11835 12010 dependencies: 11836 12011 inline-style-parser: 0.2.7 11837 12012 11838 - styled-jsx@5.1.6(@babel/core@7.28.5)(react@19.2.4): 12013 + styled-jsx@5.1.6(@babel/core@7.29.0)(react@19.2.4): 11839 12014 dependencies: 11840 12015 client-only: 0.0.1 11841 12016 react: 19.2.4 11842 12017 optionalDependencies: 11843 - '@babel/core': 7.28.5 12018 + '@babel/core': 7.29.0 11844 12019 11845 12020 tabbable@6.3.0: {} 11846 12021 ··· 12056 12231 escalade: 3.2.0 12057 12232 picocolors: 1.1.1 12058 12233 12059 - use-callback-ref@1.3.3(@types/react@19.2.13)(react@19.2.4): 12234 + use-callback-ref@1.3.3(@types/react@19.2.14)(react@19.2.4): 12060 12235 dependencies: 12061 12236 react: 19.2.4 12062 12237 tslib: 2.8.1 12063 12238 optionalDependencies: 12064 - '@types/react': 19.2.13 12239 + '@types/react': 19.2.14 12065 12240 12066 - use-sidecar@1.1.3(@types/react@19.2.13)(react@19.2.4): 12241 + use-sidecar@1.1.3(@types/react@19.2.14)(react@19.2.4): 12067 12242 dependencies: 12068 12243 detect-node-es: 1.1.0 12069 12244 react: 19.2.4 12070 12245 tslib: 2.8.1 12071 12246 optionalDependencies: 12072 - '@types/react': 19.2.13 12247 + '@types/react': 19.2.14 12073 12248 12074 12249 use-sync-external-store@1.6.0(react@19.2.4): 12075 12250 dependencies: ··· 12110 12285 tinyglobby: 0.2.15 12111 12286 optionalDependencies: 12112 12287 '@types/node': 25.2.2 12288 + fsevents: 2.3.3 12289 + jiti: 2.6.1 12290 + lightningcss: 1.30.2 12291 + tsx: 4.21.0 12292 + yaml: 2.8.2 12293 + optional: true 12294 + 12295 + vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0)(yaml@2.8.2): 12296 + dependencies: 12297 + esbuild: 0.27.3 12298 + fdir: 6.5.0(picomatch@4.0.3) 12299 + picomatch: 4.0.3 12300 + postcss: 8.5.6 12301 + rollup: 4.53.4 12302 + tinyglobby: 0.2.15 12303 + optionalDependencies: 12304 + '@types/node': 25.2.3 12113 12305 fsevents: 2.3.3 12114 12306 jiti: 2.6.1 12115 12307 lightningcss: 1.30.2 ··· 12192 12384 12193 12385 zod@3.25.76: {} 12194 12386 12195 - zod@4.3.5: {} 12196 - 12197 12387 zod@4.3.6: {} 12198 12388 12199 - zustand@5.0.11(@types/react@19.2.13)(immer@11.1.3)(react@19.2.4)(use-sync-external-store@1.6.0(react@19.2.4)): 12389 + zustand@5.0.11(@types/react@19.2.14)(immer@11.1.3)(react@19.2.4)(use-sync-external-store@1.6.0(react@19.2.4)): 12200 12390 optionalDependencies: 12201 - '@types/react': 19.2.13 12391 + '@types/react': 19.2.14 12202 12392 immer: 11.1.3 12203 12393 react: 19.2.4 12204 12394 use-sync-external-store: 1.6.0(react@19.2.4)