[READ-ONLY] One Calendar is a privacy-first calendar web app built with Next.js. It has modern security features, including e2ee, password-protected sharing, and self-destructing share links ๐Ÿ“… calendar.xyehr.cn
nextjs
0

Configure Feed

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

chore: update dependencis

+619 -637
+3 -3
package.json
··· 15 15 }, 16 16 "dependencies": { 17 17 "@better-auth/drizzle-adapter": "1.6.11", 18 - "@better-auth/infra": "0.2.8", 18 + "@better-auth/infra": "0.2.13", 19 19 "@marsidev/react-turnstile": "1.5.2", 20 20 "@radix-ui/react-dialog": "latest", 21 21 "@radix-ui/react-slot": "^1.2.5", ··· 37 37 "postgres": "^3.4.9", 38 38 "qr-code-styling": "latest", 39 39 "radix-ui": "latest", 40 - "react": "18.3.1", 40 + "react": "19.2.7", 41 41 "react-day-picker": "10.0.1", 42 - "react-dom": "18.3.1", 42 + "react-dom": "19.2.7", 43 43 "react-email": "6.5.0", 44 44 "react-icons": "5.6.0", 45 45 "recharts": "3.8.1",
+616 -634
pnpm-lock.yaml
··· 12 12 specifier: 1.6.11 13 13 version: 1.6.11(@better-auth/core@1.6.11(@better-auth/utils@0.4.0)(@better-fetch/fetch@1.1.21)(better-call@1.3.5(zod@4.4.3))(jose@6.2.3)(kysely@0.28.17)(nanostores@1.3.0))(@better-auth/utils@0.4.0)(drizzle-orm@0.45.2(kysely@0.28.17)(postgres@3.4.9)) 14 14 '@better-auth/infra': 15 - specifier: 0.2.8 16 - version: 0.2.8(@better-auth/core@1.6.11(@better-auth/utils@0.4.0)(@better-fetch/fetch@1.1.21)(better-call@1.3.5(zod@4.4.3))(jose@6.2.3)(kysely@0.28.17)(nanostores@1.3.0))(@better-auth/sso@1.6.14(@better-auth/core@1.6.11(@better-auth/utils@0.4.0)(@better-fetch/fetch@1.1.21)(better-call@1.3.5(zod@4.4.3))(jose@6.2.3)(kysely@0.28.17)(nanostores@1.3.0))(@better-auth/utils@0.4.0)(@better-fetch/fetch@1.1.21)(better-auth@1.6.11(drizzle-kit@0.31.10)(drizzle-orm@0.45.2(kysely@0.28.17)(postgres@3.4.9))(next@16.2.7(@babel/core@7.29.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(better-call@1.3.5(zod@4.4.3)))(better-auth@1.6.11(drizzle-kit@0.31.10)(drizzle-orm@0.45.2(kysely@0.28.17)(postgres@3.4.9))(next@16.2.7(@babel/core@7.29.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(zod@4.4.3) 15 + specifier: 0.2.13 16 + version: 0.2.13(@better-auth/core@1.6.11(@better-auth/utils@0.4.0)(@better-fetch/fetch@1.1.21)(better-call@1.3.5(zod@4.4.3))(jose@6.2.3)(kysely@0.28.17)(nanostores@1.3.0))(@better-auth/sso@1.6.14(@better-auth/core@1.6.11(@better-auth/utils@0.4.0)(@better-fetch/fetch@1.1.21)(better-call@1.3.5(zod@4.4.3))(jose@6.2.3)(kysely@0.28.17)(nanostores@1.3.0))(@better-auth/utils@0.4.0)(@better-fetch/fetch@1.1.21)(better-auth@1.6.11(drizzle-kit@0.31.10)(drizzle-orm@0.45.2(kysely@0.28.17)(postgres@3.4.9))(next@16.2.7(@babel/core@7.29.7)(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(better-call@1.3.5(zod@4.4.3)))(better-auth@1.6.11(drizzle-kit@0.31.10)(drizzle-orm@0.45.2(kysely@0.28.17)(postgres@3.4.9))(next@16.2.7(@babel/core@7.29.7)(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(zod@4.4.3) 17 17 '@marsidev/react-turnstile': 18 18 specifier: 1.5.2 19 - version: 1.5.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 19 + version: 1.5.2(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 20 20 '@radix-ui/react-dialog': 21 21 specifier: latest 22 - version: 1.1.16(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 22 + version: 1.1.16(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 23 23 '@radix-ui/react-slot': 24 24 specifier: ^1.2.5 25 - version: 1.2.5(@types/react@19.2.17)(react@18.3.1) 25 + version: 1.2.5(@types/react@19.2.17)(react@19.2.7) 26 26 '@radix-ui/react-toast': 27 27 specifier: latest 28 - version: 1.2.16(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 28 + version: 1.2.16(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 29 29 '@react-email/render': 30 30 specifier: latest 31 - version: 2.0.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 31 + version: 2.0.8(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 32 32 bcryptjs: 33 33 specifier: latest 34 34 version: 3.0.3 35 35 better-auth: 36 36 specifier: 1.6.11 37 - version: 1.6.11(drizzle-kit@0.31.10)(drizzle-orm@0.45.2(kysely@0.28.17)(postgres@3.4.9))(next@16.2.7(@babel/core@7.29.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 37 + version: 1.6.11(drizzle-kit@0.31.10)(drizzle-orm@0.45.2(kysely@0.28.17)(postgres@3.4.9))(next@16.2.7(@babel/core@7.29.7)(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 38 38 class-variance-authority: 39 39 specifier: ^0.7.1 40 40 version: 0.7.1 ··· 49 49 version: 0.45.2(kysely@0.28.17)(postgres@3.4.9) 50 50 evlog: 51 51 specifier: ^2.18.1 52 - version: 2.18.1(express@5.2.1)(hono@4.12.23)(next@16.2.7(@babel/core@7.29.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1) 52 + version: 2.18.1(express@5.2.1)(hono@4.12.23)(next@16.2.7(@babel/core@7.29.7)(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react@19.2.7) 53 53 framer-motion: 54 54 specifier: ^12.40.0 55 - version: 12.40.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 55 + version: 12.40.0(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 56 56 geist: 57 57 specifier: latest 58 - version: 1.7.2(next@16.2.7(@babel/core@7.29.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) 58 + version: 1.7.2(next@16.2.7(@babel/core@7.29.7)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)) 59 59 input-otp: 60 60 specifier: ^1.4.2 61 - version: 1.4.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 61 + version: 1.4.2(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 62 62 lucide-react: 63 63 specifier: 1.17.0 64 - version: 1.17.0(react@18.3.1) 64 + version: 1.17.0(react@19.2.7) 65 65 next: 66 66 specifier: 16.2.7 67 - version: 16.2.7(@babel/core@7.29.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 67 + version: 16.2.7(@babel/core@7.29.7)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 68 68 next-themes: 69 69 specifier: latest 70 - version: 0.4.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 70 + version: 0.4.6(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 71 71 postgres: 72 72 specifier: ^3.4.9 73 73 version: 3.4.9 ··· 76 76 version: 1.9.2 77 77 radix-ui: 78 78 specifier: latest 79 - version: 1.5.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 79 + version: 1.5.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 80 80 react: 81 - specifier: 18.3.1 82 - version: 18.3.1 81 + specifier: 19.2.7 82 + version: 19.2.7 83 83 react-day-picker: 84 84 specifier: 10.0.1 85 - version: 10.0.1(@types/react@19.2.17)(react@18.3.1) 85 + version: 10.0.1(@types/react@19.2.17)(react@19.2.7) 86 86 react-dom: 87 - specifier: 18.3.1 88 - version: 18.3.1(react@18.3.1) 87 + specifier: 19.2.7 88 + version: 19.2.7(react@19.2.7) 89 89 react-email: 90 90 specifier: 6.5.0 91 - version: 6.5.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 91 + version: 6.5.0(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 92 92 react-icons: 93 93 specifier: 5.6.0 94 - version: 5.6.0(react@18.3.1) 94 + version: 5.6.0(react@19.2.7) 95 95 recharts: 96 96 specifier: 3.8.1 97 - version: 3.8.1(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react-is@19.2.7)(react@18.3.1)(redux@5.0.1) 97 + version: 3.8.1(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react-is@19.2.7)(react@19.2.7)(redux@5.0.1) 98 98 resend: 99 99 specifier: 6.12.4 100 - version: 6.12.4(@react-email/render@2.0.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) 100 + version: 6.12.4(@react-email/render@2.0.8(react-dom@19.2.7(react@19.2.7))(react@19.2.7)) 101 101 shadcn: 102 102 specifier: ^4.8.2 103 103 version: 4.10.0(@types/node@25.6.0)(typescript@6.0.3) 104 104 sonner: 105 105 specifier: 2.0.7 106 - version: 2.0.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 106 + version: 2.0.7(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 107 107 tailwind-merge: 108 108 specifier: 3.6.0 109 109 version: 3.6.0 ··· 112 112 version: 1.4.0 113 113 zustand: 114 114 specifier: 5.0.14 115 - version: 5.0.14(@types/react@19.2.17)(immer@11.1.8)(react@18.3.1)(use-sync-external-store@1.4.0(react@18.3.1)) 115 + version: 5.0.14(@types/react@19.2.17)(immer@11.1.8)(react@19.2.7)(use-sync-external-store@1.4.0(react@19.2.7)) 116 116 devDependencies: 117 117 '@commitlint/cli': 118 118 specifier: 20.5.3 ··· 353 353 drizzle-orm: 354 354 optional: true 355 355 356 - '@better-auth/infra@0.2.8': 357 - resolution: {integrity: sha512-FSessQK8BiKHGMABHN2ezvIcZaldYXxC4aNuVmdOClb9460h3xSXsQj2/pkGqtBbcA/YZFvrh3uJdhy2BgxJrA==} 356 + '@better-auth/infra@0.2.13': 357 + resolution: {integrity: sha512-Vx9SGexYRl5Y1x0qMQrJ6nOpeU3vQtqmRl+GIe4KQbv7ookQx8qdNH46Dykidvi71jlFLCt1fd6LwpOrKphaPQ==} 358 358 peerDependencies: 359 359 '@better-auth/core': '>=1.4.0' 360 360 '@better-auth/sso': '>=1.4.0' ··· 3797 3797 jose@6.2.3: 3798 3798 resolution: {integrity: sha512-YYVDInQKFJfR/xa3ojUTl8c2KoTwiL1R5Wg9YCydwH0x0B9grbzlg5HC7mMjCtUJjbQ/YnGEZIhI5tCgfTb4Hw==} 3799 3799 3800 - js-tokens@3.0.0: 3801 - resolution: {integrity: sha512-poXEQHPMmTrYZuJgNRll2sbc3kJsSU1m/g1Q93IE6txNj3p6xOOOmdj1G/zCVGawYSPzTkSoWGg1otqbeqKJeg==} 3802 - 3803 3800 js-tokens@4.0.0: 3804 3801 resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} 3805 3802 ··· 3967 3964 log-update@6.1.0: 3968 3965 resolution: {integrity: sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==} 3969 3966 engines: {node: '>=18'} 3970 - 3971 - loose-envify@1.4.0: 3972 - resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} 3973 - hasBin: true 3974 3967 3975 3968 lru-cache@10.2.0: 3976 3969 resolution: {integrity: sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==} ··· 4409 4402 '@types/react': 4410 4403 optional: true 4411 4404 4412 - react-dom@18.3.1: 4413 - resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==} 4405 + react-dom@19.2.7: 4406 + resolution: {integrity: sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==} 4414 4407 peerDependencies: 4415 - react: ^18.3.1 4408 + react: ^19.2.7 4416 4409 4417 4410 react-email@6.5.0: 4418 4411 resolution: {integrity: sha512-WrJ+XPW87O1dabF4RJNGnTr7VTGsNa+BlMiinAZdH5fg8Kepwk++ZzX+LEieTlk+a3r13TaTJ4DfI9gv++y02g==} ··· 4472 4465 '@types/react': 4473 4466 optional: true 4474 4467 4475 - react@18.3.1: 4476 - resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} 4468 + react@19.2.7: 4469 + resolution: {integrity: sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==} 4477 4470 engines: {node: '>=0.10.0'} 4478 4471 4479 4472 readdirp@4.1.2: ··· 4573 4566 samlify@2.13.1: 4574 4567 resolution: {integrity: sha512-vdYr/zohDGBbfWNU4miEzc1jmWOtkLySPViapC6nfGkv9KxzLq4UlGkKyryzwLw4jVlZk88Rw93HaCRVpe+t+g==} 4575 4568 4576 - scheduler@0.23.2: 4577 - resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==} 4569 + scheduler@0.27.0: 4570 + resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==} 4578 4571 4579 4572 selderee@0.11.0: 4580 4573 resolution: {integrity: sha512-5TF+l7p4+OsnP8BCCvSyZiSPc4x4//p5uPwK8TCnVPJYRmU2aYKMpOXvw8zM5a5JvuuCGN1jmsMwuU2W02ukfA==} ··· 5312 5305 optionalDependencies: 5313 5306 drizzle-orm: 0.45.2(kysely@0.28.17)(postgres@3.4.9) 5314 5307 5315 - '@better-auth/infra@0.2.8(@better-auth/core@1.6.11(@better-auth/utils@0.4.0)(@better-fetch/fetch@1.1.21)(better-call@1.3.5(zod@4.4.3))(jose@6.2.3)(kysely@0.28.17)(nanostores@1.3.0))(@better-auth/sso@1.6.14(@better-auth/core@1.6.11(@better-auth/utils@0.4.0)(@better-fetch/fetch@1.1.21)(better-call@1.3.5(zod@4.4.3))(jose@6.2.3)(kysely@0.28.17)(nanostores@1.3.0))(@better-auth/utils@0.4.0)(@better-fetch/fetch@1.1.21)(better-auth@1.6.11(drizzle-kit@0.31.10)(drizzle-orm@0.45.2(kysely@0.28.17)(postgres@3.4.9))(next@16.2.7(@babel/core@7.29.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(better-call@1.3.5(zod@4.4.3)))(better-auth@1.6.11(drizzle-kit@0.31.10)(drizzle-orm@0.45.2(kysely@0.28.17)(postgres@3.4.9))(next@16.2.7(@babel/core@7.29.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(zod@4.4.3)': 5308 + '@better-auth/infra@0.2.13(@better-auth/core@1.6.11(@better-auth/utils@0.4.0)(@better-fetch/fetch@1.1.21)(better-call@1.3.5(zod@4.4.3))(jose@6.2.3)(kysely@0.28.17)(nanostores@1.3.0))(@better-auth/sso@1.6.14(@better-auth/core@1.6.11(@better-auth/utils@0.4.0)(@better-fetch/fetch@1.1.21)(better-call@1.3.5(zod@4.4.3))(jose@6.2.3)(kysely@0.28.17)(nanostores@1.3.0))(@better-auth/utils@0.4.0)(@better-fetch/fetch@1.1.21)(better-auth@1.6.11(drizzle-kit@0.31.10)(drizzle-orm@0.45.2(kysely@0.28.17)(postgres@3.4.9))(next@16.2.7(@babel/core@7.29.7)(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(better-call@1.3.5(zod@4.4.3)))(better-auth@1.6.11(drizzle-kit@0.31.10)(drizzle-orm@0.45.2(kysely@0.28.17)(postgres@3.4.9))(next@16.2.7(@babel/core@7.29.7)(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(zod@4.4.3)': 5316 5309 dependencies: 5317 5310 '@better-auth/core': 1.6.11(@better-auth/utils@0.4.0)(@better-fetch/fetch@1.1.21)(better-call@1.3.5(zod@4.4.3))(jose@6.2.3)(kysely@0.28.17)(nanostores@1.3.0) 5318 - '@better-auth/sso': 1.6.14(@better-auth/core@1.6.11(@better-auth/utils@0.4.0)(@better-fetch/fetch@1.1.21)(better-call@1.3.5(zod@4.4.3))(jose@6.2.3)(kysely@0.28.17)(nanostores@1.3.0))(@better-auth/utils@0.4.0)(@better-fetch/fetch@1.1.21)(better-auth@1.6.11(drizzle-kit@0.31.10)(drizzle-orm@0.45.2(kysely@0.28.17)(postgres@3.4.9))(next@16.2.7(@babel/core@7.29.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(better-call@1.3.5(zod@4.4.3)) 5311 + '@better-auth/sso': 1.6.14(@better-auth/core@1.6.11(@better-auth/utils@0.4.0)(@better-fetch/fetch@1.1.21)(better-call@1.3.5(zod@4.4.3))(jose@6.2.3)(kysely@0.28.17)(nanostores@1.3.0))(@better-auth/utils@0.4.0)(@better-fetch/fetch@1.1.21)(better-auth@1.6.11(drizzle-kit@0.31.10)(drizzle-orm@0.45.2(kysely@0.28.17)(postgres@3.4.9))(next@16.2.7(@babel/core@7.29.7)(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(better-call@1.3.5(zod@4.4.3)) 5319 5312 '@better-fetch/fetch': 1.1.21 5320 - better-auth: 1.6.11(drizzle-kit@0.31.10)(drizzle-orm@0.45.2(kysely@0.28.17)(postgres@3.4.9))(next@16.2.7(@babel/core@7.29.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5313 + better-auth: 1.6.11(drizzle-kit@0.31.10)(drizzle-orm@0.45.2(kysely@0.28.17)(postgres@3.4.9))(next@16.2.7(@babel/core@7.29.7)(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 5321 5314 better-call: 1.3.5(zod@4.4.3) 5322 5315 jose: 6.2.3 5323 5316 libphonenumber-js: 1.13.5 ··· 5345 5338 '@better-auth/core': 1.6.11(@better-auth/utils@0.4.0)(@better-fetch/fetch@1.1.21)(better-call@1.3.5(zod@4.4.3))(jose@6.2.3)(kysely@0.28.17)(nanostores@1.3.0) 5346 5339 '@better-auth/utils': 0.4.0 5347 5340 5348 - '@better-auth/sso@1.6.14(@better-auth/core@1.6.11(@better-auth/utils@0.4.0)(@better-fetch/fetch@1.1.21)(better-call@1.3.5(zod@4.4.3))(jose@6.2.3)(kysely@0.28.17)(nanostores@1.3.0))(@better-auth/utils@0.4.0)(@better-fetch/fetch@1.1.21)(better-auth@1.6.11(drizzle-kit@0.31.10)(drizzle-orm@0.45.2(kysely@0.28.17)(postgres@3.4.9))(next@16.2.7(@babel/core@7.29.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(better-call@1.3.5(zod@4.4.3))': 5341 + '@better-auth/sso@1.6.14(@better-auth/core@1.6.11(@better-auth/utils@0.4.0)(@better-fetch/fetch@1.1.21)(better-call@1.3.5(zod@4.4.3))(jose@6.2.3)(kysely@0.28.17)(nanostores@1.3.0))(@better-auth/utils@0.4.0)(@better-fetch/fetch@1.1.21)(better-auth@1.6.11(drizzle-kit@0.31.10)(drizzle-orm@0.45.2(kysely@0.28.17)(postgres@3.4.9))(next@16.2.7(@babel/core@7.29.7)(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(better-call@1.3.5(zod@4.4.3))': 5349 5342 dependencies: 5350 5343 '@better-auth/core': 1.6.11(@better-auth/utils@0.4.0)(@better-fetch/fetch@1.1.21)(better-call@1.3.5(zod@4.4.3))(jose@6.2.3)(kysely@0.28.17)(nanostores@1.3.0) 5351 5344 '@better-auth/utils': 0.4.0 5352 5345 '@better-fetch/fetch': 1.1.21 5353 - better-auth: 1.6.11(drizzle-kit@0.31.10)(drizzle-orm@0.45.2(kysely@0.28.17)(postgres@3.4.9))(next@16.2.7(@babel/core@7.29.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 5346 + better-auth: 1.6.11(drizzle-kit@0.31.10)(drizzle-orm@0.45.2(kysely@0.28.17)(postgres@3.4.9))(next@16.2.7(@babel/core@7.29.7)(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 5354 5347 better-call: 1.3.5(zod@4.4.3) 5355 5348 fast-xml-parser: 5.8.0 5356 5349 jose: 6.2.3 ··· 5791 5784 '@floating-ui/core': 1.7.5 5792 5785 '@floating-ui/utils': 0.2.11 5793 5786 5794 - '@floating-ui/react-dom@2.1.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5787 + '@floating-ui/react-dom@2.1.8(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 5795 5788 dependencies: 5796 5789 '@floating-ui/dom': 1.7.6 5797 - react: 18.3.1 5798 - react-dom: 18.3.1(react@18.3.1) 5790 + react: 19.2.7 5791 + react-dom: 19.2.7(react@19.2.7) 5799 5792 5800 5793 '@floating-ui/utils@0.2.11': {} 5801 5794 ··· 5985 5978 '@jridgewell/resolve-uri': 3.1.2 5986 5979 '@jridgewell/sourcemap-codec': 1.4.14 5987 5980 5988 - '@marsidev/react-turnstile@1.5.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 5981 + '@marsidev/react-turnstile@1.5.2(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 5989 5982 dependencies: 5990 - react: 18.3.1 5991 - react-dom: 18.3.1(react@18.3.1) 5983 + react: 19.2.7 5984 + react-dom: 19.2.7(react@19.2.7) 5992 5985 5993 5986 '@modelcontextprotocol/sdk@1.29.0(zod@3.24.1)': 5994 5987 dependencies: ··· 6154 6147 6155 6148 '@radix-ui/primitive@1.1.4': {} 6156 6149 6157 - '@radix-ui/react-accessible-icon@1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6150 + '@radix-ui/react-accessible-icon@1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6158 6151 dependencies: 6159 - '@radix-ui/react-visually-hidden': 1.2.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6160 - react: 18.3.1 6161 - react-dom: 18.3.1(react@18.3.1) 6152 + '@radix-ui/react-visually-hidden': 1.2.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6153 + react: 19.2.7 6154 + react-dom: 19.2.7(react@19.2.7) 6162 6155 optionalDependencies: 6163 6156 '@types/react': 19.2.17 6164 6157 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6165 6158 6166 - '@radix-ui/react-accordion@1.2.13(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6159 + '@radix-ui/react-accordion@1.2.13(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6167 6160 dependencies: 6168 6161 '@radix-ui/primitive': 1.1.4 6169 - '@radix-ui/react-collapsible': 1.1.13(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6170 - '@radix-ui/react-collection': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6171 - '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@18.3.1) 6172 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6173 - '@radix-ui/react-direction': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6174 - '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6175 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6176 - '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@18.3.1) 6177 - react: 18.3.1 6178 - react-dom: 18.3.1(react@18.3.1) 6162 + '@radix-ui/react-collapsible': 1.1.13(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6163 + '@radix-ui/react-collection': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6164 + '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7) 6165 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6166 + '@radix-ui/react-direction': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6167 + '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6168 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6169 + '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@19.2.7) 6170 + react: 19.2.7 6171 + react-dom: 19.2.7(react@19.2.7) 6179 6172 optionalDependencies: 6180 6173 '@types/react': 19.2.17 6181 6174 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6182 6175 6183 - '@radix-ui/react-alert-dialog@1.1.16(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6176 + '@radix-ui/react-alert-dialog@1.1.16(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6184 6177 dependencies: 6185 6178 '@radix-ui/primitive': 1.1.4 6186 - '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@18.3.1) 6187 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6188 - '@radix-ui/react-dialog': 1.1.16(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6189 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6190 - '@radix-ui/react-slot': 1.2.5(@types/react@19.2.17)(react@18.3.1) 6191 - react: 18.3.1 6192 - react-dom: 18.3.1(react@18.3.1) 6179 + '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7) 6180 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6181 + '@radix-ui/react-dialog': 1.1.16(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6182 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6183 + '@radix-ui/react-slot': 1.2.5(@types/react@19.2.17)(react@19.2.7) 6184 + react: 19.2.7 6185 + react-dom: 19.2.7(react@19.2.7) 6193 6186 optionalDependencies: 6194 6187 '@types/react': 19.2.17 6195 6188 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6196 6189 6197 - '@radix-ui/react-arrow@1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6190 + '@radix-ui/react-arrow@1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6198 6191 dependencies: 6199 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6200 - react: 18.3.1 6201 - react-dom: 18.3.1(react@18.3.1) 6192 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6193 + react: 19.2.7 6194 + react-dom: 19.2.7(react@19.2.7) 6202 6195 optionalDependencies: 6203 6196 '@types/react': 19.2.17 6204 6197 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6205 6198 6206 - '@radix-ui/react-aspect-ratio@1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6199 + '@radix-ui/react-aspect-ratio@1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6207 6200 dependencies: 6208 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6209 - react: 18.3.1 6210 - react-dom: 18.3.1(react@18.3.1) 6201 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6202 + react: 19.2.7 6203 + react-dom: 19.2.7(react@19.2.7) 6211 6204 optionalDependencies: 6212 6205 '@types/react': 19.2.17 6213 6206 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6214 6207 6215 - '@radix-ui/react-avatar@1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6208 + '@radix-ui/react-avatar@1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6216 6209 dependencies: 6217 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6218 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6219 - '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6220 - '@radix-ui/react-use-is-hydrated': 0.1.1(@types/react@19.2.17)(react@18.3.1) 6221 - '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6222 - react: 18.3.1 6223 - react-dom: 18.3.1(react@18.3.1) 6210 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6211 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6212 + '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6213 + '@radix-ui/react-use-is-hydrated': 0.1.1(@types/react@19.2.17)(react@19.2.7) 6214 + '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6215 + react: 19.2.7 6216 + react-dom: 19.2.7(react@19.2.7) 6224 6217 optionalDependencies: 6225 6218 '@types/react': 19.2.17 6226 6219 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6227 6220 6228 - '@radix-ui/react-checkbox@1.3.4(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6221 + '@radix-ui/react-checkbox@1.3.4(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6229 6222 dependencies: 6230 6223 '@radix-ui/primitive': 1.1.4 6231 - '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@18.3.1) 6232 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6233 - '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6234 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6235 - '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@18.3.1) 6236 - '@radix-ui/react-use-previous': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6237 - '@radix-ui/react-use-size': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6238 - react: 18.3.1 6239 - react-dom: 18.3.1(react@18.3.1) 6224 + '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7) 6225 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6226 + '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6227 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6228 + '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@19.2.7) 6229 + '@radix-ui/react-use-previous': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6230 + '@radix-ui/react-use-size': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6231 + react: 19.2.7 6232 + react-dom: 19.2.7(react@19.2.7) 6240 6233 optionalDependencies: 6241 6234 '@types/react': 19.2.17 6242 6235 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6243 6236 6244 - '@radix-ui/react-collapsible@1.1.13(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6237 + '@radix-ui/react-collapsible@1.1.13(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6245 6238 dependencies: 6246 6239 '@radix-ui/primitive': 1.1.4 6247 - '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@18.3.1) 6248 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6249 - '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6250 - '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6251 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6252 - '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@18.3.1) 6253 - '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6254 - react: 18.3.1 6255 - react-dom: 18.3.1(react@18.3.1) 6240 + '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7) 6241 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6242 + '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6243 + '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6244 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6245 + '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@19.2.7) 6246 + '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6247 + react: 19.2.7 6248 + react-dom: 19.2.7(react@19.2.7) 6256 6249 optionalDependencies: 6257 6250 '@types/react': 19.2.17 6258 6251 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6259 6252 6260 - '@radix-ui/react-collection@1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6253 + '@radix-ui/react-collection@1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6261 6254 dependencies: 6262 - '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@18.3.1) 6263 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6264 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6265 - '@radix-ui/react-slot': 1.2.5(@types/react@19.2.17)(react@18.3.1) 6266 - react: 18.3.1 6267 - react-dom: 18.3.1(react@18.3.1) 6255 + '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7) 6256 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6257 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6258 + '@radix-ui/react-slot': 1.2.5(@types/react@19.2.17)(react@19.2.7) 6259 + react: 19.2.7 6260 + react-dom: 19.2.7(react@19.2.7) 6268 6261 optionalDependencies: 6269 6262 '@types/react': 19.2.17 6270 6263 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6271 6264 6272 - '@radix-ui/react-compose-refs@1.1.3(@types/react@19.2.17)(react@18.3.1)': 6265 + '@radix-ui/react-compose-refs@1.1.3(@types/react@19.2.17)(react@19.2.7)': 6273 6266 dependencies: 6274 - react: 18.3.1 6267 + react: 19.2.7 6275 6268 optionalDependencies: 6276 6269 '@types/react': 19.2.17 6277 6270 6278 - '@radix-ui/react-context-menu@2.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6271 + '@radix-ui/react-context-menu@2.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6279 6272 dependencies: 6280 6273 '@radix-ui/primitive': 1.1.4 6281 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6282 - '@radix-ui/react-menu': 2.1.17(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6283 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6284 - '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@18.3.1) 6285 - react: 18.3.1 6286 - react-dom: 18.3.1(react@18.3.1) 6274 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6275 + '@radix-ui/react-menu': 2.1.17(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6276 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6277 + '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@19.2.7) 6278 + react: 19.2.7 6279 + react-dom: 19.2.7(react@19.2.7) 6287 6280 optionalDependencies: 6288 6281 '@types/react': 19.2.17 6289 6282 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6290 6283 6291 - '@radix-ui/react-context@1.1.4(@types/react@19.2.17)(react@18.3.1)': 6284 + '@radix-ui/react-context@1.1.4(@types/react@19.2.17)(react@19.2.7)': 6292 6285 dependencies: 6293 - react: 18.3.1 6286 + react: 19.2.7 6294 6287 optionalDependencies: 6295 6288 '@types/react': 19.2.17 6296 6289 6297 - '@radix-ui/react-dialog@1.1.16(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6290 + '@radix-ui/react-dialog@1.1.16(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6298 6291 dependencies: 6299 6292 '@radix-ui/primitive': 1.1.4 6300 - '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@18.3.1) 6301 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6302 - '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6303 - '@radix-ui/react-focus-guards': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6304 - '@radix-ui/react-focus-scope': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6305 - '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6306 - '@radix-ui/react-portal': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6307 - '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6308 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6309 - '@radix-ui/react-slot': 1.2.5(@types/react@19.2.17)(react@18.3.1) 6310 - '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@18.3.1) 6293 + '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7) 6294 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6295 + '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6296 + '@radix-ui/react-focus-guards': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6297 + '@radix-ui/react-focus-scope': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6298 + '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6299 + '@radix-ui/react-portal': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6300 + '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6301 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6302 + '@radix-ui/react-slot': 1.2.5(@types/react@19.2.17)(react@19.2.7) 6303 + '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@19.2.7) 6311 6304 aria-hidden: 1.2.6 6312 - react: 18.3.1 6313 - react-dom: 18.3.1(react@18.3.1) 6314 - react-remove-scroll: 2.7.2(@types/react@19.2.17)(react@18.3.1) 6305 + react: 19.2.7 6306 + react-dom: 19.2.7(react@19.2.7) 6307 + react-remove-scroll: 2.7.2(@types/react@19.2.17)(react@19.2.7) 6315 6308 optionalDependencies: 6316 6309 '@types/react': 19.2.17 6317 6310 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6318 6311 6319 - '@radix-ui/react-direction@1.1.2(@types/react@19.2.17)(react@18.3.1)': 6312 + '@radix-ui/react-direction@1.1.2(@types/react@19.2.17)(react@19.2.7)': 6320 6313 dependencies: 6321 - react: 18.3.1 6314 + react: 19.2.7 6322 6315 optionalDependencies: 6323 6316 '@types/react': 19.2.17 6324 6317 6325 - '@radix-ui/react-dismissable-layer@1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6318 + '@radix-ui/react-dismissable-layer@1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6326 6319 dependencies: 6327 6320 '@radix-ui/primitive': 1.1.4 6328 - '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@18.3.1) 6329 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6330 - '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6331 - '@radix-ui/react-use-escape-keydown': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6332 - react: 18.3.1 6333 - react-dom: 18.3.1(react@18.3.1) 6321 + '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7) 6322 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6323 + '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6324 + '@radix-ui/react-use-escape-keydown': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6325 + react: 19.2.7 6326 + react-dom: 19.2.7(react@19.2.7) 6334 6327 optionalDependencies: 6335 6328 '@types/react': 19.2.17 6336 6329 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6337 6330 6338 - '@radix-ui/react-dropdown-menu@2.1.17(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6331 + '@radix-ui/react-dropdown-menu@2.1.17(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6339 6332 dependencies: 6340 6333 '@radix-ui/primitive': 1.1.4 6341 - '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@18.3.1) 6342 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6343 - '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6344 - '@radix-ui/react-menu': 2.1.17(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6345 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6346 - '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@18.3.1) 6347 - react: 18.3.1 6348 - react-dom: 18.3.1(react@18.3.1) 6334 + '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7) 6335 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6336 + '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6337 + '@radix-ui/react-menu': 2.1.17(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6338 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6339 + '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@19.2.7) 6340 + react: 19.2.7 6341 + react-dom: 19.2.7(react@19.2.7) 6349 6342 optionalDependencies: 6350 6343 '@types/react': 19.2.17 6351 6344 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6352 6345 6353 - '@radix-ui/react-focus-guards@1.1.4(@types/react@19.2.17)(react@18.3.1)': 6346 + '@radix-ui/react-focus-guards@1.1.4(@types/react@19.2.17)(react@19.2.7)': 6354 6347 dependencies: 6355 - react: 18.3.1 6348 + react: 19.2.7 6356 6349 optionalDependencies: 6357 6350 '@types/react': 19.2.17 6358 6351 6359 - '@radix-ui/react-focus-scope@1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6352 + '@radix-ui/react-focus-scope@1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6360 6353 dependencies: 6361 - '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@18.3.1) 6362 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6363 - '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6364 - react: 18.3.1 6365 - react-dom: 18.3.1(react@18.3.1) 6354 + '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7) 6355 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6356 + '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6357 + react: 19.2.7 6358 + react-dom: 19.2.7(react@19.2.7) 6366 6359 optionalDependencies: 6367 6360 '@types/react': 19.2.17 6368 6361 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6369 6362 6370 - '@radix-ui/react-form@0.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6363 + '@radix-ui/react-form@0.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6371 6364 dependencies: 6372 6365 '@radix-ui/primitive': 1.1.4 6373 - '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@18.3.1) 6374 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6375 - '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6376 - '@radix-ui/react-label': 2.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6377 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6378 - react: 18.3.1 6379 - react-dom: 18.3.1(react@18.3.1) 6366 + '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7) 6367 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6368 + '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6369 + '@radix-ui/react-label': 2.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6370 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6371 + react: 19.2.7 6372 + react-dom: 19.2.7(react@19.2.7) 6380 6373 optionalDependencies: 6381 6374 '@types/react': 19.2.17 6382 6375 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6383 6376 6384 - '@radix-ui/react-hover-card@1.1.16(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6377 + '@radix-ui/react-hover-card@1.1.16(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6385 6378 dependencies: 6386 6379 '@radix-ui/primitive': 1.1.4 6387 - '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@18.3.1) 6388 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6389 - '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6390 - '@radix-ui/react-popper': 1.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6391 - '@radix-ui/react-portal': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6392 - '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6393 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6394 - '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@18.3.1) 6395 - react: 18.3.1 6396 - react-dom: 18.3.1(react@18.3.1) 6380 + '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7) 6381 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6382 + '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6383 + '@radix-ui/react-popper': 1.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6384 + '@radix-ui/react-portal': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6385 + '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6386 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6387 + '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@19.2.7) 6388 + react: 19.2.7 6389 + react-dom: 19.2.7(react@19.2.7) 6397 6390 optionalDependencies: 6398 6391 '@types/react': 19.2.17 6399 6392 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6400 6393 6401 - '@radix-ui/react-id@1.1.2(@types/react@19.2.17)(react@18.3.1)': 6394 + '@radix-ui/react-id@1.1.2(@types/react@19.2.17)(react@19.2.7)': 6402 6395 dependencies: 6403 - '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6404 - react: 18.3.1 6396 + '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6397 + react: 19.2.7 6405 6398 optionalDependencies: 6406 6399 '@types/react': 19.2.17 6407 6400 6408 - '@radix-ui/react-label@2.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6401 + '@radix-ui/react-label@2.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6409 6402 dependencies: 6410 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6411 - react: 18.3.1 6412 - react-dom: 18.3.1(react@18.3.1) 6403 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6404 + react: 19.2.7 6405 + react-dom: 19.2.7(react@19.2.7) 6413 6406 optionalDependencies: 6414 6407 '@types/react': 19.2.17 6415 6408 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6416 6409 6417 - '@radix-ui/react-menu@2.1.17(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6410 + '@radix-ui/react-menu@2.1.17(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6418 6411 dependencies: 6419 6412 '@radix-ui/primitive': 1.1.4 6420 - '@radix-ui/react-collection': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6421 - '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@18.3.1) 6422 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6423 - '@radix-ui/react-direction': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6424 - '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6425 - '@radix-ui/react-focus-guards': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6426 - '@radix-ui/react-focus-scope': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6427 - '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6428 - '@radix-ui/react-popper': 1.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6429 - '@radix-ui/react-portal': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6430 - '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6431 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6432 - '@radix-ui/react-roving-focus': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6433 - '@radix-ui/react-slot': 1.2.5(@types/react@19.2.17)(react@18.3.1) 6434 - '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6413 + '@radix-ui/react-collection': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6414 + '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7) 6415 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6416 + '@radix-ui/react-direction': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6417 + '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6418 + '@radix-ui/react-focus-guards': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6419 + '@radix-ui/react-focus-scope': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6420 + '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6421 + '@radix-ui/react-popper': 1.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6422 + '@radix-ui/react-portal': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6423 + '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6424 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6425 + '@radix-ui/react-roving-focus': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6426 + '@radix-ui/react-slot': 1.2.5(@types/react@19.2.17)(react@19.2.7) 6427 + '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6435 6428 aria-hidden: 1.2.6 6436 - react: 18.3.1 6437 - react-dom: 18.3.1(react@18.3.1) 6438 - react-remove-scroll: 2.7.2(@types/react@19.2.17)(react@18.3.1) 6429 + react: 19.2.7 6430 + react-dom: 19.2.7(react@19.2.7) 6431 + react-remove-scroll: 2.7.2(@types/react@19.2.17)(react@19.2.7) 6439 6432 optionalDependencies: 6440 6433 '@types/react': 19.2.17 6441 6434 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6442 6435 6443 - '@radix-ui/react-menubar@1.1.17(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6436 + '@radix-ui/react-menubar@1.1.17(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6444 6437 dependencies: 6445 6438 '@radix-ui/primitive': 1.1.4 6446 - '@radix-ui/react-collection': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6447 - '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@18.3.1) 6448 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6449 - '@radix-ui/react-direction': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6450 - '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6451 - '@radix-ui/react-menu': 2.1.17(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6452 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6453 - '@radix-ui/react-roving-focus': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6454 - '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@18.3.1) 6455 - react: 18.3.1 6456 - react-dom: 18.3.1(react@18.3.1) 6439 + '@radix-ui/react-collection': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6440 + '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7) 6441 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6442 + '@radix-ui/react-direction': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6443 + '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6444 + '@radix-ui/react-menu': 2.1.17(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6445 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6446 + '@radix-ui/react-roving-focus': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6447 + '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@19.2.7) 6448 + react: 19.2.7 6449 + react-dom: 19.2.7(react@19.2.7) 6457 6450 optionalDependencies: 6458 6451 '@types/react': 19.2.17 6459 6452 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6460 6453 6461 - '@radix-ui/react-navigation-menu@1.2.15(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6454 + '@radix-ui/react-navigation-menu@1.2.15(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6462 6455 dependencies: 6463 6456 '@radix-ui/primitive': 1.1.4 6464 - '@radix-ui/react-collection': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6465 - '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@18.3.1) 6466 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6467 - '@radix-ui/react-direction': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6468 - '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6469 - '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6470 - '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6471 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6472 - '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6473 - '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@18.3.1) 6474 - '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6475 - '@radix-ui/react-use-previous': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6476 - '@radix-ui/react-visually-hidden': 1.2.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6477 - react: 18.3.1 6478 - react-dom: 18.3.1(react@18.3.1) 6457 + '@radix-ui/react-collection': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6458 + '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7) 6459 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6460 + '@radix-ui/react-direction': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6461 + '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6462 + '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6463 + '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6464 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6465 + '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6466 + '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@19.2.7) 6467 + '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6468 + '@radix-ui/react-use-previous': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6469 + '@radix-ui/react-visually-hidden': 1.2.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6470 + react: 19.2.7 6471 + react-dom: 19.2.7(react@19.2.7) 6479 6472 optionalDependencies: 6480 6473 '@types/react': 19.2.17 6481 6474 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6482 6475 6483 - '@radix-ui/react-one-time-password-field@0.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6476 + '@radix-ui/react-one-time-password-field@0.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6484 6477 dependencies: 6485 6478 '@radix-ui/number': 1.1.2 6486 6479 '@radix-ui/primitive': 1.1.4 6487 - '@radix-ui/react-collection': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6488 - '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@18.3.1) 6489 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6490 - '@radix-ui/react-direction': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6491 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6492 - '@radix-ui/react-roving-focus': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6493 - '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@18.3.1) 6494 - '@radix-ui/react-use-effect-event': 0.0.3(@types/react@19.2.17)(react@18.3.1) 6495 - '@radix-ui/react-use-is-hydrated': 0.1.1(@types/react@19.2.17)(react@18.3.1) 6496 - '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6497 - react: 18.3.1 6498 - react-dom: 18.3.1(react@18.3.1) 6480 + '@radix-ui/react-collection': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6481 + '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7) 6482 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6483 + '@radix-ui/react-direction': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6484 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6485 + '@radix-ui/react-roving-focus': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6486 + '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@19.2.7) 6487 + '@radix-ui/react-use-effect-event': 0.0.3(@types/react@19.2.17)(react@19.2.7) 6488 + '@radix-ui/react-use-is-hydrated': 0.1.1(@types/react@19.2.17)(react@19.2.7) 6489 + '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6490 + react: 19.2.7 6491 + react-dom: 19.2.7(react@19.2.7) 6499 6492 optionalDependencies: 6500 6493 '@types/react': 19.2.17 6501 6494 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6502 6495 6503 - '@radix-ui/react-password-toggle-field@0.1.4(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6496 + '@radix-ui/react-password-toggle-field@0.1.4(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6504 6497 dependencies: 6505 6498 '@radix-ui/primitive': 1.1.4 6506 - '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@18.3.1) 6507 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6508 - '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6509 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6510 - '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@18.3.1) 6511 - '@radix-ui/react-use-effect-event': 0.0.3(@types/react@19.2.17)(react@18.3.1) 6512 - '@radix-ui/react-use-is-hydrated': 0.1.1(@types/react@19.2.17)(react@18.3.1) 6513 - react: 18.3.1 6514 - react-dom: 18.3.1(react@18.3.1) 6499 + '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7) 6500 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6501 + '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6502 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6503 + '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@19.2.7) 6504 + '@radix-ui/react-use-effect-event': 0.0.3(@types/react@19.2.17)(react@19.2.7) 6505 + '@radix-ui/react-use-is-hydrated': 0.1.1(@types/react@19.2.17)(react@19.2.7) 6506 + react: 19.2.7 6507 + react-dom: 19.2.7(react@19.2.7) 6515 6508 optionalDependencies: 6516 6509 '@types/react': 19.2.17 6517 6510 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6518 6511 6519 - '@radix-ui/react-popover@1.1.16(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6512 + '@radix-ui/react-popover@1.1.16(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6520 6513 dependencies: 6521 6514 '@radix-ui/primitive': 1.1.4 6522 - '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@18.3.1) 6523 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6524 - '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6525 - '@radix-ui/react-focus-guards': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6526 - '@radix-ui/react-focus-scope': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6527 - '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6528 - '@radix-ui/react-popper': 1.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6529 - '@radix-ui/react-portal': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6530 - '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6531 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6532 - '@radix-ui/react-slot': 1.2.5(@types/react@19.2.17)(react@18.3.1) 6533 - '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@18.3.1) 6515 + '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7) 6516 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6517 + '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6518 + '@radix-ui/react-focus-guards': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6519 + '@radix-ui/react-focus-scope': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6520 + '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6521 + '@radix-ui/react-popper': 1.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6522 + '@radix-ui/react-portal': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6523 + '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6524 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6525 + '@radix-ui/react-slot': 1.2.5(@types/react@19.2.17)(react@19.2.7) 6526 + '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@19.2.7) 6534 6527 aria-hidden: 1.2.6 6535 - react: 18.3.1 6536 - react-dom: 18.3.1(react@18.3.1) 6537 - react-remove-scroll: 2.7.2(@types/react@19.2.17)(react@18.3.1) 6528 + react: 19.2.7 6529 + react-dom: 19.2.7(react@19.2.7) 6530 + react-remove-scroll: 2.7.2(@types/react@19.2.17)(react@19.2.7) 6538 6531 optionalDependencies: 6539 6532 '@types/react': 19.2.17 6540 6533 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6541 6534 6542 - '@radix-ui/react-popper@1.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6535 + '@radix-ui/react-popper@1.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6543 6536 dependencies: 6544 - '@floating-ui/react-dom': 2.1.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6545 - '@radix-ui/react-arrow': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6546 - '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@18.3.1) 6547 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6548 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6549 - '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6550 - '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6551 - '@radix-ui/react-use-rect': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6552 - '@radix-ui/react-use-size': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6537 + '@floating-ui/react-dom': 2.1.8(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6538 + '@radix-ui/react-arrow': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6539 + '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7) 6540 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6541 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6542 + '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6543 + '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6544 + '@radix-ui/react-use-rect': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6545 + '@radix-ui/react-use-size': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6553 6546 '@radix-ui/rect': 1.1.2 6554 - react: 18.3.1 6555 - react-dom: 18.3.1(react@18.3.1) 6547 + react: 19.2.7 6548 + react-dom: 19.2.7(react@19.2.7) 6556 6549 optionalDependencies: 6557 6550 '@types/react': 19.2.17 6558 6551 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6559 6552 6560 - '@radix-ui/react-portal@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6553 + '@radix-ui/react-portal@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6561 6554 dependencies: 6562 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6563 - '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6564 - react: 18.3.1 6565 - react-dom: 18.3.1(react@18.3.1) 6555 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6556 + '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6557 + react: 19.2.7 6558 + react-dom: 19.2.7(react@19.2.7) 6566 6559 optionalDependencies: 6567 6560 '@types/react': 19.2.17 6568 6561 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6569 6562 6570 - '@radix-ui/react-presence@1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6563 + '@radix-ui/react-presence@1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6571 6564 dependencies: 6572 - '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6573 - react: 18.3.1 6574 - react-dom: 18.3.1(react@18.3.1) 6565 + '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6566 + react: 19.2.7 6567 + react-dom: 19.2.7(react@19.2.7) 6575 6568 optionalDependencies: 6576 6569 '@types/react': 19.2.17 6577 6570 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6578 6571 6579 - '@radix-ui/react-primitive@2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6572 + '@radix-ui/react-primitive@2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6580 6573 dependencies: 6581 - '@radix-ui/react-slot': 1.2.5(@types/react@19.2.17)(react@18.3.1) 6582 - react: 18.3.1 6583 - react-dom: 18.3.1(react@18.3.1) 6574 + '@radix-ui/react-slot': 1.2.5(@types/react@19.2.17)(react@19.2.7) 6575 + react: 19.2.7 6576 + react-dom: 19.2.7(react@19.2.7) 6584 6577 optionalDependencies: 6585 6578 '@types/react': 19.2.17 6586 6579 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6587 6580 6588 - '@radix-ui/react-progress@1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6581 + '@radix-ui/react-progress@1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6589 6582 dependencies: 6590 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6591 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6592 - react: 18.3.1 6593 - react-dom: 18.3.1(react@18.3.1) 6583 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6584 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6585 + react: 19.2.7 6586 + react-dom: 19.2.7(react@19.2.7) 6594 6587 optionalDependencies: 6595 6588 '@types/react': 19.2.17 6596 6589 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6597 6590 6598 - '@radix-ui/react-radio-group@1.4.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6591 + '@radix-ui/react-radio-group@1.4.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6599 6592 dependencies: 6600 6593 '@radix-ui/primitive': 1.1.4 6601 - '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@18.3.1) 6602 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6603 - '@radix-ui/react-direction': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6604 - '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6605 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6606 - '@radix-ui/react-roving-focus': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6607 - '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@18.3.1) 6608 - '@radix-ui/react-use-previous': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6609 - '@radix-ui/react-use-size': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6610 - react: 18.3.1 6611 - react-dom: 18.3.1(react@18.3.1) 6594 + '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7) 6595 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6596 + '@radix-ui/react-direction': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6597 + '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6598 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6599 + '@radix-ui/react-roving-focus': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6600 + '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@19.2.7) 6601 + '@radix-ui/react-use-previous': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6602 + '@radix-ui/react-use-size': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6603 + react: 19.2.7 6604 + react-dom: 19.2.7(react@19.2.7) 6612 6605 optionalDependencies: 6613 6606 '@types/react': 19.2.17 6614 6607 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6615 6608 6616 - '@radix-ui/react-roving-focus@1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6609 + '@radix-ui/react-roving-focus@1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6617 6610 dependencies: 6618 6611 '@radix-ui/primitive': 1.1.4 6619 - '@radix-ui/react-collection': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6620 - '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@18.3.1) 6621 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6622 - '@radix-ui/react-direction': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6623 - '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6624 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6625 - '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6626 - '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@18.3.1) 6627 - react: 18.3.1 6628 - react-dom: 18.3.1(react@18.3.1) 6612 + '@radix-ui/react-collection': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6613 + '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7) 6614 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6615 + '@radix-ui/react-direction': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6616 + '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6617 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6618 + '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6619 + '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@19.2.7) 6620 + react: 19.2.7 6621 + react-dom: 19.2.7(react@19.2.7) 6629 6622 optionalDependencies: 6630 6623 '@types/react': 19.2.17 6631 6624 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6632 6625 6633 - '@radix-ui/react-scroll-area@1.2.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6626 + '@radix-ui/react-scroll-area@1.2.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6634 6627 dependencies: 6635 6628 '@radix-ui/number': 1.1.2 6636 6629 '@radix-ui/primitive': 1.1.4 6637 - '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@18.3.1) 6638 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6639 - '@radix-ui/react-direction': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6640 - '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6641 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6642 - '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6643 - '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6644 - react: 18.3.1 6645 - react-dom: 18.3.1(react@18.3.1) 6630 + '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7) 6631 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6632 + '@radix-ui/react-direction': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6633 + '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6634 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6635 + '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6636 + '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6637 + react: 19.2.7 6638 + react-dom: 19.2.7(react@19.2.7) 6646 6639 optionalDependencies: 6647 6640 '@types/react': 19.2.17 6648 6641 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6649 6642 6650 - '@radix-ui/react-select@2.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6643 + '@radix-ui/react-select@2.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6651 6644 dependencies: 6652 6645 '@radix-ui/number': 1.1.2 6653 6646 '@radix-ui/primitive': 1.1.4 6654 - '@radix-ui/react-collection': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6655 - '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@18.3.1) 6656 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6657 - '@radix-ui/react-direction': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6658 - '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6659 - '@radix-ui/react-focus-guards': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6660 - '@radix-ui/react-focus-scope': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6661 - '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6662 - '@radix-ui/react-popper': 1.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6663 - '@radix-ui/react-portal': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6664 - '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6665 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6666 - '@radix-ui/react-slot': 1.2.5(@types/react@19.2.17)(react@18.3.1) 6667 - '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6668 - '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@18.3.1) 6669 - '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6670 - '@radix-ui/react-use-previous': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6671 - '@radix-ui/react-visually-hidden': 1.2.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6647 + '@radix-ui/react-collection': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6648 + '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7) 6649 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6650 + '@radix-ui/react-direction': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6651 + '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6652 + '@radix-ui/react-focus-guards': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6653 + '@radix-ui/react-focus-scope': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6654 + '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6655 + '@radix-ui/react-popper': 1.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6656 + '@radix-ui/react-portal': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6657 + '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6658 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6659 + '@radix-ui/react-slot': 1.2.5(@types/react@19.2.17)(react@19.2.7) 6660 + '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6661 + '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@19.2.7) 6662 + '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6663 + '@radix-ui/react-use-previous': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6664 + '@radix-ui/react-visually-hidden': 1.2.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6672 6665 aria-hidden: 1.2.6 6673 - react: 18.3.1 6674 - react-dom: 18.3.1(react@18.3.1) 6675 - react-remove-scroll: 2.7.2(@types/react@19.2.17)(react@18.3.1) 6666 + react: 19.2.7 6667 + react-dom: 19.2.7(react@19.2.7) 6668 + react-remove-scroll: 2.7.2(@types/react@19.2.17)(react@19.2.7) 6676 6669 optionalDependencies: 6677 6670 '@types/react': 19.2.17 6678 6671 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6679 6672 6680 - '@radix-ui/react-separator@1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6673 + '@radix-ui/react-separator@1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6681 6674 dependencies: 6682 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6683 - react: 18.3.1 6684 - react-dom: 18.3.1(react@18.3.1) 6675 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6676 + react: 19.2.7 6677 + react-dom: 19.2.7(react@19.2.7) 6685 6678 optionalDependencies: 6686 6679 '@types/react': 19.2.17 6687 6680 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6688 6681 6689 - '@radix-ui/react-slider@1.4.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6682 + '@radix-ui/react-slider@1.4.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6690 6683 dependencies: 6691 6684 '@radix-ui/number': 1.1.2 6692 6685 '@radix-ui/primitive': 1.1.4 6693 - '@radix-ui/react-collection': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6694 - '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@18.3.1) 6695 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6696 - '@radix-ui/react-direction': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6697 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6698 - '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@18.3.1) 6699 - '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6700 - '@radix-ui/react-use-previous': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6701 - '@radix-ui/react-use-size': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6702 - react: 18.3.1 6703 - react-dom: 18.3.1(react@18.3.1) 6686 + '@radix-ui/react-collection': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6687 + '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7) 6688 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6689 + '@radix-ui/react-direction': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6690 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6691 + '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@19.2.7) 6692 + '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6693 + '@radix-ui/react-use-previous': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6694 + '@radix-ui/react-use-size': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6695 + react: 19.2.7 6696 + react-dom: 19.2.7(react@19.2.7) 6704 6697 optionalDependencies: 6705 6698 '@types/react': 19.2.17 6706 6699 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6707 6700 6708 - '@radix-ui/react-slot@1.2.5(@types/react@19.2.17)(react@18.3.1)': 6701 + '@radix-ui/react-slot@1.2.5(@types/react@19.2.17)(react@19.2.7)': 6709 6702 dependencies: 6710 - '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@18.3.1) 6711 - react: 18.3.1 6703 + '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7) 6704 + react: 19.2.7 6712 6705 optionalDependencies: 6713 6706 '@types/react': 19.2.17 6714 6707 6715 - '@radix-ui/react-switch@1.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6708 + '@radix-ui/react-switch@1.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6716 6709 dependencies: 6717 6710 '@radix-ui/primitive': 1.1.4 6718 - '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@18.3.1) 6719 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6720 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6721 - '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@18.3.1) 6722 - '@radix-ui/react-use-previous': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6723 - '@radix-ui/react-use-size': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6724 - react: 18.3.1 6725 - react-dom: 18.3.1(react@18.3.1) 6711 + '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7) 6712 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6713 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6714 + '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@19.2.7) 6715 + '@radix-ui/react-use-previous': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6716 + '@radix-ui/react-use-size': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6717 + react: 19.2.7 6718 + react-dom: 19.2.7(react@19.2.7) 6726 6719 optionalDependencies: 6727 6720 '@types/react': 19.2.17 6728 6721 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6729 6722 6730 - '@radix-ui/react-tabs@1.1.14(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6723 + '@radix-ui/react-tabs@1.1.14(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6731 6724 dependencies: 6732 6725 '@radix-ui/primitive': 1.1.4 6733 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6734 - '@radix-ui/react-direction': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6735 - '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6736 - '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6737 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6738 - '@radix-ui/react-roving-focus': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6739 - '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@18.3.1) 6740 - react: 18.3.1 6741 - react-dom: 18.3.1(react@18.3.1) 6726 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6727 + '@radix-ui/react-direction': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6728 + '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6729 + '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6730 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6731 + '@radix-ui/react-roving-focus': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6732 + '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@19.2.7) 6733 + react: 19.2.7 6734 + react-dom: 19.2.7(react@19.2.7) 6742 6735 optionalDependencies: 6743 6736 '@types/react': 19.2.17 6744 6737 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6745 6738 6746 - '@radix-ui/react-toast@1.2.16(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6739 + '@radix-ui/react-toast@1.2.16(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6747 6740 dependencies: 6748 6741 '@radix-ui/primitive': 1.1.4 6749 - '@radix-ui/react-collection': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6750 - '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@18.3.1) 6751 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6752 - '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6753 - '@radix-ui/react-portal': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6754 - '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6755 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6756 - '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6757 - '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@18.3.1) 6758 - '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6759 - '@radix-ui/react-visually-hidden': 1.2.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6760 - react: 18.3.1 6761 - react-dom: 18.3.1(react@18.3.1) 6742 + '@radix-ui/react-collection': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6743 + '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7) 6744 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6745 + '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6746 + '@radix-ui/react-portal': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6747 + '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6748 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6749 + '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6750 + '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@19.2.7) 6751 + '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6752 + '@radix-ui/react-visually-hidden': 1.2.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6753 + react: 19.2.7 6754 + react-dom: 19.2.7(react@19.2.7) 6762 6755 optionalDependencies: 6763 6756 '@types/react': 19.2.17 6764 6757 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6765 6758 6766 - '@radix-ui/react-toggle-group@1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6759 + '@radix-ui/react-toggle-group@1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6767 6760 dependencies: 6768 6761 '@radix-ui/primitive': 1.1.4 6769 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6770 - '@radix-ui/react-direction': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6771 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6772 - '@radix-ui/react-roving-focus': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6773 - '@radix-ui/react-toggle': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6774 - '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@18.3.1) 6775 - react: 18.3.1 6776 - react-dom: 18.3.1(react@18.3.1) 6762 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6763 + '@radix-ui/react-direction': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6764 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6765 + '@radix-ui/react-roving-focus': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6766 + '@radix-ui/react-toggle': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6767 + '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@19.2.7) 6768 + react: 19.2.7 6769 + react-dom: 19.2.7(react@19.2.7) 6777 6770 optionalDependencies: 6778 6771 '@types/react': 19.2.17 6779 6772 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6780 6773 6781 - '@radix-ui/react-toggle@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6774 + '@radix-ui/react-toggle@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6782 6775 dependencies: 6783 6776 '@radix-ui/primitive': 1.1.4 6784 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6785 - '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@18.3.1) 6786 - react: 18.3.1 6787 - react-dom: 18.3.1(react@18.3.1) 6777 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6778 + '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@19.2.7) 6779 + react: 19.2.7 6780 + react-dom: 19.2.7(react@19.2.7) 6788 6781 optionalDependencies: 6789 6782 '@types/react': 19.2.17 6790 6783 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6791 6784 6792 - '@radix-ui/react-toolbar@1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6785 + '@radix-ui/react-toolbar@1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6793 6786 dependencies: 6794 6787 '@radix-ui/primitive': 1.1.4 6795 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6796 - '@radix-ui/react-direction': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6797 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6798 - '@radix-ui/react-roving-focus': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6799 - '@radix-ui/react-separator': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6800 - '@radix-ui/react-toggle-group': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6801 - react: 18.3.1 6802 - react-dom: 18.3.1(react@18.3.1) 6788 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6789 + '@radix-ui/react-direction': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6790 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6791 + '@radix-ui/react-roving-focus': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6792 + '@radix-ui/react-separator': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6793 + '@radix-ui/react-toggle-group': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6794 + react: 19.2.7 6795 + react-dom: 19.2.7(react@19.2.7) 6803 6796 optionalDependencies: 6804 6797 '@types/react': 19.2.17 6805 6798 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6806 6799 6807 - '@radix-ui/react-tooltip@1.2.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6800 + '@radix-ui/react-tooltip@1.2.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6808 6801 dependencies: 6809 6802 '@radix-ui/primitive': 1.1.4 6810 - '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@18.3.1) 6811 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 6812 - '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6813 - '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6814 - '@radix-ui/react-popper': 1.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6815 - '@radix-ui/react-portal': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6816 - '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6817 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6818 - '@radix-ui/react-slot': 1.2.5(@types/react@19.2.17)(react@18.3.1) 6819 - '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@18.3.1) 6820 - '@radix-ui/react-visually-hidden': 1.2.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6821 - react: 18.3.1 6822 - react-dom: 18.3.1(react@18.3.1) 6803 + '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7) 6804 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 6805 + '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6806 + '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6807 + '@radix-ui/react-popper': 1.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6808 + '@radix-ui/react-portal': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6809 + '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6810 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6811 + '@radix-ui/react-slot': 1.2.5(@types/react@19.2.17)(react@19.2.7) 6812 + '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@19.2.7) 6813 + '@radix-ui/react-visually-hidden': 1.2.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6814 + react: 19.2.7 6815 + react-dom: 19.2.7(react@19.2.7) 6823 6816 optionalDependencies: 6824 6817 '@types/react': 19.2.17 6825 6818 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6826 6819 6827 - '@radix-ui/react-use-callback-ref@1.1.2(@types/react@19.2.17)(react@18.3.1)': 6820 + '@radix-ui/react-use-callback-ref@1.1.2(@types/react@19.2.17)(react@19.2.7)': 6828 6821 dependencies: 6829 - react: 18.3.1 6822 + react: 19.2.7 6830 6823 optionalDependencies: 6831 6824 '@types/react': 19.2.17 6832 6825 6833 - '@radix-ui/react-use-controllable-state@1.2.3(@types/react@19.2.17)(react@18.3.1)': 6826 + '@radix-ui/react-use-controllable-state@1.2.3(@types/react@19.2.17)(react@19.2.7)': 6834 6827 dependencies: 6835 - '@radix-ui/react-use-effect-event': 0.0.3(@types/react@19.2.17)(react@18.3.1) 6836 - '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6837 - react: 18.3.1 6828 + '@radix-ui/react-use-effect-event': 0.0.3(@types/react@19.2.17)(react@19.2.7) 6829 + '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6830 + react: 19.2.7 6838 6831 optionalDependencies: 6839 6832 '@types/react': 19.2.17 6840 6833 6841 - '@radix-ui/react-use-effect-event@0.0.3(@types/react@19.2.17)(react@18.3.1)': 6834 + '@radix-ui/react-use-effect-event@0.0.3(@types/react@19.2.17)(react@19.2.7)': 6842 6835 dependencies: 6843 - '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6844 - react: 18.3.1 6836 + '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6837 + react: 19.2.7 6845 6838 optionalDependencies: 6846 6839 '@types/react': 19.2.17 6847 6840 6848 - '@radix-ui/react-use-escape-keydown@1.1.2(@types/react@19.2.17)(react@18.3.1)': 6841 + '@radix-ui/react-use-escape-keydown@1.1.2(@types/react@19.2.17)(react@19.2.7)': 6849 6842 dependencies: 6850 - '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6851 - react: 18.3.1 6843 + '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6844 + react: 19.2.7 6852 6845 optionalDependencies: 6853 6846 '@types/react': 19.2.17 6854 6847 6855 - '@radix-ui/react-use-is-hydrated@0.1.1(@types/react@19.2.17)(react@18.3.1)': 6848 + '@radix-ui/react-use-is-hydrated@0.1.1(@types/react@19.2.17)(react@19.2.7)': 6856 6849 dependencies: 6857 - react: 18.3.1 6850 + react: 19.2.7 6858 6851 optionalDependencies: 6859 6852 '@types/react': 19.2.17 6860 6853 6861 - '@radix-ui/react-use-layout-effect@1.1.2(@types/react@19.2.17)(react@18.3.1)': 6854 + '@radix-ui/react-use-layout-effect@1.1.2(@types/react@19.2.17)(react@19.2.7)': 6862 6855 dependencies: 6863 - react: 18.3.1 6856 + react: 19.2.7 6864 6857 optionalDependencies: 6865 6858 '@types/react': 19.2.17 6866 6859 6867 - '@radix-ui/react-use-previous@1.1.2(@types/react@19.2.17)(react@18.3.1)': 6860 + '@radix-ui/react-use-previous@1.1.2(@types/react@19.2.17)(react@19.2.7)': 6868 6861 dependencies: 6869 - react: 18.3.1 6862 + react: 19.2.7 6870 6863 optionalDependencies: 6871 6864 '@types/react': 19.2.17 6872 6865 6873 - '@radix-ui/react-use-rect@1.1.2(@types/react@19.2.17)(react@18.3.1)': 6866 + '@radix-ui/react-use-rect@1.1.2(@types/react@19.2.17)(react@19.2.7)': 6874 6867 dependencies: 6875 6868 '@radix-ui/rect': 1.1.2 6876 - react: 18.3.1 6869 + react: 19.2.7 6877 6870 optionalDependencies: 6878 6871 '@types/react': 19.2.17 6879 6872 6880 - '@radix-ui/react-use-size@1.1.2(@types/react@19.2.17)(react@18.3.1)': 6873 + '@radix-ui/react-use-size@1.1.2(@types/react@19.2.17)(react@19.2.7)': 6881 6874 dependencies: 6882 - '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@18.3.1) 6883 - react: 18.3.1 6875 + '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@19.2.7) 6876 + react: 19.2.7 6884 6877 optionalDependencies: 6885 6878 '@types/react': 19.2.17 6886 6879 6887 - '@radix-ui/react-visually-hidden@1.2.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6880 + '@radix-ui/react-visually-hidden@1.2.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6888 6881 dependencies: 6889 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 6890 - react: 18.3.1 6891 - react-dom: 18.3.1(react@18.3.1) 6882 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 6883 + react: 19.2.7 6884 + react-dom: 19.2.7(react@19.2.7) 6892 6885 optionalDependencies: 6893 6886 '@types/react': 19.2.17 6894 6887 '@types/react-dom': 19.2.3(@types/react@19.2.17) 6895 6888 6896 6889 '@radix-ui/rect@1.1.2': {} 6897 6890 6898 - '@react-email/render@2.0.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': 6891 + '@react-email/render@2.0.8(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': 6899 6892 dependencies: 6900 6893 html-to-text: 9.0.5 6901 6894 prettier: 3.8.3 6902 - react: 18.3.1 6903 - react-dom: 18.3.1(react@18.3.1) 6895 + react: 19.2.7 6896 + react-dom: 19.2.7(react@19.2.7) 6904 6897 6905 - '@reduxjs/toolkit@2.12.0(react-redux@9.3.0(@types/react@19.2.17)(react@18.3.1)(redux@5.0.1))(react@18.3.1)': 6898 + '@reduxjs/toolkit@2.12.0(react-redux@9.3.0(@types/react@19.2.17)(react@19.2.7)(redux@5.0.1))(react@19.2.7)': 6906 6899 dependencies: 6907 6900 '@standard-schema/spec': 1.1.0 6908 6901 '@standard-schema/utils': 0.3.0 ··· 6911 6904 redux-thunk: 3.1.0(redux@5.0.1) 6912 6905 reselect: 5.2.0 6913 6906 optionalDependencies: 6914 - react: 18.3.1 6915 - react-redux: 9.3.0(@types/react@19.2.17)(react@18.3.1)(redux@5.0.1) 6907 + react: 19.2.7 6908 + react-redux: 9.3.0(@types/react@19.2.17)(react@19.2.7)(redux@5.0.1) 6916 6909 6917 6910 '@sec-ant/readable-stream@0.4.1': {} 6918 6911 ··· 7258 7251 7259 7252 bcryptjs@3.0.3: {} 7260 7253 7261 - better-auth@1.6.11(drizzle-kit@0.31.10)(drizzle-orm@0.45.2(kysely@0.28.17)(postgres@3.4.9))(next@16.2.7(@babel/core@7.29.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 7254 + better-auth@1.6.11(drizzle-kit@0.31.10)(drizzle-orm@0.45.2(kysely@0.28.17)(postgres@3.4.9))(next@16.2.7(@babel/core@7.29.7)(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react-dom@19.2.7(react@19.2.7))(react@19.2.7): 7262 7255 dependencies: 7263 7256 '@better-auth/core': 1.6.11(@better-auth/utils@0.4.0)(@better-fetch/fetch@1.1.21)(better-call@1.3.5(zod@4.4.3))(jose@6.2.3)(kysely@0.28.17)(nanostores@1.3.0) 7264 7257 '@better-auth/drizzle-adapter': 1.6.11(@better-auth/core@1.6.11(@better-auth/utils@0.4.0)(@better-fetch/fetch@1.1.21)(better-call@1.3.5(zod@4.4.3))(jose@6.2.3)(kysely@0.28.17)(nanostores@1.3.0))(@better-auth/utils@0.4.0)(drizzle-orm@0.45.2(kysely@0.28.17)(postgres@3.4.9)) ··· 7280 7273 optionalDependencies: 7281 7274 drizzle-kit: 0.31.10 7282 7275 drizzle-orm: 0.45.2(kysely@0.28.17)(postgres@3.4.9) 7283 - next: 16.2.7(@babel/core@7.29.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 7284 - react: 18.3.1 7285 - react-dom: 18.3.1(react@18.3.1) 7276 + next: 16.2.7(@babel/core@7.29.7)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 7277 + react: 19.2.7 7278 + react-dom: 19.2.7(react@19.2.7) 7286 7279 transitivePeerDependencies: 7287 7280 - '@cloudflare/workers-types' 7288 7281 - '@opentelemetry/api' ··· 7861 7854 dependencies: 7862 7855 eventsource-parser: 3.1.0 7863 7856 7864 - evlog@2.18.1(express@5.2.1)(hono@4.12.23)(next@16.2.7(@babel/core@7.29.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1): 7857 + evlog@2.18.1(express@5.2.1)(hono@4.12.23)(next@16.2.7(@babel/core@7.29.7)(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react@19.2.7): 7865 7858 optionalDependencies: 7866 7859 express: 5.2.1 7867 7860 hono: 4.12.23 7868 - next: 16.2.7(@babel/core@7.29.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 7869 - react: 18.3.1 7861 + next: 16.2.7(@babel/core@7.29.7)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 7862 + react: 19.2.7 7870 7863 7871 7864 execa@5.1.1: 7872 7865 dependencies: ··· 8042 8035 8043 8036 forwarded@0.2.0: {} 8044 8037 8045 - framer-motion@12.40.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 8038 + framer-motion@12.40.0(react-dom@19.2.7(react@19.2.7))(react@19.2.7): 8046 8039 dependencies: 8047 8040 motion-dom: 12.40.0 8048 8041 motion-utils: 12.39.0 8049 8042 tslib: 2.8.1 8050 8043 optionalDependencies: 8051 - react: 18.3.1 8052 - react-dom: 18.3.1(react@18.3.1) 8044 + react: 19.2.7 8045 + react-dom: 19.2.7(react@19.2.7) 8053 8046 8054 8047 fresh@2.0.0: {} 8055 8048 ··· 8066 8059 8067 8060 fuzzysort@3.1.0: {} 8068 8061 8069 - geist@1.7.2(next@16.2.7(@babel/core@7.29.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)): 8062 + geist@1.7.2(next@16.2.7(@babel/core@7.29.7)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)): 8070 8063 dependencies: 8071 - next: 16.2.7(@babel/core@7.29.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8064 + next: 16.2.7(@babel/core@7.29.7)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8072 8065 8073 8066 gensync@1.0.0-beta.2: {} 8074 8067 ··· 8226 8219 8227 8220 ini@6.0.0: {} 8228 8221 8229 - input-otp@1.4.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 8222 + input-otp@1.4.2(react-dom@19.2.7(react@19.2.7))(react@19.2.7): 8230 8223 dependencies: 8231 - react: 18.3.1 8232 - react-dom: 18.3.1(react@18.3.1) 8224 + react: 19.2.7 8225 + react-dom: 19.2.7(react@19.2.7) 8233 8226 8234 8227 internmap@2.0.3: {} 8235 8228 ··· 8304 8297 jiti@2.7.0: {} 8305 8298 8306 8299 jose@6.2.3: {} 8307 - 8308 - js-tokens@3.0.0: {} 8309 8300 8310 8301 js-tokens@4.0.0: {} 8311 8302 ··· 8446 8437 strip-ansi: 7.2.0 8447 8438 wrap-ansi: 9.0.0 8448 8439 8449 - loose-envify@1.4.0: 8450 - dependencies: 8451 - js-tokens: 3.0.0 8452 - 8453 8440 lru-cache@10.2.0: {} 8454 8441 8455 8442 lru-cache@11.5.1: {} ··· 8458 8445 dependencies: 8459 8446 yallist: 3.1.1 8460 8447 8461 - lucide-react@1.17.0(react@18.3.1): 8448 + lucide-react@1.17.0(react@19.2.7): 8462 8449 dependencies: 8463 - react: 18.3.1 8450 + react: 19.2.7 8464 8451 8465 8452 magic-string@0.30.21: 8466 8453 dependencies: ··· 8560 8547 8561 8548 negotiator@1.0.0: {} 8562 8549 8563 - next-themes@0.4.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 8550 + next-themes@0.4.6(react-dom@19.2.7(react@19.2.7))(react@19.2.7): 8564 8551 dependencies: 8565 - react: 18.3.1 8566 - react-dom: 18.3.1(react@18.3.1) 8552 + react: 19.2.7 8553 + react-dom: 19.2.7(react@19.2.7) 8567 8554 8568 - next@16.2.7(@babel/core@7.29.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 8555 + next@16.2.7(@babel/core@7.29.7)(react-dom@19.2.7(react@19.2.7))(react@19.2.7): 8569 8556 dependencies: 8570 8557 '@next/env': 16.2.7 8571 8558 '@swc/helpers': 0.5.15 8572 8559 baseline-browser-mapping: 2.10.34 8573 8560 caniuse-lite: 1.0.30001793 8574 8561 postcss: 8.4.31 8575 - react: 18.3.1 8576 - react-dom: 18.3.1(react@18.3.1) 8577 - styled-jsx: 5.1.6(@babel/core@7.29.7)(react@18.3.1) 8562 + react: 19.2.7 8563 + react-dom: 19.2.7(react@19.2.7) 8564 + styled-jsx: 5.1.6(@babel/core@7.29.7)(react@19.2.7) 8578 8565 optionalDependencies: 8579 8566 '@next/swc-darwin-arm64': 16.2.7 8580 8567 '@next/swc-darwin-x64': 16.2.7 ··· 8823 8810 8824 8811 queue-microtask@1.2.3: {} 8825 8812 8826 - radix-ui@1.5.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 8813 + radix-ui@1.5.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7): 8827 8814 dependencies: 8828 8815 '@radix-ui/primitive': 1.1.4 8829 - '@radix-ui/react-accessible-icon': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8830 - '@radix-ui/react-accordion': 1.2.13(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8831 - '@radix-ui/react-alert-dialog': 1.1.16(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8832 - '@radix-ui/react-arrow': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8833 - '@radix-ui/react-aspect-ratio': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8834 - '@radix-ui/react-avatar': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8835 - '@radix-ui/react-checkbox': 1.3.4(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8836 - '@radix-ui/react-collapsible': 1.1.13(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8837 - '@radix-ui/react-collection': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8838 - '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@18.3.1) 8839 - '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@18.3.1) 8840 - '@radix-ui/react-context-menu': 2.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8841 - '@radix-ui/react-dialog': 1.1.16(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8842 - '@radix-ui/react-direction': 1.1.2(@types/react@19.2.17)(react@18.3.1) 8843 - '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8844 - '@radix-ui/react-dropdown-menu': 2.1.17(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8845 - '@radix-ui/react-focus-guards': 1.1.4(@types/react@19.2.17)(react@18.3.1) 8846 - '@radix-ui/react-focus-scope': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8847 - '@radix-ui/react-form': 0.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8848 - '@radix-ui/react-hover-card': 1.1.16(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8849 - '@radix-ui/react-label': 2.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8850 - '@radix-ui/react-menu': 2.1.17(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8851 - '@radix-ui/react-menubar': 1.1.17(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8852 - '@radix-ui/react-navigation-menu': 1.2.15(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8853 - '@radix-ui/react-one-time-password-field': 0.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8854 - '@radix-ui/react-password-toggle-field': 0.1.4(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8855 - '@radix-ui/react-popover': 1.1.16(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8856 - '@radix-ui/react-popper': 1.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8857 - '@radix-ui/react-portal': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8858 - '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8859 - '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8860 - '@radix-ui/react-progress': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8861 - '@radix-ui/react-radio-group': 1.4.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8862 - '@radix-ui/react-roving-focus': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8863 - '@radix-ui/react-scroll-area': 1.2.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8864 - '@radix-ui/react-select': 2.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8865 - '@radix-ui/react-separator': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8866 - '@radix-ui/react-slider': 1.4.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8867 - '@radix-ui/react-slot': 1.2.5(@types/react@19.2.17)(react@18.3.1) 8868 - '@radix-ui/react-switch': 1.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8869 - '@radix-ui/react-tabs': 1.1.14(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8870 - '@radix-ui/react-toast': 1.2.16(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8871 - '@radix-ui/react-toggle': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8872 - '@radix-ui/react-toggle-group': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8873 - '@radix-ui/react-toolbar': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8874 - '@radix-ui/react-tooltip': 1.2.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8875 - '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@19.2.17)(react@18.3.1) 8876 - '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@18.3.1) 8877 - '@radix-ui/react-use-effect-event': 0.0.3(@types/react@19.2.17)(react@18.3.1) 8878 - '@radix-ui/react-use-escape-keydown': 1.1.2(@types/react@19.2.17)(react@18.3.1) 8879 - '@radix-ui/react-use-is-hydrated': 0.1.1(@types/react@19.2.17)(react@18.3.1) 8880 - '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@18.3.1) 8881 - '@radix-ui/react-use-size': 1.1.2(@types/react@19.2.17)(react@18.3.1) 8882 - '@radix-ui/react-visually-hidden': 1.2.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8883 - react: 18.3.1 8884 - react-dom: 18.3.1(react@18.3.1) 8816 + '@radix-ui/react-accessible-icon': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8817 + '@radix-ui/react-accordion': 1.2.13(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8818 + '@radix-ui/react-alert-dialog': 1.1.16(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8819 + '@radix-ui/react-arrow': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8820 + '@radix-ui/react-aspect-ratio': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8821 + '@radix-ui/react-avatar': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8822 + '@radix-ui/react-checkbox': 1.3.4(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8823 + '@radix-ui/react-collapsible': 1.1.13(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8824 + '@radix-ui/react-collection': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8825 + '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7) 8826 + '@radix-ui/react-context': 1.1.4(@types/react@19.2.17)(react@19.2.7) 8827 + '@radix-ui/react-context-menu': 2.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8828 + '@radix-ui/react-dialog': 1.1.16(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8829 + '@radix-ui/react-direction': 1.1.2(@types/react@19.2.17)(react@19.2.7) 8830 + '@radix-ui/react-dismissable-layer': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8831 + '@radix-ui/react-dropdown-menu': 2.1.17(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8832 + '@radix-ui/react-focus-guards': 1.1.4(@types/react@19.2.17)(react@19.2.7) 8833 + '@radix-ui/react-focus-scope': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8834 + '@radix-ui/react-form': 0.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8835 + '@radix-ui/react-hover-card': 1.1.16(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8836 + '@radix-ui/react-label': 2.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8837 + '@radix-ui/react-menu': 2.1.17(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8838 + '@radix-ui/react-menubar': 1.1.17(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8839 + '@radix-ui/react-navigation-menu': 1.2.15(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8840 + '@radix-ui/react-one-time-password-field': 0.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8841 + '@radix-ui/react-password-toggle-field': 0.1.4(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8842 + '@radix-ui/react-popover': 1.1.16(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8843 + '@radix-ui/react-popper': 1.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8844 + '@radix-ui/react-portal': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8845 + '@radix-ui/react-presence': 1.1.6(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8846 + '@radix-ui/react-primitive': 2.1.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8847 + '@radix-ui/react-progress': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8848 + '@radix-ui/react-radio-group': 1.4.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8849 + '@radix-ui/react-roving-focus': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8850 + '@radix-ui/react-scroll-area': 1.2.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8851 + '@radix-ui/react-select': 2.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8852 + '@radix-ui/react-separator': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8853 + '@radix-ui/react-slider': 1.4.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8854 + '@radix-ui/react-slot': 1.2.5(@types/react@19.2.17)(react@19.2.7) 8855 + '@radix-ui/react-switch': 1.3.0(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8856 + '@radix-ui/react-tabs': 1.1.14(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8857 + '@radix-ui/react-toast': 1.2.16(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8858 + '@radix-ui/react-toggle': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8859 + '@radix-ui/react-toggle-group': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8860 + '@radix-ui/react-toolbar': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8861 + '@radix-ui/react-tooltip': 1.2.9(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8862 + '@radix-ui/react-use-callback-ref': 1.1.2(@types/react@19.2.17)(react@19.2.7) 8863 + '@radix-ui/react-use-controllable-state': 1.2.3(@types/react@19.2.17)(react@19.2.7) 8864 + '@radix-ui/react-use-effect-event': 0.0.3(@types/react@19.2.17)(react@19.2.7) 8865 + '@radix-ui/react-use-escape-keydown': 1.1.2(@types/react@19.2.17)(react@19.2.7) 8866 + '@radix-ui/react-use-is-hydrated': 0.1.1(@types/react@19.2.17)(react@19.2.7) 8867 + '@radix-ui/react-use-layout-effect': 1.1.2(@types/react@19.2.17)(react@19.2.7) 8868 + '@radix-ui/react-use-size': 1.1.2(@types/react@19.2.17)(react@19.2.7) 8869 + '@radix-ui/react-visually-hidden': 1.2.5(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8870 + react: 19.2.7 8871 + react-dom: 19.2.7(react@19.2.7) 8885 8872 optionalDependencies: 8886 8873 '@types/react': 19.2.17 8887 8874 '@types/react-dom': 19.2.3(@types/react@19.2.17) ··· 8895 8882 iconv-lite: 0.7.2 8896 8883 unpipe: 1.0.0 8897 8884 8898 - react-day-picker@10.0.1(@types/react@19.2.17)(react@18.3.1): 8885 + react-day-picker@10.0.1(@types/react@19.2.17)(react@19.2.7): 8899 8886 dependencies: 8900 8887 '@date-fns/tz': 1.5.0 8901 8888 date-fns: 4.4.0 8902 - react: 18.3.1 8889 + react: 19.2.7 8903 8890 optionalDependencies: 8904 8891 '@types/react': 19.2.17 8905 8892 8906 - react-dom@18.3.1(react@18.3.1): 8893 + react-dom@19.2.7(react@19.2.7): 8907 8894 dependencies: 8908 - loose-envify: 1.4.0 8909 - react: 18.3.1 8910 - scheduler: 0.23.2 8895 + react: 19.2.7 8896 + scheduler: 0.27.0 8911 8897 8912 - react-email@6.5.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 8898 + react-email@6.5.0(react-dom@19.2.7(react@19.2.7))(react@19.2.7): 8913 8899 dependencies: 8914 8900 '@babel/parser': 7.27.0 8915 8901 '@babel/traverse': 7.27.0 8916 - '@react-email/render': 2.0.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 8902 + '@react-email/render': 2.0.8(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 8917 8903 chokidar: 4.0.3 8918 8904 commander: 13.0.0 8919 8905 conf: 15.1.0 ··· 8930 8916 picospinner: 3.0.0 8931 8917 prismjs: 1.30.0 8932 8918 prompts: 2.4.2 8933 - react: 18.3.1 8934 - react-dom: 18.3.1(react@18.3.1) 8919 + react: 19.2.7 8920 + react-dom: 19.2.7(react@19.2.7) 8935 8921 socket.io: 4.8.3 8936 8922 tailwindcss: 4.3.0 8937 8923 tsconfig-paths: 4.2.0 ··· 8940 8926 - supports-color 8941 8927 - utf-8-validate 8942 8928 8943 - react-icons@5.6.0(react@18.3.1): 8929 + react-icons@5.6.0(react@19.2.7): 8944 8930 dependencies: 8945 - react: 18.3.1 8931 + react: 19.2.7 8946 8932 8947 8933 react-is@19.2.7: {} 8948 8934 8949 - react-redux@9.3.0(@types/react@19.2.17)(react@18.3.1)(redux@5.0.1): 8935 + react-redux@9.3.0(@types/react@19.2.17)(react@19.2.7)(redux@5.0.1): 8950 8936 dependencies: 8951 8937 '@types/use-sync-external-store': 0.0.6 8952 - react: 18.3.1 8953 - use-sync-external-store: 1.4.0(react@18.3.1) 8938 + react: 19.2.7 8939 + use-sync-external-store: 1.4.0(react@19.2.7) 8954 8940 optionalDependencies: 8955 8941 '@types/react': 19.2.17 8956 8942 redux: 5.0.1 8957 8943 8958 - react-remove-scroll-bar@2.3.8(@types/react@19.2.17)(react@18.3.1): 8944 + react-remove-scroll-bar@2.3.8(@types/react@19.2.17)(react@19.2.7): 8959 8945 dependencies: 8960 - react: 18.3.1 8961 - react-style-singleton: 2.2.3(@types/react@19.2.17)(react@18.3.1) 8946 + react: 19.2.7 8947 + react-style-singleton: 2.2.3(@types/react@19.2.17)(react@19.2.7) 8962 8948 tslib: 2.8.1 8963 8949 optionalDependencies: 8964 8950 '@types/react': 19.2.17 8965 8951 8966 - react-remove-scroll@2.7.2(@types/react@19.2.17)(react@18.3.1): 8952 + react-remove-scroll@2.7.2(@types/react@19.2.17)(react@19.2.7): 8967 8953 dependencies: 8968 - react: 18.3.1 8969 - react-remove-scroll-bar: 2.3.8(@types/react@19.2.17)(react@18.3.1) 8970 - react-style-singleton: 2.2.3(@types/react@19.2.17)(react@18.3.1) 8954 + react: 19.2.7 8955 + react-remove-scroll-bar: 2.3.8(@types/react@19.2.17)(react@19.2.7) 8956 + react-style-singleton: 2.2.3(@types/react@19.2.17)(react@19.2.7) 8971 8957 tslib: 2.8.1 8972 - use-callback-ref: 1.3.3(@types/react@19.2.17)(react@18.3.1) 8973 - use-sidecar: 1.1.3(@types/react@19.2.17)(react@18.3.1) 8958 + use-callback-ref: 1.3.3(@types/react@19.2.17)(react@19.2.7) 8959 + use-sidecar: 1.1.3(@types/react@19.2.17)(react@19.2.7) 8974 8960 optionalDependencies: 8975 8961 '@types/react': 19.2.17 8976 8962 8977 - react-style-singleton@2.2.3(@types/react@19.2.17)(react@18.3.1): 8963 + react-style-singleton@2.2.3(@types/react@19.2.17)(react@19.2.7): 8978 8964 dependencies: 8979 8965 get-nonce: 1.0.1 8980 - react: 18.3.1 8966 + react: 19.2.7 8981 8967 tslib: 2.8.1 8982 8968 optionalDependencies: 8983 8969 '@types/react': 19.2.17 8984 8970 8985 - react@18.3.1: 8986 - dependencies: 8987 - loose-envify: 1.4.0 8971 + react@19.2.7: {} 8988 8972 8989 8973 readdirp@4.1.2: {} 8990 8974 ··· 8996 8980 tiny-invariant: 1.3.3 8997 8981 tslib: 2.8.1 8998 8982 8999 - recharts@3.8.1(@types/react@19.2.17)(react-dom@18.3.1(react@18.3.1))(react-is@19.2.7)(react@18.3.1)(redux@5.0.1): 8983 + recharts@3.8.1(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react-is@19.2.7)(react@19.2.7)(redux@5.0.1): 9000 8984 dependencies: 9001 - '@reduxjs/toolkit': 2.12.0(react-redux@9.3.0(@types/react@19.2.17)(react@18.3.1)(redux@5.0.1))(react@18.3.1) 8985 + '@reduxjs/toolkit': 2.12.0(react-redux@9.3.0(@types/react@19.2.17)(react@19.2.7)(redux@5.0.1))(react@19.2.7) 9002 8986 clsx: 2.1.1 9003 8987 decimal.js-light: 2.5.1 9004 8988 es-toolkit: 1.47.0 9005 8989 eventemitter3: 5.0.4 9006 8990 immer: 10.1.1 9007 - react: 18.3.1 9008 - react-dom: 18.3.1(react@18.3.1) 8991 + react: 19.2.7 8992 + react-dom: 19.2.7(react@19.2.7) 9009 8993 react-is: 19.2.7 9010 - react-redux: 9.3.0(@types/react@19.2.17)(react@18.3.1)(redux@5.0.1) 8994 + react-redux: 9.3.0(@types/react@19.2.17)(react@19.2.7)(redux@5.0.1) 9011 8995 reselect: 5.1.1 9012 8996 tiny-invariant: 1.3.3 9013 - use-sync-external-store: 1.2.2(react@18.3.1) 8997 + use-sync-external-store: 1.2.2(react@19.2.7) 9014 8998 victory-vendor: 37.3.6 9015 8999 transitivePeerDependencies: 9016 9000 - '@types/react' ··· 9030 9014 9031 9015 reselect@5.2.0: {} 9032 9016 9033 - resend@6.12.4(@react-email/render@2.0.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)): 9017 + resend@6.12.4(@react-email/render@2.0.8(react-dom@19.2.7(react@19.2.7))(react@19.2.7)): 9034 9018 dependencies: 9035 9019 postal-mime: 2.7.4 9036 9020 standardwebhooks: 1.0.0 9037 9021 optionalDependencies: 9038 - '@react-email/render': 2.0.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 9022 + '@react-email/render': 2.0.8(react-dom@19.2.7(react@19.2.7))(react@19.2.7) 9039 9023 9040 9024 resolve-from@4.0.0: {} 9041 9025 ··· 9088 9072 xml-escape: 1.1.0 9089 9073 xpath: 0.0.34 9090 9074 9091 - scheduler@0.23.2: 9092 - dependencies: 9093 - loose-envify: 1.4.0 9075 + scheduler@0.27.0: {} 9094 9076 9095 9077 selderee@0.11.0: 9096 9078 dependencies: ··· 9284 9266 - supports-color 9285 9267 - utf-8-validate 9286 9268 9287 - sonner@2.0.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1): 9269 + sonner@2.0.7(react-dom@19.2.7(react@19.2.7))(react@19.2.7): 9288 9270 dependencies: 9289 - react: 18.3.1 9290 - react-dom: 18.3.1(react@18.3.1) 9271 + react: 19.2.7 9272 + react-dom: 19.2.7(react@19.2.7) 9291 9273 9292 9274 source-map-js@1.2.1: {} 9293 9275 ··· 9374 9356 9375 9357 stubborn-utils@1.0.2: {} 9376 9358 9377 - styled-jsx@5.1.6(@babel/core@7.29.7)(react@18.3.1): 9359 + styled-jsx@5.1.6(@babel/core@7.29.7)(react@19.2.7): 9378 9360 dependencies: 9379 9361 client-only: 0.0.1 9380 - react: 18.3.1 9362 + react: 19.2.7 9381 9363 optionalDependencies: 9382 9364 '@babel/core': 7.29.7 9383 9365 ··· 9494 9476 dependencies: 9495 9477 punycode: 2.3.1 9496 9478 9497 - use-callback-ref@1.3.3(@types/react@19.2.17)(react@18.3.1): 9479 + use-callback-ref@1.3.3(@types/react@19.2.17)(react@19.2.7): 9498 9480 dependencies: 9499 - react: 18.3.1 9481 + react: 19.2.7 9500 9482 tslib: 2.8.1 9501 9483 optionalDependencies: 9502 9484 '@types/react': 19.2.17 9503 9485 9504 - use-sidecar@1.1.3(@types/react@19.2.17)(react@18.3.1): 9486 + use-sidecar@1.1.3(@types/react@19.2.17)(react@19.2.7): 9505 9487 dependencies: 9506 9488 detect-node-es: 1.1.0 9507 - react: 18.3.1 9489 + react: 19.2.7 9508 9490 tslib: 2.8.1 9509 9491 optionalDependencies: 9510 9492 '@types/react': 19.2.17 9511 9493 9512 - use-sync-external-store@1.2.2(react@18.3.1): 9494 + use-sync-external-store@1.2.2(react@19.2.7): 9513 9495 dependencies: 9514 - react: 18.3.1 9496 + react: 19.2.7 9515 9497 9516 - use-sync-external-store@1.4.0(react@18.3.1): 9498 + use-sync-external-store@1.4.0(react@19.2.7): 9517 9499 dependencies: 9518 - react: 18.3.1 9500 + react: 19.2.7 9519 9501 9520 9502 util-deprecate@1.0.2: {} 9521 9503 ··· 9638 9620 9639 9621 zod@4.4.3: {} 9640 9622 9641 - zustand@5.0.14(@types/react@19.2.17)(immer@11.1.8)(react@18.3.1)(use-sync-external-store@1.4.0(react@18.3.1)): 9623 + zustand@5.0.14(@types/react@19.2.17)(immer@11.1.8)(react@19.2.7)(use-sync-external-store@1.4.0(react@19.2.7)): 9642 9624 optionalDependencies: 9643 9625 '@types/react': 19.2.17 9644 9626 immer: 11.1.8 9645 - react: 18.3.1 9646 - use-sync-external-store: 1.4.0(react@18.3.1) 9627 + react: 19.2.7 9628 + use-sync-external-store: 1.4.0(react@19.2.7)