Openstatus www.openstatus.dev

๐Ÿ› bun bug version (#1453)

* ๐Ÿ›

* ๐Ÿ˜‚

* ๐Ÿ˜ญ

* ci: apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>

authored by

Thibault Le Ouay
autofix-ci[bot]
and committed by
GitHub
7f081916 12d20fa3

+1461 -1594
+4 -4
apps/dashboard/package.json
··· 82 82 "next-themes": "0.4.6", 83 83 "nuqs": "2.4.3", 84 84 "random-word-slugs": "0.1.7", 85 - "react": "19.1.1", 85 + "react": "19.2.0", 86 86 "react-day-picker": "8.10.1", 87 - "react-dom": "19.1.1", 87 + "react-dom": "19.2.0", 88 88 "react-hook-form": "7.54.2", 89 89 "recharts": "2.15.0", 90 90 "rehype-react": "8.0.0", ··· 102 102 "@tailwindcss/postcss": "4.1.11", 103 103 "@types/dom-speech-recognition": "0.0.6", 104 104 "@types/node": "24.0.8", 105 - "@types/react": "19.1.13", 106 - "@types/react-dom": "19.1.9", 105 + "@types/react": "19.2.2", 106 + "@types/react-dom": "19.2.2", 107 107 "shadcn": "2.7.0", 108 108 "tailwindcss": "4.1.11", 109 109 "tw-animate-css": "1.3.4",
+4 -4
apps/status-page/package.json
··· 82 82 "next-themes": "0.4.6", 83 83 "nuqs": "2.4.3", 84 84 "random-word-slugs": "0.1.7", 85 - "react": "19.1.1", 85 + "react": "19.2.0", 86 86 "react-day-picker": "8.10.1", 87 - "react-dom": "19.1.1", 87 + "react-dom": "19.2.0", 88 88 "react-hook-form": "7.54.2", 89 89 "recharts": "2.15.0", 90 90 "rehype-react": "8.0.0", ··· 103 103 "@tailwindcss/typography": "0.5.10", 104 104 "@types/dom-speech-recognition": "0.0.6", 105 105 "@types/node": "24.0.8", 106 - "@types/react": "19.1.13", 107 - "@types/react-dom": "19.1.9", 106 + "@types/react": "19.2.2", 107 + "@types/react-dom": "19.2.2", 108 108 "shadcn": "2.7.0", 109 109 "tailwindcss": "4.1.11", 110 110 "tw-animate-css": "1.3.4",
+4 -4
apps/web/package.json
··· 71 71 "next-themes": "0.2.1", 72 72 "nuqs": "2.2.3", 73 73 "random-word-slugs": "0.1.7", 74 - "react": "19.1.1", 74 + "react": "19.2.0", 75 75 "react-day-picker": "8.10.1", 76 - "react-dom": "19.1.1", 76 + "react-dom": "19.2.0", 77 77 "react-hook-form": "7.54.2", 78 78 "react-tweet": "3.2.1", 79 79 "reading-time": "1.5.0", ··· 100 100 "@openstatus/tsconfig": "workspace:*", 101 101 "@tailwindcss/postcss": "^4.1.8", 102 102 "@types/node": "20.14.8", 103 - "@types/react": "19.1.13", 104 - "@types/react-dom": "19.1.9", 103 + "@types/react": "19.2.2", 104 + "@types/react-dom": "19.2.2", 105 105 "postcss": "8.4.38", 106 106 "rehype-autolink-headings": "7.1.0", 107 107 "rehype-slug": "5.1.0",
+4 -1
apps/web/src/components/layout/marketing-footer.tsx
··· 63 63 <p className="font-semibold text-foreground">Company</p> 64 64 <FooterLink href="/about" label="About" /> 65 65 <FooterLink href="/changelog" label="Changelog" /> 66 - <FooterLink href="https://www.openstatus.dev/llms.txt" label="I'm an LLM" /> 66 + <FooterLink 67 + href="https://www.openstatus.dev/llms.txt" 68 + label="I'm an LLM" 69 + /> 67 70 <FooterLink href="/legal/terms" label="Terms" /> 68 71 <FooterLink href="/legal/privacy" label="Privacy" /> 69 72 </div>
+1 -6
package.json
··· 29 29 "onlyBuiltDependencies": ["@swc/core", "sharp"] 30 30 }, 31 31 "name": "openstatus", 32 - "workspaces": [ 33 - "apps/*", 34 - "packages/*", 35 - "packages/config/*", 36 - "packages/notifications/*" 37 - ] 32 + "workspaces": ["apps/*", "packages/**/*", "packages/config/*"] 38 33 }
+2 -2
packages/api/package.json
··· 34 34 "@openstatus/tsconfig": "workspace:*", 35 35 "bun-types": "1.0.8", 36 36 "typescript": "5.7.2", 37 - "@types/react": "19.1.10", 38 - "@types/react-dom": "19.1.9" 37 + "@types/react": "19.2.2", 38 + "@types/react-dom": "19.2.2" 39 39 }, 40 40 "keywords": [], 41 41 "author": "",
+2 -2
packages/emails/package.json
··· 24 24 "devDependencies": { 25 25 "@openstatus/tsconfig": "workspace:*", 26 26 "@types/node": "22.10.2", 27 - "@types/react": "19.1.13", 28 - "react": "19.1.1", 27 + "@types/react": "19.2.2", 28 + "react": "19.2.0", 29 29 "typescript": "5.7.2" 30 30 } 31 31 }
+2 -2
packages/icons/package.json
··· 10 10 "devDependencies": { 11 11 "@biomejs/biome": "1.9.4", 12 12 "@openstatus/tsconfig": "workspace:*", 13 - "@types/react": "19.1.13", 14 - "@types/react-dom": "19.1.9", 13 + "@types/react": "19.2.2", 14 + "@types/react-dom": "19.2.2", 15 15 "typescript": "5.7.2" 16 16 }, 17 17 "dependencies": {
+2 -2
packages/notifications/opsgenie/package.json
··· 12 12 "devDependencies": { 13 13 "@openstatus/tsconfig": "workspace:*", 14 14 "@types/node": "20.8.0", 15 - "@types/react": "19.1.13", 16 - "@types/react-dom": "19.1.9", 15 + "@types/react": "19.2.2", 16 + "@types/react-dom": "19.2.2", 17 17 "typescript": "5.7.2" 18 18 } 19 19 }
+2 -2
packages/notifications/pagerduty/package.json
··· 12 12 "devDependencies": { 13 13 "@openstatus/tsconfig": "workspace:*", 14 14 "@types/node": "20.8.0", 15 - "@types/react": "19.1.13", 16 - "@types/react-dom": "19.1.9", 15 + "@types/react": "19.2.2", 16 + "@types/react-dom": "19.2.2", 17 17 "typescript": "5.7.2" 18 18 } 19 19 }
+2 -2
packages/ui/package.json
··· 12 12 "@openstatus/tsconfig": "workspace:*", 13 13 "@types/luxon": "3.4.2", 14 14 "@types/node": "22.10.2", 15 - "@types/react": "19.1.10", 15 + "@types/react": "19.2.2", 16 16 "@types/react-dom": "19.1.9", 17 17 "tailwindcss": "4.1.8", 18 18 "typescript": "5.7.2" ··· 52 52 "lucide-react": "0.468.0", 53 53 "luxon": "3.5.0", 54 54 "next": "15.5.3", 55 - "react": "19.1.1", 55 + "react": "19.2.0", 56 56 "react-day-picker": "8.10.1", 57 57 "react-hook-form": "7.54.2", 58 58 "recharts": "2.15.0",
+1432 -1562
pnpm-lock.yaml
··· 43 43 version: 2.1.0 44 44 '@dnd-kit/core': 45 45 specifier: 6.3.1 46 - version: 6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 46 + version: 6.3.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 47 47 '@dnd-kit/modifiers': 48 48 specifier: 9.0.0 49 - version: 9.0.0(@dnd-kit/core@6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1) 49 + version: 9.0.0(@dnd-kit/core@6.3.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0) 50 50 '@dnd-kit/sortable': 51 51 specifier: 10.0.0 52 - version: 10.0.0(@dnd-kit/core@6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1) 52 + version: 10.0.0(@dnd-kit/core@6.3.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0) 53 53 '@dnd-kit/utilities': 54 54 specifier: 3.2.2 55 - version: 3.2.2(react@19.1.1) 55 + version: 3.2.2(react@19.2.0) 56 56 '@hookform/devtools': 57 57 specifier: 4.4.0 58 - version: 4.4.0(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 58 + version: 4.4.0(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 59 59 '@hookform/resolvers': 60 60 specifier: 4.1.3 61 - version: 4.1.3(react-hook-form@7.54.2(react@19.1.1)) 61 + version: 4.1.3(react-hook-form@7.54.2(react@19.2.0)) 62 62 '@libsql/client': 63 63 specifier: 0.15.14 64 64 version: 0.15.14(bufferutil@4.0.8)(utf-8-validate@6.0.5) 65 65 '@openpanel/nextjs': 66 66 specifier: 1.0.8 67 - version: 1.0.8(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 67 + version: 1.0.8(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 68 68 '@openstatus/analytics': 69 69 specifier: workspace:* 70 70 version: link:../../packages/analytics ··· 133 133 version: link:../../packages/utils 134 134 '@radix-ui/react-alert-dialog': 135 135 specifier: 1.1.14 136 - version: 1.1.14(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 136 + version: 1.1.14(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 137 137 '@radix-ui/react-avatar': 138 138 specifier: 1.1.10 139 - version: 1.1.10(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 139 + version: 1.1.10(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 140 140 '@radix-ui/react-checkbox': 141 141 specifier: 1.3.2 142 - version: 1.3.2(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 142 + version: 1.3.2(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 143 143 '@radix-ui/react-collapsible': 144 144 specifier: 1.1.11 145 - version: 1.1.11(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 145 + version: 1.1.11(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 146 146 '@radix-ui/react-dialog': 147 147 specifier: 1.1.14 148 - version: 1.1.14(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 148 + version: 1.1.14(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 149 149 '@radix-ui/react-dropdown-menu': 150 150 specifier: 2.1.15 151 - version: 2.1.15(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 151 + version: 2.1.15(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 152 152 '@radix-ui/react-hover-card': 153 153 specifier: 1.1.14 154 - version: 1.1.14(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 154 + version: 1.1.14(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 155 155 '@radix-ui/react-label': 156 156 specifier: 2.1.7 157 - version: 2.1.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 157 + version: 2.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 158 158 '@radix-ui/react-popover': 159 159 specifier: 1.1.14 160 - version: 1.1.14(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 160 + version: 1.1.14(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 161 161 '@radix-ui/react-portal': 162 162 specifier: 1.1.9 163 - version: 1.1.9(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 163 + version: 1.1.9(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 164 164 '@radix-ui/react-progress': 165 165 specifier: 1.1.7 166 - version: 1.1.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 166 + version: 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 167 167 '@radix-ui/react-radio-group': 168 168 specifier: 1.3.7 169 - version: 1.3.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 169 + version: 1.3.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 170 170 '@radix-ui/react-select': 171 171 specifier: 2.2.5 172 - version: 2.2.5(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 172 + version: 2.2.5(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 173 173 '@radix-ui/react-separator': 174 174 specifier: 1.1.7 175 - version: 1.1.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 175 + version: 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 176 176 '@radix-ui/react-slider': 177 177 specifier: 1.3.5 178 - version: 1.3.5(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 178 + version: 1.3.5(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 179 179 '@radix-ui/react-slot': 180 180 specifier: 1.2.3 181 - version: 1.2.3(@types/react@19.1.13)(react@19.1.1) 181 + version: 1.2.3(@types/react@19.2.2)(react@19.2.0) 182 182 '@radix-ui/react-switch': 183 183 specifier: 1.2.5 184 - version: 1.2.5(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 184 + version: 1.2.5(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 185 185 '@radix-ui/react-tabs': 186 186 specifier: 1.1.12 187 - version: 1.1.12(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 187 + version: 1.1.12(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 188 188 '@radix-ui/react-tooltip': 189 189 specifier: 1.2.7 190 - version: 1.2.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 190 + version: 1.2.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 191 191 '@sentry/nextjs': 192 192 specifier: 8.46.0 193 - version: 8.46.0(@opentelemetry/core@1.30.0(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.56.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.30.0(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(webpack@5.97.1) 193 + version: 8.46.0(@opentelemetry/core@1.30.0(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.56.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.30.0(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0)(webpack@5.97.1) 194 194 '@stripe/stripe-js': 195 195 specifier: 2.1.6 196 196 version: 2.1.6 197 197 '@tanstack/react-query': 198 198 specifier: 5.81.5 199 - version: 5.81.5(react@19.1.1) 199 + version: 5.81.5(react@19.2.0) 200 200 '@tanstack/react-table': 201 201 specifier: 8.21.3 202 - version: 8.21.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 202 + version: 8.21.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 203 203 '@trpc/client': 204 204 specifier: 11.4.4 205 205 version: 11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2) 206 206 '@trpc/next': 207 207 specifier: 11.4.4 208 - version: 11.4.4(@tanstack/react-query@5.81.5(react@19.1.1))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/react-query@11.4.4(@tanstack/react-query@5.81.5(react@19.1.1))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(next@15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.7.2) 208 + version: 11.4.4(@tanstack/react-query@5.81.5(react@19.2.0))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/react-query@11.4.4(@tanstack/react-query@5.81.5(react@19.2.0))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(next@15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.7.2) 209 209 '@trpc/react-query': 210 210 specifier: 11.4.4 211 - version: 11.4.4(@tanstack/react-query@5.81.5(react@19.1.1))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.7.2) 211 + version: 11.4.4(@tanstack/react-query@5.81.5(react@19.2.0))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.7.2) 212 212 '@trpc/server': 213 213 specifier: 11.4.4 214 214 version: 11.4.4(typescript@5.7.2) 215 215 '@trpc/tanstack-react-query': 216 216 specifier: 11.4.4 217 - version: 11.4.4(@tanstack/react-query@5.81.5(react@19.1.1))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.7.2) 217 + version: 11.4.4(@tanstack/react-query@5.81.5(react@19.2.0))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.7.2) 218 218 class-variance-authority: 219 219 specifier: 0.7.1 220 220 version: 0.7.1 ··· 223 223 version: 2.1.1 224 224 cmdk: 225 225 specifier: 1.1.1 226 - version: 1.1.1(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 226 + version: 1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 227 227 date-fns: 228 228 specifier: 4.1.0 229 229 version: 4.1.0 230 230 lucide-react: 231 231 specifier: 0.525.0 232 - version: 0.525.0(react@19.1.1) 232 + version: 0.525.0(react@19.2.0) 233 233 next: 234 234 specifier: 15.5.3 235 - version: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 235 + version: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 236 236 next-auth: 237 237 specifier: 5.0.0-beta.29 238 - version: 5.0.0-beta.29(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1) 238 + version: 5.0.0-beta.29(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0) 239 239 next-themes: 240 240 specifier: 0.4.6 241 - version: 0.4.6(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 241 + version: 0.4.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 242 242 nuqs: 243 243 specifier: 2.4.3 244 - version: 2.4.3(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1) 244 + version: 2.4.3(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0) 245 245 random-word-slugs: 246 246 specifier: 0.1.7 247 247 version: 0.1.7 248 248 react: 249 - specifier: 19.1.1 250 - version: 19.1.1 249 + specifier: 19.2.0 250 + version: 19.2.0 251 251 react-day-picker: 252 252 specifier: 8.10.1 253 - version: 8.10.1(date-fns@4.1.0)(react@19.1.1) 253 + version: 8.10.1(date-fns@4.1.0)(react@19.2.0) 254 254 react-dom: 255 - specifier: 19.1.1 256 - version: 19.1.1(react@19.1.1) 255 + specifier: 19.2.0 256 + version: 19.2.0(react@19.2.0) 257 257 react-hook-form: 258 258 specifier: 7.54.2 259 - version: 7.54.2(react@19.1.1) 259 + version: 7.54.2(react@19.2.0) 260 260 recharts: 261 261 specifier: 2.15.0 262 - version: 2.15.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 262 + version: 2.15.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 263 263 rehype-react: 264 264 specifier: 8.0.0 265 265 version: 8.0.0 ··· 274 274 version: 11.1.2 275 275 sonner: 276 276 specifier: 2.0.5 277 - version: 2.0.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 277 + version: 2.0.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 278 278 stripe: 279 279 specifier: 13.8.0 280 280 version: 13.8.0 ··· 301 301 specifier: 24.0.8 302 302 version: 24.0.8 303 303 '@types/react': 304 - specifier: 19.1.13 305 - version: 19.1.13 304 + specifier: 19.2.2 305 + version: 19.2.2 306 306 '@types/react-dom': 307 - specifier: 19.1.9 308 - version: 19.1.9(@types/react@19.1.13) 307 + specifier: 19.2.2 308 + version: 19.2.2(@types/react@19.2.2) 309 309 shadcn: 310 310 specifier: 2.7.0 311 311 version: 2.7.0(@types/node@24.0.8)(typescript@5.7.2) ··· 326 326 version: 0.9.4(prettier@3.6.2)(typescript@5.7.2) 327 327 '@astrojs/react': 328 328 specifier: 4.3.1 329 - version: 4.3.1(@types/node@24.0.8)(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(terser@5.43.1)(yaml@2.6.1) 329 + version: 4.3.1(@types/node@24.0.8)(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(jiti@2.4.2)(lightningcss@1.30.1)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(terser@5.43.1)(yaml@2.6.1) 330 330 '@astrojs/sitemap': 331 331 specifier: 3.5.1 332 332 version: 3.5.1 ··· 515 515 version: 2.1.0 516 516 '@dnd-kit/core': 517 517 specifier: 6.3.1 518 - version: 6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 518 + version: 6.3.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 519 519 '@dnd-kit/modifiers': 520 520 specifier: 9.0.0 521 - version: 9.0.0(@dnd-kit/core@6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1) 521 + version: 9.0.0(@dnd-kit/core@6.3.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0) 522 522 '@dnd-kit/sortable': 523 523 specifier: 10.0.0 524 - version: 10.0.0(@dnd-kit/core@6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1) 524 + version: 10.0.0(@dnd-kit/core@6.3.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0) 525 525 '@dnd-kit/utilities': 526 526 specifier: 3.2.2 527 - version: 3.2.2(react@19.1.1) 527 + version: 3.2.2(react@19.2.0) 528 528 '@hookform/devtools': 529 529 specifier: 4.4.0 530 - version: 4.4.0(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 530 + version: 4.4.0(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 531 531 '@hookform/resolvers': 532 532 specifier: 4.1.3 533 - version: 4.1.3(react-hook-form@7.54.2(react@19.1.1)) 533 + version: 4.1.3(react-hook-form@7.54.2(react@19.2.0)) 534 534 '@libsql/client': 535 535 specifier: 0.15.9 536 536 version: 0.15.9(bufferutil@4.0.8)(utf-8-validate@6.0.5) 537 537 '@openpanel/nextjs': 538 538 specifier: 1.0.8 539 - version: 1.0.8(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 539 + version: 1.0.8(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 540 540 '@openstatus/analytics': 541 541 specifier: workspace:* 542 542 version: link:../../packages/analytics ··· 599 599 version: link:../../packages/utils 600 600 '@radix-ui/react-alert-dialog': 601 601 specifier: 1.1.14 602 - version: 1.1.14(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 602 + version: 1.1.14(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 603 603 '@radix-ui/react-avatar': 604 604 specifier: 1.1.10 605 - version: 1.1.10(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 605 + version: 1.1.10(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 606 606 '@radix-ui/react-checkbox': 607 607 specifier: 1.3.2 608 - version: 1.3.2(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 608 + version: 1.3.2(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 609 609 '@radix-ui/react-collapsible': 610 610 specifier: 1.1.11 611 - version: 1.1.11(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 611 + version: 1.1.11(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 612 612 '@radix-ui/react-dialog': 613 613 specifier: 1.1.14 614 - version: 1.1.14(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 614 + version: 1.1.14(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 615 615 '@radix-ui/react-dropdown-menu': 616 616 specifier: 2.1.15 617 - version: 2.1.15(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 617 + version: 2.1.15(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 618 618 '@radix-ui/react-hover-card': 619 619 specifier: 1.1.14 620 - version: 1.1.14(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 620 + version: 1.1.14(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 621 621 '@radix-ui/react-label': 622 622 specifier: 2.1.7 623 - version: 2.1.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 623 + version: 2.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 624 624 '@radix-ui/react-popover': 625 625 specifier: 1.1.14 626 - version: 1.1.14(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 626 + version: 1.1.14(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 627 627 '@radix-ui/react-portal': 628 628 specifier: 1.1.9 629 - version: 1.1.9(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 629 + version: 1.1.9(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 630 630 '@radix-ui/react-progress': 631 631 specifier: 1.1.7 632 - version: 1.1.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 632 + version: 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 633 633 '@radix-ui/react-radio-group': 634 634 specifier: 1.3.7 635 - version: 1.3.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 635 + version: 1.3.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 636 636 '@radix-ui/react-select': 637 637 specifier: 2.2.5 638 - version: 2.2.5(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 638 + version: 2.2.5(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 639 639 '@radix-ui/react-separator': 640 640 specifier: 1.1.7 641 - version: 1.1.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 641 + version: 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 642 642 '@radix-ui/react-slider': 643 643 specifier: 1.3.5 644 - version: 1.3.5(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 644 + version: 1.3.5(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 645 645 '@radix-ui/react-slot': 646 646 specifier: 1.2.3 647 - version: 1.2.3(@types/react@19.1.13)(react@19.1.1) 647 + version: 1.2.3(@types/react@19.2.2)(react@19.2.0) 648 648 '@radix-ui/react-switch': 649 649 specifier: 1.2.5 650 - version: 1.2.5(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 650 + version: 1.2.5(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 651 651 '@radix-ui/react-tabs': 652 652 specifier: 1.1.12 653 - version: 1.1.12(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 653 + version: 1.1.12(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 654 654 '@radix-ui/react-tooltip': 655 655 specifier: 1.2.7 656 - version: 1.2.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 656 + version: 1.2.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 657 657 '@sentry/nextjs': 658 658 specifier: 8.46.0 659 - version: 8.46.0(@opentelemetry/core@1.30.0(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.56.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.30.0(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(webpack@5.97.1) 659 + version: 8.46.0(@opentelemetry/core@1.30.0(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.56.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.30.0(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0)(webpack@5.97.1) 660 660 '@stripe/stripe-js': 661 661 specifier: 2.1.6 662 662 version: 2.1.6 663 663 '@tanstack/react-query': 664 664 specifier: 5.81.5 665 - version: 5.81.5(react@19.1.1) 665 + version: 5.81.5(react@19.2.0) 666 666 '@tanstack/react-table': 667 667 specifier: 8.21.3 668 - version: 8.21.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 668 + version: 8.21.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 669 669 '@trpc/client': 670 670 specifier: 11.4.4 671 671 version: 11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2) 672 672 '@trpc/next': 673 673 specifier: 11.4.4 674 - version: 11.4.4(@tanstack/react-query@5.81.5(react@19.1.1))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/react-query@11.4.4(@tanstack/react-query@5.81.5(react@19.1.1))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(next@15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.7.2) 674 + version: 11.4.4(@tanstack/react-query@5.81.5(react@19.2.0))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/react-query@11.4.4(@tanstack/react-query@5.81.5(react@19.2.0))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(next@15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.7.2) 675 675 '@trpc/react-query': 676 676 specifier: 11.4.4 677 - version: 11.4.4(@tanstack/react-query@5.81.5(react@19.1.1))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.7.2) 677 + version: 11.4.4(@tanstack/react-query@5.81.5(react@19.2.0))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.7.2) 678 678 '@trpc/server': 679 679 specifier: 11.4.4 680 680 version: 11.4.4(typescript@5.7.2) 681 681 '@trpc/tanstack-react-query': 682 682 specifier: 11.4.4 683 - version: 11.4.4(@tanstack/react-query@5.81.5(react@19.1.1))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.7.2) 683 + version: 11.4.4(@tanstack/react-query@5.81.5(react@19.2.0))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.7.2) 684 684 class-variance-authority: 685 685 specifier: 0.7.1 686 686 version: 0.7.1 ··· 689 689 version: 2.1.1 690 690 cmdk: 691 691 specifier: 1.1.1 692 - version: 1.1.1(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 692 + version: 1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 693 693 date-fns: 694 694 specifier: 4.1.0 695 695 version: 4.1.0 696 696 lucide-react: 697 697 specifier: 0.525.0 698 - version: 0.525.0(react@19.1.1) 698 + version: 0.525.0(react@19.2.0) 699 699 next: 700 700 specifier: 15.5.3 701 - version: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 701 + version: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 702 702 next-auth: 703 703 specifier: 5.0.0-beta.29 704 - version: 5.0.0-beta.29(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1) 704 + version: 5.0.0-beta.29(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0) 705 705 next-plausible: 706 706 specifier: 3.12.4 707 - version: 3.12.4(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 707 + version: 3.12.4(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 708 708 next-themes: 709 709 specifier: 0.4.6 710 - version: 0.4.6(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 710 + version: 0.4.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 711 711 nuqs: 712 712 specifier: 2.4.3 713 - version: 2.4.3(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1) 713 + version: 2.4.3(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0) 714 714 random-word-slugs: 715 715 specifier: 0.1.7 716 716 version: 0.1.7 717 717 react: 718 - specifier: 19.1.1 719 - version: 19.1.1 718 + specifier: 19.2.0 719 + version: 19.2.0 720 720 react-day-picker: 721 721 specifier: 8.10.1 722 - version: 8.10.1(date-fns@4.1.0)(react@19.1.1) 722 + version: 8.10.1(date-fns@4.1.0)(react@19.2.0) 723 723 react-dom: 724 - specifier: 19.1.1 725 - version: 19.1.1(react@19.1.1) 724 + specifier: 19.2.0 725 + version: 19.2.0(react@19.2.0) 726 726 react-hook-form: 727 727 specifier: 7.54.2 728 - version: 7.54.2(react@19.1.1) 728 + version: 7.54.2(react@19.2.0) 729 729 recharts: 730 730 specifier: 2.15.0 731 - version: 2.15.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 731 + version: 2.15.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 732 732 rehype-react: 733 733 specifier: 8.0.0 734 734 version: 8.0.0 ··· 743 743 version: 11.1.2 744 744 sonner: 745 745 specifier: 2.0.5 746 - version: 2.0.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 746 + version: 2.0.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 747 747 stripe: 748 748 specifier: 13.8.0 749 749 version: 13.8.0 ··· 773 773 specifier: 24.0.8 774 774 version: 24.0.8 775 775 '@types/react': 776 - specifier: 19.1.13 777 - version: 19.1.13 776 + specifier: 19.2.2 777 + version: 19.2.2 778 778 '@types/react-dom': 779 - specifier: 19.1.9 780 - version: 19.1.9(@types/react@19.1.13) 779 + specifier: 19.2.2 780 + version: 19.2.2(@types/react@19.2.2) 781 781 shadcn: 782 782 specifier: 2.7.0 783 783 version: 2.7.0(@types/node@24.0.8)(typescript@5.7.2) ··· 804 804 version: 4.0.1(encoding@0.1.13) 805 805 '@hookform/resolvers': 806 806 specifier: 4.1.3 807 - version: 4.1.3(react-hook-form@7.54.2(react@19.1.1)) 807 + version: 4.1.3(react-hook-form@7.54.2(react@19.2.0)) 808 808 '@libsql/client': 809 809 specifier: 0.15.14 810 810 version: 0.15.14(bufferutil@4.0.8)(utf-8-validate@6.0.5) 811 811 '@openpanel/nextjs': 812 812 specifier: 1.0.8 813 - version: 1.0.8(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 813 + version: 1.0.8(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 814 814 '@openstatus/analytics': 815 815 specifier: workspace:* 816 816 version: link:../../packages/analytics ··· 879 879 version: link:../../packages/utils 880 880 '@radix-ui/react-portal': 881 881 specifier: 1.1.3 882 - version: 1.1.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 882 + version: 1.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 883 883 '@sentry/nextjs': 884 884 specifier: 8.46.0 885 - version: 8.46.0(@opentelemetry/core@1.30.0(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.56.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.30.0(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(webpack@5.97.1(esbuild@0.21.5)) 885 + version: 8.46.0(@opentelemetry/core@1.30.0(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.56.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.30.0(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0)(webpack@5.97.1(esbuild@0.21.5)) 886 886 '@stripe/stripe-js': 887 887 specifier: 2.1.6 888 888 version: 2.1.6 ··· 897 897 version: 0.5.10(tailwindcss@4.1.8) 898 898 '@tanstack/react-query': 899 899 specifier: 5.80.7 900 - version: 5.80.7(react@19.1.1) 900 + version: 5.80.7(react@19.2.0) 901 901 '@tanstack/react-query-devtools': 902 902 specifier: 5.80.7 903 - version: 5.80.7(@tanstack/react-query@5.80.7(react@19.1.1))(react@19.1.1) 903 + version: 5.80.7(@tanstack/react-query@5.80.7(react@19.2.0))(react@19.2.0) 904 904 '@tanstack/react-table': 905 905 specifier: 8.10.3 906 - version: 8.10.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 906 + version: 8.10.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 907 907 '@trpc/client': 908 908 specifier: 11.4.4 909 909 version: 11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2) 910 910 '@trpc/next': 911 911 specifier: 11.4.4 912 - version: 11.4.4(@tanstack/react-query@5.80.7(react@19.1.1))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/react-query@11.4.4(@tanstack/react-query@5.80.7(react@19.1.1))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.7.2) 912 + version: 11.4.4(@tanstack/react-query@5.80.7(react@19.2.0))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/react-query@11.4.4(@tanstack/react-query@5.80.7(react@19.2.0))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.7.2) 913 913 '@trpc/react-query': 914 914 specifier: 11.4.4 915 - version: 11.4.4(@tanstack/react-query@5.80.7(react@19.1.1))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.7.2) 915 + version: 11.4.4(@tanstack/react-query@5.80.7(react@19.2.0))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.7.2) 916 916 '@trpc/server': 917 917 specifier: 11.4.4 918 918 version: 11.4.4(typescript@5.7.2) ··· 936 936 version: 2.1.1 937 937 cmdk: 938 938 specifier: 1.0.4 939 - version: 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 939 + version: 1.0.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 940 940 cobe: 941 941 specifier: 0.6.3 942 942 version: 0.6.3 ··· 951 951 version: 4.2.2 952 952 lucide-react: 953 953 specifier: 0.468.0 954 - version: 0.468.0(react@19.1.1) 954 + version: 0.468.0(react@19.2.0) 955 955 nanoid: 956 956 specifier: 5.0.7 957 957 version: 5.0.7 958 958 next: 959 959 specifier: 15.5.3 960 - version: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 960 + version: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 961 961 next-auth: 962 962 specifier: 5.0.0-beta.29 963 - version: 5.0.0-beta.29(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1) 963 + version: 5.0.0-beta.29(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0) 964 964 next-plausible: 965 965 specifier: 3.12.4 966 - version: 3.12.4(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 966 + version: 3.12.4(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 967 967 next-themes: 968 968 specifier: 0.2.1 969 - version: 0.2.1(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 969 + version: 0.2.1(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 970 970 nuqs: 971 971 specifier: 2.2.3 972 - version: 2.2.3(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1) 972 + version: 2.2.3(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0) 973 973 random-word-slugs: 974 974 specifier: 0.1.7 975 975 version: 0.1.7 976 976 react: 977 - specifier: 19.1.1 978 - version: 19.1.1 977 + specifier: 19.2.0 978 + version: 19.2.0 979 979 react-day-picker: 980 980 specifier: 8.10.1 981 - version: 8.10.1(date-fns@2.30.0)(react@19.1.1) 981 + version: 8.10.1(date-fns@2.30.0)(react@19.2.0) 982 982 react-dom: 983 - specifier: 19.1.1 984 - version: 19.1.1(react@19.1.1) 983 + specifier: 19.2.0 984 + version: 19.2.0(react@19.2.0) 985 985 react-hook-form: 986 986 specifier: 7.54.2 987 - version: 7.54.2(react@19.1.1) 987 + version: 7.54.2(react@19.2.0) 988 988 react-tweet: 989 989 specifier: 3.2.1 990 - version: 3.2.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 990 + version: 3.2.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 991 991 reading-time: 992 992 specifier: 1.5.0 993 993 version: 1.5.0 994 994 recharts: 995 995 specifier: 2.15.0 996 - version: 2.15.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 996 + version: 2.15.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 997 997 rehype-pretty-code: 998 998 specifier: 0.10.0 999 999 version: 0.10.0(shiki@0.14.4) 1000 1000 rehype-react: 1001 1001 specifier: 7.2.0 1002 - version: 7.2.0(@types/react@19.1.13) 1002 + version: 7.2.0(@types/react@19.2.2) 1003 1003 remark-gfm: 1004 1004 specifier: 4.0.1 1005 1005 version: 4.0.1 ··· 1011 1011 version: 10.1.0 1012 1012 resend: 1013 1013 specifier: 4.0.1 1014 - version: 4.0.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1014 + version: 4.0.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1015 1015 schema-dts: 1016 1016 specifier: 1.1.5 1017 1017 version: 1.1.5 ··· 1020 1020 version: 0.14.4 1021 1021 sonner: 1022 1022 specifier: 1.7.1 1023 - version: 1.7.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1023 + version: 1.7.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1024 1024 stripe: 1025 1025 specifier: 13.8.0 1026 1026 version: 13.8.0 ··· 1042 1042 version: 0.7.3(typescript@5.7.2) 1043 1043 '@content-collections/mdx': 1044 1044 specifier: 0.2.0 1045 - version: 0.2.0(@content-collections/core@0.7.3(typescript@5.7.2))(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1045 + version: 0.2.0(@content-collections/core@0.7.3(typescript@5.7.2))(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1046 1046 '@content-collections/next': 1047 1047 specifier: 0.2.4 1048 - version: 0.2.4(@content-collections/core@0.7.3(typescript@5.7.2))(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)) 1048 + version: 0.2.4(@content-collections/core@0.7.3(typescript@5.7.2))(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)) 1049 1049 '@openstatus/tsconfig': 1050 1050 specifier: workspace:* 1051 1051 version: link:../../packages/tsconfig ··· 1056 1056 specifier: 20.14.8 1057 1057 version: 20.14.8 1058 1058 '@types/react': 1059 - specifier: 19.1.13 1060 - version: 19.1.13 1059 + specifier: 19.2.2 1060 + version: 19.2.2 1061 1061 '@types/react-dom': 1062 - specifier: 19.1.9 1063 - version: 19.1.9(@types/react@19.1.13) 1062 + specifier: 19.2.2 1063 + version: 19.2.2(@types/react@19.2.2) 1064 1064 postcss: 1065 1065 specifier: 8.4.38 1066 1066 version: 8.4.38 ··· 1145 1145 version: link:../../packages/tsconfig 1146 1146 '@types/bun': 1147 1147 specifier: latest 1148 - version: 1.2.22(@types/react@19.1.13) 1148 + version: 1.2.22(@types/react@19.2.2) 1149 1149 typescript: 1150 1150 specifier: 5.7.2 1151 1151 version: 5.7.2 ··· 1224 1224 version: 5.0.0-beta.1 1225 1225 next: 1226 1226 specifier: 15.5.3 1227 - version: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1227 + version: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1228 1228 random-word-slugs: 1229 1229 specifier: 0.1.7 1230 1230 version: 0.1.7 ··· 1242 1242 specifier: workspace:* 1243 1243 version: link:../tsconfig 1244 1244 '@types/react': 1245 - specifier: 19.1.10 1246 - version: 19.1.10 1245 + specifier: 19.2.2 1246 + version: 19.2.2 1247 1247 '@types/react-dom': 1248 - specifier: 19.1.9 1249 - version: 19.1.9(@types/react@19.1.10) 1248 + specifier: 19.2.2 1249 + version: 19.2.2(@types/react@19.2.2) 1250 1250 bun-types: 1251 1251 specifier: 1.0.8 1252 1252 version: 1.0.8 ··· 1286 1286 version: 0.7.1(typescript@5.7.2)(zod@3.24.2) 1287 1287 drizzle-orm: 1288 1288 specifier: 0.44.4 1289 - version: 0.44.4(@cloudflare/workers-types@4.20250303.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.15.14(bufferutil@4.0.8)(utf-8-validate@6.0.5))(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(better-sqlite3@11.7.0)(bun-types@1.2.22(@types/react@19.1.13)) 1289 + version: 0.44.4(@cloudflare/workers-types@4.20250303.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.15.14(bufferutil@4.0.8)(utf-8-validate@6.0.5))(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(better-sqlite3@11.7.0)(bun-types@1.2.22(@types/react@19.2.2)) 1290 1290 drizzle-zod: 1291 1291 specifier: 0.5.1 1292 - version: 0.5.1(drizzle-orm@0.44.4(@cloudflare/workers-types@4.20250303.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.15.14(bufferutil@4.0.8)(utf-8-validate@6.0.5))(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(better-sqlite3@11.7.0)(bun-types@1.2.22(@types/react@19.1.13)))(zod@3.24.2) 1292 + version: 0.5.1(drizzle-orm@0.44.4(@cloudflare/workers-types@4.20250303.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.15.14(bufferutil@4.0.8)(utf-8-validate@6.0.5))(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(better-sqlite3@11.7.0)(bun-types@1.2.22(@types/react@19.2.2)))(zod@3.24.2) 1293 1293 zod: 1294 1294 specifier: 3.24.2 1295 1295 version: 3.24.2 ··· 1305 1305 version: 0.31.4 1306 1306 next-auth: 1307 1307 specifier: 5.0.0-beta.29 1308 - version: 5.0.0-beta.29(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1) 1308 + version: 5.0.0-beta.29(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0) 1309 1309 typescript: 1310 1310 specifier: 5.7.2 1311 1311 version: 5.7.2 ··· 1314 1314 dependencies: 1315 1315 '@react-email/button': 1316 1316 specifier: 0.1.0 1317 - version: 0.1.0(react@19.1.1) 1317 + version: 0.1.0(react@19.2.0) 1318 1318 '@react-email/components': 1319 1319 specifier: 0.1.1 1320 - version: 0.1.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1320 + version: 0.1.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1321 1321 '@react-email/head': 1322 1322 specifier: 0.0.12 1323 - version: 0.0.12(react@19.1.1) 1323 + version: 0.0.12(react@19.2.0) 1324 1324 '@react-email/html': 1325 1325 specifier: 0.0.11 1326 - version: 0.0.11(react@19.1.1) 1326 + version: 0.0.11(react@19.2.0) 1327 1327 '@react-email/render': 1328 1328 specifier: 1.1.3 1329 - version: 1.1.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1329 + version: 1.1.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1330 1330 '@react-email/tailwind': 1331 1331 specifier: 1.0.5 1332 - version: 1.0.5(react@19.1.1) 1332 + version: 1.0.5(react@19.2.0) 1333 1333 '@t3-oss/env-core': 1334 1334 specifier: 0.7.1 1335 1335 version: 0.7.1(typescript@5.7.2)(zod@3.24.2) 1336 1336 react-email: 1337 1337 specifier: 4.0.17 1338 - version: 4.0.17(@opentelemetry/api@1.9.0)(bufferutil@4.0.8)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(utf-8-validate@6.0.5) 1338 + version: 4.0.17(@opentelemetry/api@1.9.0)(bufferutil@4.0.8)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@6.0.5) 1339 1339 resend: 1340 1340 specifier: 4.6.0 1341 - version: 4.6.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1341 + version: 4.6.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1342 1342 zod: 1343 1343 specifier: 3.24.2 1344 1344 version: 3.24.2 ··· 1350 1350 specifier: 22.10.2 1351 1351 version: 22.10.2 1352 1352 '@types/react': 1353 - specifier: 19.1.13 1354 - version: 19.1.13 1353 + specifier: 19.2.2 1354 + version: 19.2.2 1355 1355 react: 1356 - specifier: 19.1.1 1357 - version: 19.1.1 1356 + specifier: 19.2.0 1357 + version: 19.2.0 1358 1358 typescript: 1359 1359 specifier: 5.7.2 1360 1360 version: 5.7.2 ··· 1394 1394 specifier: workspace:* 1395 1395 version: link:../tsconfig 1396 1396 '@types/react': 1397 - specifier: 19.1.13 1398 - version: 19.1.13 1397 + specifier: 19.2.2 1398 + version: 19.2.2 1399 1399 '@types/react-dom': 1400 - specifier: 19.1.9 1401 - version: 19.1.9(@types/react@19.1.13) 1400 + specifier: 19.2.2 1401 + version: 19.2.2(@types/react@19.2.2) 1402 1402 typescript: 1403 1403 specifier: 5.7.2 1404 1404 version: 5.7.2 ··· 1441 1441 version: link:../../utils 1442 1442 '@react-email/components': 1443 1443 specifier: 0.0.36 1444 - version: 0.0.36(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1444 + version: 0.0.36(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1445 1445 '@react-email/render': 1446 1446 specifier: 1.0.6 1447 - version: 1.0.6(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1447 + version: 1.0.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1448 1448 '@t3-oss/env-core': 1449 1449 specifier: 0.7.0 1450 1450 version: 0.7.0(typescript@5.7.2)(zod@3.24.2) 1451 1451 resend: 1452 1452 specifier: 4.0.1 1453 - version: 4.0.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1453 + version: 4.0.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1454 1454 zod: 1455 1455 specifier: 3.24.2 1456 1456 version: 3.24.2 ··· 1509 1509 specifier: 20.8.0 1510 1510 version: 20.8.0 1511 1511 '@types/react': 1512 - specifier: 19.1.13 1513 - version: 19.1.13 1512 + specifier: 19.2.2 1513 + version: 19.2.2 1514 1514 '@types/react-dom': 1515 - specifier: 19.1.9 1516 - version: 19.1.9(@types/react@19.1.13) 1515 + specifier: 19.2.2 1516 + version: 19.2.2(@types/react@19.2.2) 1517 1517 typescript: 1518 1518 specifier: 5.7.2 1519 1519 version: 5.7.2 ··· 1543 1543 specifier: 20.8.0 1544 1544 version: 20.8.0 1545 1545 '@types/react': 1546 - specifier: 19.1.13 1547 - version: 19.1.13 1546 + specifier: 19.2.2 1547 + version: 19.2.2 1548 1548 '@types/react-dom': 1549 - specifier: 19.1.9 1550 - version: 19.1.9(@types/react@19.1.13) 1549 + specifier: 19.2.2 1550 + version: 19.2.2(@types/react@19.2.2) 1551 1551 typescript: 1552 1552 specifier: 5.7.2 1553 1553 version: 5.7.2 ··· 1718 1718 dependencies: 1719 1719 '@dnd-kit/core': 1720 1720 specifier: 6.3.1 1721 - version: 6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1721 + version: 6.3.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1722 1722 '@dnd-kit/modifiers': 1723 1723 specifier: 9.0.0 1724 - version: 9.0.0(@dnd-kit/core@6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1) 1724 + version: 9.0.0(@dnd-kit/core@6.3.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0) 1725 1725 '@dnd-kit/sortable': 1726 1726 specifier: 10.0.0 1727 - version: 10.0.0(@dnd-kit/core@6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1) 1727 + version: 10.0.0(@dnd-kit/core@6.3.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0) 1728 1728 '@dnd-kit/utilities': 1729 1729 specifier: 3.2.2 1730 - version: 3.2.2(react@19.1.1) 1730 + version: 3.2.2(react@19.2.0) 1731 1731 '@hookform/resolvers': 1732 1732 specifier: 4.1.3 1733 - version: 4.1.3(react-hook-form@7.54.2(react@19.1.1)) 1733 + version: 4.1.3(react-hook-form@7.54.2(react@19.2.0)) 1734 1734 '@radix-ui/react-accordion': 1735 1735 specifier: 1.2.2 1736 - version: 1.2.2(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1736 + version: 1.2.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1737 1737 '@radix-ui/react-alert-dialog': 1738 1738 specifier: 1.1.4 1739 - version: 1.1.4(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1739 + version: 1.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1740 1740 '@radix-ui/react-avatar': 1741 1741 specifier: 1.1.2 1742 - version: 1.1.2(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1742 + version: 1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1743 1743 '@radix-ui/react-checkbox': 1744 1744 specifier: 1.1.3 1745 - version: 1.1.3(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1745 + version: 1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1746 1746 '@radix-ui/react-collapsible': 1747 1747 specifier: 1.1.2 1748 - version: 1.1.2(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1748 + version: 1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1749 1749 '@radix-ui/react-context-menu': 1750 1750 specifier: 2.2.4 1751 - version: 2.2.4(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1751 + version: 2.2.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1752 1752 '@radix-ui/react-dialog': 1753 1753 specifier: 1.1.4 1754 - version: 1.1.4(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1754 + version: 1.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1755 1755 '@radix-ui/react-dropdown-menu': 1756 1756 specifier: 2.1.4 1757 - version: 2.1.4(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1757 + version: 2.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1758 1758 '@radix-ui/react-hover-card': 1759 1759 specifier: 1.1.4 1760 - version: 1.1.4(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1760 + version: 1.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1761 1761 '@radix-ui/react-label': 1762 1762 specifier: 2.1.1 1763 - version: 2.1.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1763 + version: 2.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1764 1764 '@radix-ui/react-navigation-menu': 1765 1765 specifier: 1.2.3 1766 - version: 1.2.3(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1766 + version: 1.2.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1767 1767 '@radix-ui/react-popover': 1768 1768 specifier: 1.1.4 1769 - version: 1.1.4(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1769 + version: 1.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1770 1770 '@radix-ui/react-progress': 1771 1771 specifier: 1.1.1 1772 - version: 1.1.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1772 + version: 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1773 1773 '@radix-ui/react-radio-group': 1774 1774 specifier: 1.2.2 1775 - version: 1.2.2(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1775 + version: 1.2.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1776 1776 '@radix-ui/react-select': 1777 1777 specifier: 2.1.4 1778 - version: 2.1.4(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1778 + version: 2.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1779 1779 '@radix-ui/react-separator': 1780 1780 specifier: 1.1.1 1781 - version: 1.1.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1781 + version: 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1782 1782 '@radix-ui/react-slider': 1783 1783 specifier: 1.2.2 1784 - version: 1.2.2(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1784 + version: 1.2.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1785 1785 '@radix-ui/react-slot': 1786 1786 specifier: 1.1.1 1787 - version: 1.1.1(@types/react@19.1.10)(react@19.1.1) 1787 + version: 1.1.1(@types/react@19.2.2)(react@19.2.0) 1788 1788 '@radix-ui/react-switch': 1789 1789 specifier: 1.1.2 1790 - version: 1.1.2(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1790 + version: 1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1791 1791 '@radix-ui/react-tabs': 1792 1792 specifier: 1.1.2 1793 - version: 1.1.2(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1793 + version: 1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1794 1794 '@radix-ui/react-toggle': 1795 1795 specifier: 1.1.1 1796 - version: 1.1.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1796 + version: 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1797 1797 '@radix-ui/react-tooltip': 1798 1798 specifier: 1.1.6 1799 - version: 1.1.6(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1799 + version: 1.1.6(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1800 1800 class-variance-authority: 1801 1801 specifier: 0.7.1 1802 1802 version: 0.7.1 ··· 1805 1805 version: 2.1.1 1806 1806 cmdk: 1807 1807 specifier: 1.0.4 1808 - version: 1.0.4(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1808 + version: 1.0.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1809 1809 date-fns: 1810 1810 specifier: 2.30.0 1811 1811 version: 2.30.0 1812 1812 lucide-react: 1813 1813 specifier: 0.468.0 1814 - version: 0.468.0(react@19.1.1) 1814 + version: 0.468.0(react@19.2.0) 1815 1815 luxon: 1816 1816 specifier: 3.5.0 1817 1817 version: 3.5.0 1818 1818 next: 1819 1819 specifier: 15.5.3 1820 - version: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1820 + version: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1821 1821 next-themes: 1822 1822 specifier: 0.2.1 1823 - version: 0.2.1(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1823 + version: 0.2.1(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1824 1824 react: 1825 - specifier: 19.1.1 1826 - version: 19.1.1 1825 + specifier: 19.2.0 1826 + version: 19.2.0 1827 1827 react-day-picker: 1828 1828 specifier: 8.10.1 1829 - version: 8.10.1(date-fns@2.30.0)(react@19.1.1) 1829 + version: 8.10.1(date-fns@2.30.0)(react@19.2.0) 1830 1830 react-hook-form: 1831 1831 specifier: 7.54.2 1832 - version: 7.54.2(react@19.1.1) 1832 + version: 7.54.2(react@19.2.0) 1833 1833 recharts: 1834 1834 specifier: 2.15.0 1835 - version: 2.15.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1835 + version: 2.15.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1836 1836 sonner: 1837 1837 specifier: 1.7.1 1838 - version: 1.7.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 1838 + version: 1.7.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 1839 1839 tailwind-merge: 1840 1840 specifier: 2.5.5 1841 1841 version: 2.5.5 ··· 1859 1859 specifier: 22.10.2 1860 1860 version: 22.10.2 1861 1861 '@types/react': 1862 - specifier: 19.1.10 1863 - version: 19.1.10 1862 + specifier: 19.2.2 1863 + version: 19.2.2 1864 1864 '@types/react-dom': 1865 1865 specifier: 19.1.9 1866 - version: 19.1.9(@types/react@19.1.10) 1866 + version: 19.1.9(@types/react@19.2.2) 1867 1867 tailwindcss: 1868 1868 specifier: 4.1.8 1869 1869 version: 4.1.8 ··· 6475 6475 peerDependencies: 6476 6476 '@types/react': ^19.0.0 6477 6477 6478 + '@types/react-dom@19.2.2': 6479 + resolution: {integrity: sha512-9KQPoO6mZCi7jcIStSnlOWn2nEF3mNmyr3rIAsGnAbQKYbRLyqmeSc39EVgtxXVia+LMT8j3knZLAZAh+xLmrw==} 6480 + peerDependencies: 6481 + '@types/react': ^19.2.0 6482 + 6478 6483 '@types/react@18.3.3': 6479 6484 resolution: {integrity: sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==} 6480 6485 6481 - '@types/react@19.1.10': 6482 - resolution: {integrity: sha512-EhBeSYX0Y6ye8pNebpKrwFJq7BoQ8J5SO6NlvNwwHjSj6adXJViPQrKlsyPw7hLBLvckEMO1yxeGdR82YBBlDg==} 6483 - 6484 - '@types/react@19.1.13': 6485 - resolution: {integrity: sha512-hHkbU/eoO3EG5/MZkuFSKmYqPbSVk5byPFa3e7y/8TybHiLMACgI8seVYlicwk7H5K/rI2px9xrQp/C+AUDTiQ==} 6486 + '@types/react@19.2.2': 6487 + resolution: {integrity: sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA==} 6486 6488 6487 6489 '@types/request@2.48.11': 6488 6490 resolution: {integrity: sha512-HuihY1+Vss5RS9ZHzRyTGIzwPTdrJBkCm/mAeLRYrOQu/MGqyezKXWOK1VhCnR+SDbp9G2mRUP+OVEqCrzpcfA==} ··· 10186 10188 date-fns: ^2.28.0 || ^3.0.0 10187 10189 react: ^16.8.0 || ^17.0.0 || ^18.0.0 10188 10190 10189 - react-dom@19.1.1: 10190 - resolution: {integrity: sha512-Dlq/5LAZgF0Gaz6yiqZCf6VCcZs1ghAJyrsu84Q/GT0gV+mCxbfmKNoGRKBYMJ8IEdGPqu49YWXD02GCknEDkw==} 10191 + react-dom@19.2.0: 10192 + resolution: {integrity: sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==} 10191 10193 peerDependencies: 10192 - react: ^19.1.1 10194 + react: ^19.2.0 10193 10195 10194 10196 react-email@4.0.17: 10195 10197 resolution: {integrity: sha512-Wppdxgio/QKNe3piccIhk6jvgiLwfOTAwud5t/NlWL8wepsirgXo09OyZCz62Qb9flFNBw+Hz5ahOkpk3JaizQ==} ··· 10284 10286 10285 10287 react@19.1.1: 10286 10288 resolution: {integrity: sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==} 10289 + engines: {node: '>=0.10.0'} 10290 + 10291 + react@19.2.0: 10292 + resolution: {integrity: sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==} 10287 10293 engines: {node: '>=0.10.0'} 10288 10294 10289 10295 readable-stream@3.6.2: ··· 10573 10579 sax@1.4.1: 10574 10580 resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==} 10575 10581 10576 - scheduler@0.26.0: 10577 - resolution: {integrity: sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==} 10582 + scheduler@0.27.0: 10583 + resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==} 10578 10584 10579 10585 schema-dts@1.1.5: 10580 10586 resolution: {integrity: sha512-RJr9EaCmsLzBX2NDiO5Z3ux2BVosNZN5jo0gWgsyKvxKIUL5R3swNvoorulAeL9kLB0iTSX7V6aokhla2m7xbg==} ··· 12174 12180 dependencies: 12175 12181 prismjs: 1.30.0 12176 12182 12177 - '@astrojs/react@4.3.1(@types/node@24.0.8)(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(terser@5.43.1)(yaml@2.6.1)': 12183 + '@astrojs/react@4.3.1(@types/node@24.0.8)(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(jiti@2.4.2)(lightningcss@1.30.1)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(terser@5.43.1)(yaml@2.6.1)': 12178 12184 dependencies: 12179 - '@types/react': 19.1.13 12180 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 12185 + '@types/react': 19.2.2 12186 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 12181 12187 '@vitejs/plugin-react': 4.7.0(vite@6.3.6(@types/node@24.0.8)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.43.1)(yaml@2.6.1)) 12182 - react: 19.1.1 12183 - react-dom: 19.1.1(react@19.1.1) 12188 + react: 19.2.0 12189 + react-dom: 19.2.0(react@19.2.0) 12184 12190 ultrahtml: 1.6.0 12185 12191 vite: 6.3.6(@types/node@24.0.8)(jiti@2.4.2)(lightningcss@1.30.1)(terser@5.43.1)(yaml@2.6.1) 12186 12192 transitivePeerDependencies: ··· 13158 13164 dependencies: 13159 13165 '@content-collections/core': 0.7.3(typescript@5.7.2) 13160 13166 13161 - '@content-collections/mdx@0.2.0(@content-collections/core@0.7.3(typescript@5.7.2))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 13167 + '@content-collections/mdx@0.2.0(@content-collections/core@0.7.3(typescript@5.7.2))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 13162 13168 dependencies: 13163 13169 '@content-collections/core': 0.7.3(typescript@5.7.2) 13164 13170 esbuild: 0.21.5 13165 13171 mdx-bundler: 10.0.3(esbuild@0.21.5) 13166 - react: 19.1.1 13167 - react-dom: 19.1.1(react@19.1.1) 13172 + react: 19.2.0 13173 + react-dom: 19.2.0(react@19.2.0) 13168 13174 unified: 11.0.5 13169 13175 transitivePeerDependencies: 13170 13176 - acorn 13171 13177 - supports-color 13172 13178 13173 - '@content-collections/next@0.2.4(@content-collections/core@0.7.3(typescript@5.7.2))(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))': 13179 + '@content-collections/next@0.2.4(@content-collections/core@0.7.3(typescript@5.7.2))(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))': 13174 13180 dependencies: 13175 13181 '@content-collections/core': 0.7.3(typescript@5.7.2) 13176 13182 '@content-collections/integrations': 0.2.1(@content-collections/core@0.7.3(typescript@5.7.2)) 13177 - next: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 13183 + next: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 13178 13184 13179 13185 '@cspotcode/source-map-support@0.8.1': 13180 13186 dependencies: ··· 13186 13192 13187 13193 '@date-fns/utc@2.1.0': {} 13188 13194 13189 - '@dnd-kit/accessibility@3.1.1(react@19.1.1)': 13195 + '@dnd-kit/accessibility@3.1.1(react@19.2.0)': 13190 13196 dependencies: 13191 - react: 19.1.1 13197 + react: 19.2.0 13192 13198 tslib: 2.8.1 13193 13199 13194 - '@dnd-kit/core@6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 13200 + '@dnd-kit/core@6.3.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 13195 13201 dependencies: 13196 - '@dnd-kit/accessibility': 3.1.1(react@19.1.1) 13197 - '@dnd-kit/utilities': 3.2.2(react@19.1.1) 13198 - react: 19.1.1 13199 - react-dom: 19.1.1(react@19.1.1) 13202 + '@dnd-kit/accessibility': 3.1.1(react@19.2.0) 13203 + '@dnd-kit/utilities': 3.2.2(react@19.2.0) 13204 + react: 19.2.0 13205 + react-dom: 19.2.0(react@19.2.0) 13200 13206 tslib: 2.8.1 13201 13207 13202 - '@dnd-kit/modifiers@9.0.0(@dnd-kit/core@6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)': 13208 + '@dnd-kit/modifiers@9.0.0(@dnd-kit/core@6.3.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0)': 13203 13209 dependencies: 13204 - '@dnd-kit/core': 6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 13205 - '@dnd-kit/utilities': 3.2.2(react@19.1.1) 13206 - react: 19.1.1 13210 + '@dnd-kit/core': 6.3.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 13211 + '@dnd-kit/utilities': 3.2.2(react@19.2.0) 13212 + react: 19.2.0 13207 13213 tslib: 2.8.1 13208 13214 13209 - '@dnd-kit/sortable@10.0.0(@dnd-kit/core@6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)': 13215 + '@dnd-kit/sortable@10.0.0(@dnd-kit/core@6.3.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0)': 13210 13216 dependencies: 13211 - '@dnd-kit/core': 6.3.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 13212 - '@dnd-kit/utilities': 3.2.2(react@19.1.1) 13213 - react: 19.1.1 13217 + '@dnd-kit/core': 6.3.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 13218 + '@dnd-kit/utilities': 3.2.2(react@19.2.0) 13219 + react: 19.2.0 13214 13220 tslib: 2.8.1 13215 13221 13216 - '@dnd-kit/utilities@3.2.2(react@19.1.1)': 13222 + '@dnd-kit/utilities@3.2.2(react@19.2.0)': 13217 13223 dependencies: 13218 - react: 19.1.1 13224 + react: 19.2.0 13219 13225 tslib: 2.8.1 13220 13226 13221 13227 '@drizzle-team/brocli@0.10.2': {} ··· 13285 13291 13286 13292 '@emotion/memoize@0.9.0': {} 13287 13293 13288 - '@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1)': 13294 + '@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0)': 13289 13295 dependencies: 13290 13296 '@babel/runtime': 7.26.0 13291 13297 '@emotion/babel-plugin': 11.13.5 13292 13298 '@emotion/cache': 11.14.0 13293 13299 '@emotion/serialize': 1.3.3 13294 - '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@19.1.1) 13300 + '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@19.2.0) 13295 13301 '@emotion/utils': 1.4.2 13296 13302 '@emotion/weak-memoize': 0.4.0 13297 13303 hoist-non-react-statics: 3.3.2 13298 - react: 19.1.1 13304 + react: 19.2.0 13299 13305 optionalDependencies: 13300 - '@types/react': 19.1.13 13306 + '@types/react': 19.2.2 13301 13307 transitivePeerDependencies: 13302 13308 - supports-color 13303 13309 ··· 13311 13317 13312 13318 '@emotion/sheet@1.4.0': {} 13313 13319 13314 - '@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1)': 13320 + '@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0)': 13315 13321 dependencies: 13316 13322 '@babel/runtime': 7.26.0 13317 13323 '@emotion/babel-plugin': 11.13.5 13318 13324 '@emotion/is-prop-valid': 1.3.1 13319 - '@emotion/react': 11.14.0(@types/react@19.1.13)(react@19.1.1) 13325 + '@emotion/react': 11.14.0(@types/react@19.2.2)(react@19.2.0) 13320 13326 '@emotion/serialize': 1.3.3 13321 - '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@19.1.1) 13327 + '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@19.2.0) 13322 13328 '@emotion/utils': 1.4.2 13323 - react: 19.1.1 13329 + react: 19.2.0 13324 13330 optionalDependencies: 13325 - '@types/react': 19.1.13 13331 + '@types/react': 19.2.2 13326 13332 transitivePeerDependencies: 13327 13333 - supports-color 13328 13334 13329 13335 '@emotion/unitless@0.10.0': {} 13330 13336 13331 - '@emotion/use-insertion-effect-with-fallbacks@1.2.0(react@19.1.1)': 13337 + '@emotion/use-insertion-effect-with-fallbacks@1.2.0(react@19.2.0)': 13332 13338 dependencies: 13333 - react: 19.1.1 13339 + react: 19.2.0 13334 13340 13335 13341 '@emotion/utils@1.4.2': {} 13336 13342 ··· 13635 13641 '@floating-ui/core': 1.7.2 13636 13642 '@floating-ui/utils': 0.2.10 13637 13643 13638 - '@floating-ui/react-dom@2.1.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 13644 + '@floating-ui/react-dom@2.1.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 13639 13645 dependencies: 13640 13646 '@floating-ui/dom': 1.6.12 13641 - react: 19.1.1 13642 - react-dom: 19.1.1(react@19.1.1) 13647 + react: 19.2.0 13648 + react-dom: 19.2.0(react@19.2.0) 13643 13649 13644 - '@floating-ui/react-dom@2.1.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 13650 + '@floating-ui/react-dom@2.1.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 13645 13651 dependencies: 13646 13652 '@floating-ui/dom': 1.7.2 13647 - react: 19.1.1 13648 - react-dom: 19.1.1(react@19.1.1) 13653 + react: 19.2.0 13654 + react-dom: 19.2.0(react@19.2.0) 13649 13655 13650 13656 '@floating-ui/utils@0.2.10': {} 13651 13657 ··· 13699 13705 hono: 4.5.3 13700 13706 zod: 3.24.2 13701 13707 13702 - '@hookform/devtools@4.4.0(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 13708 + '@hookform/devtools@4.4.0(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 13703 13709 dependencies: 13704 - '@emotion/react': 11.14.0(@types/react@19.1.13)(react@19.1.1) 13705 - '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@19.1.13)(react@19.1.1))(@types/react@19.1.13)(react@19.1.1) 13710 + '@emotion/react': 11.14.0(@types/react@19.2.2)(react@19.2.0) 13711 + '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0) 13706 13712 '@types/lodash': 4.17.17 13707 - little-state-machine: 4.8.1(react@19.1.1) 13713 + little-state-machine: 4.8.1(react@19.2.0) 13708 13714 lodash: 4.17.21 13709 - react: 19.1.1 13710 - react-dom: 19.1.1(react@19.1.1) 13711 - react-simple-animate: 3.5.3(react-dom@19.1.1(react@19.1.1)) 13712 - use-deep-compare-effect: 1.8.1(react@19.1.1) 13715 + react: 19.2.0 13716 + react-dom: 19.2.0(react@19.2.0) 13717 + react-simple-animate: 3.5.3(react-dom@19.2.0(react@19.2.0)) 13718 + use-deep-compare-effect: 1.8.1(react@19.2.0) 13713 13719 uuid: 8.3.2 13714 13720 transitivePeerDependencies: 13715 13721 - '@types/react' 13716 13722 - supports-color 13717 13723 13718 - '@hookform/resolvers@4.1.3(react-hook-form@7.54.2(react@19.1.1))': 13724 + '@hookform/resolvers@4.1.3(react-hook-form@7.54.2(react@19.2.0))': 13719 13725 dependencies: 13720 13726 '@standard-schema/utils': 0.3.0 13721 - react-hook-form: 7.54.2(react@19.1.1) 13727 + react-hook-form: 7.54.2(react@19.2.0) 13722 13728 13723 13729 '@iconify-json/lucide@1.2.26': 13724 13730 dependencies: ··· 14223 14229 '@openpanel/web': 1.0.1 14224 14230 astro: 5.13.7(@types/node@24.0.8)(encoding@0.1.13)(jiti@2.4.2)(lightningcss@1.30.1)(rollup@4.45.1)(terser@5.43.1)(typescript@5.7.2)(yaml@2.6.1) 14225 14231 14226 - '@openpanel/nextjs@1.0.8(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 14232 + '@openpanel/nextjs@1.0.8(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 14227 14233 dependencies: 14228 14234 '@openpanel/web': 1.0.1 14229 - next: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14230 - react: 19.1.1 14231 - react-dom: 19.1.1(react@19.1.1) 14235 + next: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14236 + react: 19.2.0 14237 + react-dom: 19.2.0(react@19.2.0) 14232 14238 14233 14239 '@openpanel/sdk@1.0.0': {} 14234 14240 ··· 14695 14701 14696 14702 '@radix-ui/primitive@1.1.2': {} 14697 14703 14698 - '@radix-ui/react-accordion@1.2.2(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 14704 + '@radix-ui/react-accordion@1.2.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 14699 14705 dependencies: 14700 14706 '@radix-ui/primitive': 1.1.1 14701 - '@radix-ui/react-collapsible': 1.1.2(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14702 - '@radix-ui/react-collection': 1.1.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14703 - '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.10)(react@19.1.1) 14704 - '@radix-ui/react-context': 1.1.1(@types/react@19.1.10)(react@19.1.1) 14705 - '@radix-ui/react-direction': 1.1.0(@types/react@19.1.10)(react@19.1.1) 14706 - '@radix-ui/react-id': 1.1.0(@types/react@19.1.10)(react@19.1.1) 14707 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14708 - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.10)(react@19.1.1) 14709 - react: 19.1.1 14710 - react-dom: 19.1.1(react@19.1.1) 14707 + '@radix-ui/react-collapsible': 1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14708 + '@radix-ui/react-collection': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14709 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.0) 14710 + '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.0) 14711 + '@radix-ui/react-direction': 1.1.0(@types/react@19.2.2)(react@19.2.0) 14712 + '@radix-ui/react-id': 1.1.0(@types/react@19.2.2)(react@19.2.0) 14713 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14714 + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.0) 14715 + react: 19.2.0 14716 + react-dom: 19.2.0(react@19.2.0) 14711 14717 optionalDependencies: 14712 - '@types/react': 19.1.10 14713 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 14718 + '@types/react': 19.2.2 14719 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 14714 14720 14715 - '@radix-ui/react-alert-dialog@1.1.14(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 14721 + '@radix-ui/react-alert-dialog@1.1.14(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 14716 14722 dependencies: 14717 14723 '@radix-ui/primitive': 1.1.2 14718 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.13)(react@19.1.1) 14719 - '@radix-ui/react-context': 1.1.2(@types/react@19.1.13)(react@19.1.1) 14720 - '@radix-ui/react-dialog': 1.1.14(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14721 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14722 - '@radix-ui/react-slot': 1.2.3(@types/react@19.1.13)(react@19.1.1) 14723 - react: 19.1.1 14724 - react-dom: 19.1.1(react@19.1.1) 14724 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0) 14725 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0) 14726 + '@radix-ui/react-dialog': 1.1.14(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14727 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14728 + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.2)(react@19.2.0) 14729 + react: 19.2.0 14730 + react-dom: 19.2.0(react@19.2.0) 14725 14731 optionalDependencies: 14726 - '@types/react': 19.1.13 14727 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 14732 + '@types/react': 19.2.2 14733 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 14728 14734 14729 - '@radix-ui/react-alert-dialog@1.1.4(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 14735 + '@radix-ui/react-alert-dialog@1.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 14730 14736 dependencies: 14731 14737 '@radix-ui/primitive': 1.1.1 14732 - '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.10)(react@19.1.1) 14733 - '@radix-ui/react-context': 1.1.1(@types/react@19.1.10)(react@19.1.1) 14734 - '@radix-ui/react-dialog': 1.1.4(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14735 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14736 - '@radix-ui/react-slot': 1.1.1(@types/react@19.1.10)(react@19.1.1) 14737 - react: 19.1.1 14738 - react-dom: 19.1.1(react@19.1.1) 14738 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.0) 14739 + '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.0) 14740 + '@radix-ui/react-dialog': 1.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14741 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14742 + '@radix-ui/react-slot': 1.1.1(@types/react@19.2.2)(react@19.2.0) 14743 + react: 19.2.0 14744 + react-dom: 19.2.0(react@19.2.0) 14739 14745 optionalDependencies: 14740 - '@types/react': 19.1.10 14741 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 14746 + '@types/react': 19.2.2 14747 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 14742 14748 14743 - '@radix-ui/react-arrow@1.1.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 14749 + '@radix-ui/react-arrow@1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 14744 14750 dependencies: 14745 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14746 - react: 19.1.1 14747 - react-dom: 19.1.1(react@19.1.1) 14751 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14752 + react: 19.2.0 14753 + react-dom: 19.2.0(react@19.2.0) 14748 14754 optionalDependencies: 14749 - '@types/react': 19.1.10 14750 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 14755 + '@types/react': 19.2.2 14756 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 14751 14757 14752 - '@radix-ui/react-arrow@1.1.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 14758 + '@radix-ui/react-arrow@1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 14753 14759 dependencies: 14754 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14755 - react: 19.1.1 14756 - react-dom: 19.1.1(react@19.1.1) 14760 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14761 + react: 19.2.0 14762 + react-dom: 19.2.0(react@19.2.0) 14757 14763 optionalDependencies: 14758 - '@types/react': 19.1.13 14759 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 14764 + '@types/react': 19.2.2 14765 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 14760 14766 14761 - '@radix-ui/react-avatar@1.1.10(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 14767 + '@radix-ui/react-avatar@1.1.10(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 14762 14768 dependencies: 14763 - '@radix-ui/react-context': 1.1.2(@types/react@19.1.13)(react@19.1.1) 14764 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14765 - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.13)(react@19.1.1) 14766 - '@radix-ui/react-use-is-hydrated': 0.1.0(@types/react@19.1.13)(react@19.1.1) 14767 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.13)(react@19.1.1) 14768 - react: 19.1.1 14769 - react-dom: 19.1.1(react@19.1.1) 14769 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0) 14770 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14771 + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.2)(react@19.2.0) 14772 + '@radix-ui/react-use-is-hydrated': 0.1.0(@types/react@19.2.2)(react@19.2.0) 14773 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0) 14774 + react: 19.2.0 14775 + react-dom: 19.2.0(react@19.2.0) 14770 14776 optionalDependencies: 14771 - '@types/react': 19.1.13 14772 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 14777 + '@types/react': 19.2.2 14778 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 14773 14779 14774 - '@radix-ui/react-avatar@1.1.2(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 14780 + '@radix-ui/react-avatar@1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 14775 14781 dependencies: 14776 - '@radix-ui/react-context': 1.1.1(@types/react@19.1.10)(react@19.1.1) 14777 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14778 - '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.10)(react@19.1.1) 14779 - '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.10)(react@19.1.1) 14780 - react: 19.1.1 14781 - react-dom: 19.1.1(react@19.1.1) 14782 + '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.0) 14783 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14784 + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.2.2)(react@19.2.0) 14785 + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.2.2)(react@19.2.0) 14786 + react: 19.2.0 14787 + react-dom: 19.2.0(react@19.2.0) 14782 14788 optionalDependencies: 14783 - '@types/react': 19.1.10 14784 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 14789 + '@types/react': 19.2.2 14790 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 14785 14791 14786 - '@radix-ui/react-checkbox@1.1.3(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 14792 + '@radix-ui/react-checkbox@1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 14787 14793 dependencies: 14788 14794 '@radix-ui/primitive': 1.1.1 14789 - '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.10)(react@19.1.1) 14790 - '@radix-ui/react-context': 1.1.1(@types/react@19.1.10)(react@19.1.1) 14791 - '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14792 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14793 - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.10)(react@19.1.1) 14794 - '@radix-ui/react-use-previous': 1.1.0(@types/react@19.1.10)(react@19.1.1) 14795 - '@radix-ui/react-use-size': 1.1.0(@types/react@19.1.10)(react@19.1.1) 14796 - react: 19.1.1 14797 - react-dom: 19.1.1(react@19.1.1) 14795 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.0) 14796 + '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.0) 14797 + '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14798 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14799 + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.0) 14800 + '@radix-ui/react-use-previous': 1.1.0(@types/react@19.2.2)(react@19.2.0) 14801 + '@radix-ui/react-use-size': 1.1.0(@types/react@19.2.2)(react@19.2.0) 14802 + react: 19.2.0 14803 + react-dom: 19.2.0(react@19.2.0) 14798 14804 optionalDependencies: 14799 - '@types/react': 19.1.10 14800 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 14805 + '@types/react': 19.2.2 14806 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 14801 14807 14802 - '@radix-ui/react-checkbox@1.3.2(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 14808 + '@radix-ui/react-checkbox@1.3.2(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 14803 14809 dependencies: 14804 14810 '@radix-ui/primitive': 1.1.2 14805 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.13)(react@19.1.1) 14806 - '@radix-ui/react-context': 1.1.2(@types/react@19.1.13)(react@19.1.1) 14807 - '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14808 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14809 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.13)(react@19.1.1) 14810 - '@radix-ui/react-use-previous': 1.1.1(@types/react@19.1.13)(react@19.1.1) 14811 - '@radix-ui/react-use-size': 1.1.1(@types/react@19.1.13)(react@19.1.1) 14812 - react: 19.1.1 14813 - react-dom: 19.1.1(react@19.1.1) 14811 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0) 14812 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0) 14813 + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14814 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14815 + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0) 14816 + '@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.2)(react@19.2.0) 14817 + '@radix-ui/react-use-size': 1.1.1(@types/react@19.2.2)(react@19.2.0) 14818 + react: 19.2.0 14819 + react-dom: 19.2.0(react@19.2.0) 14814 14820 optionalDependencies: 14815 - '@types/react': 19.1.13 14816 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 14821 + '@types/react': 19.2.2 14822 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 14817 14823 14818 - '@radix-ui/react-collapsible@1.1.11(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 14824 + '@radix-ui/react-collapsible@1.1.11(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 14819 14825 dependencies: 14820 14826 '@radix-ui/primitive': 1.1.2 14821 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.13)(react@19.1.1) 14822 - '@radix-ui/react-context': 1.1.2(@types/react@19.1.13)(react@19.1.1) 14823 - '@radix-ui/react-id': 1.1.1(@types/react@19.1.13)(react@19.1.1) 14824 - '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14825 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14826 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.13)(react@19.1.1) 14827 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.13)(react@19.1.1) 14828 - react: 19.1.1 14829 - react-dom: 19.1.1(react@19.1.1) 14827 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0) 14828 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0) 14829 + '@radix-ui/react-id': 1.1.1(@types/react@19.2.2)(react@19.2.0) 14830 + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14831 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14832 + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0) 14833 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0) 14834 + react: 19.2.0 14835 + react-dom: 19.2.0(react@19.2.0) 14830 14836 optionalDependencies: 14831 - '@types/react': 19.1.13 14832 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 14837 + '@types/react': 19.2.2 14838 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 14833 14839 14834 - '@radix-ui/react-collapsible@1.1.2(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 14840 + '@radix-ui/react-collapsible@1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 14835 14841 dependencies: 14836 14842 '@radix-ui/primitive': 1.1.1 14837 - '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.10)(react@19.1.1) 14838 - '@radix-ui/react-context': 1.1.1(@types/react@19.1.10)(react@19.1.1) 14839 - '@radix-ui/react-id': 1.1.0(@types/react@19.1.10)(react@19.1.1) 14840 - '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14841 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14842 - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.10)(react@19.1.1) 14843 - '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.10)(react@19.1.1) 14844 - react: 19.1.1 14845 - react-dom: 19.1.1(react@19.1.1) 14843 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.0) 14844 + '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.0) 14845 + '@radix-ui/react-id': 1.1.0(@types/react@19.2.2)(react@19.2.0) 14846 + '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14847 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14848 + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.0) 14849 + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.2.2)(react@19.2.0) 14850 + react: 19.2.0 14851 + react-dom: 19.2.0(react@19.2.0) 14846 14852 optionalDependencies: 14847 - '@types/react': 19.1.10 14848 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 14853 + '@types/react': 19.2.2 14854 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 14849 14855 14850 - '@radix-ui/react-collection@1.1.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 14856 + '@radix-ui/react-collection@1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 14851 14857 dependencies: 14852 - '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.10)(react@19.1.1) 14853 - '@radix-ui/react-context': 1.1.1(@types/react@19.1.10)(react@19.1.1) 14854 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14855 - '@radix-ui/react-slot': 1.1.1(@types/react@19.1.10)(react@19.1.1) 14856 - react: 19.1.1 14857 - react-dom: 19.1.1(react@19.1.1) 14858 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.0) 14859 + '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.0) 14860 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14861 + '@radix-ui/react-slot': 1.1.1(@types/react@19.2.2)(react@19.2.0) 14862 + react: 19.2.0 14863 + react-dom: 19.2.0(react@19.2.0) 14858 14864 optionalDependencies: 14859 - '@types/react': 19.1.10 14860 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 14865 + '@types/react': 19.2.2 14866 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 14861 14867 14862 - '@radix-ui/react-collection@1.1.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 14868 + '@radix-ui/react-collection@1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 14863 14869 dependencies: 14864 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.13)(react@19.1.1) 14865 - '@radix-ui/react-context': 1.1.2(@types/react@19.1.13)(react@19.1.1) 14866 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14867 - '@radix-ui/react-slot': 1.2.3(@types/react@19.1.13)(react@19.1.1) 14868 - react: 19.1.1 14869 - react-dom: 19.1.1(react@19.1.1) 14870 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0) 14871 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0) 14872 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14873 + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.2)(react@19.2.0) 14874 + react: 19.2.0 14875 + react-dom: 19.2.0(react@19.2.0) 14870 14876 optionalDependencies: 14871 - '@types/react': 19.1.13 14872 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 14877 + '@types/react': 19.2.2 14878 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 14873 14879 14874 - '@radix-ui/react-compose-refs@1.1.1(@types/react@19.1.10)(react@19.1.1)': 14880 + '@radix-ui/react-compose-refs@1.1.1(@types/react@19.2.2)(react@19.2.0)': 14875 14881 dependencies: 14876 - react: 19.1.1 14882 + react: 19.2.0 14877 14883 optionalDependencies: 14878 - '@types/react': 19.1.10 14884 + '@types/react': 19.2.2 14879 14885 14880 - '@radix-ui/react-compose-refs@1.1.1(@types/react@19.1.13)(react@19.1.1)': 14886 + '@radix-ui/react-compose-refs@1.1.2(@types/react@19.2.2)(react@19.2.0)': 14881 14887 dependencies: 14882 - react: 19.1.1 14888 + react: 19.2.0 14883 14889 optionalDependencies: 14884 - '@types/react': 19.1.13 14890 + '@types/react': 19.2.2 14885 14891 14886 - '@radix-ui/react-compose-refs@1.1.2(@types/react@19.1.10)(react@19.1.1)': 14887 - dependencies: 14888 - react: 19.1.1 14889 - optionalDependencies: 14890 - '@types/react': 19.1.10 14891 - 14892 - '@radix-ui/react-compose-refs@1.1.2(@types/react@19.1.13)(react@19.1.1)': 14893 - dependencies: 14894 - react: 19.1.1 14895 - optionalDependencies: 14896 - '@types/react': 19.1.13 14897 - 14898 - '@radix-ui/react-context-menu@2.2.4(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 14892 + '@radix-ui/react-context-menu@2.2.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 14899 14893 dependencies: 14900 14894 '@radix-ui/primitive': 1.1.1 14901 - '@radix-ui/react-context': 1.1.1(@types/react@19.1.10)(react@19.1.1) 14902 - '@radix-ui/react-menu': 2.1.4(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14903 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14904 - '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.10)(react@19.1.1) 14905 - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.10)(react@19.1.1) 14906 - react: 19.1.1 14907 - react-dom: 19.1.1(react@19.1.1) 14895 + '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.0) 14896 + '@radix-ui/react-menu': 2.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14897 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14898 + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.2.2)(react@19.2.0) 14899 + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.0) 14900 + react: 19.2.0 14901 + react-dom: 19.2.0(react@19.2.0) 14908 14902 optionalDependencies: 14909 - '@types/react': 19.1.10 14910 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 14903 + '@types/react': 19.2.2 14904 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 14911 14905 14912 - '@radix-ui/react-context@1.1.1(@types/react@19.1.10)(react@19.1.1)': 14906 + '@radix-ui/react-context@1.1.1(@types/react@19.2.2)(react@19.2.0)': 14913 14907 dependencies: 14914 - react: 19.1.1 14908 + react: 19.2.0 14915 14909 optionalDependencies: 14916 - '@types/react': 19.1.10 14910 + '@types/react': 19.2.2 14917 14911 14918 - '@radix-ui/react-context@1.1.2(@types/react@19.1.10)(react@19.1.1)': 14912 + '@radix-ui/react-context@1.1.2(@types/react@19.2.2)(react@19.2.0)': 14919 14913 dependencies: 14920 - react: 19.1.1 14914 + react: 19.2.0 14921 14915 optionalDependencies: 14922 - '@types/react': 19.1.10 14916 + '@types/react': 19.2.2 14923 14917 14924 - '@radix-ui/react-context@1.1.2(@types/react@19.1.13)(react@19.1.1)': 14925 - dependencies: 14926 - react: 19.1.1 14927 - optionalDependencies: 14928 - '@types/react': 19.1.13 14929 - 14930 - '@radix-ui/react-dialog@1.1.14(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 14918 + '@radix-ui/react-dialog@1.1.14(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 14931 14919 dependencies: 14932 14920 '@radix-ui/primitive': 1.1.2 14933 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.10)(react@19.1.1) 14934 - '@radix-ui/react-context': 1.1.2(@types/react@19.1.10)(react@19.1.1) 14935 - '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14936 - '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.1.10)(react@19.1.1) 14937 - '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14938 - '@radix-ui/react-id': 1.1.1(@types/react@19.1.10)(react@19.1.1) 14939 - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14940 - '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14941 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14942 - '@radix-ui/react-slot': 1.2.3(@types/react@19.1.10)(react@19.1.1) 14943 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.10)(react@19.1.1) 14921 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0) 14922 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0) 14923 + '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14924 + '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.2.2)(react@19.2.0) 14925 + '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14926 + '@radix-ui/react-id': 1.1.1(@types/react@19.2.2)(react@19.2.0) 14927 + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14928 + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14929 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14930 + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.2)(react@19.2.0) 14931 + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0) 14944 14932 aria-hidden: 1.2.6 14945 - react: 19.1.1 14946 - react-dom: 19.1.1(react@19.1.1) 14947 - react-remove-scroll: 2.7.1(@types/react@19.1.10)(react@19.1.1) 14933 + react: 19.2.0 14934 + react-dom: 19.2.0(react@19.2.0) 14935 + react-remove-scroll: 2.7.1(@types/react@19.2.2)(react@19.2.0) 14948 14936 optionalDependencies: 14949 - '@types/react': 19.1.10 14950 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 14937 + '@types/react': 19.2.2 14938 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 14951 14939 14952 - '@radix-ui/react-dialog@1.1.14(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 14940 + '@radix-ui/react-dialog@1.1.14(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 14953 14941 dependencies: 14954 14942 '@radix-ui/primitive': 1.1.2 14955 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.13)(react@19.1.1) 14956 - '@radix-ui/react-context': 1.1.2(@types/react@19.1.13)(react@19.1.1) 14957 - '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14958 - '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.1.13)(react@19.1.1) 14959 - '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14960 - '@radix-ui/react-id': 1.1.1(@types/react@19.1.13)(react@19.1.1) 14961 - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14962 - '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14963 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14964 - '@radix-ui/react-slot': 1.2.3(@types/react@19.1.13)(react@19.1.1) 14965 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.13)(react@19.1.1) 14943 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0) 14944 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0) 14945 + '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14946 + '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.2.2)(react@19.2.0) 14947 + '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14948 + '@radix-ui/react-id': 1.1.1(@types/react@19.2.2)(react@19.2.0) 14949 + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14950 + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14951 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14952 + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.2)(react@19.2.0) 14953 + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0) 14966 14954 aria-hidden: 1.2.6 14967 - react: 19.1.1 14968 - react-dom: 19.1.1(react@19.1.1) 14969 - react-remove-scroll: 2.7.1(@types/react@19.1.13)(react@19.1.1) 14955 + react: 19.2.0 14956 + react-dom: 19.2.0(react@19.2.0) 14957 + react-remove-scroll: 2.7.1(@types/react@19.2.2)(react@19.2.0) 14970 14958 optionalDependencies: 14971 - '@types/react': 19.1.13 14972 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 14959 + '@types/react': 19.2.2 14960 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 14973 14961 14974 - '@radix-ui/react-dialog@1.1.4(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 14962 + '@radix-ui/react-dialog@1.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 14975 14963 dependencies: 14976 14964 '@radix-ui/primitive': 1.1.1 14977 - '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.10)(react@19.1.1) 14978 - '@radix-ui/react-context': 1.1.1(@types/react@19.1.10)(react@19.1.1) 14979 - '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14980 - '@radix-ui/react-focus-guards': 1.1.1(@types/react@19.1.10)(react@19.1.1) 14981 - '@radix-ui/react-focus-scope': 1.1.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14982 - '@radix-ui/react-id': 1.1.0(@types/react@19.1.10)(react@19.1.1) 14983 - '@radix-ui/react-portal': 1.1.3(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14984 - '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14985 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 14986 - '@radix-ui/react-slot': 1.1.1(@types/react@19.1.10)(react@19.1.1) 14987 - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.10)(react@19.1.1) 14965 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.0) 14966 + '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.0) 14967 + '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14968 + '@radix-ui/react-focus-guards': 1.1.1(@types/react@19.2.2)(react@19.2.0) 14969 + '@radix-ui/react-focus-scope': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14970 + '@radix-ui/react-id': 1.1.0(@types/react@19.2.2)(react@19.2.0) 14971 + '@radix-ui/react-portal': 1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14972 + '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14973 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 14974 + '@radix-ui/react-slot': 1.1.1(@types/react@19.2.2)(react@19.2.0) 14975 + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.0) 14988 14976 aria-hidden: 1.2.4 14989 - react: 19.1.1 14990 - react-dom: 19.1.1(react@19.1.1) 14991 - react-remove-scroll: 2.6.2(@types/react@19.1.10)(react@19.1.1) 14977 + react: 19.2.0 14978 + react-dom: 19.2.0(react@19.2.0) 14979 + react-remove-scroll: 2.6.2(@types/react@19.2.2)(react@19.2.0) 14992 14980 optionalDependencies: 14993 - '@types/react': 19.1.10 14994 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 14981 + '@types/react': 19.2.2 14982 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 14995 14983 14996 - '@radix-ui/react-direction@1.1.0(@types/react@19.1.10)(react@19.1.1)': 14984 + '@radix-ui/react-direction@1.1.0(@types/react@19.2.2)(react@19.2.0)': 14997 14985 dependencies: 14998 - react: 19.1.1 14986 + react: 19.2.0 14999 14987 optionalDependencies: 15000 - '@types/react': 19.1.10 14988 + '@types/react': 19.2.2 15001 14989 15002 - '@radix-ui/react-direction@1.1.1(@types/react@19.1.13)(react@19.1.1)': 14990 + '@radix-ui/react-direction@1.1.1(@types/react@19.2.2)(react@19.2.0)': 15003 14991 dependencies: 15004 - react: 19.1.1 14992 + react: 19.2.0 15005 14993 optionalDependencies: 15006 - '@types/react': 19.1.13 14994 + '@types/react': 19.2.2 15007 14995 15008 - '@radix-ui/react-dismissable-layer@1.1.10(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 14996 + '@radix-ui/react-dismissable-layer@1.1.10(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15009 14997 dependencies: 15010 14998 '@radix-ui/primitive': 1.1.2 15011 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.10)(react@19.1.1) 15012 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15013 - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15014 - '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15015 - react: 19.1.1 15016 - react-dom: 19.1.1(react@19.1.1) 14999 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15000 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15001 + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15002 + '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15003 + react: 19.2.0 15004 + react-dom: 19.2.0(react@19.2.0) 15017 15005 optionalDependencies: 15018 - '@types/react': 19.1.10 15019 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 15006 + '@types/react': 19.2.2 15007 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 15020 15008 15021 - '@radix-ui/react-dismissable-layer@1.1.10(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15009 + '@radix-ui/react-dismissable-layer@1.1.10(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15022 15010 dependencies: 15023 15011 '@radix-ui/primitive': 1.1.2 15024 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15025 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15026 - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15027 - '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15028 - react: 19.1.1 15029 - react-dom: 19.1.1(react@19.1.1) 15012 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15013 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15014 + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15015 + '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15016 + react: 19.2.0 15017 + react-dom: 19.2.0(react@19.2.0) 15030 15018 optionalDependencies: 15031 - '@types/react': 19.1.13 15032 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 15019 + '@types/react': 19.2.2 15020 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15033 15021 15034 - '@radix-ui/react-dismissable-layer@1.1.3(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15022 + '@radix-ui/react-dismissable-layer@1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15035 15023 dependencies: 15036 15024 '@radix-ui/primitive': 1.1.1 15037 - '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15038 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15039 - '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15040 - '@radix-ui/react-use-escape-keydown': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15041 - react: 19.1.1 15042 - react-dom: 19.1.1(react@19.1.1) 15025 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15026 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15027 + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15028 + '@radix-ui/react-use-escape-keydown': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15029 + react: 19.2.0 15030 + react-dom: 19.2.0(react@19.2.0) 15043 15031 optionalDependencies: 15044 - '@types/react': 19.1.10 15045 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 15032 + '@types/react': 19.2.2 15033 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 15046 15034 15047 - '@radix-ui/react-dropdown-menu@2.1.15(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15035 + '@radix-ui/react-dropdown-menu@2.1.15(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15048 15036 dependencies: 15049 15037 '@radix-ui/primitive': 1.1.2 15050 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15051 - '@radix-ui/react-context': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15052 - '@radix-ui/react-id': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15053 - '@radix-ui/react-menu': 2.1.15(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15054 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15055 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.13)(react@19.1.1) 15056 - react: 19.1.1 15057 - react-dom: 19.1.1(react@19.1.1) 15038 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15039 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15040 + '@radix-ui/react-id': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15041 + '@radix-ui/react-menu': 2.1.15(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15042 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15043 + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0) 15044 + react: 19.2.0 15045 + react-dom: 19.2.0(react@19.2.0) 15058 15046 optionalDependencies: 15059 - '@types/react': 19.1.13 15060 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 15047 + '@types/react': 19.2.2 15048 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15061 15049 15062 - '@radix-ui/react-dropdown-menu@2.1.4(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15050 + '@radix-ui/react-dropdown-menu@2.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15063 15051 dependencies: 15064 15052 '@radix-ui/primitive': 1.1.1 15065 - '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15066 - '@radix-ui/react-context': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15067 - '@radix-ui/react-id': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15068 - '@radix-ui/react-menu': 2.1.4(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15069 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15070 - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15071 - react: 19.1.1 15072 - react-dom: 19.1.1(react@19.1.1) 15073 - optionalDependencies: 15074 - '@types/react': 19.1.10 15075 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 15076 - 15077 - '@radix-ui/react-focus-guards@1.1.1(@types/react@19.1.10)(react@19.1.1)': 15078 - dependencies: 15079 - react: 19.1.1 15053 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15054 + '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15055 + '@radix-ui/react-id': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15056 + '@radix-ui/react-menu': 2.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15057 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15058 + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15059 + react: 19.2.0 15060 + react-dom: 19.2.0(react@19.2.0) 15080 15061 optionalDependencies: 15081 - '@types/react': 19.1.10 15062 + '@types/react': 19.2.2 15063 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 15082 15064 15083 - '@radix-ui/react-focus-guards@1.1.2(@types/react@19.1.10)(react@19.1.1)': 15065 + '@radix-ui/react-focus-guards@1.1.1(@types/react@19.2.2)(react@19.2.0)': 15084 15066 dependencies: 15085 - react: 19.1.1 15067 + react: 19.2.0 15086 15068 optionalDependencies: 15087 - '@types/react': 19.1.10 15069 + '@types/react': 19.2.2 15088 15070 15089 - '@radix-ui/react-focus-guards@1.1.2(@types/react@19.1.13)(react@19.1.1)': 15071 + '@radix-ui/react-focus-guards@1.1.2(@types/react@19.2.2)(react@19.2.0)': 15090 15072 dependencies: 15091 - react: 19.1.1 15073 + react: 19.2.0 15092 15074 optionalDependencies: 15093 - '@types/react': 19.1.13 15075 + '@types/react': 19.2.2 15094 15076 15095 - '@radix-ui/react-focus-scope@1.1.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15077 + '@radix-ui/react-focus-scope@1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15096 15078 dependencies: 15097 - '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15098 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15099 - '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15100 - react: 19.1.1 15101 - react-dom: 19.1.1(react@19.1.1) 15079 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15080 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15081 + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15082 + react: 19.2.0 15083 + react-dom: 19.2.0(react@19.2.0) 15102 15084 optionalDependencies: 15103 - '@types/react': 19.1.10 15104 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 15085 + '@types/react': 19.2.2 15086 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 15105 15087 15106 - '@radix-ui/react-focus-scope@1.1.7(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15088 + '@radix-ui/react-focus-scope@1.1.7(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15107 15089 dependencies: 15108 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.10)(react@19.1.1) 15109 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15110 - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15111 - react: 19.1.1 15112 - react-dom: 19.1.1(react@19.1.1) 15090 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15091 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15092 + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15093 + react: 19.2.0 15094 + react-dom: 19.2.0(react@19.2.0) 15113 15095 optionalDependencies: 15114 - '@types/react': 19.1.10 15115 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 15096 + '@types/react': 19.2.2 15097 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 15116 15098 15117 - '@radix-ui/react-focus-scope@1.1.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15099 + '@radix-ui/react-focus-scope@1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15118 15100 dependencies: 15119 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15120 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15121 - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15122 - react: 19.1.1 15123 - react-dom: 19.1.1(react@19.1.1) 15101 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15102 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15103 + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15104 + react: 19.2.0 15105 + react-dom: 19.2.0(react@19.2.0) 15124 15106 optionalDependencies: 15125 - '@types/react': 19.1.13 15126 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 15107 + '@types/react': 19.2.2 15108 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15127 15109 15128 - '@radix-ui/react-hover-card@1.1.14(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15110 + '@radix-ui/react-hover-card@1.1.14(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15129 15111 dependencies: 15130 15112 '@radix-ui/primitive': 1.1.2 15131 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15132 - '@radix-ui/react-context': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15133 - '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15134 - '@radix-ui/react-popper': 1.2.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15135 - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15136 - '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15137 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15138 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.13)(react@19.1.1) 15139 - react: 19.1.1 15140 - react-dom: 19.1.1(react@19.1.1) 15113 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15114 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15115 + '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15116 + '@radix-ui/react-popper': 1.2.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15117 + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15118 + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15119 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15120 + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0) 15121 + react: 19.2.0 15122 + react-dom: 19.2.0(react@19.2.0) 15141 15123 optionalDependencies: 15142 - '@types/react': 19.1.13 15143 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 15124 + '@types/react': 19.2.2 15125 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15144 15126 15145 - '@radix-ui/react-hover-card@1.1.4(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15127 + '@radix-ui/react-hover-card@1.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15146 15128 dependencies: 15147 15129 '@radix-ui/primitive': 1.1.1 15148 - '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15149 - '@radix-ui/react-context': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15150 - '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15151 - '@radix-ui/react-popper': 1.2.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15152 - '@radix-ui/react-portal': 1.1.3(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15153 - '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15154 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15155 - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15156 - react: 19.1.1 15157 - react-dom: 19.1.1(react@19.1.1) 15130 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15131 + '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15132 + '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15133 + '@radix-ui/react-popper': 1.2.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15134 + '@radix-ui/react-portal': 1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15135 + '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15136 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15137 + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15138 + react: 19.2.0 15139 + react-dom: 19.2.0(react@19.2.0) 15158 15140 optionalDependencies: 15159 - '@types/react': 19.1.10 15160 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 15141 + '@types/react': 19.2.2 15142 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 15161 15143 15162 - '@radix-ui/react-id@1.1.0(@types/react@19.1.10)(react@19.1.1)': 15144 + '@radix-ui/react-id@1.1.0(@types/react@19.2.2)(react@19.2.0)': 15163 15145 dependencies: 15164 - '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15165 - react: 19.1.1 15146 + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15147 + react: 19.2.0 15166 15148 optionalDependencies: 15167 - '@types/react': 19.1.10 15149 + '@types/react': 19.2.2 15168 15150 15169 - '@radix-ui/react-id@1.1.0(@types/react@19.1.13)(react@19.1.1)': 15151 + '@radix-ui/react-id@1.1.1(@types/react@19.2.2)(react@19.2.0)': 15170 15152 dependencies: 15171 - '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.13)(react@19.1.1) 15172 - react: 19.1.1 15153 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15154 + react: 19.2.0 15173 15155 optionalDependencies: 15174 - '@types/react': 19.1.13 15156 + '@types/react': 19.2.2 15175 15157 15176 - '@radix-ui/react-id@1.1.1(@types/react@19.1.10)(react@19.1.1)': 15158 + '@radix-ui/react-label@2.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15177 15159 dependencies: 15178 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15179 - react: 19.1.1 15160 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15161 + react: 19.2.0 15162 + react-dom: 19.2.0(react@19.2.0) 15180 15163 optionalDependencies: 15181 - '@types/react': 19.1.10 15164 + '@types/react': 19.2.2 15165 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 15182 15166 15183 - '@radix-ui/react-id@1.1.1(@types/react@19.1.13)(react@19.1.1)': 15167 + '@radix-ui/react-label@2.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15184 15168 dependencies: 15185 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15186 - react: 19.1.1 15169 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15170 + react: 19.2.0 15171 + react-dom: 19.2.0(react@19.2.0) 15187 15172 optionalDependencies: 15188 - '@types/react': 19.1.13 15173 + '@types/react': 19.2.2 15174 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15189 15175 15190 - '@radix-ui/react-label@2.1.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15191 - dependencies: 15192 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15193 - react: 19.1.1 15194 - react-dom: 19.1.1(react@19.1.1) 15195 - optionalDependencies: 15196 - '@types/react': 19.1.10 15197 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 15198 - 15199 - '@radix-ui/react-label@2.1.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15200 - dependencies: 15201 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15202 - react: 19.1.1 15203 - react-dom: 19.1.1(react@19.1.1) 15204 - optionalDependencies: 15205 - '@types/react': 19.1.13 15206 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 15207 - 15208 - '@radix-ui/react-menu@2.1.15(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15176 + '@radix-ui/react-menu@2.1.15(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15209 15177 dependencies: 15210 15178 '@radix-ui/primitive': 1.1.2 15211 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15212 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15213 - '@radix-ui/react-context': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15214 - '@radix-ui/react-direction': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15215 - '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15216 - '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15217 - '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15218 - '@radix-ui/react-id': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15219 - '@radix-ui/react-popper': 1.2.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15220 - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15221 - '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15222 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15223 - '@radix-ui/react-roving-focus': 1.1.10(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15224 - '@radix-ui/react-slot': 1.2.3(@types/react@19.1.13)(react@19.1.1) 15225 - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15179 + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15180 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15181 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15182 + '@radix-ui/react-direction': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15183 + '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15184 + '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15185 + '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15186 + '@radix-ui/react-id': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15187 + '@radix-ui/react-popper': 1.2.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15188 + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15189 + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15190 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15191 + '@radix-ui/react-roving-focus': 1.1.10(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15192 + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.2)(react@19.2.0) 15193 + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15226 15194 aria-hidden: 1.2.6 15227 - react: 19.1.1 15228 - react-dom: 19.1.1(react@19.1.1) 15229 - react-remove-scroll: 2.7.1(@types/react@19.1.13)(react@19.1.1) 15195 + react: 19.2.0 15196 + react-dom: 19.2.0(react@19.2.0) 15197 + react-remove-scroll: 2.7.1(@types/react@19.2.2)(react@19.2.0) 15230 15198 optionalDependencies: 15231 - '@types/react': 19.1.13 15232 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 15199 + '@types/react': 19.2.2 15200 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15233 15201 15234 - '@radix-ui/react-menu@2.1.4(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15202 + '@radix-ui/react-menu@2.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15235 15203 dependencies: 15236 15204 '@radix-ui/primitive': 1.1.1 15237 - '@radix-ui/react-collection': 1.1.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15238 - '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15239 - '@radix-ui/react-context': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15240 - '@radix-ui/react-direction': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15241 - '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15242 - '@radix-ui/react-focus-guards': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15243 - '@radix-ui/react-focus-scope': 1.1.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15244 - '@radix-ui/react-id': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15245 - '@radix-ui/react-popper': 1.2.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15246 - '@radix-ui/react-portal': 1.1.3(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15247 - '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15248 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15249 - '@radix-ui/react-roving-focus': 1.1.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15250 - '@radix-ui/react-slot': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15251 - '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15205 + '@radix-ui/react-collection': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15206 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15207 + '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15208 + '@radix-ui/react-direction': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15209 + '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15210 + '@radix-ui/react-focus-guards': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15211 + '@radix-ui/react-focus-scope': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15212 + '@radix-ui/react-id': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15213 + '@radix-ui/react-popper': 1.2.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15214 + '@radix-ui/react-portal': 1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15215 + '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15216 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15217 + '@radix-ui/react-roving-focus': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15218 + '@radix-ui/react-slot': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15219 + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15252 15220 aria-hidden: 1.2.6 15253 - react: 19.1.1 15254 - react-dom: 19.1.1(react@19.1.1) 15255 - react-remove-scroll: 2.6.2(@types/react@19.1.10)(react@19.1.1) 15221 + react: 19.2.0 15222 + react-dom: 19.2.0(react@19.2.0) 15223 + react-remove-scroll: 2.6.2(@types/react@19.2.2)(react@19.2.0) 15256 15224 optionalDependencies: 15257 - '@types/react': 19.1.10 15258 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 15225 + '@types/react': 19.2.2 15226 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 15259 15227 15260 - '@radix-ui/react-navigation-menu@1.2.3(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15228 + '@radix-ui/react-navigation-menu@1.2.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15261 15229 dependencies: 15262 15230 '@radix-ui/primitive': 1.1.1 15263 - '@radix-ui/react-collection': 1.1.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15264 - '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15265 - '@radix-ui/react-context': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15266 - '@radix-ui/react-direction': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15267 - '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15268 - '@radix-ui/react-id': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15269 - '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15270 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15271 - '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15272 - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15273 - '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15274 - '@radix-ui/react-use-previous': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15275 - '@radix-ui/react-visually-hidden': 1.1.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15276 - react: 19.1.1 15277 - react-dom: 19.1.1(react@19.1.1) 15231 + '@radix-ui/react-collection': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15232 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15233 + '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15234 + '@radix-ui/react-direction': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15235 + '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15236 + '@radix-ui/react-id': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15237 + '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15238 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15239 + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15240 + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15241 + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15242 + '@radix-ui/react-use-previous': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15243 + '@radix-ui/react-visually-hidden': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15244 + react: 19.2.0 15245 + react-dom: 19.2.0(react@19.2.0) 15278 15246 optionalDependencies: 15279 - '@types/react': 19.1.10 15280 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 15247 + '@types/react': 19.2.2 15248 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 15281 15249 15282 - '@radix-ui/react-popover@1.1.14(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15250 + '@radix-ui/react-popover@1.1.14(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15283 15251 dependencies: 15284 15252 '@radix-ui/primitive': 1.1.2 15285 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15286 - '@radix-ui/react-context': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15287 - '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15288 - '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15289 - '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15290 - '@radix-ui/react-id': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15291 - '@radix-ui/react-popper': 1.2.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15292 - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15293 - '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15294 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15295 - '@radix-ui/react-slot': 1.2.3(@types/react@19.1.13)(react@19.1.1) 15296 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.13)(react@19.1.1) 15253 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15254 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15255 + '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15256 + '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15257 + '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15258 + '@radix-ui/react-id': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15259 + '@radix-ui/react-popper': 1.2.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15260 + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15261 + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15262 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15263 + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.2)(react@19.2.0) 15264 + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0) 15297 15265 aria-hidden: 1.2.6 15298 - react: 19.1.1 15299 - react-dom: 19.1.1(react@19.1.1) 15300 - react-remove-scroll: 2.7.1(@types/react@19.1.13)(react@19.1.1) 15266 + react: 19.2.0 15267 + react-dom: 19.2.0(react@19.2.0) 15268 + react-remove-scroll: 2.7.1(@types/react@19.2.2)(react@19.2.0) 15301 15269 optionalDependencies: 15302 - '@types/react': 19.1.13 15303 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 15270 + '@types/react': 19.2.2 15271 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15304 15272 15305 - '@radix-ui/react-popover@1.1.4(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15273 + '@radix-ui/react-popover@1.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15306 15274 dependencies: 15307 15275 '@radix-ui/primitive': 1.1.1 15308 - '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15309 - '@radix-ui/react-context': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15310 - '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15311 - '@radix-ui/react-focus-guards': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15312 - '@radix-ui/react-focus-scope': 1.1.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15313 - '@radix-ui/react-id': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15314 - '@radix-ui/react-popper': 1.2.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15315 - '@radix-ui/react-portal': 1.1.3(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15316 - '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15317 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15318 - '@radix-ui/react-slot': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15319 - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15276 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15277 + '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15278 + '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15279 + '@radix-ui/react-focus-guards': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15280 + '@radix-ui/react-focus-scope': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15281 + '@radix-ui/react-id': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15282 + '@radix-ui/react-popper': 1.2.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15283 + '@radix-ui/react-portal': 1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15284 + '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15285 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15286 + '@radix-ui/react-slot': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15287 + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15320 15288 aria-hidden: 1.2.4 15321 - react: 19.1.1 15322 - react-dom: 19.1.1(react@19.1.1) 15323 - react-remove-scroll: 2.6.2(@types/react@19.1.10)(react@19.1.1) 15289 + react: 19.2.0 15290 + react-dom: 19.2.0(react@19.2.0) 15291 + react-remove-scroll: 2.6.2(@types/react@19.2.2)(react@19.2.0) 15324 15292 optionalDependencies: 15325 - '@types/react': 19.1.10 15326 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 15293 + '@types/react': 19.2.2 15294 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 15327 15295 15328 - '@radix-ui/react-popper@1.2.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15296 + '@radix-ui/react-popper@1.2.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15329 15297 dependencies: 15330 - '@floating-ui/react-dom': 2.1.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15331 - '@radix-ui/react-arrow': 1.1.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15332 - '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15333 - '@radix-ui/react-context': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15334 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15335 - '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15336 - '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15337 - '@radix-ui/react-use-rect': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15338 - '@radix-ui/react-use-size': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15298 + '@floating-ui/react-dom': 2.1.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15299 + '@radix-ui/react-arrow': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15300 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15301 + '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15302 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15303 + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15304 + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15305 + '@radix-ui/react-use-rect': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15306 + '@radix-ui/react-use-size': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15339 15307 '@radix-ui/rect': 1.1.0 15340 - react: 19.1.1 15341 - react-dom: 19.1.1(react@19.1.1) 15308 + react: 19.2.0 15309 + react-dom: 19.2.0(react@19.2.0) 15342 15310 optionalDependencies: 15343 - '@types/react': 19.1.10 15344 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 15311 + '@types/react': 19.2.2 15312 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 15345 15313 15346 - '@radix-ui/react-popper@1.2.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15314 + '@radix-ui/react-popper@1.2.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15347 15315 dependencies: 15348 - '@floating-ui/react-dom': 2.1.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15349 - '@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15350 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15351 - '@radix-ui/react-context': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15352 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15353 - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15354 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15355 - '@radix-ui/react-use-rect': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15356 - '@radix-ui/react-use-size': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15316 + '@floating-ui/react-dom': 2.1.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15317 + '@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15318 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15319 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15320 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15321 + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15322 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15323 + '@radix-ui/react-use-rect': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15324 + '@radix-ui/react-use-size': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15357 15325 '@radix-ui/rect': 1.1.1 15358 - react: 19.1.1 15359 - react-dom: 19.1.1(react@19.1.1) 15326 + react: 19.2.0 15327 + react-dom: 19.2.0(react@19.2.0) 15360 15328 optionalDependencies: 15361 - '@types/react': 19.1.13 15362 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 15329 + '@types/react': 19.2.2 15330 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15363 15331 15364 - '@radix-ui/react-portal@1.1.3(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15332 + '@radix-ui/react-portal@1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15365 15333 dependencies: 15366 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15367 - '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15368 - react: 19.1.1 15369 - react-dom: 19.1.1(react@19.1.1) 15334 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15335 + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15336 + react: 19.2.0 15337 + react-dom: 19.2.0(react@19.2.0) 15370 15338 optionalDependencies: 15371 - '@types/react': 19.1.10 15372 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 15339 + '@types/react': 19.2.2 15340 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 15373 15341 15374 - '@radix-ui/react-portal@1.1.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15342 + '@radix-ui/react-portal@1.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15375 15343 dependencies: 15376 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15377 - '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.13)(react@19.1.1) 15378 - react: 19.1.1 15379 - react-dom: 19.1.1(react@19.1.1) 15344 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15345 + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15346 + react: 19.2.0 15347 + react-dom: 19.2.0(react@19.2.0) 15380 15348 optionalDependencies: 15381 - '@types/react': 19.1.13 15382 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 15349 + '@types/react': 19.2.2 15350 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15383 15351 15384 - '@radix-ui/react-portal@1.1.9(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15352 + '@radix-ui/react-portal@1.1.9(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15385 15353 dependencies: 15386 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15387 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15388 - react: 19.1.1 15389 - react-dom: 19.1.1(react@19.1.1) 15354 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15355 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15356 + react: 19.2.0 15357 + react-dom: 19.2.0(react@19.2.0) 15390 15358 optionalDependencies: 15391 - '@types/react': 19.1.10 15392 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 15359 + '@types/react': 19.2.2 15360 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 15393 15361 15394 - '@radix-ui/react-portal@1.1.9(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15362 + '@radix-ui/react-portal@1.1.9(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15395 15363 dependencies: 15396 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15397 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15398 - react: 19.1.1 15399 - react-dom: 19.1.1(react@19.1.1) 15364 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15365 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15366 + react: 19.2.0 15367 + react-dom: 19.2.0(react@19.2.0) 15400 15368 optionalDependencies: 15401 - '@types/react': 19.1.13 15402 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 15369 + '@types/react': 19.2.2 15370 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15403 15371 15404 - '@radix-ui/react-presence@1.1.2(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15372 + '@radix-ui/react-presence@1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15405 15373 dependencies: 15406 - '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15407 - '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15408 - react: 19.1.1 15409 - react-dom: 19.1.1(react@19.1.1) 15374 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15375 + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15376 + react: 19.2.0 15377 + react-dom: 19.2.0(react@19.2.0) 15410 15378 optionalDependencies: 15411 - '@types/react': 19.1.10 15412 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 15379 + '@types/react': 19.2.2 15380 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 15413 15381 15414 - '@radix-ui/react-presence@1.1.4(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15382 + '@radix-ui/react-presence@1.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15415 15383 dependencies: 15416 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.10)(react@19.1.1) 15417 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15418 - react: 19.1.1 15419 - react-dom: 19.1.1(react@19.1.1) 15384 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15385 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15386 + react: 19.2.0 15387 + react-dom: 19.2.0(react@19.2.0) 15420 15388 optionalDependencies: 15421 - '@types/react': 19.1.10 15422 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 15389 + '@types/react': 19.2.2 15390 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 15423 15391 15424 - '@radix-ui/react-presence@1.1.4(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15392 + '@radix-ui/react-presence@1.1.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15425 15393 dependencies: 15426 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15427 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15428 - react: 19.1.1 15429 - react-dom: 19.1.1(react@19.1.1) 15394 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15395 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15396 + react: 19.2.0 15397 + react-dom: 19.2.0(react@19.2.0) 15430 15398 optionalDependencies: 15431 - '@types/react': 19.1.13 15432 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 15399 + '@types/react': 19.2.2 15400 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15433 15401 15434 - '@radix-ui/react-primitive@2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15402 + '@radix-ui/react-primitive@2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15435 15403 dependencies: 15436 - '@radix-ui/react-slot': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15437 - react: 19.1.1 15438 - react-dom: 19.1.1(react@19.1.1) 15404 + '@radix-ui/react-slot': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15405 + react: 19.2.0 15406 + react-dom: 19.2.0(react@19.2.0) 15439 15407 optionalDependencies: 15440 - '@types/react': 19.1.10 15441 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 15408 + '@types/react': 19.2.2 15409 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 15442 15410 15443 - '@radix-ui/react-primitive@2.0.1(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15411 + '@radix-ui/react-primitive@2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15444 15412 dependencies: 15445 - '@radix-ui/react-slot': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15446 - react: 19.1.1 15447 - react-dom: 19.1.1(react@19.1.1) 15413 + '@radix-ui/react-slot': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15414 + react: 19.2.0 15415 + react-dom: 19.2.0(react@19.2.0) 15448 15416 optionalDependencies: 15449 - '@types/react': 19.1.13 15450 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 15417 + '@types/react': 19.2.2 15418 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15451 15419 15452 - '@radix-ui/react-primitive@2.1.3(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15420 + '@radix-ui/react-primitive@2.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15453 15421 dependencies: 15454 - '@radix-ui/react-slot': 1.2.3(@types/react@19.1.10)(react@19.1.1) 15455 - react: 19.1.1 15456 - react-dom: 19.1.1(react@19.1.1) 15422 + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.2)(react@19.2.0) 15423 + react: 19.2.0 15424 + react-dom: 19.2.0(react@19.2.0) 15457 15425 optionalDependencies: 15458 - '@types/react': 19.1.10 15459 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 15426 + '@types/react': 19.2.2 15427 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 15460 15428 15461 - '@radix-ui/react-primitive@2.1.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15429 + '@radix-ui/react-primitive@2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15462 15430 dependencies: 15463 - '@radix-ui/react-slot': 1.2.3(@types/react@19.1.13)(react@19.1.1) 15464 - react: 19.1.1 15465 - react-dom: 19.1.1(react@19.1.1) 15431 + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.2)(react@19.2.0) 15432 + react: 19.2.0 15433 + react-dom: 19.2.0(react@19.2.0) 15466 15434 optionalDependencies: 15467 - '@types/react': 19.1.13 15468 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 15435 + '@types/react': 19.2.2 15436 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15469 15437 15470 - '@radix-ui/react-progress@1.1.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15438 + '@radix-ui/react-progress@1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15471 15439 dependencies: 15472 - '@radix-ui/react-context': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15473 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15474 - react: 19.1.1 15475 - react-dom: 19.1.1(react@19.1.1) 15440 + '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15441 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15442 + react: 19.2.0 15443 + react-dom: 19.2.0(react@19.2.0) 15476 15444 optionalDependencies: 15477 - '@types/react': 19.1.10 15478 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 15445 + '@types/react': 19.2.2 15446 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 15479 15447 15480 - '@radix-ui/react-progress@1.1.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15448 + '@radix-ui/react-progress@1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15481 15449 dependencies: 15482 - '@radix-ui/react-context': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15483 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15484 - react: 19.1.1 15485 - react-dom: 19.1.1(react@19.1.1) 15450 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15451 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15452 + react: 19.2.0 15453 + react-dom: 19.2.0(react@19.2.0) 15486 15454 optionalDependencies: 15487 - '@types/react': 19.1.13 15488 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 15455 + '@types/react': 19.2.2 15456 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15489 15457 15490 - '@radix-ui/react-radio-group@1.2.2(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15458 + '@radix-ui/react-radio-group@1.2.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15491 15459 dependencies: 15492 15460 '@radix-ui/primitive': 1.1.1 15493 - '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15494 - '@radix-ui/react-context': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15495 - '@radix-ui/react-direction': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15496 - '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15497 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15498 - '@radix-ui/react-roving-focus': 1.1.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15499 - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15500 - '@radix-ui/react-use-previous': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15501 - '@radix-ui/react-use-size': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15502 - react: 19.1.1 15503 - react-dom: 19.1.1(react@19.1.1) 15461 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15462 + '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15463 + '@radix-ui/react-direction': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15464 + '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15465 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15466 + '@radix-ui/react-roving-focus': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15467 + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15468 + '@radix-ui/react-use-previous': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15469 + '@radix-ui/react-use-size': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15470 + react: 19.2.0 15471 + react-dom: 19.2.0(react@19.2.0) 15504 15472 optionalDependencies: 15505 - '@types/react': 19.1.10 15506 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 15473 + '@types/react': 19.2.2 15474 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 15507 15475 15508 - '@radix-ui/react-radio-group@1.3.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15476 + '@radix-ui/react-radio-group@1.3.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15509 15477 dependencies: 15510 15478 '@radix-ui/primitive': 1.1.2 15511 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15512 - '@radix-ui/react-context': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15513 - '@radix-ui/react-direction': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15514 - '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15515 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15516 - '@radix-ui/react-roving-focus': 1.1.10(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15517 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.13)(react@19.1.1) 15518 - '@radix-ui/react-use-previous': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15519 - '@radix-ui/react-use-size': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15520 - react: 19.1.1 15521 - react-dom: 19.1.1(react@19.1.1) 15479 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15480 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15481 + '@radix-ui/react-direction': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15482 + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15483 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15484 + '@radix-ui/react-roving-focus': 1.1.10(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15485 + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0) 15486 + '@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15487 + '@radix-ui/react-use-size': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15488 + react: 19.2.0 15489 + react-dom: 19.2.0(react@19.2.0) 15522 15490 optionalDependencies: 15523 - '@types/react': 19.1.13 15524 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 15491 + '@types/react': 19.2.2 15492 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15525 15493 15526 - '@radix-ui/react-roving-focus@1.1.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15494 + '@radix-ui/react-roving-focus@1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15527 15495 dependencies: 15528 15496 '@radix-ui/primitive': 1.1.1 15529 - '@radix-ui/react-collection': 1.1.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15530 - '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15531 - '@radix-ui/react-context': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15532 - '@radix-ui/react-direction': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15533 - '@radix-ui/react-id': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15534 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15535 - '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15536 - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15537 - react: 19.1.1 15538 - react-dom: 19.1.1(react@19.1.1) 15497 + '@radix-ui/react-collection': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15498 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15499 + '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15500 + '@radix-ui/react-direction': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15501 + '@radix-ui/react-id': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15502 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15503 + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15504 + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15505 + react: 19.2.0 15506 + react-dom: 19.2.0(react@19.2.0) 15539 15507 optionalDependencies: 15540 - '@types/react': 19.1.10 15541 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 15508 + '@types/react': 19.2.2 15509 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 15542 15510 15543 - '@radix-ui/react-roving-focus@1.1.10(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15511 + '@radix-ui/react-roving-focus@1.1.10(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15544 15512 dependencies: 15545 15513 '@radix-ui/primitive': 1.1.2 15546 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15547 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15548 - '@radix-ui/react-context': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15549 - '@radix-ui/react-direction': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15550 - '@radix-ui/react-id': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15551 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15552 - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15553 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.13)(react@19.1.1) 15554 - react: 19.1.1 15555 - react-dom: 19.1.1(react@19.1.1) 15514 + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15515 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15516 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15517 + '@radix-ui/react-direction': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15518 + '@radix-ui/react-id': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15519 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15520 + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15521 + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0) 15522 + react: 19.2.0 15523 + react-dom: 19.2.0(react@19.2.0) 15556 15524 optionalDependencies: 15557 - '@types/react': 19.1.13 15558 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 15525 + '@types/react': 19.2.2 15526 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15559 15527 15560 - '@radix-ui/react-select@2.1.4(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15528 + '@radix-ui/react-select@2.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15561 15529 dependencies: 15562 15530 '@radix-ui/number': 1.1.0 15563 15531 '@radix-ui/primitive': 1.1.1 15564 - '@radix-ui/react-collection': 1.1.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15565 - '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15566 - '@radix-ui/react-context': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15567 - '@radix-ui/react-direction': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15568 - '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15569 - '@radix-ui/react-focus-guards': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15570 - '@radix-ui/react-focus-scope': 1.1.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15571 - '@radix-ui/react-id': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15572 - '@radix-ui/react-popper': 1.2.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15573 - '@radix-ui/react-portal': 1.1.3(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15574 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15575 - '@radix-ui/react-slot': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15576 - '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15577 - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15578 - '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15579 - '@radix-ui/react-use-previous': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15580 - '@radix-ui/react-visually-hidden': 1.1.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15532 + '@radix-ui/react-collection': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15533 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15534 + '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15535 + '@radix-ui/react-direction': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15536 + '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15537 + '@radix-ui/react-focus-guards': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15538 + '@radix-ui/react-focus-scope': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15539 + '@radix-ui/react-id': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15540 + '@radix-ui/react-popper': 1.2.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15541 + '@radix-ui/react-portal': 1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15542 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15543 + '@radix-ui/react-slot': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15544 + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15545 + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15546 + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15547 + '@radix-ui/react-use-previous': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15548 + '@radix-ui/react-visually-hidden': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15581 15549 aria-hidden: 1.2.4 15582 - react: 19.1.1 15583 - react-dom: 19.1.1(react@19.1.1) 15584 - react-remove-scroll: 2.6.2(@types/react@19.1.10)(react@19.1.1) 15550 + react: 19.2.0 15551 + react-dom: 19.2.0(react@19.2.0) 15552 + react-remove-scroll: 2.6.2(@types/react@19.2.2)(react@19.2.0) 15585 15553 optionalDependencies: 15586 - '@types/react': 19.1.10 15587 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 15554 + '@types/react': 19.2.2 15555 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 15588 15556 15589 - '@radix-ui/react-select@2.2.5(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15557 + '@radix-ui/react-select@2.2.5(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15590 15558 dependencies: 15591 15559 '@radix-ui/number': 1.1.1 15592 15560 '@radix-ui/primitive': 1.1.2 15593 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15594 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15595 - '@radix-ui/react-context': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15596 - '@radix-ui/react-direction': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15597 - '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15598 - '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15599 - '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15600 - '@radix-ui/react-id': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15601 - '@radix-ui/react-popper': 1.2.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15602 - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15603 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15604 - '@radix-ui/react-slot': 1.2.3(@types/react@19.1.13)(react@19.1.1) 15605 - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15606 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.13)(react@19.1.1) 15607 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15608 - '@radix-ui/react-use-previous': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15609 - '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15561 + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15562 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15563 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15564 + '@radix-ui/react-direction': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15565 + '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15566 + '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15567 + '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15568 + '@radix-ui/react-id': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15569 + '@radix-ui/react-popper': 1.2.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15570 + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15571 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15572 + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.2)(react@19.2.0) 15573 + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15574 + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0) 15575 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15576 + '@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15577 + '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15610 15578 aria-hidden: 1.2.6 15611 - react: 19.1.1 15612 - react-dom: 19.1.1(react@19.1.1) 15613 - react-remove-scroll: 2.7.1(@types/react@19.1.13)(react@19.1.1) 15579 + react: 19.2.0 15580 + react-dom: 19.2.0(react@19.2.0) 15581 + react-remove-scroll: 2.7.1(@types/react@19.2.2)(react@19.2.0) 15614 15582 optionalDependencies: 15615 - '@types/react': 19.1.13 15616 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 15583 + '@types/react': 19.2.2 15584 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15617 15585 15618 - '@radix-ui/react-separator@1.1.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15586 + '@radix-ui/react-separator@1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15619 15587 dependencies: 15620 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15621 - react: 19.1.1 15622 - react-dom: 19.1.1(react@19.1.1) 15588 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15589 + react: 19.2.0 15590 + react-dom: 19.2.0(react@19.2.0) 15623 15591 optionalDependencies: 15624 - '@types/react': 19.1.10 15625 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 15592 + '@types/react': 19.2.2 15593 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 15626 15594 15627 - '@radix-ui/react-separator@1.1.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15595 + '@radix-ui/react-separator@1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15628 15596 dependencies: 15629 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15630 - react: 19.1.1 15631 - react-dom: 19.1.1(react@19.1.1) 15597 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15598 + react: 19.2.0 15599 + react-dom: 19.2.0(react@19.2.0) 15632 15600 optionalDependencies: 15633 - '@types/react': 19.1.13 15634 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 15601 + '@types/react': 19.2.2 15602 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15635 15603 15636 - '@radix-ui/react-slider@1.2.2(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15604 + '@radix-ui/react-slider@1.2.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15637 15605 dependencies: 15638 15606 '@radix-ui/number': 1.1.0 15639 15607 '@radix-ui/primitive': 1.1.1 15640 - '@radix-ui/react-collection': 1.1.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15641 - '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15642 - '@radix-ui/react-context': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15643 - '@radix-ui/react-direction': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15644 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15645 - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15646 - '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15647 - '@radix-ui/react-use-previous': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15648 - '@radix-ui/react-use-size': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15649 - react: 19.1.1 15650 - react-dom: 19.1.1(react@19.1.1) 15608 + '@radix-ui/react-collection': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15609 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15610 + '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15611 + '@radix-ui/react-direction': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15612 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15613 + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15614 + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15615 + '@radix-ui/react-use-previous': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15616 + '@radix-ui/react-use-size': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15617 + react: 19.2.0 15618 + react-dom: 19.2.0(react@19.2.0) 15651 15619 optionalDependencies: 15652 - '@types/react': 19.1.10 15653 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 15620 + '@types/react': 19.2.2 15621 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 15654 15622 15655 - '@radix-ui/react-slider@1.3.5(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15623 + '@radix-ui/react-slider@1.3.5(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15656 15624 dependencies: 15657 15625 '@radix-ui/number': 1.1.1 15658 15626 '@radix-ui/primitive': 1.1.2 15659 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15660 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15661 - '@radix-ui/react-context': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15662 - '@radix-ui/react-direction': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15663 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15664 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.13)(react@19.1.1) 15665 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15666 - '@radix-ui/react-use-previous': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15667 - '@radix-ui/react-use-size': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15668 - react: 19.1.1 15669 - react-dom: 19.1.1(react@19.1.1) 15627 + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15628 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15629 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15630 + '@radix-ui/react-direction': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15631 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15632 + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0) 15633 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15634 + '@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15635 + '@radix-ui/react-use-size': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15636 + react: 19.2.0 15637 + react-dom: 19.2.0(react@19.2.0) 15670 15638 optionalDependencies: 15671 - '@types/react': 19.1.13 15672 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 15639 + '@types/react': 19.2.2 15640 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15673 15641 15674 - '@radix-ui/react-slot@1.1.1(@types/react@19.1.10)(react@19.1.1)': 15642 + '@radix-ui/react-slot@1.1.1(@types/react@19.2.2)(react@19.2.0)': 15675 15643 dependencies: 15676 - '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15677 - react: 19.1.1 15644 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15645 + react: 19.2.0 15678 15646 optionalDependencies: 15679 - '@types/react': 19.1.10 15647 + '@types/react': 19.2.2 15680 15648 15681 - '@radix-ui/react-slot@1.1.1(@types/react@19.1.13)(react@19.1.1)': 15649 + '@radix-ui/react-slot@1.2.3(@types/react@19.2.2)(react@19.2.0)': 15682 15650 dependencies: 15683 - '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15684 - react: 19.1.1 15651 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15652 + react: 19.2.0 15685 15653 optionalDependencies: 15686 - '@types/react': 19.1.13 15654 + '@types/react': 19.2.2 15687 15655 15688 - '@radix-ui/react-slot@1.2.3(@types/react@19.1.10)(react@19.1.1)': 15689 - dependencies: 15690 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.10)(react@19.1.1) 15691 - react: 19.1.1 15692 - optionalDependencies: 15693 - '@types/react': 19.1.10 15694 - 15695 - '@radix-ui/react-slot@1.2.3(@types/react@19.1.13)(react@19.1.1)': 15696 - dependencies: 15697 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15698 - react: 19.1.1 15699 - optionalDependencies: 15700 - '@types/react': 19.1.13 15701 - 15702 - '@radix-ui/react-switch@1.1.2(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15656 + '@radix-ui/react-switch@1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15703 15657 dependencies: 15704 15658 '@radix-ui/primitive': 1.1.1 15705 - '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15706 - '@radix-ui/react-context': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15707 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15708 - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15709 - '@radix-ui/react-use-previous': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15710 - '@radix-ui/react-use-size': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15711 - react: 19.1.1 15712 - react-dom: 19.1.1(react@19.1.1) 15659 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15660 + '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15661 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15662 + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15663 + '@radix-ui/react-use-previous': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15664 + '@radix-ui/react-use-size': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15665 + react: 19.2.0 15666 + react-dom: 19.2.0(react@19.2.0) 15713 15667 optionalDependencies: 15714 - '@types/react': 19.1.10 15715 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 15668 + '@types/react': 19.2.2 15669 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 15716 15670 15717 - '@radix-ui/react-switch@1.2.5(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15671 + '@radix-ui/react-switch@1.2.5(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15718 15672 dependencies: 15719 15673 '@radix-ui/primitive': 1.1.2 15720 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15721 - '@radix-ui/react-context': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15722 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15723 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.13)(react@19.1.1) 15724 - '@radix-ui/react-use-previous': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15725 - '@radix-ui/react-use-size': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15726 - react: 19.1.1 15727 - react-dom: 19.1.1(react@19.1.1) 15674 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15675 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15676 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15677 + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0) 15678 + '@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15679 + '@radix-ui/react-use-size': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15680 + react: 19.2.0 15681 + react-dom: 19.2.0(react@19.2.0) 15728 15682 optionalDependencies: 15729 - '@types/react': 19.1.13 15730 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 15683 + '@types/react': 19.2.2 15684 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15731 15685 15732 - '@radix-ui/react-tabs@1.1.12(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15686 + '@radix-ui/react-tabs@1.1.12(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15733 15687 dependencies: 15734 15688 '@radix-ui/primitive': 1.1.2 15735 - '@radix-ui/react-context': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15736 - '@radix-ui/react-direction': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15737 - '@radix-ui/react-id': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15738 - '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15739 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15740 - '@radix-ui/react-roving-focus': 1.1.10(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15741 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.13)(react@19.1.1) 15742 - react: 19.1.1 15743 - react-dom: 19.1.1(react@19.1.1) 15689 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15690 + '@radix-ui/react-direction': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15691 + '@radix-ui/react-id': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15692 + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15693 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15694 + '@radix-ui/react-roving-focus': 1.1.10(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15695 + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0) 15696 + react: 19.2.0 15697 + react-dom: 19.2.0(react@19.2.0) 15744 15698 optionalDependencies: 15745 - '@types/react': 19.1.13 15746 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 15699 + '@types/react': 19.2.2 15700 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15747 15701 15748 - '@radix-ui/react-tabs@1.1.2(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15702 + '@radix-ui/react-tabs@1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15749 15703 dependencies: 15750 15704 '@radix-ui/primitive': 1.1.1 15751 - '@radix-ui/react-context': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15752 - '@radix-ui/react-direction': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15753 - '@radix-ui/react-id': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15754 - '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15755 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15756 - '@radix-ui/react-roving-focus': 1.1.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15757 - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15758 - react: 19.1.1 15759 - react-dom: 19.1.1(react@19.1.1) 15705 + '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15706 + '@radix-ui/react-direction': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15707 + '@radix-ui/react-id': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15708 + '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15709 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15710 + '@radix-ui/react-roving-focus': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15711 + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15712 + react: 19.2.0 15713 + react-dom: 19.2.0(react@19.2.0) 15760 15714 optionalDependencies: 15761 - '@types/react': 19.1.10 15762 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 15715 + '@types/react': 19.2.2 15716 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 15763 15717 15764 - '@radix-ui/react-toggle@1.1.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15718 + '@radix-ui/react-toggle@1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15765 15719 dependencies: 15766 15720 '@radix-ui/primitive': 1.1.1 15767 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15768 - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15769 - react: 19.1.1 15770 - react-dom: 19.1.1(react@19.1.1) 15721 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15722 + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15723 + react: 19.2.0 15724 + react-dom: 19.2.0(react@19.2.0) 15771 15725 optionalDependencies: 15772 - '@types/react': 19.1.10 15773 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 15726 + '@types/react': 19.2.2 15727 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 15774 15728 15775 - '@radix-ui/react-tooltip@1.1.6(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15729 + '@radix-ui/react-tooltip@1.1.6(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15776 15730 dependencies: 15777 15731 '@radix-ui/primitive': 1.1.1 15778 - '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15779 - '@radix-ui/react-context': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15780 - '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15781 - '@radix-ui/react-id': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15782 - '@radix-ui/react-popper': 1.2.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15783 - '@radix-ui/react-portal': 1.1.3(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15784 - '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15785 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15786 - '@radix-ui/react-slot': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15787 - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15788 - '@radix-ui/react-visually-hidden': 1.1.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15789 - react: 19.1.1 15790 - react-dom: 19.1.1(react@19.1.1) 15732 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15733 + '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15734 + '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15735 + '@radix-ui/react-id': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15736 + '@radix-ui/react-popper': 1.2.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15737 + '@radix-ui/react-portal': 1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15738 + '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15739 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15740 + '@radix-ui/react-slot': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15741 + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15742 + '@radix-ui/react-visually-hidden': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15743 + react: 19.2.0 15744 + react-dom: 19.2.0(react@19.2.0) 15791 15745 optionalDependencies: 15792 - '@types/react': 19.1.10 15793 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 15746 + '@types/react': 19.2.2 15747 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 15794 15748 15795 - '@radix-ui/react-tooltip@1.2.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15749 + '@radix-ui/react-tooltip@1.2.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15796 15750 dependencies: 15797 15751 '@radix-ui/primitive': 1.1.2 15798 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15799 - '@radix-ui/react-context': 1.1.2(@types/react@19.1.13)(react@19.1.1) 15800 - '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15801 - '@radix-ui/react-id': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15802 - '@radix-ui/react-popper': 1.2.7(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15803 - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15804 - '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15805 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15806 - '@radix-ui/react-slot': 1.2.3(@types/react@19.1.13)(react@19.1.1) 15807 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.13)(react@19.1.1) 15808 - '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15809 - react: 19.1.1 15810 - react-dom: 19.1.1(react@19.1.1) 15752 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15753 + '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.0) 15754 + '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15755 + '@radix-ui/react-id': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15756 + '@radix-ui/react-popper': 1.2.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15757 + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15758 + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15759 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15760 + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.2)(react@19.2.0) 15761 + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.0) 15762 + '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15763 + react: 19.2.0 15764 + react-dom: 19.2.0(react@19.2.0) 15811 15765 optionalDependencies: 15812 - '@types/react': 19.1.13 15813 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 15766 + '@types/react': 19.2.2 15767 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15814 15768 15815 - '@radix-ui/react-use-callback-ref@1.1.0(@types/react@19.1.10)(react@19.1.1)': 15769 + '@radix-ui/react-use-callback-ref@1.1.0(@types/react@19.2.2)(react@19.2.0)': 15816 15770 dependencies: 15817 - react: 19.1.1 15771 + react: 19.2.0 15818 15772 optionalDependencies: 15819 - '@types/react': 19.1.10 15773 + '@types/react': 19.2.2 15820 15774 15821 - '@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.1.10)(react@19.1.1)': 15775 + '@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.2.2)(react@19.2.0)': 15822 15776 dependencies: 15823 - react: 19.1.1 15777 + react: 19.2.0 15824 15778 optionalDependencies: 15825 - '@types/react': 19.1.10 15779 + '@types/react': 19.2.2 15826 15780 15827 - '@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.1.13)(react@19.1.1)': 15781 + '@radix-ui/react-use-controllable-state@1.1.0(@types/react@19.2.2)(react@19.2.0)': 15828 15782 dependencies: 15829 - react: 19.1.1 15783 + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15784 + react: 19.2.0 15830 15785 optionalDependencies: 15831 - '@types/react': 19.1.13 15786 + '@types/react': 19.2.2 15832 15787 15833 - '@radix-ui/react-use-controllable-state@1.1.0(@types/react@19.1.10)(react@19.1.1)': 15788 + '@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.2.2)(react@19.2.0)': 15834 15789 dependencies: 15835 - '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15836 - react: 19.1.1 15790 + '@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.2.2)(react@19.2.0) 15791 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15792 + react: 19.2.0 15837 15793 optionalDependencies: 15838 - '@types/react': 19.1.10 15794 + '@types/react': 19.2.2 15839 15795 15840 - '@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.1.10)(react@19.1.1)': 15796 + '@radix-ui/react-use-effect-event@0.0.2(@types/react@19.2.2)(react@19.2.0)': 15841 15797 dependencies: 15842 - '@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.1.10)(react@19.1.1) 15843 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15844 - react: 19.1.1 15798 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15799 + react: 19.2.0 15845 15800 optionalDependencies: 15846 - '@types/react': 19.1.10 15801 + '@types/react': 19.2.2 15847 15802 15848 - '@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.1.13)(react@19.1.1)': 15803 + '@radix-ui/react-use-escape-keydown@1.1.0(@types/react@19.2.2)(react@19.2.0)': 15849 15804 dependencies: 15850 - '@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.1.13)(react@19.1.1) 15851 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15852 - react: 19.1.1 15805 + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15806 + react: 19.2.0 15853 15807 optionalDependencies: 15854 - '@types/react': 19.1.13 15808 + '@types/react': 19.2.2 15855 15809 15856 - '@radix-ui/react-use-effect-event@0.0.2(@types/react@19.1.10)(react@19.1.1)': 15810 + '@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.2.2)(react@19.2.0)': 15857 15811 dependencies: 15858 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15859 - react: 19.1.1 15812 + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15813 + react: 19.2.0 15860 15814 optionalDependencies: 15861 - '@types/react': 19.1.10 15815 + '@types/react': 19.2.2 15862 15816 15863 - '@radix-ui/react-use-effect-event@0.0.2(@types/react@19.1.13)(react@19.1.1)': 15817 + '@radix-ui/react-use-is-hydrated@0.1.0(@types/react@19.2.2)(react@19.2.0)': 15864 15818 dependencies: 15865 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15866 - react: 19.1.1 15819 + react: 19.2.0 15820 + use-sync-external-store: 1.5.0(react@19.2.0) 15867 15821 optionalDependencies: 15868 - '@types/react': 19.1.13 15822 + '@types/react': 19.2.2 15869 15823 15870 - '@radix-ui/react-use-escape-keydown@1.1.0(@types/react@19.1.10)(react@19.1.1)': 15824 + '@radix-ui/react-use-layout-effect@1.1.0(@types/react@19.2.2)(react@19.2.0)': 15871 15825 dependencies: 15872 - '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15873 - react: 19.1.1 15826 + react: 19.2.0 15874 15827 optionalDependencies: 15875 - '@types/react': 19.1.10 15828 + '@types/react': 19.2.2 15876 15829 15877 - '@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.1.10)(react@19.1.1)': 15830 + '@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.2.2)(react@19.2.0)': 15878 15831 dependencies: 15879 - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.10)(react@19.1.1) 15880 - react: 19.1.1 15832 + react: 19.2.0 15881 15833 optionalDependencies: 15882 - '@types/react': 19.1.10 15883 - 15884 - '@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.1.13)(react@19.1.1)': 15885 - dependencies: 15886 - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15887 - react: 19.1.1 15888 - optionalDependencies: 15889 - '@types/react': 19.1.13 15890 - 15891 - '@radix-ui/react-use-is-hydrated@0.1.0(@types/react@19.1.13)(react@19.1.1)': 15892 - dependencies: 15893 - react: 19.1.1 15894 - use-sync-external-store: 1.5.0(react@19.1.1) 15895 - optionalDependencies: 15896 - '@types/react': 19.1.13 15834 + '@types/react': 19.2.2 15897 15835 15898 - '@radix-ui/react-use-layout-effect@1.1.0(@types/react@19.1.10)(react@19.1.1)': 15836 + '@radix-ui/react-use-previous@1.1.0(@types/react@19.2.2)(react@19.2.0)': 15899 15837 dependencies: 15900 - react: 19.1.1 15838 + react: 19.2.0 15901 15839 optionalDependencies: 15902 - '@types/react': 19.1.10 15840 + '@types/react': 19.2.2 15903 15841 15904 - '@radix-ui/react-use-layout-effect@1.1.0(@types/react@19.1.13)(react@19.1.1)': 15905 - dependencies: 15906 - react: 19.1.1 15907 - optionalDependencies: 15908 - '@types/react': 19.1.13 15909 - 15910 - '@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.1.10)(react@19.1.1)': 15911 - dependencies: 15912 - react: 19.1.1 15913 - optionalDependencies: 15914 - '@types/react': 19.1.10 15915 - 15916 - '@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.1.13)(react@19.1.1)': 15917 - dependencies: 15918 - react: 19.1.1 15919 - optionalDependencies: 15920 - '@types/react': 19.1.13 15921 - 15922 - '@radix-ui/react-use-previous@1.1.0(@types/react@19.1.10)(react@19.1.1)': 15923 - dependencies: 15924 - react: 19.1.1 15925 - optionalDependencies: 15926 - '@types/react': 19.1.10 15927 - 15928 - '@radix-ui/react-use-previous@1.1.1(@types/react@19.1.13)(react@19.1.1)': 15842 + '@radix-ui/react-use-previous@1.1.1(@types/react@19.2.2)(react@19.2.0)': 15929 15843 dependencies: 15930 - react: 19.1.1 15844 + react: 19.2.0 15931 15845 optionalDependencies: 15932 - '@types/react': 19.1.13 15846 + '@types/react': 19.2.2 15933 15847 15934 - '@radix-ui/react-use-rect@1.1.0(@types/react@19.1.10)(react@19.1.1)': 15848 + '@radix-ui/react-use-rect@1.1.0(@types/react@19.2.2)(react@19.2.0)': 15935 15849 dependencies: 15936 15850 '@radix-ui/rect': 1.1.0 15937 - react: 19.1.1 15851 + react: 19.2.0 15938 15852 optionalDependencies: 15939 - '@types/react': 19.1.10 15853 + '@types/react': 19.2.2 15940 15854 15941 - '@radix-ui/react-use-rect@1.1.1(@types/react@19.1.13)(react@19.1.1)': 15855 + '@radix-ui/react-use-rect@1.1.1(@types/react@19.2.2)(react@19.2.0)': 15942 15856 dependencies: 15943 15857 '@radix-ui/rect': 1.1.1 15944 - react: 19.1.1 15858 + react: 19.2.0 15945 15859 optionalDependencies: 15946 - '@types/react': 19.1.13 15860 + '@types/react': 19.2.2 15947 15861 15948 - '@radix-ui/react-use-size@1.1.0(@types/react@19.1.10)(react@19.1.1)': 15862 + '@radix-ui/react-use-size@1.1.0(@types/react@19.2.2)(react@19.2.0)': 15949 15863 dependencies: 15950 - '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.1.10)(react@19.1.1) 15951 - react: 19.1.1 15864 + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.2.2)(react@19.2.0) 15865 + react: 19.2.0 15952 15866 optionalDependencies: 15953 - '@types/react': 19.1.10 15867 + '@types/react': 19.2.2 15954 15868 15955 - '@radix-ui/react-use-size@1.1.1(@types/react@19.1.13)(react@19.1.1)': 15869 + '@radix-ui/react-use-size@1.1.1(@types/react@19.2.2)(react@19.2.0)': 15956 15870 dependencies: 15957 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.13)(react@19.1.1) 15958 - react: 19.1.1 15871 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.0) 15872 + react: 19.2.0 15959 15873 optionalDependencies: 15960 - '@types/react': 19.1.13 15874 + '@types/react': 19.2.2 15961 15875 15962 - '@radix-ui/react-visually-hidden@1.1.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15876 + '@radix-ui/react-visually-hidden@1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15963 15877 dependencies: 15964 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15965 - react: 19.1.1 15966 - react-dom: 19.1.1(react@19.1.1) 15878 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15879 + react: 19.2.0 15880 + react-dom: 19.2.0(react@19.2.0) 15967 15881 optionalDependencies: 15968 - '@types/react': 19.1.10 15969 - '@types/react-dom': 19.1.9(@types/react@19.1.10) 15882 + '@types/react': 19.2.2 15883 + '@types/react-dom': 19.1.9(@types/react@19.2.2) 15970 15884 15971 - '@radix-ui/react-visually-hidden@1.2.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15885 + '@radix-ui/react-visually-hidden@1.2.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 15972 15886 dependencies: 15973 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 15974 - react: 19.1.1 15975 - react-dom: 19.1.1(react@19.1.1) 15887 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15888 + react: 19.2.0 15889 + react-dom: 19.2.0(react@19.2.0) 15976 15890 optionalDependencies: 15977 - '@types/react': 19.1.13 15978 - '@types/react-dom': 19.1.9(@types/react@19.1.13) 15891 + '@types/react': 19.2.2 15892 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15979 15893 15980 15894 '@radix-ui/rect@1.1.0': {} 15981 15895 15982 15896 '@radix-ui/rect@1.1.1': {} 15983 15897 15984 - '@react-email/body@0.0.11(react@19.1.1)': 15898 + '@react-email/body@0.0.11(react@19.2.0)': 15985 15899 dependencies: 15986 - react: 19.1.1 15900 + react: 19.2.0 15987 15901 15988 - '@react-email/button@0.0.19(react@19.1.1)': 15902 + '@react-email/button@0.0.19(react@19.2.0)': 15989 15903 dependencies: 15990 - react: 19.1.1 15904 + react: 19.2.0 15991 15905 15992 - '@react-email/button@0.1.0(react@19.1.1)': 15906 + '@react-email/button@0.1.0(react@19.2.0)': 15993 15907 dependencies: 15994 - react: 19.1.1 15908 + react: 19.2.0 15995 15909 15996 - '@react-email/code-block@0.0.12(react@19.1.1)': 15910 + '@react-email/code-block@0.0.12(react@19.2.0)': 15997 15911 dependencies: 15998 15912 prismjs: 1.30.0 15999 - react: 19.1.1 15913 + react: 19.2.0 16000 15914 16001 - '@react-email/code-block@0.1.0(react@19.1.1)': 15915 + '@react-email/code-block@0.1.0(react@19.2.0)': 16002 15916 dependencies: 16003 15917 prismjs: 1.30.0 16004 - react: 19.1.1 15918 + react: 19.2.0 16005 15919 16006 - '@react-email/code-inline@0.0.5(react@19.1.1)': 15920 + '@react-email/code-inline@0.0.5(react@19.2.0)': 16007 15921 dependencies: 16008 - react: 19.1.1 15922 + react: 19.2.0 16009 15923 16010 - '@react-email/column@0.0.13(react@19.1.1)': 15924 + '@react-email/column@0.0.13(react@19.2.0)': 16011 15925 dependencies: 16012 - react: 19.1.1 15926 + react: 19.2.0 16013 15927 16014 - '@react-email/components@0.0.36(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15928 + '@react-email/components@0.0.36(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 16015 15929 dependencies: 16016 - '@react-email/body': 0.0.11(react@19.1.1) 16017 - '@react-email/button': 0.0.19(react@19.1.1) 16018 - '@react-email/code-block': 0.0.12(react@19.1.1) 16019 - '@react-email/code-inline': 0.0.5(react@19.1.1) 16020 - '@react-email/column': 0.0.13(react@19.1.1) 16021 - '@react-email/container': 0.0.15(react@19.1.1) 16022 - '@react-email/font': 0.0.9(react@19.1.1) 16023 - '@react-email/head': 0.0.12(react@19.1.1) 16024 - '@react-email/heading': 0.0.15(react@19.1.1) 16025 - '@react-email/hr': 0.0.11(react@19.1.1) 16026 - '@react-email/html': 0.0.11(react@19.1.1) 16027 - '@react-email/img': 0.0.11(react@19.1.1) 16028 - '@react-email/link': 0.0.12(react@19.1.1) 16029 - '@react-email/markdown': 0.0.14(react@19.1.1) 16030 - '@react-email/preview': 0.0.12(react@19.1.1) 16031 - '@react-email/render': 1.0.6(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 16032 - '@react-email/row': 0.0.12(react@19.1.1) 16033 - '@react-email/section': 0.0.16(react@19.1.1) 16034 - '@react-email/tailwind': 1.0.4(react@19.1.1) 16035 - '@react-email/text': 0.1.1(react@19.1.1) 16036 - react: 19.1.1 15930 + '@react-email/body': 0.0.11(react@19.2.0) 15931 + '@react-email/button': 0.0.19(react@19.2.0) 15932 + '@react-email/code-block': 0.0.12(react@19.2.0) 15933 + '@react-email/code-inline': 0.0.5(react@19.2.0) 15934 + '@react-email/column': 0.0.13(react@19.2.0) 15935 + '@react-email/container': 0.0.15(react@19.2.0) 15936 + '@react-email/font': 0.0.9(react@19.2.0) 15937 + '@react-email/head': 0.0.12(react@19.2.0) 15938 + '@react-email/heading': 0.0.15(react@19.2.0) 15939 + '@react-email/hr': 0.0.11(react@19.2.0) 15940 + '@react-email/html': 0.0.11(react@19.2.0) 15941 + '@react-email/img': 0.0.11(react@19.2.0) 15942 + '@react-email/link': 0.0.12(react@19.2.0) 15943 + '@react-email/markdown': 0.0.14(react@19.2.0) 15944 + '@react-email/preview': 0.0.12(react@19.2.0) 15945 + '@react-email/render': 1.0.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15946 + '@react-email/row': 0.0.12(react@19.2.0) 15947 + '@react-email/section': 0.0.16(react@19.2.0) 15948 + '@react-email/tailwind': 1.0.4(react@19.2.0) 15949 + '@react-email/text': 0.1.1(react@19.2.0) 15950 + react: 19.2.0 16037 15951 transitivePeerDependencies: 16038 15952 - react-dom 16039 15953 16040 - '@react-email/components@0.1.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 15954 + '@react-email/components@0.1.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 16041 15955 dependencies: 16042 - '@react-email/body': 0.0.11(react@19.1.1) 16043 - '@react-email/button': 0.1.0(react@19.1.1) 16044 - '@react-email/code-block': 0.1.0(react@19.1.1) 16045 - '@react-email/code-inline': 0.0.5(react@19.1.1) 16046 - '@react-email/column': 0.0.13(react@19.1.1) 16047 - '@react-email/container': 0.0.15(react@19.1.1) 16048 - '@react-email/font': 0.0.9(react@19.1.1) 16049 - '@react-email/head': 0.0.12(react@19.1.1) 16050 - '@react-email/heading': 0.0.15(react@19.1.1) 16051 - '@react-email/hr': 0.0.11(react@19.1.1) 16052 - '@react-email/html': 0.0.11(react@19.1.1) 16053 - '@react-email/img': 0.0.11(react@19.1.1) 16054 - '@react-email/link': 0.0.12(react@19.1.1) 16055 - '@react-email/markdown': 0.0.15(react@19.1.1) 16056 - '@react-email/preview': 0.0.13(react@19.1.1) 16057 - '@react-email/render': 1.1.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 16058 - '@react-email/row': 0.0.12(react@19.1.1) 16059 - '@react-email/section': 0.0.16(react@19.1.1) 16060 - '@react-email/tailwind': 1.0.5(react@19.1.1) 16061 - '@react-email/text': 0.1.5(react@19.1.1) 16062 - react: 19.1.1 15956 + '@react-email/body': 0.0.11(react@19.2.0) 15957 + '@react-email/button': 0.1.0(react@19.2.0) 15958 + '@react-email/code-block': 0.1.0(react@19.2.0) 15959 + '@react-email/code-inline': 0.0.5(react@19.2.0) 15960 + '@react-email/column': 0.0.13(react@19.2.0) 15961 + '@react-email/container': 0.0.15(react@19.2.0) 15962 + '@react-email/font': 0.0.9(react@19.2.0) 15963 + '@react-email/head': 0.0.12(react@19.2.0) 15964 + '@react-email/heading': 0.0.15(react@19.2.0) 15965 + '@react-email/hr': 0.0.11(react@19.2.0) 15966 + '@react-email/html': 0.0.11(react@19.2.0) 15967 + '@react-email/img': 0.0.11(react@19.2.0) 15968 + '@react-email/link': 0.0.12(react@19.2.0) 15969 + '@react-email/markdown': 0.0.15(react@19.2.0) 15970 + '@react-email/preview': 0.0.13(react@19.2.0) 15971 + '@react-email/render': 1.1.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 15972 + '@react-email/row': 0.0.12(react@19.2.0) 15973 + '@react-email/section': 0.0.16(react@19.2.0) 15974 + '@react-email/tailwind': 1.0.5(react@19.2.0) 15975 + '@react-email/text': 0.1.5(react@19.2.0) 15976 + react: 19.2.0 16063 15977 transitivePeerDependencies: 16064 15978 - react-dom 16065 15979 16066 - '@react-email/container@0.0.15(react@19.1.1)': 15980 + '@react-email/container@0.0.15(react@19.2.0)': 16067 15981 dependencies: 16068 - react: 19.1.1 15982 + react: 19.2.0 16069 15983 16070 - '@react-email/font@0.0.9(react@19.1.1)': 15984 + '@react-email/font@0.0.9(react@19.2.0)': 16071 15985 dependencies: 16072 - react: 19.1.1 15986 + react: 19.2.0 16073 15987 16074 - '@react-email/head@0.0.12(react@19.1.1)': 15988 + '@react-email/head@0.0.12(react@19.2.0)': 16075 15989 dependencies: 16076 - react: 19.1.1 15990 + react: 19.2.0 16077 15991 16078 - '@react-email/heading@0.0.15(react@19.1.1)': 15992 + '@react-email/heading@0.0.15(react@19.2.0)': 16079 15993 dependencies: 16080 - react: 19.1.1 15994 + react: 19.2.0 16081 15995 16082 - '@react-email/hr@0.0.11(react@19.1.1)': 15996 + '@react-email/hr@0.0.11(react@19.2.0)': 16083 15997 dependencies: 16084 - react: 19.1.1 15998 + react: 19.2.0 16085 15999 16086 - '@react-email/html@0.0.11(react@19.1.1)': 16000 + '@react-email/html@0.0.11(react@19.2.0)': 16087 16001 dependencies: 16088 - react: 19.1.1 16002 + react: 19.2.0 16089 16003 16090 - '@react-email/img@0.0.11(react@19.1.1)': 16004 + '@react-email/img@0.0.11(react@19.2.0)': 16091 16005 dependencies: 16092 - react: 19.1.1 16006 + react: 19.2.0 16093 16007 16094 - '@react-email/link@0.0.12(react@19.1.1)': 16008 + '@react-email/link@0.0.12(react@19.2.0)': 16095 16009 dependencies: 16096 - react: 19.1.1 16010 + react: 19.2.0 16097 16011 16098 - '@react-email/markdown@0.0.14(react@19.1.1)': 16012 + '@react-email/markdown@0.0.14(react@19.2.0)': 16099 16013 dependencies: 16100 - md-to-react-email: 5.0.5(react@19.1.1) 16101 - react: 19.1.1 16014 + md-to-react-email: 5.0.5(react@19.2.0) 16015 + react: 19.2.0 16102 16016 16103 - '@react-email/markdown@0.0.15(react@19.1.1)': 16017 + '@react-email/markdown@0.0.15(react@19.2.0)': 16104 16018 dependencies: 16105 - md-to-react-email: 5.0.5(react@19.1.1) 16106 - react: 19.1.1 16019 + md-to-react-email: 5.0.5(react@19.2.0) 16020 + react: 19.2.0 16107 16021 16108 - '@react-email/preview@0.0.12(react@19.1.1)': 16022 + '@react-email/preview@0.0.12(react@19.2.0)': 16109 16023 dependencies: 16110 - react: 19.1.1 16024 + react: 19.2.0 16111 16025 16112 - '@react-email/preview@0.0.13(react@19.1.1)': 16026 + '@react-email/preview@0.0.13(react@19.2.0)': 16113 16027 dependencies: 16114 - react: 19.1.1 16028 + react: 19.2.0 16115 16029 16116 - '@react-email/render@1.0.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 16030 + '@react-email/render@1.0.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 16117 16031 dependencies: 16118 16032 html-to-text: 9.0.5 16119 16033 js-beautify: 1.15.1 16120 - react: 19.1.1 16121 - react-dom: 19.1.1(react@19.1.1) 16034 + react: 19.2.0 16035 + react-dom: 19.2.0(react@19.2.0) 16122 16036 react-promise-suspense: 0.3.4 16123 16037 16124 - '@react-email/render@1.0.6(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 16038 + '@react-email/render@1.0.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 16125 16039 dependencies: 16126 16040 html-to-text: 9.0.5 16127 16041 prettier: 3.5.3 16128 - react: 19.1.1 16129 - react-dom: 19.1.1(react@19.1.1) 16042 + react: 19.2.0 16043 + react-dom: 19.2.0(react@19.2.0) 16130 16044 react-promise-suspense: 0.3.4 16131 16045 16132 - '@react-email/render@1.1.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 16046 + '@react-email/render@1.1.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 16133 16047 dependencies: 16134 16048 html-to-text: 9.0.5 16135 16049 prettier: 3.6.2 16136 - react: 19.1.1 16137 - react-dom: 19.1.1(react@19.1.1) 16050 + react: 19.2.0 16051 + react-dom: 19.2.0(react@19.2.0) 16138 16052 react-promise-suspense: 0.3.4 16139 16053 16140 - '@react-email/render@1.1.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 16054 + '@react-email/render@1.1.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 16141 16055 dependencies: 16142 16056 html-to-text: 9.0.5 16143 16057 prettier: 3.6.2 16144 - react: 19.1.1 16145 - react-dom: 19.1.1(react@19.1.1) 16058 + react: 19.2.0 16059 + react-dom: 19.2.0(react@19.2.0) 16146 16060 react-promise-suspense: 0.3.4 16147 16061 16148 - '@react-email/row@0.0.12(react@19.1.1)': 16062 + '@react-email/row@0.0.12(react@19.2.0)': 16149 16063 dependencies: 16150 - react: 19.1.1 16064 + react: 19.2.0 16151 16065 16152 - '@react-email/section@0.0.16(react@19.1.1)': 16066 + '@react-email/section@0.0.16(react@19.2.0)': 16153 16067 dependencies: 16154 - react: 19.1.1 16068 + react: 19.2.0 16155 16069 16156 - '@react-email/tailwind@1.0.4(react@19.1.1)': 16070 + '@react-email/tailwind@1.0.4(react@19.2.0)': 16157 16071 dependencies: 16158 - react: 19.1.1 16072 + react: 19.2.0 16159 16073 16160 - '@react-email/tailwind@1.0.5(react@19.1.1)': 16074 + '@react-email/tailwind@1.0.5(react@19.2.0)': 16161 16075 dependencies: 16162 - react: 19.1.1 16076 + react: 19.2.0 16163 16077 16164 - '@react-email/text@0.1.1(react@19.1.1)': 16078 + '@react-email/text@0.1.1(react@19.2.0)': 16165 16079 dependencies: 16166 - react: 19.1.1 16080 + react: 19.2.0 16167 16081 16168 - '@react-email/text@0.1.5(react@19.1.1)': 16082 + '@react-email/text@0.1.5(react@19.2.0)': 16169 16083 dependencies: 16170 - react: 19.1.1 16084 + react: 19.2.0 16171 16085 16172 16086 '@rolldown/pluginutils@1.0.0-beta.27': {} 16173 16087 ··· 16374 16288 '@sentry/types': 8.9.2 16375 16289 '@sentry/utils': 8.9.2 16376 16290 16377 - '@sentry/nextjs@8.46.0(@opentelemetry/core@1.30.0(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.56.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.30.0(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(webpack@5.97.1)': 16291 + '@sentry/nextjs@8.46.0(@opentelemetry/core@1.30.0(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.56.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.30.0(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0)(webpack@5.97.1)': 16378 16292 dependencies: 16379 16293 '@opentelemetry/api': 1.9.0 16380 16294 '@opentelemetry/semantic-conventions': 1.28.0 ··· 16383 16297 '@sentry/core': 8.46.0 16384 16298 '@sentry/node': 8.46.0 16385 16299 '@sentry/opentelemetry': 8.46.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.30.0(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.56.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.30.0(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.28.0) 16386 - '@sentry/react': 8.46.0(react@19.1.1) 16300 + '@sentry/react': 8.46.0(react@19.2.0) 16387 16301 '@sentry/vercel-edge': 8.46.0 16388 16302 '@sentry/webpack-plugin': 2.22.7(encoding@0.1.13)(webpack@5.97.1) 16389 16303 chalk: 3.0.0 16390 - next: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 16304 + next: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 16391 16305 resolve: 1.22.8 16392 16306 rollup: 3.29.5 16393 16307 stacktrace-parser: 0.1.10 ··· 16400 16314 - supports-color 16401 16315 - webpack 16402 16316 16403 - '@sentry/nextjs@8.46.0(@opentelemetry/core@1.30.0(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.56.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.30.0(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(webpack@5.97.1(esbuild@0.21.5))': 16317 + '@sentry/nextjs@8.46.0(@opentelemetry/core@1.30.0(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.56.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.30.0(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0)(webpack@5.97.1(esbuild@0.21.5))': 16404 16318 dependencies: 16405 16319 '@opentelemetry/api': 1.9.0 16406 16320 '@opentelemetry/semantic-conventions': 1.28.0 ··· 16409 16323 '@sentry/core': 8.46.0 16410 16324 '@sentry/node': 8.46.0 16411 16325 '@sentry/opentelemetry': 8.46.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.30.0(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.56.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.30.0(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.28.0) 16412 - '@sentry/react': 8.46.0(react@19.1.1) 16326 + '@sentry/react': 8.46.0(react@19.2.0) 16413 16327 '@sentry/vercel-edge': 8.46.0 16414 16328 '@sentry/webpack-plugin': 2.22.7(encoding@0.1.13)(webpack@5.97.1(esbuild@0.21.5)) 16415 16329 chalk: 3.0.0 16416 - next: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 16330 + next: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 16417 16331 resolve: 1.22.8 16418 16332 rollup: 3.29.5 16419 16333 stacktrace-parser: 0.1.10 ··· 16475 16389 '@opentelemetry/semantic-conventions': 1.28.0 16476 16390 '@sentry/core': 8.46.0 16477 16391 16478 - '@sentry/react@8.46.0(react@19.1.1)': 16392 + '@sentry/react@8.46.0(react@19.2.0)': 16479 16393 dependencies: 16480 16394 '@sentry/browser': 8.46.0 16481 16395 '@sentry/core': 8.46.0 16482 16396 hoist-non-react-statics: 3.3.2 16483 - react: 19.1.1 16397 + react: 19.2.0 16484 16398 16485 16399 '@sentry/types@8.9.2': {} 16486 16400 ··· 17111 17025 17112 17026 '@tanstack/query-devtools@5.80.0': {} 17113 17027 17114 - '@tanstack/react-query-devtools@5.80.7(@tanstack/react-query@5.80.7(react@19.1.1))(react@19.1.1)': 17028 + '@tanstack/react-query-devtools@5.80.7(@tanstack/react-query@5.80.7(react@19.2.0))(react@19.2.0)': 17115 17029 dependencies: 17116 17030 '@tanstack/query-devtools': 5.80.0 17117 - '@tanstack/react-query': 5.80.7(react@19.1.1) 17118 - react: 19.1.1 17031 + '@tanstack/react-query': 5.80.7(react@19.2.0) 17032 + react: 19.2.0 17119 17033 17120 - '@tanstack/react-query@5.80.7(react@19.1.1)': 17034 + '@tanstack/react-query@5.80.7(react@19.2.0)': 17121 17035 dependencies: 17122 17036 '@tanstack/query-core': 5.80.7 17123 - react: 19.1.1 17037 + react: 19.2.0 17124 17038 17125 - '@tanstack/react-query@5.81.5(react@19.1.1)': 17039 + '@tanstack/react-query@5.81.5(react@19.2.0)': 17126 17040 dependencies: 17127 17041 '@tanstack/query-core': 5.81.5 17128 - react: 19.1.1 17042 + react: 19.2.0 17129 17043 17130 - '@tanstack/react-table@8.10.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 17044 + '@tanstack/react-table@8.10.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 17131 17045 dependencies: 17132 17046 '@tanstack/table-core': 8.10.3 17133 - react: 19.1.1 17134 - react-dom: 19.1.1(react@19.1.1) 17047 + react: 19.2.0 17048 + react-dom: 19.2.0(react@19.2.0) 17135 17049 17136 - '@tanstack/react-table@8.21.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': 17050 + '@tanstack/react-table@8.21.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0)': 17137 17051 dependencies: 17138 17052 '@tanstack/table-core': 8.21.3 17139 - react: 19.1.1 17140 - react-dom: 19.1.1(react@19.1.1) 17053 + react: 19.2.0 17054 + react-dom: 19.2.0(react@19.2.0) 17141 17055 17142 17056 '@tanstack/table-core@8.10.3': {} 17143 17057 ··· 17152 17066 '@trpc/server': 11.4.4(typescript@5.7.2) 17153 17067 typescript: 5.7.2 17154 17068 17155 - '@trpc/next@11.4.4(@tanstack/react-query@5.80.7(react@19.1.1))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/react-query@11.4.4(@tanstack/react-query@5.80.7(react@19.1.1))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.7.2)': 17069 + '@trpc/next@11.4.4(@tanstack/react-query@5.80.7(react@19.2.0))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/react-query@11.4.4(@tanstack/react-query@5.80.7(react@19.2.0))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.7.2)': 17156 17070 dependencies: 17157 17071 '@trpc/client': 11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2) 17158 17072 '@trpc/server': 11.4.4(typescript@5.7.2) 17159 - next: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 17160 - react: 19.1.1 17161 - react-dom: 19.1.1(react@19.1.1) 17073 + next: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 17074 + react: 19.2.0 17075 + react-dom: 19.2.0(react@19.2.0) 17162 17076 typescript: 5.7.2 17163 17077 optionalDependencies: 17164 - '@tanstack/react-query': 5.80.7(react@19.1.1) 17165 - '@trpc/react-query': 11.4.4(@tanstack/react-query@5.80.7(react@19.1.1))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.7.2) 17078 + '@tanstack/react-query': 5.80.7(react@19.2.0) 17079 + '@trpc/react-query': 11.4.4(@tanstack/react-query@5.80.7(react@19.2.0))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.7.2) 17166 17080 17167 - '@trpc/next@11.4.4(@tanstack/react-query@5.81.5(react@19.1.1))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/react-query@11.4.4(@tanstack/react-query@5.81.5(react@19.1.1))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(next@15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.7.2)': 17081 + '@trpc/next@11.4.4(@tanstack/react-query@5.81.5(react@19.2.0))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/react-query@11.4.4(@tanstack/react-query@5.81.5(react@19.2.0))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(next@15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.7.2)': 17168 17082 dependencies: 17169 17083 '@trpc/client': 11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2) 17170 17084 '@trpc/server': 11.4.4(typescript@5.7.2) 17171 - next: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 17172 - react: 19.1.1 17173 - react-dom: 19.1.1(react@19.1.1) 17085 + next: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 17086 + react: 19.2.0 17087 + react-dom: 19.2.0(react@19.2.0) 17174 17088 typescript: 5.7.2 17175 17089 optionalDependencies: 17176 - '@tanstack/react-query': 5.81.5(react@19.1.1) 17177 - '@trpc/react-query': 11.4.4(@tanstack/react-query@5.81.5(react@19.1.1))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.7.2) 17090 + '@tanstack/react-query': 5.81.5(react@19.2.0) 17091 + '@trpc/react-query': 11.4.4(@tanstack/react-query@5.81.5(react@19.2.0))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.7.2) 17178 17092 17179 - '@trpc/react-query@11.4.4(@tanstack/react-query@5.80.7(react@19.1.1))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.7.2)': 17093 + '@trpc/react-query@11.4.4(@tanstack/react-query@5.80.7(react@19.2.0))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.7.2)': 17180 17094 dependencies: 17181 - '@tanstack/react-query': 5.80.7(react@19.1.1) 17095 + '@tanstack/react-query': 5.80.7(react@19.2.0) 17182 17096 '@trpc/client': 11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2) 17183 17097 '@trpc/server': 11.4.4(typescript@5.7.2) 17184 - react: 19.1.1 17185 - react-dom: 19.1.1(react@19.1.1) 17098 + react: 19.2.0 17099 + react-dom: 19.2.0(react@19.2.0) 17186 17100 typescript: 5.7.2 17187 17101 17188 - '@trpc/react-query@11.4.4(@tanstack/react-query@5.81.5(react@19.1.1))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.7.2)': 17102 + '@trpc/react-query@11.4.4(@tanstack/react-query@5.81.5(react@19.2.0))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.7.2)': 17189 17103 dependencies: 17190 - '@tanstack/react-query': 5.81.5(react@19.1.1) 17104 + '@tanstack/react-query': 5.81.5(react@19.2.0) 17191 17105 '@trpc/client': 11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2) 17192 17106 '@trpc/server': 11.4.4(typescript@5.7.2) 17193 - react: 19.1.1 17194 - react-dom: 19.1.1(react@19.1.1) 17107 + react: 19.2.0 17108 + react-dom: 19.2.0(react@19.2.0) 17195 17109 typescript: 5.7.2 17196 17110 17197 17111 '@trpc/server@11.4.4(typescript@5.7.2)': 17198 17112 dependencies: 17199 17113 typescript: 5.7.2 17200 17114 17201 - '@trpc/tanstack-react-query@11.4.4(@tanstack/react-query@5.81.5(react@19.1.1))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(typescript@5.7.2)': 17115 + '@trpc/tanstack-react-query@11.4.4(@tanstack/react-query@5.81.5(react@19.2.0))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(typescript@5.7.2)': 17202 17116 dependencies: 17203 - '@tanstack/react-query': 5.81.5(react@19.1.1) 17117 + '@tanstack/react-query': 5.81.5(react@19.2.0) 17204 17118 '@trpc/client': 11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2) 17205 17119 '@trpc/server': 11.4.4(typescript@5.7.2) 17206 - react: 19.1.1 17207 - react-dom: 19.1.1(react@19.1.1) 17120 + react: 19.2.0 17121 + react-dom: 19.2.0(react@19.2.0) 17208 17122 typescript: 5.7.2 17209 17123 17210 17124 '@ts-morph/common@0.19.0': ··· 17284 17198 17285 17199 '@types/braces@3.0.5': {} 17286 17200 17287 - '@types/bun@1.2.22(@types/react@19.1.13)': 17201 + '@types/bun@1.2.22(@types/react@19.2.2)': 17288 17202 dependencies: 17289 - bun-types: 1.2.22(@types/react@19.1.13) 17203 + bun-types: 1.2.22(@types/react@19.2.2) 17290 17204 transitivePeerDependencies: 17291 17205 - '@types/react' 17292 17206 ··· 17450 17364 17451 17365 '@types/prop-types@15.7.12': {} 17452 17366 17453 - '@types/react-dom@19.1.9(@types/react@19.1.10)': 17367 + '@types/react-dom@19.1.9(@types/react@19.2.2)': 17454 17368 dependencies: 17455 - '@types/react': 19.1.10 17369 + '@types/react': 19.2.2 17456 17370 17457 - '@types/react-dom@19.1.9(@types/react@19.1.13)': 17371 + '@types/react-dom@19.2.2(@types/react@19.2.2)': 17458 17372 dependencies: 17459 - '@types/react': 19.1.13 17373 + '@types/react': 19.2.2 17460 17374 17461 17375 '@types/react@18.3.3': 17462 17376 dependencies: 17463 17377 '@types/prop-types': 15.7.12 17464 17378 csstype: 3.1.3 17465 17379 17466 - '@types/react@19.1.10': 17467 - dependencies: 17468 - csstype: 3.1.3 17469 - 17470 - '@types/react@19.1.13': 17380 + '@types/react@19.2.2': 17471 17381 dependencies: 17472 17382 csstype: 3.1.3 17473 17383 ··· 18160 18070 18161 18071 bun-types@1.0.8: {} 18162 18072 18163 - bun-types@1.2.22(@types/react@19.1.13): 18073 + bun-types@1.2.22(@types/react@19.2.2): 18164 18074 dependencies: 18165 18075 '@types/node': 24.0.8 18166 - '@types/react': 19.1.13 18076 + '@types/react': 19.2.2 18167 18077 18168 18078 bundle-require@4.0.2(esbuild@0.18.20): 18169 18079 dependencies: ··· 18337 18247 18338 18248 clsx@2.1.1: {} 18339 18249 18340 - cmdk@1.0.4(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1): 18250 + cmdk@1.0.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0): 18341 18251 dependencies: 18342 - '@radix-ui/react-dialog': 1.1.14(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 18343 - '@radix-ui/react-id': 1.1.0(@types/react@19.1.10)(react@19.1.1) 18344 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 18345 - react: 19.1.1 18346 - react-dom: 19.1.1(react@19.1.1) 18347 - use-sync-external-store: 1.4.0(react@19.1.1) 18252 + '@radix-ui/react-dialog': 1.1.14(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 18253 + '@radix-ui/react-id': 1.1.0(@types/react@19.2.2)(react@19.2.0) 18254 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 18255 + react: 19.2.0 18256 + react-dom: 19.2.0(react@19.2.0) 18257 + use-sync-external-store: 1.4.0(react@19.2.0) 18348 18258 transitivePeerDependencies: 18349 18259 - '@types/react' 18350 18260 - '@types/react-dom' 18351 18261 18352 - cmdk@1.0.4(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1): 18262 + cmdk@1.0.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0): 18353 18263 dependencies: 18354 - '@radix-ui/react-dialog': 1.1.14(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 18355 - '@radix-ui/react-id': 1.1.0(@types/react@19.1.13)(react@19.1.1) 18356 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 18357 - react: 19.1.1 18358 - react-dom: 19.1.1(react@19.1.1) 18359 - use-sync-external-store: 1.4.0(react@19.1.1) 18264 + '@radix-ui/react-dialog': 1.1.14(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 18265 + '@radix-ui/react-id': 1.1.0(@types/react@19.2.2)(react@19.2.0) 18266 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 18267 + react: 19.2.0 18268 + react-dom: 19.2.0(react@19.2.0) 18269 + use-sync-external-store: 1.4.0(react@19.2.0) 18360 18270 transitivePeerDependencies: 18361 18271 - '@types/react' 18362 18272 - '@types/react-dom' 18363 18273 18364 - cmdk@1.1.1(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1): 18274 + cmdk@1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0): 18365 18275 dependencies: 18366 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.13)(react@19.1.1) 18367 - '@radix-ui/react-dialog': 1.1.14(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 18368 - '@radix-ui/react-id': 1.1.1(@types/react@19.1.13)(react@19.1.1) 18369 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.1.13))(@types/react@19.1.13)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 18370 - react: 19.1.1 18371 - react-dom: 19.1.1(react@19.1.1) 18276 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.0) 18277 + '@radix-ui/react-dialog': 1.1.14(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 18278 + '@radix-ui/react-id': 1.1.1(@types/react@19.2.2)(react@19.2.0) 18279 + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 18280 + react: 19.2.0 18281 + react-dom: 19.2.0(react@19.2.0) 18372 18282 transitivePeerDependencies: 18373 18283 - '@types/react' 18374 18284 - '@types/react-dom' ··· 18730 18640 transitivePeerDependencies: 18731 18641 - supports-color 18732 18642 18733 - drizzle-orm@0.44.4(@cloudflare/workers-types@4.20250303.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.15.14(bufferutil@4.0.8)(utf-8-validate@6.0.5))(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(better-sqlite3@11.7.0)(bun-types@1.2.22(@types/react@19.1.13)): 18643 + drizzle-orm@0.44.4(@cloudflare/workers-types@4.20250303.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.15.14(bufferutil@4.0.8)(utf-8-validate@6.0.5))(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(better-sqlite3@11.7.0)(bun-types@1.2.22(@types/react@19.2.2)): 18734 18644 optionalDependencies: 18735 18645 '@cloudflare/workers-types': 4.20250303.0 18736 18646 '@libsql/client': 0.15.14(bufferutil@4.0.8)(utf-8-validate@6.0.5) ··· 18738 18648 '@opentelemetry/api': 1.9.0 18739 18649 '@types/pg': 8.11.10 18740 18650 better-sqlite3: 11.7.0 18741 - bun-types: 1.2.22(@types/react@19.1.13) 18651 + bun-types: 1.2.22(@types/react@19.2.2) 18742 18652 18743 - drizzle-zod@0.5.1(drizzle-orm@0.44.4(@cloudflare/workers-types@4.20250303.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.15.14(bufferutil@4.0.8)(utf-8-validate@6.0.5))(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(better-sqlite3@11.7.0)(bun-types@1.2.22(@types/react@19.1.13)))(zod@3.24.2): 18653 + drizzle-zod@0.5.1(drizzle-orm@0.44.4(@cloudflare/workers-types@4.20250303.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.15.14(bufferutil@4.0.8)(utf-8-validate@6.0.5))(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(better-sqlite3@11.7.0)(bun-types@1.2.22(@types/react@19.2.2)))(zod@3.24.2): 18744 18654 dependencies: 18745 - drizzle-orm: 0.44.4(@cloudflare/workers-types@4.20250303.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.15.14(bufferutil@4.0.8)(utf-8-validate@6.0.5))(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(better-sqlite3@11.7.0)(bun-types@1.2.22(@types/react@19.1.13)) 18655 + drizzle-orm: 0.44.4(@cloudflare/workers-types@4.20250303.0)(@libsql/client-wasm@0.14.0)(@libsql/client@0.15.14(bufferutil@4.0.8)(utf-8-validate@6.0.5))(@opentelemetry/api@1.9.0)(@types/pg@8.11.10)(better-sqlite3@11.7.0)(bun-types@1.2.22(@types/react@19.2.2)) 18746 18656 zod: 3.24.2 18747 18657 18748 18658 dset@3.1.4: {} ··· 20258 20168 20259 20169 lite-youtube-embed@0.3.3: {} 20260 20170 20261 - little-state-machine@4.8.1(react@19.1.1): 20171 + little-state-machine@4.8.1(react@19.2.0): 20262 20172 dependencies: 20263 - react: 19.1.1 20173 + react: 19.2.0 20264 20174 20265 20175 load-tsconfig@0.2.5: {} 20266 20176 ··· 20343 20253 20344 20254 lru-cache@7.18.3: {} 20345 20255 20346 - lucide-react@0.468.0(react@19.1.1): 20256 + lucide-react@0.468.0(react@19.2.0): 20347 20257 dependencies: 20348 - react: 19.1.1 20258 + react: 19.2.0 20349 20259 20350 - lucide-react@0.525.0(react@19.1.1): 20260 + lucide-react@0.525.0(react@19.2.0): 20351 20261 dependencies: 20352 - react: 19.1.1 20262 + react: 19.2.0 20353 20263 20354 20264 luxon@3.5.0: {} 20355 20265 ··· 20387 20297 20388 20298 math-intrinsics@1.1.0: {} 20389 20299 20390 - md-to-react-email@5.0.5(react@19.1.1): 20300 + md-to-react-email@5.0.5(react@19.2.0): 20391 20301 dependencies: 20392 20302 marked: 7.0.4 20393 - react: 19.1.1 20303 + react: 19.2.0 20394 20304 20395 20305 mdast-util-definitions@5.1.2: 20396 20306 dependencies: ··· 21332 21242 21333 21243 netmask@2.0.2: {} 21334 21244 21335 - next-auth@5.0.0-beta.29(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1): 21245 + next-auth@5.0.0-beta.29(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0): 21336 21246 dependencies: 21337 21247 '@auth/core': 0.40.0 21338 - next: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 21339 - react: 19.1.1 21248 + next: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 21249 + react: 19.2.0 21340 21250 21341 - next-plausible@3.12.4(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react-dom@19.1.1(react@19.1.1))(react@19.1.1): 21251 + next-plausible@3.12.4(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react-dom@19.2.0(react@19.2.0))(react@19.2.0): 21342 21252 dependencies: 21343 - next: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 21344 - react: 19.1.1 21345 - react-dom: 19.1.1(react@19.1.1) 21253 + next: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 21254 + react: 19.2.0 21255 + react-dom: 19.2.0(react@19.2.0) 21346 21256 21347 - next-themes@0.2.1(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react-dom@19.1.1(react@19.1.1))(react@19.1.1): 21257 + next-themes@0.2.1(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react-dom@19.2.0(react@19.2.0))(react@19.2.0): 21348 21258 dependencies: 21349 - next: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 21350 - react: 19.1.1 21351 - react-dom: 19.1.1(react@19.1.1) 21259 + next: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 21260 + react: 19.2.0 21261 + react-dom: 19.2.0(react@19.2.0) 21352 21262 21353 - next-themes@0.4.6(react-dom@19.1.1(react@19.1.1))(react@19.1.1): 21263 + next-themes@0.4.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0): 21354 21264 dependencies: 21355 - react: 19.1.1 21356 - react-dom: 19.1.1(react@19.1.1) 21265 + react: 19.2.0 21266 + react-dom: 19.2.0(react@19.2.0) 21357 21267 21358 - next@15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1): 21268 + next@15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0): 21359 21269 dependencies: 21360 21270 '@next/env': 15.5.3 21361 21271 '@swc/helpers': 0.5.15 21362 21272 caniuse-lite: 1.0.30001726 21363 21273 postcss: 8.4.31 21364 - react: 19.1.1 21365 - react-dom: 19.1.1(react@19.1.1) 21366 - styled-jsx: 5.1.6(@babel/core@7.26.0)(react@19.1.1) 21274 + react: 19.2.0 21275 + react-dom: 19.2.0(react@19.2.0) 21276 + styled-jsx: 5.1.6(@babel/core@7.26.0)(react@19.2.0) 21367 21277 optionalDependencies: 21368 21278 '@next/swc-darwin-arm64': 15.5.3 21369 21279 '@next/swc-darwin-x64': 15.5.3 ··· 21451 21361 dependencies: 21452 21362 boolbase: 1.0.0 21453 21363 21454 - nuqs@2.2.3(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1): 21364 + nuqs@2.2.3(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0): 21455 21365 dependencies: 21456 21366 mitt: 3.0.1 21457 - react: 19.1.1 21367 + react: 19.2.0 21458 21368 optionalDependencies: 21459 - next: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 21369 + next: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 21460 21370 21461 - nuqs@2.4.3(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1): 21371 + nuqs@2.4.3(next@15.5.3(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(react@19.2.0): 21462 21372 dependencies: 21463 21373 mitt: 3.0.1 21464 - react: 19.1.1 21374 + react: 19.2.0 21465 21375 optionalDependencies: 21466 - next: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 21376 + next: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 21467 21377 21468 21378 oauth4webapi@3.5.3: {} 21469 21379 ··· 22000 21910 minimist: 1.2.8 22001 21911 strip-json-comments: 2.0.1 22002 21912 22003 - react-day-picker@8.10.1(date-fns@2.30.0)(react@19.1.1): 21913 + react-day-picker@8.10.1(date-fns@2.30.0)(react@19.2.0): 22004 21914 dependencies: 22005 21915 date-fns: 2.30.0 22006 - react: 19.1.1 21916 + react: 19.2.0 22007 21917 22008 - react-day-picker@8.10.1(date-fns@4.1.0)(react@19.1.1): 21918 + react-day-picker@8.10.1(date-fns@4.1.0)(react@19.2.0): 22009 21919 dependencies: 22010 21920 date-fns: 4.1.0 22011 - react: 19.1.1 21921 + react: 19.2.0 22012 21922 22013 - react-dom@19.1.1(react@19.1.1): 21923 + react-dom@19.2.0(react@19.2.0): 22014 21924 dependencies: 22015 - react: 19.1.1 22016 - scheduler: 0.26.0 21925 + react: 19.2.0 21926 + scheduler: 0.27.0 22017 21927 22018 - react-email@4.0.17(@opentelemetry/api@1.9.0)(bufferutil@4.0.8)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(utf-8-validate@6.0.5): 21928 + react-email@4.0.17(@opentelemetry/api@1.9.0)(bufferutil@4.0.8)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(utf-8-validate@6.0.5): 22019 21929 dependencies: 22020 21930 '@babel/parser': 7.27.7 22021 21931 '@babel/traverse': 7.27.7 ··· 22027 21937 glob: 11.0.3 22028 21938 log-symbols: 7.0.1 22029 21939 mime-types: 3.0.1 22030 - next: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 21940 + next: 15.5.3(@babel/core@7.26.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 22031 21941 normalize-path: 3.0.0 22032 21942 ora: 8.2.0 22033 21943 socket.io: 4.8.1(bufferutil@4.0.8)(utf-8-validate@6.0.5) ··· 22045 21955 - supports-color 22046 21956 - utf-8-validate 22047 21957 22048 - react-hook-form@7.54.2(react@19.1.1): 21958 + react-hook-form@7.54.2(react@19.2.0): 22049 21959 dependencies: 22050 - react: 19.1.1 21960 + react: 19.2.0 22051 21961 22052 21962 react-is@16.13.1: {} 22053 21963 ··· 22059 21969 22060 21970 react-refresh@0.17.0: {} 22061 21971 22062 - react-remove-scroll-bar@2.3.8(@types/react@19.1.10)(react@19.1.1): 21972 + react-remove-scroll-bar@2.3.8(@types/react@19.2.2)(react@19.2.0): 22063 21973 dependencies: 22064 - react: 19.1.1 22065 - react-style-singleton: 2.2.3(@types/react@19.1.10)(react@19.1.1) 21974 + react: 19.2.0 21975 + react-style-singleton: 2.2.3(@types/react@19.2.2)(react@19.2.0) 22066 21976 tslib: 2.8.1 22067 21977 optionalDependencies: 22068 - '@types/react': 19.1.10 21978 + '@types/react': 19.2.2 22069 21979 22070 - react-remove-scroll-bar@2.3.8(@types/react@19.1.13)(react@19.1.1): 21980 + react-remove-scroll@2.6.2(@types/react@19.2.2)(react@19.2.0): 22071 21981 dependencies: 22072 - react: 19.1.1 22073 - react-style-singleton: 2.2.3(@types/react@19.1.13)(react@19.1.1) 21982 + react: 19.2.0 21983 + react-remove-scroll-bar: 2.3.8(@types/react@19.2.2)(react@19.2.0) 21984 + react-style-singleton: 2.2.3(@types/react@19.2.2)(react@19.2.0) 22074 21985 tslib: 2.8.1 21986 + use-callback-ref: 1.3.3(@types/react@19.2.2)(react@19.2.0) 21987 + use-sidecar: 1.1.3(@types/react@19.2.2)(react@19.2.0) 22075 21988 optionalDependencies: 22076 - '@types/react': 19.1.13 22077 - 22078 - react-remove-scroll@2.6.2(@types/react@19.1.10)(react@19.1.1): 22079 - dependencies: 22080 - react: 19.1.1 22081 - react-remove-scroll-bar: 2.3.8(@types/react@19.1.10)(react@19.1.1) 22082 - react-style-singleton: 2.2.3(@types/react@19.1.10)(react@19.1.1) 22083 - tslib: 2.8.1 22084 - use-callback-ref: 1.3.3(@types/react@19.1.10)(react@19.1.1) 22085 - use-sidecar: 1.1.3(@types/react@19.1.10)(react@19.1.1) 22086 - optionalDependencies: 22087 - '@types/react': 19.1.10 22088 - 22089 - react-remove-scroll@2.7.1(@types/react@19.1.10)(react@19.1.1): 22090 - dependencies: 22091 - react: 19.1.1 22092 - react-remove-scroll-bar: 2.3.8(@types/react@19.1.10)(react@19.1.1) 22093 - react-style-singleton: 2.2.3(@types/react@19.1.10)(react@19.1.1) 22094 - tslib: 2.8.1 22095 - use-callback-ref: 1.3.3(@types/react@19.1.10)(react@19.1.1) 22096 - use-sidecar: 1.1.3(@types/react@19.1.10)(react@19.1.1) 22097 - optionalDependencies: 22098 - '@types/react': 19.1.10 21989 + '@types/react': 19.2.2 22099 21990 22100 - react-remove-scroll@2.7.1(@types/react@19.1.13)(react@19.1.1): 21991 + react-remove-scroll@2.7.1(@types/react@19.2.2)(react@19.2.0): 22101 21992 dependencies: 22102 - react: 19.1.1 22103 - react-remove-scroll-bar: 2.3.8(@types/react@19.1.13)(react@19.1.1) 22104 - react-style-singleton: 2.2.3(@types/react@19.1.13)(react@19.1.1) 21993 + react: 19.2.0 21994 + react-remove-scroll-bar: 2.3.8(@types/react@19.2.2)(react@19.2.0) 21995 + react-style-singleton: 2.2.3(@types/react@19.2.2)(react@19.2.0) 22105 21996 tslib: 2.8.1 22106 - use-callback-ref: 1.3.3(@types/react@19.1.13)(react@19.1.1) 22107 - use-sidecar: 1.1.3(@types/react@19.1.13)(react@19.1.1) 21997 + use-callback-ref: 1.3.3(@types/react@19.2.2)(react@19.2.0) 21998 + use-sidecar: 1.1.3(@types/react@19.2.2)(react@19.2.0) 22108 21999 optionalDependencies: 22109 - '@types/react': 19.1.13 22000 + '@types/react': 19.2.2 22110 22001 22111 - react-simple-animate@3.5.3(react-dom@19.1.1(react@19.1.1)): 22002 + react-simple-animate@3.5.3(react-dom@19.2.0(react@19.2.0)): 22112 22003 dependencies: 22113 - react-dom: 19.1.1(react@19.1.1) 22004 + react-dom: 19.2.0(react@19.2.0) 22114 22005 22115 - react-smooth@4.0.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1): 22006 + react-smooth@4.0.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0): 22116 22007 dependencies: 22117 22008 fast-equals: 5.0.1 22118 22009 prop-types: 15.8.1 22119 - react: 19.1.1 22120 - react-dom: 19.1.1(react@19.1.1) 22121 - react-transition-group: 4.4.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 22010 + react: 19.2.0 22011 + react-dom: 19.2.0(react@19.2.0) 22012 + react-transition-group: 4.4.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 22122 22013 22123 - react-style-singleton@2.2.3(@types/react@19.1.10)(react@19.1.1): 22014 + react-style-singleton@2.2.3(@types/react@19.2.2)(react@19.2.0): 22124 22015 dependencies: 22125 22016 get-nonce: 1.0.1 22126 - react: 19.1.1 22017 + react: 19.2.0 22127 22018 tslib: 2.8.1 22128 22019 optionalDependencies: 22129 - '@types/react': 19.1.10 22020 + '@types/react': 19.2.2 22130 22021 22131 - react-style-singleton@2.2.3(@types/react@19.1.13)(react@19.1.1): 22132 - dependencies: 22133 - get-nonce: 1.0.1 22134 - react: 19.1.1 22135 - tslib: 2.8.1 22136 - optionalDependencies: 22137 - '@types/react': 19.1.13 22138 - 22139 - react-transition-group@4.4.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1): 22022 + react-transition-group@4.4.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0): 22140 22023 dependencies: 22141 22024 '@babel/runtime': 7.26.0 22142 22025 dom-helpers: 5.2.1 22143 22026 loose-envify: 1.4.0 22144 22027 prop-types: 15.8.1 22145 - react: 19.1.1 22146 - react-dom: 19.1.1(react@19.1.1) 22028 + react: 19.2.0 22029 + react-dom: 19.2.0(react@19.2.0) 22147 22030 22148 - react-tweet@3.2.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1): 22031 + react-tweet@3.2.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0): 22149 22032 dependencies: 22150 22033 '@swc/helpers': 0.5.15 22151 22034 clsx: 2.1.1 22152 - react: 19.1.1 22153 - react-dom: 19.1.1(react@19.1.1) 22154 - swr: 2.2.4(react@19.1.1) 22035 + react: 19.2.0 22036 + react-dom: 19.2.0(react@19.2.0) 22037 + swr: 2.2.4(react@19.2.0) 22155 22038 22156 22039 react@18.3.1: 22157 22040 dependencies: 22158 22041 loose-envify: 1.4.0 22159 22042 22160 22043 react@19.1.1: {} 22044 + 22045 + react@19.2.0: {} 22161 22046 22162 22047 readable-stream@3.6.2: 22163 22048 dependencies: ··· 22187 22072 dependencies: 22188 22073 decimal.js-light: 2.5.1 22189 22074 22190 - recharts@2.15.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1): 22075 + recharts@2.15.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0): 22191 22076 dependencies: 22192 22077 clsx: 2.1.1 22193 22078 eventemitter3: 4.0.7 22194 22079 lodash: 4.17.21 22195 - react: 19.1.1 22196 - react-dom: 19.1.1(react@19.1.1) 22080 + react: 19.2.0 22081 + react-dom: 19.2.0(react@19.2.0) 22197 22082 react-is: 18.3.1 22198 - react-smooth: 4.0.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 22083 + react-smooth: 4.0.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 22199 22084 recharts-scale: 0.4.5 22200 22085 tiny-invariant: 1.3.3 22201 22086 victory-vendor: 36.9.2 ··· 22302 22187 hast-util-raw: 9.0.4 22303 22188 vfile: 6.0.3 22304 22189 22305 - rehype-react@7.2.0(@types/react@19.1.13): 22190 + rehype-react@7.2.0(@types/react@19.2.2): 22306 22191 dependencies: 22307 22192 '@mapbox/hast-util-table-cell-style': 0.2.0 22308 22193 '@types/hast': 2.3.7 22309 - '@types/react': 19.1.13 22194 + '@types/react': 19.2.2 22310 22195 hast-to-hyperscript: 10.0.3 22311 22196 hast-util-whitespace: 2.0.1 22312 22197 unified: 10.1.2 ··· 22466 22351 22467 22352 requires-port@1.0.0: {} 22468 22353 22469 - resend@4.0.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1): 22354 + resend@4.0.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0): 22470 22355 dependencies: 22471 - '@react-email/render': 1.0.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 22356 + '@react-email/render': 1.0.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 22472 22357 transitivePeerDependencies: 22473 22358 - react 22474 22359 - react-dom 22475 22360 22476 - resend@4.6.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1): 22361 + resend@4.6.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0): 22477 22362 dependencies: 22478 - '@react-email/render': 1.1.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1) 22363 + '@react-email/render': 1.1.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0) 22479 22364 transitivePeerDependencies: 22480 22365 - react 22481 22366 - react-dom ··· 22628 22513 22629 22514 sax@1.4.1: {} 22630 22515 22631 - scheduler@0.26.0: {} 22516 + scheduler@0.27.0: {} 22632 22517 22633 22518 schema-dts@1.1.5: {} 22634 22519 ··· 22939 22824 ip: 2.0.0 22940 22825 smart-buffer: 4.2.0 22941 22826 22942 - sonner@1.7.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1): 22827 + sonner@1.7.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0): 22943 22828 dependencies: 22944 - react: 19.1.1 22945 - react-dom: 19.1.1(react@19.1.1) 22829 + react: 19.2.0 22830 + react-dom: 19.2.0(react@19.2.0) 22946 22831 22947 - sonner@2.0.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1): 22832 + sonner@2.0.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0): 22948 22833 dependencies: 22949 - react: 19.1.1 22950 - react-dom: 19.1.1(react@19.1.1) 22834 + react: 19.2.0 22835 + react-dom: 19.2.0(react@19.2.0) 22951 22836 22952 22837 sort-keys@5.1.0: 22953 22838 dependencies: ··· 23134 23019 dependencies: 23135 23020 inline-style-parser: 0.2.4 23136 23021 23137 - styled-jsx@5.1.6(@babel/core@7.26.0)(react@19.1.1): 23022 + styled-jsx@5.1.6(@babel/core@7.26.0)(react@19.2.0): 23138 23023 dependencies: 23139 23024 client-only: 0.0.1 23140 - react: 19.1.1 23025 + react: 19.2.0 23141 23026 optionalDependencies: 23142 23027 '@babel/core': 7.26.0 23143 23028 ··· 23182 23067 lower-case: 1.1.4 23183 23068 upper-case: 1.1.3 23184 23069 23185 - swr@2.2.4(react@19.1.1): 23070 + swr@2.2.4(react@19.2.0): 23186 23071 dependencies: 23187 23072 client-only: 0.0.1 23188 - react: 19.1.1 23189 - use-sync-external-store: 1.5.0(react@19.1.1) 23073 + react: 19.2.0 23074 + use-sync-external-store: 1.5.0(react@19.2.0) 23190 23075 23191 23076 tailwind-merge@1.14.0: {} 23192 23077 ··· 23743 23628 querystringify: 2.2.0 23744 23629 requires-port: 1.0.0 23745 23630 23746 - use-callback-ref@1.3.3(@types/react@19.1.10)(react@19.1.1): 23747 - dependencies: 23748 - react: 19.1.1 23749 - tslib: 2.8.1 23750 - optionalDependencies: 23751 - '@types/react': 19.1.10 23752 - 23753 - use-callback-ref@1.3.3(@types/react@19.1.13)(react@19.1.1): 23631 + use-callback-ref@1.3.3(@types/react@19.2.2)(react@19.2.0): 23754 23632 dependencies: 23755 - react: 19.1.1 23633 + react: 19.2.0 23756 23634 tslib: 2.8.1 23757 23635 optionalDependencies: 23758 - '@types/react': 19.1.13 23636 + '@types/react': 19.2.2 23759 23637 23760 - use-deep-compare-effect@1.8.1(react@19.1.1): 23638 + use-deep-compare-effect@1.8.1(react@19.2.0): 23761 23639 dependencies: 23762 23640 '@babel/runtime': 7.26.0 23763 23641 dequal: 2.0.3 23764 - react: 19.1.1 23642 + react: 19.2.0 23765 23643 23766 - use-sidecar@1.1.3(@types/react@19.1.10)(react@19.1.1): 23644 + use-sidecar@1.1.3(@types/react@19.2.2)(react@19.2.0): 23767 23645 dependencies: 23768 23646 detect-node-es: 1.1.0 23769 - react: 19.1.1 23647 + react: 19.2.0 23770 23648 tslib: 2.8.1 23771 23649 optionalDependencies: 23772 - '@types/react': 19.1.10 23650 + '@types/react': 19.2.2 23773 23651 23774 - use-sidecar@1.1.3(@types/react@19.1.13)(react@19.1.1): 23652 + use-sync-external-store@1.4.0(react@19.2.0): 23775 23653 dependencies: 23776 - detect-node-es: 1.1.0 23777 - react: 19.1.1 23778 - tslib: 2.8.1 23779 - optionalDependencies: 23780 - '@types/react': 19.1.13 23654 + react: 19.2.0 23781 23655 23782 - use-sync-external-store@1.4.0(react@19.1.1): 23656 + use-sync-external-store@1.5.0(react@19.2.0): 23783 23657 dependencies: 23784 - react: 19.1.1 23785 - 23786 - use-sync-external-store@1.5.0(react@19.1.1): 23787 - dependencies: 23788 - react: 19.1.1 23658 + react: 19.2.0 23789 23659 23790 23660 utf-8-validate@6.0.5: 23791 23661 dependencies:
-1
pnpm-workspace.yaml
··· 2 2 - "apps/*" 3 3 - "packages/**/*" 4 4 - "packages/config/*" 5 - - "packages/emails/.react-email"