The recipes.blue monorepo recipes.blue
recipes appview atproto
2
fork

Configure Feed

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

feat: some cleanup

+476 -327
+5 -5
apps/web/package.json
··· 14 14 "@atcute/oauth-browser-client": "^1.0.7", 15 15 "@radix-ui/react-avatar": "^1.1.1", 16 16 "@radix-ui/react-collapsible": "^1.1.1", 17 - "@radix-ui/react-dialog": "^1.1.2", 18 - "@radix-ui/react-dropdown-menu": "^2.1.2", 17 + "@radix-ui/react-dialog": "^1.1.4", 18 + "@radix-ui/react-dropdown-menu": "^2.1.4", 19 19 "@radix-ui/react-label": "^2.1.0", 20 20 "@radix-ui/react-separator": "^1.1.0", 21 21 "@radix-ui/react-slot": "^1.1.0", 22 22 "@radix-ui/react-tooltip": "^1.1.4", 23 23 "@tanstack/react-query": "^5.62.2", 24 24 "@tanstack/react-query-devtools": "^5.62.2", 25 - "@tanstack/react-router": "^1.85.5", 25 + "@tanstack/react-router": "^1.91.2", 26 26 "axios": "^1.7.9", 27 27 "class-variance-authority": "^0.7.1", 28 28 "clsx": "^2.1.1", 29 29 "lucide-react": "^0.464.0", 30 - "react-dom": "19.0.0-rc-f994737d14-20240522", 30 + "react-dom": "19.0.0", 31 31 "tailwind-merge": "^2.5.5", 32 32 "tailwindcss-animate": "^1.0.7", 33 33 "zod": "^3.23.8" ··· 50 50 "eslint-plugin-react-refresh": "^0.4.14", 51 51 "globals": "^15.12.0", 52 52 "postcss": "^8.4.49", 53 - "react": "19.0.0-rc-7283a213-20241206", 53 + "react": "19.0.0", 54 54 "tailwindcss": "^3.4.16", 55 55 "typescript": "~5.6.2", 56 56 "typescript-eslint": "^8.15.0",
+1 -10
apps/web/src/components/app-sidebar.tsx
··· 17 17 SidebarMenuItem, 18 18 SidebarRail, 19 19 } from "@/components/ui/sidebar" 20 - import { Suspense } from "react" 21 - import { Button } from "./ui/button" 22 - import { Link } from "@tanstack/react-router" 23 20 24 21 const data = { 25 22 navMain: [ ··· 81 78 <NavMain items={data.navMain} /> 82 79 </SidebarContent> 83 80 <SidebarFooter> 84 - <Suspense fallback={ 85 - <Button asChild> 86 - <Link href="/login" className="w-full">Log in</Link> 87 - </Button> 88 - } name="nav-user-data"> 89 - <NavUser /> 90 - </Suspense> 81 + <NavUser /> 91 82 </SidebarFooter> 92 83 <SidebarRail /> 93 84 </Sidebar>
+1 -1
apps/web/src/screens/Recipes/RecipeCard.tsx
··· 22 22 <Card className="w-full"> 23 23 <CardHeader> 24 24 <CardTitle>{recipe.title}</CardTitle> 25 - <CardDescription>By <Link href="#">@{author}</Link></CardDescription> 25 + <CardDescription>By @{author}</CardDescription> 26 26 </CardHeader> 27 27 <CardContent> 28 28 <p>{recipe.description}</p>
+469 -311
pnpm-lock.yaml
··· 174 174 version: 1.0.7 175 175 '@radix-ui/react-avatar': 176 176 specifier: ^1.1.1 177 - version: 1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 177 + version: 1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 178 178 '@radix-ui/react-collapsible': 179 179 specifier: ^1.1.1 180 - version: 1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 180 + version: 1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 181 181 '@radix-ui/react-dialog': 182 - specifier: ^1.1.2 183 - version: 1.1.2(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 182 + specifier: ^1.1.4 183 + version: 1.1.4(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 184 184 '@radix-ui/react-dropdown-menu': 185 - specifier: ^2.1.2 186 - version: 2.1.2(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 185 + specifier: ^2.1.4 186 + version: 2.1.4(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 187 187 '@radix-ui/react-label': 188 188 specifier: ^2.1.0 189 - version: 2.1.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 189 + version: 2.1.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 190 190 '@radix-ui/react-separator': 191 191 specifier: ^1.1.0 192 - version: 1.1.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 192 + version: 1.1.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 193 193 '@radix-ui/react-slot': 194 194 specifier: ^1.1.0 195 - version: 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 195 + version: 1.1.0(@types/react@19.0.1)(react@19.0.0) 196 196 '@radix-ui/react-tooltip': 197 197 specifier: ^1.1.4 198 - version: 1.1.4(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 198 + version: 1.1.4(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 199 199 '@tanstack/react-query': 200 200 specifier: ^5.62.2 201 - version: 5.62.2(react@19.0.0-rc-7283a213-20241206) 201 + version: 5.62.2(react@19.0.0) 202 202 '@tanstack/react-query-devtools': 203 203 specifier: ^5.62.2 204 - version: 5.62.2(@tanstack/react-query@5.62.2(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 204 + version: 5.62.2(@tanstack/react-query@5.62.2(react@19.0.0))(react@19.0.0) 205 205 '@tanstack/react-router': 206 - specifier: ^1.85.5 207 - version: 1.85.5(@tanstack/router-generator@1.85.3)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 206 + specifier: ^1.91.2 207 + version: 1.91.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 208 208 axios: 209 209 specifier: ^1.7.9 210 210 version: 1.7.9 ··· 216 216 version: 2.1.1 217 217 lucide-react: 218 218 specifier: ^0.464.0 219 - version: 0.464.0(react@19.0.0-rc-7283a213-20241206) 219 + version: 0.464.0(react@19.0.0) 220 220 react-dom: 221 - specifier: 19.0.0-rc-f994737d14-20240522 222 - version: 19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206) 221 + specifier: 19.0.0 222 + version: 19.0.0(react@19.0.0) 223 223 tailwind-merge: 224 224 specifier: ^2.5.5 225 225 version: 2.5.5 ··· 244 244 version: 5.62.1(eslint@9.16.0(jiti@2.4.1))(typescript@5.6.3) 245 245 '@tanstack/router-devtools': 246 246 specifier: ^1.85.5 247 - version: 1.85.5(@tanstack/react-router@1.85.5(@tanstack/router-generator@1.85.3)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206))(csstype@3.1.3)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 247 + version: 1.85.5(@tanstack/react-router@1.91.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(csstype@3.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 248 248 '@tanstack/router-plugin': 249 249 specifier: ^1.85.3 250 250 version: 1.85.3(vite@6.0.2(@types/node@22.10.1)(jiti@2.4.1)(tsx@4.19.2)(yaml@2.6.1)) ··· 282 282 specifier: ^8.4.49 283 283 version: 8.4.49 284 284 react: 285 - specifier: 19.0.0-rc-7283a213-20241206 286 - version: 19.0.0-rc-7283a213-20241206 285 + specifier: 19.0.0 286 + version: 19.0.0 287 287 tailwindcss: 288 288 specifier: ^3.4.16 289 289 version: 3.4.16(ts-node@10.9.2(@swc/core@1.9.3)(@types/node@22.10.1)(typescript@5.6.3)) ··· 1499 1499 '@radix-ui/primitive@1.1.0': 1500 1500 resolution: {integrity: sha512-4Z8dn6Upk0qk4P74xBhZ6Hd/w0mPEzOOLxy4xiPXOXqjF7jZS0VAKk7/x/H6FyY2zCkYJqePf1G5KmkmNJ4RBA==} 1501 1501 1502 + '@radix-ui/primitive@1.1.1': 1503 + resolution: {integrity: sha512-SJ31y+Q/zAyShtXJc8x83i9TYdbAfHZ++tUZnvjJJqFjzsdUnKsxPL6IEtBlxKkU7yzer//GQtZSV4GbldL3YA==} 1504 + 1502 1505 '@radix-ui/react-arrow@1.1.0': 1503 1506 resolution: {integrity: sha512-FmlW1rCg7hBpEBwFbjHwCW6AmWLQM6g/v0Sn8XbP9NvmSZ2San1FpQeyPtufzOMSIx7Y4dzjlHoifhp+7NkZhw==} 1504 1507 peerDependencies: ··· 1512 1515 '@types/react-dom': 1513 1516 optional: true 1514 1517 1518 + '@radix-ui/react-arrow@1.1.1': 1519 + resolution: {integrity: sha512-NaVpZfmv8SKeZbn4ijN2V3jlHA9ngBG16VnIIm22nUR0Yk8KUALyBxT3KYEUnNuch9sTE8UTsS3whzBgKOL30w==} 1520 + peerDependencies: 1521 + '@types/react': '*' 1522 + '@types/react-dom': '*' 1523 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 1524 + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 1525 + peerDependenciesMeta: 1526 + '@types/react': 1527 + optional: true 1528 + '@types/react-dom': 1529 + optional: true 1530 + 1515 1531 '@radix-ui/react-avatar@1.1.1': 1516 1532 resolution: {integrity: sha512-eoOtThOmxeoizxpX6RiEsQZ2wj5r4+zoeqAwO0cBaFQGjJwIH3dIX0OCxNrCyrrdxG+vBweMETh3VziQG7c1kw==} 1517 1533 peerDependencies: ··· 1538 1554 '@types/react-dom': 1539 1555 optional: true 1540 1556 1541 - '@radix-ui/react-collection@1.1.0': 1542 - resolution: {integrity: sha512-GZsZslMJEyo1VKm5L1ZJY8tGDxZNPAoUeQUIbKeJfoi7Q4kmig5AsgLMYYuyYbfjd8fBmFORAIwYAkXMnXZgZw==} 1557 + '@radix-ui/react-collection@1.1.1': 1558 + resolution: {integrity: sha512-LwT3pSho9Dljg+wY2KN2mrrh6y3qELfftINERIzBUO9e0N+t0oMTyn3k9iv+ZqgrwGkRnLpNJrsMv9BZlt2yuA==} 1543 1559 peerDependencies: 1544 1560 '@types/react': '*' 1545 1561 '@types/react-dom': '*' ··· 1553 1569 1554 1570 '@radix-ui/react-compose-refs@1.1.0': 1555 1571 resolution: {integrity: sha512-b4inOtiaOnYf9KWyO3jAeeCG6FeyfY6ldiEPanbUjWd+xIk5wZeHa8yVwmrJ2vderhu/BQvzCrJI0lHd+wIiqw==} 1572 + peerDependencies: 1573 + '@types/react': '*' 1574 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 1575 + peerDependenciesMeta: 1576 + '@types/react': 1577 + optional: true 1578 + 1579 + '@radix-ui/react-compose-refs@1.1.1': 1580 + resolution: {integrity: sha512-Y9VzoRDSJtgFMUCoiZBDVo084VQ5hfpXxVE+NgkdNsjiDBByiImMZKKhxMwCbdHvhlENG6a833CbFkOQvTricw==} 1556 1581 peerDependencies: 1557 1582 '@types/react': '*' 1558 1583 react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc ··· 1578 1603 '@types/react': 1579 1604 optional: true 1580 1605 1581 - '@radix-ui/react-dialog@1.1.2': 1582 - resolution: {integrity: sha512-Yj4dZtqa2o+kG61fzB0H2qUvmwBA2oyQroGLyNtBj1beo1khoQ3q1a2AO8rrQYjd8256CO9+N8L9tvsS+bnIyA==} 1606 + '@radix-ui/react-dialog@1.1.4': 1607 + resolution: {integrity: sha512-Ur7EV1IwQGCyaAuyDRiOLA5JIUZxELJljF+MbM/2NC0BYwfuRrbpS30BiQBJrVruscgUkieKkqXYDOoByaxIoA==} 1583 1608 peerDependencies: 1584 1609 '@types/react': '*' 1585 1610 '@types/react-dom': '*' ··· 1613 1638 '@types/react-dom': 1614 1639 optional: true 1615 1640 1616 - '@radix-ui/react-dropdown-menu@2.1.2': 1617 - resolution: {integrity: sha512-GVZMR+eqK8/Kes0a36Qrv+i20bAPXSn8rCBTHx30w+3ECnR5o3xixAlqcVaYvLeyKUsm0aqyhWfmUcqufM8nYA==} 1641 + '@radix-ui/react-dismissable-layer@1.1.3': 1642 + resolution: {integrity: sha512-onrWn/72lQoEucDmJnr8uczSNTujT0vJnA/X5+3AkChVPowr8n1yvIKIabhWyMQeMvvmdpsvcyDqx3X1LEXCPg==} 1643 + peerDependencies: 1644 + '@types/react': '*' 1645 + '@types/react-dom': '*' 1646 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 1647 + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 1648 + peerDependenciesMeta: 1649 + '@types/react': 1650 + optional: true 1651 + '@types/react-dom': 1652 + optional: true 1653 + 1654 + '@radix-ui/react-dropdown-menu@2.1.4': 1655 + resolution: {integrity: sha512-iXU1Ab5ecM+yEepGAWK8ZhMyKX4ubFdCNtol4sT9D0OVErG9PNElfx3TQhjw7n7BC5nFVz68/5//clWy+8TXzA==} 1618 1656 peerDependencies: 1619 1657 '@types/react': '*' 1620 1658 '@types/react-dom': '*' ··· 1635 1673 '@types/react': 1636 1674 optional: true 1637 1675 1638 - '@radix-ui/react-focus-scope@1.1.0': 1639 - resolution: {integrity: sha512-200UD8zylvEyL8Bx+z76RJnASR2gRMuxlgFCPAe/Q/679a/r0eK3MBVYMb7vZODZcffZBdob1EGnky78xmVvcA==} 1676 + '@radix-ui/react-focus-scope@1.1.1': 1677 + resolution: {integrity: sha512-01omzJAYRxXdG2/he/+xy+c8a8gCydoQ1yOxnWNcRhrrBW5W+RQJ22EK1SaO8tb3WoUsuEw7mJjBozPzihDFjA==} 1640 1678 peerDependencies: 1641 1679 '@types/react': '*' 1642 1680 '@types/react-dom': '*' ··· 1670 1708 '@types/react-dom': 1671 1709 optional: true 1672 1710 1673 - '@radix-ui/react-menu@2.1.2': 1674 - resolution: {integrity: sha512-lZ0R4qR2Al6fZ4yCCZzu/ReTFrylHFxIqy7OezIpWF4bL0o9biKo0pFIvkaew3TyZ9Fy5gYVrR5zCGZBVbO1zg==} 1711 + '@radix-ui/react-menu@2.1.4': 1712 + resolution: {integrity: sha512-BnOgVoL6YYdHAG6DtXONaR29Eq4nvbi8rutrV/xlr3RQCMMb3yqP85Qiw/3NReozrSW+4dfLkK+rc1hb4wPU/A==} 1675 1713 peerDependencies: 1676 1714 '@types/react': '*' 1677 1715 '@types/react-dom': '*' ··· 1696 1734 '@types/react-dom': 1697 1735 optional: true 1698 1736 1737 + '@radix-ui/react-popper@1.2.1': 1738 + resolution: {integrity: sha512-3kn5Me69L+jv82EKRuQCXdYyf1DqHwD2U/sxoNgBGCB7K9TRc3bQamQ+5EPM9EvyPdli0W41sROd+ZU1dTCztw==} 1739 + peerDependencies: 1740 + '@types/react': '*' 1741 + '@types/react-dom': '*' 1742 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 1743 + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 1744 + peerDependenciesMeta: 1745 + '@types/react': 1746 + optional: true 1747 + '@types/react-dom': 1748 + optional: true 1749 + 1699 1750 '@radix-ui/react-portal@1.1.2': 1700 1751 resolution: {integrity: sha512-WeDYLGPxJb/5EGBoedyJbT0MpoULmwnIPMJMSldkuiMsBAv7N1cRdsTWZWht9vpPOiN3qyiGAtbK2is47/uMFg==} 1701 1752 peerDependencies: ··· 1709 1760 '@types/react-dom': 1710 1761 optional: true 1711 1762 1763 + '@radix-ui/react-portal@1.1.3': 1764 + resolution: {integrity: sha512-NciRqhXnGojhT93RPyDaMPfLH3ZSl4jjIFbZQ1b/vxvZEdHsBZ49wP9w8L3HzUQwep01LcWtkUvm0OVB5JAHTw==} 1765 + peerDependencies: 1766 + '@types/react': '*' 1767 + '@types/react-dom': '*' 1768 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 1769 + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 1770 + peerDependenciesMeta: 1771 + '@types/react': 1772 + optional: true 1773 + '@types/react-dom': 1774 + optional: true 1775 + 1712 1776 '@radix-ui/react-presence@1.1.1': 1713 1777 resolution: {integrity: sha512-IeFXVi4YS1K0wVZzXNrbaaUvIJ3qdY+/Ih4eHFhWA9SwGR9UDX7Ck8abvL57C4cv3wwMvUE0OG69Qc3NCcTe/A==} 1714 1778 peerDependencies: ··· 1722 1786 '@types/react-dom': 1723 1787 optional: true 1724 1788 1789 + '@radix-ui/react-presence@1.1.2': 1790 + resolution: {integrity: sha512-18TFr80t5EVgL9x1SwF/YGtfG+l0BS0PRAlCWBDoBEiDQjeKgnNZRVJp/oVBl24sr3Gbfwc/Qpj4OcWTQMsAEg==} 1791 + peerDependencies: 1792 + '@types/react': '*' 1793 + '@types/react-dom': '*' 1794 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 1795 + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 1796 + peerDependenciesMeta: 1797 + '@types/react': 1798 + optional: true 1799 + '@types/react-dom': 1800 + optional: true 1801 + 1725 1802 '@radix-ui/react-primitive@2.0.0': 1726 1803 resolution: {integrity: sha512-ZSpFm0/uHa8zTvKBDjLFWLo8dkr4MBsiDLz0g3gMUwqgLHz9rTaRRGYDgvZPtBJgYCBKXkS9fzmoySgr8CO6Cw==} 1727 1804 peerDependencies: ··· 1735 1812 '@types/react-dom': 1736 1813 optional: true 1737 1814 1738 - '@radix-ui/react-roving-focus@1.1.0': 1739 - resolution: {integrity: sha512-EA6AMGeq9AEeQDeSH0aZgG198qkfHSbvWTf1HvoDmOB5bBG/qTxjYMWUKMnYiV6J/iP/J8MEFSuB2zRU2n7ODA==} 1815 + '@radix-ui/react-primitive@2.0.1': 1816 + resolution: {integrity: sha512-sHCWTtxwNn3L3fH8qAfnF3WbUZycW93SM1j3NFDzXBiz8D6F5UTTy8G1+WFEaiCdvCVRJWj6N2R4Xq6HdiHmDg==} 1817 + peerDependencies: 1818 + '@types/react': '*' 1819 + '@types/react-dom': '*' 1820 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 1821 + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 1822 + peerDependenciesMeta: 1823 + '@types/react': 1824 + optional: true 1825 + '@types/react-dom': 1826 + optional: true 1827 + 1828 + '@radix-ui/react-roving-focus@1.1.1': 1829 + resolution: {integrity: sha512-QE1RoxPGJ/Nm8Qmk0PxP8ojmoaS67i0s7hVssS7KuI2FQoc/uzVlZsqKfQvxPE6D8hICCPHJ4D88zNhT3OOmkw==} 1740 1830 peerDependencies: 1741 1831 '@types/react': '*' 1742 1832 '@types/react-dom': '*' ··· 1763 1853 1764 1854 '@radix-ui/react-slot@1.1.0': 1765 1855 resolution: {integrity: sha512-FUCf5XMfmW4dtYl69pdS4DbxKy8nj4M7SafBgPllysxmdachynNflAdp/gCsnYWNDnge6tI9onzMp5ARYc1KNw==} 1856 + peerDependencies: 1857 + '@types/react': '*' 1858 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 1859 + peerDependenciesMeta: 1860 + '@types/react': 1861 + optional: true 1862 + 1863 + '@radix-ui/react-slot@1.1.1': 1864 + resolution: {integrity: sha512-RApLLOcINYJA+dMVbOju7MYv1Mb2EBp2nH4HdDzXTSyaR5optlm6Otrz1euW3HbdOR8UmmFK06TD+A9frYWv+g==} 1766 1865 peerDependencies: 1767 1866 '@types/react': '*' 1768 1867 react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc ··· 2044 2143 peerDependencies: 2045 2144 eslint: ^8.57.0 || ^9.0.0 2046 2145 2047 - '@tanstack/history@1.85.3': 2048 - resolution: {integrity: sha512-62z1qXIILvjdkQyMTVPFQedHOc6kQgunz9GHV9jSy2z1ixsDqyI9GxNj3AWx8Ucmhjwd5/P+v3XN10bsb+FzRA==} 2146 + '@tanstack/history@1.90.0': 2147 + resolution: {integrity: sha512-riNhDGm+fAwxgZRJ0J/36IZis1UDHsDCNIxfEodbw6BgTWJr0ah+G20V4HT91uBXiCqYFvX3somlfTLhS5yHDA==} 2049 2148 engines: {node: '>=12'} 2050 2149 2051 2150 '@tanstack/query-core@5.62.2': ··· 2065 2164 peerDependencies: 2066 2165 react: ^18 || ^19 2067 2166 2068 - '@tanstack/react-router@1.85.5': 2069 - resolution: {integrity: sha512-OCPka0mj+lPCUPiZmQUavRKu7NB8/HrDZIl8MHpjgzkvSOV0U+mszUl3FJxiMb1vXOJaY0/gny/96YbCzcsgdA==} 2167 + '@tanstack/react-router@1.91.2': 2168 + resolution: {integrity: sha512-L93/fXLJ3PTM0QXzPhUOCmm3zflCoO0KKiQptkPwh7S9GVj9OsNWhah+IC7ou2djt9cQ3LpnCyEWklkynXMhXg==} 2070 2169 engines: {node: '>=12'} 2071 2170 peerDependencies: 2072 - '@tanstack/router-generator': 1.85.3 2171 + '@tanstack/router-generator': ^1.87.7 2073 2172 react: '>=18' 2074 2173 react-dom: '>=18' 2075 2174 peerDependenciesMeta: ··· 2927 3026 resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} 2928 3027 engines: {node: '>=0.8.19'} 2929 3028 2930 - invariant@2.2.4: 2931 - resolution: {integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==} 2932 - 2933 3029 ipaddr.js@2.2.0: 2934 3030 resolution: {integrity: sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==} 2935 3031 engines: {node: '>= 10'} ··· 3056 3152 3057 3153 lodash.uniq@4.5.0: 3058 3154 resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==} 3059 - 3060 - loose-envify@1.4.0: 3061 - resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} 3062 - hasBin: true 3063 3155 3064 3156 lru-cache@10.4.3: 3065 3157 resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} ··· 3541 3633 quick-format-unescaped@4.0.4: 3542 3634 resolution: {integrity: sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==} 3543 3635 3544 - react-dom@19.0.0-rc-f994737d14-20240522: 3545 - resolution: {integrity: sha512-J4CsfTSptPKkhaPbaR6n/KohQiHZTrRZ8GL4H8rbAqN/Qpy69g2MIoLBr5/PUX21ye6JxC1ZRWJFna7Xdg1pdA==} 3636 + react-dom@19.0.0: 3637 + resolution: {integrity: sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==} 3546 3638 peerDependencies: 3547 - react: 19.0.0-rc-f994737d14-20240522 3639 + react: ^19.0.0 3548 3640 3549 - react-remove-scroll-bar@2.3.6: 3550 - resolution: {integrity: sha512-DtSYaao4mBmX+HDo5YWYdBWQwYIQQshUV/dVxFxK+KM26Wjwp1gZ6rv6OC3oujI6Bfu6Xyg3TwK533AQutsn/g==} 3641 + react-remove-scroll-bar@2.3.8: 3642 + resolution: {integrity: sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==} 3551 3643 engines: {node: '>=10'} 3552 3644 peerDependencies: 3553 - '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 3554 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 3645 + '@types/react': '*' 3646 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 3555 3647 peerDependenciesMeta: 3556 3648 '@types/react': 3557 3649 optional: true 3558 3650 3559 - react-remove-scroll@2.6.0: 3560 - resolution: {integrity: sha512-I2U4JVEsQenxDAKaVa3VZ/JeJZe0/2DxPWL8Tj8yLKctQJQiZM52pn/GWFpSp8dftjM3pSAHVJZscAnC/y+ySQ==} 3651 + react-remove-scroll@2.6.2: 3652 + resolution: {integrity: sha512-KmONPx5fnlXYJQqC62Q+lwIeAk64ws/cUw6omIumRzMRPqgnYqhSSti99nbj0Ry13bv7dF+BKn7NB+OqkdZGTw==} 3561 3653 engines: {node: '>=10'} 3562 3654 peerDependencies: 3563 - '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 3564 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 3655 + '@types/react': '*' 3656 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc 3565 3657 peerDependenciesMeta: 3566 3658 '@types/react': 3567 3659 optional: true 3568 3660 3569 - react-style-singleton@2.2.1: 3570 - resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==} 3661 + react-style-singleton@2.2.3: 3662 + resolution: {integrity: sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ==} 3571 3663 engines: {node: '>=10'} 3572 3664 peerDependencies: 3573 - '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 3574 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 3665 + '@types/react': '*' 3666 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc 3575 3667 peerDependenciesMeta: 3576 3668 '@types/react': 3577 3669 optional: true 3578 3670 3579 3671 react@19.0.0: 3580 3672 resolution: {integrity: sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==} 3581 - engines: {node: '>=0.10.0'} 3582 - 3583 - react@19.0.0-rc-7283a213-20241206: 3584 - resolution: {integrity: sha512-Jl/WSFghvrXr58g29BOBctG+uh3qvB05O149bsYVzv1OAOWe8ADElQn0ujSHjxcWAgU5UzsCqqRauzngjd/hgw==} 3585 3673 engines: {node: '>=0.10.0'} 3586 3674 3587 3675 read-cache@1.0.0: ··· 3639 3727 resolution: {integrity: sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==} 3640 3728 engines: {node: '>=10'} 3641 3729 3642 - scheduler@0.25.0-rc-f994737d14-20240522: 3643 - resolution: {integrity: sha512-qS+xGFF7AljP2APO2iJe8zESNsK20k25MACz+WGOXPybUsRdi1ssvaoF93im2nSX2q/XT3wKkjdz6RQfbmaxdw==} 3730 + scheduler@0.25.0: 3731 + resolution: {integrity: sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==} 3644 3732 3645 3733 secure-json-parse@2.7.0: 3646 3734 resolution: {integrity: sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==} ··· 3917 4005 uri-js@4.4.1: 3918 4006 resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} 3919 4007 3920 - use-callback-ref@1.3.2: 3921 - resolution: {integrity: sha512-elOQwe6Q8gqZgDA8mrh44qRTQqpIHDcZ3hXTLjBe1i4ph8XpNJnO+aQf3NaG+lriLopI4HMx9VjQLfPQ6vhnoA==} 4008 + use-callback-ref@1.3.3: 4009 + resolution: {integrity: sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==} 3922 4010 engines: {node: '>=10'} 3923 4011 peerDependencies: 3924 - '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 3925 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 4012 + '@types/react': '*' 4013 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc 3926 4014 peerDependenciesMeta: 3927 4015 '@types/react': 3928 4016 optional: true ··· 4677 4765 '@floating-ui/core': 1.6.8 4678 4766 '@floating-ui/utils': 0.2.8 4679 4767 4680 - '@floating-ui/react-dom@2.1.2(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206)': 4768 + '@floating-ui/react-dom@2.1.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 4681 4769 dependencies: 4682 4770 '@floating-ui/dom': 1.6.12 4683 - react: 19.0.0-rc-7283a213-20241206 4684 - react-dom: 19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206) 4771 + react: 19.0.0 4772 + react-dom: 19.0.0(react@19.0.0) 4685 4773 4686 4774 '@floating-ui/utils@0.2.8': {} 4687 4775 ··· 5110 5198 5111 5199 '@radix-ui/primitive@1.1.0': {} 5112 5200 5113 - '@radix-ui/react-arrow@1.1.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206)': 5201 + '@radix-ui/primitive@1.1.1': {} 5202 + 5203 + '@radix-ui/react-arrow@1.1.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 5114 5204 dependencies: 5115 - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5116 - react: 19.0.0-rc-7283a213-20241206 5117 - react-dom: 19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206) 5205 + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5206 + react: 19.0.0 5207 + react-dom: 19.0.0(react@19.0.0) 5118 5208 optionalDependencies: 5119 5209 '@types/react': 19.0.1 5120 5210 '@types/react-dom': 19.0.1 5121 5211 5122 - '@radix-ui/react-avatar@1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206)': 5212 + '@radix-ui/react-arrow@1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 5123 5213 dependencies: 5124 - '@radix-ui/react-context': 1.1.1(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5125 - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5126 - '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5127 - '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5128 - react: 19.0.0-rc-7283a213-20241206 5129 - react-dom: 19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206) 5214 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5215 + react: 19.0.0 5216 + react-dom: 19.0.0(react@19.0.0) 5217 + optionalDependencies: 5218 + '@types/react': 19.0.1 5219 + '@types/react-dom': 19.0.1 5220 + 5221 + '@radix-ui/react-avatar@1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 5222 + dependencies: 5223 + '@radix-ui/react-context': 1.1.1(@types/react@19.0.1)(react@19.0.0) 5224 + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5225 + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5226 + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5227 + react: 19.0.0 5228 + react-dom: 19.0.0(react@19.0.0) 5130 5229 optionalDependencies: 5131 5230 '@types/react': 19.0.1 5132 5231 '@types/react-dom': 19.0.1 5133 5232 5134 - '@radix-ui/react-collapsible@1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206)': 5233 + '@radix-ui/react-collapsible@1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 5135 5234 dependencies: 5136 5235 '@radix-ui/primitive': 1.1.0 5137 - '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5138 - '@radix-ui/react-context': 1.1.1(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5139 - '@radix-ui/react-id': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5140 - '@radix-ui/react-presence': 1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5141 - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5142 - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5143 - '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5144 - react: 19.0.0-rc-7283a213-20241206 5145 - react-dom: 19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206) 5236 + '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5237 + '@radix-ui/react-context': 1.1.1(@types/react@19.0.1)(react@19.0.0) 5238 + '@radix-ui/react-id': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5239 + '@radix-ui/react-presence': 1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5240 + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5241 + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5242 + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5243 + react: 19.0.0 5244 + react-dom: 19.0.0(react@19.0.0) 5146 5245 optionalDependencies: 5147 5246 '@types/react': 19.0.1 5148 5247 '@types/react-dom': 19.0.1 5149 5248 5150 - '@radix-ui/react-collection@1.1.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206)': 5249 + '@radix-ui/react-collection@1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 5151 5250 dependencies: 5152 - '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5153 - '@radix-ui/react-context': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5154 - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5155 - '@radix-ui/react-slot': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5156 - react: 19.0.0-rc-7283a213-20241206 5157 - react-dom: 19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206) 5251 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.0.1)(react@19.0.0) 5252 + '@radix-ui/react-context': 1.1.1(@types/react@19.0.1)(react@19.0.0) 5253 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5254 + '@radix-ui/react-slot': 1.1.1(@types/react@19.0.1)(react@19.0.0) 5255 + react: 19.0.0 5256 + react-dom: 19.0.0(react@19.0.0) 5158 5257 optionalDependencies: 5159 5258 '@types/react': 19.0.1 5160 5259 '@types/react-dom': 19.0.1 5161 5260 5162 - '@radix-ui/react-compose-refs@1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206)': 5261 + '@radix-ui/react-compose-refs@1.1.0(@types/react@19.0.1)(react@19.0.0)': 5262 + dependencies: 5263 + react: 19.0.0 5264 + optionalDependencies: 5265 + '@types/react': 19.0.1 5266 + 5267 + '@radix-ui/react-compose-refs@1.1.1(@types/react@19.0.1)(react@19.0.0)': 5163 5268 dependencies: 5164 - react: 19.0.0-rc-7283a213-20241206 5269 + react: 19.0.0 5165 5270 optionalDependencies: 5166 5271 '@types/react': 19.0.1 5167 5272 5168 - '@radix-ui/react-context@1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206)': 5273 + '@radix-ui/react-context@1.1.0(@types/react@19.0.1)(react@19.0.0)': 5169 5274 dependencies: 5170 - react: 19.0.0-rc-7283a213-20241206 5275 + react: 19.0.0 5171 5276 optionalDependencies: 5172 5277 '@types/react': 19.0.1 5173 5278 5174 - '@radix-ui/react-context@1.1.1(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206)': 5279 + '@radix-ui/react-context@1.1.1(@types/react@19.0.1)(react@19.0.0)': 5175 5280 dependencies: 5176 - react: 19.0.0-rc-7283a213-20241206 5281 + react: 19.0.0 5177 5282 optionalDependencies: 5178 5283 '@types/react': 19.0.1 5179 5284 5180 - '@radix-ui/react-dialog@1.1.2(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206)': 5285 + '@radix-ui/react-dialog@1.1.4(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 5181 5286 dependencies: 5182 - '@radix-ui/primitive': 1.1.0 5183 - '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5184 - '@radix-ui/react-context': 1.1.1(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5185 - '@radix-ui/react-dismissable-layer': 1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5186 - '@radix-ui/react-focus-guards': 1.1.1(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5187 - '@radix-ui/react-focus-scope': 1.1.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5188 - '@radix-ui/react-id': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5189 - '@radix-ui/react-portal': 1.1.2(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5190 - '@radix-ui/react-presence': 1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5191 - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5192 - '@radix-ui/react-slot': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5193 - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5287 + '@radix-ui/primitive': 1.1.1 5288 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.0.1)(react@19.0.0) 5289 + '@radix-ui/react-context': 1.1.1(@types/react@19.0.1)(react@19.0.0) 5290 + '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5291 + '@radix-ui/react-focus-guards': 1.1.1(@types/react@19.0.1)(react@19.0.0) 5292 + '@radix-ui/react-focus-scope': 1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5293 + '@radix-ui/react-id': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5294 + '@radix-ui/react-portal': 1.1.3(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5295 + '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5296 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5297 + '@radix-ui/react-slot': 1.1.1(@types/react@19.0.1)(react@19.0.0) 5298 + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5194 5299 aria-hidden: 1.2.4 5195 - react: 19.0.0-rc-7283a213-20241206 5196 - react-dom: 19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206) 5197 - react-remove-scroll: 2.6.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5300 + react: 19.0.0 5301 + react-dom: 19.0.0(react@19.0.0) 5302 + react-remove-scroll: 2.6.2(@types/react@19.0.1)(react@19.0.0) 5198 5303 optionalDependencies: 5199 5304 '@types/react': 19.0.1 5200 5305 '@types/react-dom': 19.0.1 5201 5306 5202 - '@radix-ui/react-direction@1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206)': 5307 + '@radix-ui/react-direction@1.1.0(@types/react@19.0.1)(react@19.0.0)': 5203 5308 dependencies: 5204 - react: 19.0.0-rc-7283a213-20241206 5309 + react: 19.0.0 5205 5310 optionalDependencies: 5206 5311 '@types/react': 19.0.1 5207 5312 5208 - '@radix-ui/react-dismissable-layer@1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206)': 5313 + '@radix-ui/react-dismissable-layer@1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 5209 5314 dependencies: 5210 5315 '@radix-ui/primitive': 1.1.0 5211 - '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5212 - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5213 - '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5214 - '@radix-ui/react-use-escape-keydown': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5215 - react: 19.0.0-rc-7283a213-20241206 5216 - react-dom: 19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206) 5316 + '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5317 + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5318 + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5319 + '@radix-ui/react-use-escape-keydown': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5320 + react: 19.0.0 5321 + react-dom: 19.0.0(react@19.0.0) 5217 5322 optionalDependencies: 5218 5323 '@types/react': 19.0.1 5219 5324 '@types/react-dom': 19.0.1 5220 5325 5221 - '@radix-ui/react-dropdown-menu@2.1.2(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206)': 5326 + '@radix-ui/react-dismissable-layer@1.1.3(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 5222 5327 dependencies: 5223 - '@radix-ui/primitive': 1.1.0 5224 - '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5225 - '@radix-ui/react-context': 1.1.1(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5226 - '@radix-ui/react-id': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5227 - '@radix-ui/react-menu': 2.1.2(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5228 - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5229 - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5230 - react: 19.0.0-rc-7283a213-20241206 5231 - react-dom: 19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206) 5328 + '@radix-ui/primitive': 1.1.1 5329 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.0.1)(react@19.0.0) 5330 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5331 + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5332 + '@radix-ui/react-use-escape-keydown': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5333 + react: 19.0.0 5334 + react-dom: 19.0.0(react@19.0.0) 5232 5335 optionalDependencies: 5233 5336 '@types/react': 19.0.1 5234 5337 '@types/react-dom': 19.0.1 5235 5338 5236 - '@radix-ui/react-focus-guards@1.1.1(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206)': 5339 + '@radix-ui/react-dropdown-menu@2.1.4(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 5237 5340 dependencies: 5238 - react: 19.0.0-rc-7283a213-20241206 5341 + '@radix-ui/primitive': 1.1.1 5342 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.0.1)(react@19.0.0) 5343 + '@radix-ui/react-context': 1.1.1(@types/react@19.0.1)(react@19.0.0) 5344 + '@radix-ui/react-id': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5345 + '@radix-ui/react-menu': 2.1.4(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5346 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5347 + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5348 + react: 19.0.0 5349 + react-dom: 19.0.0(react@19.0.0) 5239 5350 optionalDependencies: 5240 5351 '@types/react': 19.0.1 5352 + '@types/react-dom': 19.0.1 5241 5353 5242 - '@radix-ui/react-focus-scope@1.1.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206)': 5354 + '@radix-ui/react-focus-guards@1.1.1(@types/react@19.0.1)(react@19.0.0)': 5355 + dependencies: 5356 + react: 19.0.0 5357 + optionalDependencies: 5358 + '@types/react': 19.0.1 5359 + 5360 + '@radix-ui/react-focus-scope@1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 5243 5361 dependencies: 5244 - '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5245 - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5246 - '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5247 - react: 19.0.0-rc-7283a213-20241206 5248 - react-dom: 19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206) 5362 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.0.1)(react@19.0.0) 5363 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5364 + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5365 + react: 19.0.0 5366 + react-dom: 19.0.0(react@19.0.0) 5249 5367 optionalDependencies: 5250 5368 '@types/react': 19.0.1 5251 5369 '@types/react-dom': 19.0.1 5252 5370 5253 - '@radix-ui/react-id@1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206)': 5371 + '@radix-ui/react-id@1.1.0(@types/react@19.0.1)(react@19.0.0)': 5254 5372 dependencies: 5255 - '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5256 - react: 19.0.0-rc-7283a213-20241206 5373 + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5374 + react: 19.0.0 5257 5375 optionalDependencies: 5258 5376 '@types/react': 19.0.1 5259 5377 5260 - '@radix-ui/react-label@2.1.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206)': 5378 + '@radix-ui/react-label@2.1.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 5261 5379 dependencies: 5262 - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5263 - react: 19.0.0-rc-7283a213-20241206 5264 - react-dom: 19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206) 5380 + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5381 + react: 19.0.0 5382 + react-dom: 19.0.0(react@19.0.0) 5265 5383 optionalDependencies: 5266 5384 '@types/react': 19.0.1 5267 5385 '@types/react-dom': 19.0.1 5268 5386 5269 - '@radix-ui/react-menu@2.1.2(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206)': 5387 + '@radix-ui/react-menu@2.1.4(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 5270 5388 dependencies: 5271 - '@radix-ui/primitive': 1.1.0 5272 - '@radix-ui/react-collection': 1.1.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5273 - '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5274 - '@radix-ui/react-context': 1.1.1(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5275 - '@radix-ui/react-direction': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5276 - '@radix-ui/react-dismissable-layer': 1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5277 - '@radix-ui/react-focus-guards': 1.1.1(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5278 - '@radix-ui/react-focus-scope': 1.1.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5279 - '@radix-ui/react-id': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5280 - '@radix-ui/react-popper': 1.2.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5281 - '@radix-ui/react-portal': 1.1.2(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5282 - '@radix-ui/react-presence': 1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5283 - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5284 - '@radix-ui/react-roving-focus': 1.1.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5285 - '@radix-ui/react-slot': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5286 - '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5389 + '@radix-ui/primitive': 1.1.1 5390 + '@radix-ui/react-collection': 1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5391 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.0.1)(react@19.0.0) 5392 + '@radix-ui/react-context': 1.1.1(@types/react@19.0.1)(react@19.0.0) 5393 + '@radix-ui/react-direction': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5394 + '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5395 + '@radix-ui/react-focus-guards': 1.1.1(@types/react@19.0.1)(react@19.0.0) 5396 + '@radix-ui/react-focus-scope': 1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5397 + '@radix-ui/react-id': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5398 + '@radix-ui/react-popper': 1.2.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5399 + '@radix-ui/react-portal': 1.1.3(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5400 + '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5401 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5402 + '@radix-ui/react-roving-focus': 1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5403 + '@radix-ui/react-slot': 1.1.1(@types/react@19.0.1)(react@19.0.0) 5404 + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5287 5405 aria-hidden: 1.2.4 5288 - react: 19.0.0-rc-7283a213-20241206 5289 - react-dom: 19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206) 5290 - react-remove-scroll: 2.6.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5406 + react: 19.0.0 5407 + react-dom: 19.0.0(react@19.0.0) 5408 + react-remove-scroll: 2.6.2(@types/react@19.0.1)(react@19.0.0) 5409 + optionalDependencies: 5410 + '@types/react': 19.0.1 5411 + '@types/react-dom': 19.0.1 5412 + 5413 + '@radix-ui/react-popper@1.2.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 5414 + dependencies: 5415 + '@floating-ui/react-dom': 2.1.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5416 + '@radix-ui/react-arrow': 1.1.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5417 + '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5418 + '@radix-ui/react-context': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5419 + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5420 + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5421 + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5422 + '@radix-ui/react-use-rect': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5423 + '@radix-ui/react-use-size': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5424 + '@radix-ui/rect': 1.1.0 5425 + react: 19.0.0 5426 + react-dom: 19.0.0(react@19.0.0) 5291 5427 optionalDependencies: 5292 5428 '@types/react': 19.0.1 5293 5429 '@types/react-dom': 19.0.1 5294 5430 5295 - '@radix-ui/react-popper@1.2.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206)': 5431 + '@radix-ui/react-popper@1.2.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 5296 5432 dependencies: 5297 - '@floating-ui/react-dom': 2.1.2(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5298 - '@radix-ui/react-arrow': 1.1.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5299 - '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5300 - '@radix-ui/react-context': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5301 - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5302 - '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5303 - '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5304 - '@radix-ui/react-use-rect': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5305 - '@radix-ui/react-use-size': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5433 + '@floating-ui/react-dom': 2.1.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5434 + '@radix-ui/react-arrow': 1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5435 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.0.1)(react@19.0.0) 5436 + '@radix-ui/react-context': 1.1.1(@types/react@19.0.1)(react@19.0.0) 5437 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5438 + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5439 + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5440 + '@radix-ui/react-use-rect': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5441 + '@radix-ui/react-use-size': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5306 5442 '@radix-ui/rect': 1.1.0 5307 - react: 19.0.0-rc-7283a213-20241206 5308 - react-dom: 19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206) 5443 + react: 19.0.0 5444 + react-dom: 19.0.0(react@19.0.0) 5309 5445 optionalDependencies: 5310 5446 '@types/react': 19.0.1 5311 5447 '@types/react-dom': 19.0.1 5312 5448 5313 - '@radix-ui/react-portal@1.1.2(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206)': 5449 + '@radix-ui/react-portal@1.1.2(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 5314 5450 dependencies: 5315 - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5316 - '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5317 - react: 19.0.0-rc-7283a213-20241206 5318 - react-dom: 19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206) 5451 + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5452 + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5453 + react: 19.0.0 5454 + react-dom: 19.0.0(react@19.0.0) 5319 5455 optionalDependencies: 5320 5456 '@types/react': 19.0.1 5321 5457 '@types/react-dom': 19.0.1 5322 5458 5323 - '@radix-ui/react-presence@1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206)': 5459 + '@radix-ui/react-portal@1.1.3(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 5324 5460 dependencies: 5325 - '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5326 - '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5327 - react: 19.0.0-rc-7283a213-20241206 5328 - react-dom: 19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206) 5461 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5462 + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5463 + react: 19.0.0 5464 + react-dom: 19.0.0(react@19.0.0) 5329 5465 optionalDependencies: 5330 5466 '@types/react': 19.0.1 5331 5467 '@types/react-dom': 19.0.1 5332 5468 5333 - '@radix-ui/react-primitive@2.0.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206)': 5469 + '@radix-ui/react-presence@1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 5334 5470 dependencies: 5335 - '@radix-ui/react-slot': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5336 - react: 19.0.0-rc-7283a213-20241206 5337 - react-dom: 19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206) 5471 + '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5472 + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5473 + react: 19.0.0 5474 + react-dom: 19.0.0(react@19.0.0) 5338 5475 optionalDependencies: 5339 5476 '@types/react': 19.0.1 5340 5477 '@types/react-dom': 19.0.1 5341 5478 5342 - '@radix-ui/react-roving-focus@1.1.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206)': 5479 + '@radix-ui/react-presence@1.1.2(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 5343 5480 dependencies: 5344 - '@radix-ui/primitive': 1.1.0 5345 - '@radix-ui/react-collection': 1.1.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5346 - '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5347 - '@radix-ui/react-context': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5348 - '@radix-ui/react-direction': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5349 - '@radix-ui/react-id': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5350 - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5351 - '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5352 - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5353 - react: 19.0.0-rc-7283a213-20241206 5354 - react-dom: 19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206) 5481 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.0.1)(react@19.0.0) 5482 + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5483 + react: 19.0.0 5484 + react-dom: 19.0.0(react@19.0.0) 5355 5485 optionalDependencies: 5356 5486 '@types/react': 19.0.1 5357 5487 '@types/react-dom': 19.0.1 5358 5488 5359 - '@radix-ui/react-separator@1.1.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206)': 5489 + '@radix-ui/react-primitive@2.0.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 5360 5490 dependencies: 5361 - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5362 - react: 19.0.0-rc-7283a213-20241206 5363 - react-dom: 19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206) 5491 + '@radix-ui/react-slot': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5492 + react: 19.0.0 5493 + react-dom: 19.0.0(react@19.0.0) 5364 5494 optionalDependencies: 5365 5495 '@types/react': 19.0.1 5366 5496 '@types/react-dom': 19.0.1 5367 5497 5368 - '@radix-ui/react-slot@1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206)': 5498 + '@radix-ui/react-primitive@2.0.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 5369 5499 dependencies: 5370 - '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5371 - react: 19.0.0-rc-7283a213-20241206 5500 + '@radix-ui/react-slot': 1.1.1(@types/react@19.0.1)(react@19.0.0) 5501 + react: 19.0.0 5502 + react-dom: 19.0.0(react@19.0.0) 5372 5503 optionalDependencies: 5373 5504 '@types/react': 19.0.1 5505 + '@types/react-dom': 19.0.1 5374 5506 5375 - '@radix-ui/react-tooltip@1.1.4(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206)': 5507 + '@radix-ui/react-roving-focus@1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 5508 + dependencies: 5509 + '@radix-ui/primitive': 1.1.1 5510 + '@radix-ui/react-collection': 1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5511 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.0.1)(react@19.0.0) 5512 + '@radix-ui/react-context': 1.1.1(@types/react@19.0.1)(react@19.0.0) 5513 + '@radix-ui/react-direction': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5514 + '@radix-ui/react-id': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5515 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5516 + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5517 + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5518 + react: 19.0.0 5519 + react-dom: 19.0.0(react@19.0.0) 5520 + optionalDependencies: 5521 + '@types/react': 19.0.1 5522 + '@types/react-dom': 19.0.1 5523 + 5524 + '@radix-ui/react-separator@1.1.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 5525 + dependencies: 5526 + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5527 + react: 19.0.0 5528 + react-dom: 19.0.0(react@19.0.0) 5529 + optionalDependencies: 5530 + '@types/react': 19.0.1 5531 + '@types/react-dom': 19.0.1 5532 + 5533 + '@radix-ui/react-slot@1.1.0(@types/react@19.0.1)(react@19.0.0)': 5534 + dependencies: 5535 + '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5536 + react: 19.0.0 5537 + optionalDependencies: 5538 + '@types/react': 19.0.1 5539 + 5540 + '@radix-ui/react-slot@1.1.1(@types/react@19.0.1)(react@19.0.0)': 5541 + dependencies: 5542 + '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.0.1)(react@19.0.0) 5543 + react: 19.0.0 5544 + optionalDependencies: 5545 + '@types/react': 19.0.1 5546 + 5547 + '@radix-ui/react-tooltip@1.1.4(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 5376 5548 dependencies: 5377 5549 '@radix-ui/primitive': 1.1.0 5378 - '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5379 - '@radix-ui/react-context': 1.1.1(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5380 - '@radix-ui/react-dismissable-layer': 1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5381 - '@radix-ui/react-id': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5382 - '@radix-ui/react-popper': 1.2.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5383 - '@radix-ui/react-portal': 1.1.2(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5384 - '@radix-ui/react-presence': 1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5385 - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5386 - '@radix-ui/react-slot': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5387 - '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5388 - '@radix-ui/react-visually-hidden': 1.1.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5389 - react: 19.0.0-rc-7283a213-20241206 5390 - react-dom: 19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206) 5550 + '@radix-ui/react-compose-refs': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5551 + '@radix-ui/react-context': 1.1.1(@types/react@19.0.1)(react@19.0.0) 5552 + '@radix-ui/react-dismissable-layer': 1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5553 + '@radix-ui/react-id': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5554 + '@radix-ui/react-popper': 1.2.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5555 + '@radix-ui/react-portal': 1.1.2(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5556 + '@radix-ui/react-presence': 1.1.1(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5557 + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5558 + '@radix-ui/react-slot': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5559 + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5560 + '@radix-ui/react-visually-hidden': 1.1.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5561 + react: 19.0.0 5562 + react-dom: 19.0.0(react@19.0.0) 5391 5563 optionalDependencies: 5392 5564 '@types/react': 19.0.1 5393 5565 '@types/react-dom': 19.0.1 5394 5566 5395 - '@radix-ui/react-use-callback-ref@1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206)': 5567 + '@radix-ui/react-use-callback-ref@1.1.0(@types/react@19.0.1)(react@19.0.0)': 5396 5568 dependencies: 5397 - react: 19.0.0-rc-7283a213-20241206 5569 + react: 19.0.0 5398 5570 optionalDependencies: 5399 5571 '@types/react': 19.0.1 5400 5572 5401 - '@radix-ui/react-use-controllable-state@1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206)': 5573 + '@radix-ui/react-use-controllable-state@1.1.0(@types/react@19.0.1)(react@19.0.0)': 5402 5574 dependencies: 5403 - '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5404 - react: 19.0.0-rc-7283a213-20241206 5575 + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5576 + react: 19.0.0 5405 5577 optionalDependencies: 5406 5578 '@types/react': 19.0.1 5407 5579 5408 - '@radix-ui/react-use-escape-keydown@1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206)': 5580 + '@radix-ui/react-use-escape-keydown@1.1.0(@types/react@19.0.1)(react@19.0.0)': 5409 5581 dependencies: 5410 - '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5411 - react: 19.0.0-rc-7283a213-20241206 5582 + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5583 + react: 19.0.0 5412 5584 optionalDependencies: 5413 5585 '@types/react': 19.0.1 5414 5586 5415 - '@radix-ui/react-use-layout-effect@1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206)': 5587 + '@radix-ui/react-use-layout-effect@1.1.0(@types/react@19.0.1)(react@19.0.0)': 5416 5588 dependencies: 5417 - react: 19.0.0-rc-7283a213-20241206 5589 + react: 19.0.0 5418 5590 optionalDependencies: 5419 5591 '@types/react': 19.0.1 5420 5592 5421 - '@radix-ui/react-use-rect@1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206)': 5593 + '@radix-ui/react-use-rect@1.1.0(@types/react@19.0.1)(react@19.0.0)': 5422 5594 dependencies: 5423 5595 '@radix-ui/rect': 1.1.0 5424 - react: 19.0.0-rc-7283a213-20241206 5596 + react: 19.0.0 5425 5597 optionalDependencies: 5426 5598 '@types/react': 19.0.1 5427 5599 5428 - '@radix-ui/react-use-size@1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206)': 5600 + '@radix-ui/react-use-size@1.1.0(@types/react@19.0.1)(react@19.0.0)': 5429 5601 dependencies: 5430 - '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 5431 - react: 19.0.0-rc-7283a213-20241206 5602 + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.0.1)(react@19.0.0) 5603 + react: 19.0.0 5432 5604 optionalDependencies: 5433 5605 '@types/react': 19.0.1 5434 5606 5435 - '@radix-ui/react-visually-hidden@1.1.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206)': 5607 + '@radix-ui/react-visually-hidden@1.1.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 5436 5608 dependencies: 5437 - '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5438 - react: 19.0.0-rc-7283a213-20241206 5439 - react-dom: 19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206) 5609 + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@19.0.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5610 + react: 19.0.0 5611 + react-dom: 19.0.0(react@19.0.0) 5440 5612 optionalDependencies: 5441 5613 '@types/react': 19.0.1 5442 5614 '@types/react-dom': 19.0.1 ··· 5615 5787 - supports-color 5616 5788 - typescript 5617 5789 5618 - '@tanstack/history@1.85.3': {} 5790 + '@tanstack/history@1.90.0': {} 5619 5791 5620 5792 '@tanstack/query-core@5.62.2': {} 5621 5793 5622 5794 '@tanstack/query-devtools@5.61.4': {} 5623 5795 5624 - '@tanstack/react-query-devtools@5.62.2(@tanstack/react-query@5.62.2(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206)': 5796 + '@tanstack/react-query-devtools@5.62.2(@tanstack/react-query@5.62.2(react@19.0.0))(react@19.0.0)': 5625 5797 dependencies: 5626 5798 '@tanstack/query-devtools': 5.61.4 5627 - '@tanstack/react-query': 5.62.2(react@19.0.0-rc-7283a213-20241206) 5628 - react: 19.0.0-rc-7283a213-20241206 5799 + '@tanstack/react-query': 5.62.2(react@19.0.0) 5800 + react: 19.0.0 5629 5801 5630 - '@tanstack/react-query@5.62.2(react@19.0.0-rc-7283a213-20241206)': 5802 + '@tanstack/react-query@5.62.2(react@19.0.0)': 5631 5803 dependencies: 5632 5804 '@tanstack/query-core': 5.62.2 5633 - react: 19.0.0-rc-7283a213-20241206 5805 + react: 19.0.0 5634 5806 5635 - '@tanstack/react-router@1.85.5(@tanstack/router-generator@1.85.3)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206)': 5807 + '@tanstack/react-router@1.91.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 5636 5808 dependencies: 5637 - '@tanstack/history': 1.85.3 5638 - '@tanstack/react-store': 0.6.1(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5809 + '@tanstack/history': 1.90.0 5810 + '@tanstack/react-store': 0.6.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5639 5811 jsesc: 3.0.2 5640 - react: 19.0.0-rc-7283a213-20241206 5641 - react-dom: 19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206) 5812 + react: 19.0.0 5813 + react-dom: 19.0.0(react@19.0.0) 5642 5814 tiny-invariant: 1.3.3 5643 5815 tiny-warning: 1.0.3 5644 - optionalDependencies: 5645 - '@tanstack/router-generator': 1.85.3 5646 5816 5647 - '@tanstack/react-store@0.6.1(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206)': 5817 + '@tanstack/react-store@0.6.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 5648 5818 dependencies: 5649 5819 '@tanstack/store': 0.6.0 5650 - react: 19.0.0-rc-7283a213-20241206 5651 - react-dom: 19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206) 5652 - use-sync-external-store: 1.2.2(react@19.0.0-rc-7283a213-20241206) 5820 + react: 19.0.0 5821 + react-dom: 19.0.0(react@19.0.0) 5822 + use-sync-external-store: 1.2.2(react@19.0.0) 5653 5823 5654 - '@tanstack/router-devtools@1.85.5(@tanstack/react-router@1.85.5(@tanstack/router-generator@1.85.3)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206))(csstype@3.1.3)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206)': 5824 + '@tanstack/router-devtools@1.85.5(@tanstack/react-router@1.91.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(csstype@3.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 5655 5825 dependencies: 5656 - '@tanstack/react-router': 1.85.5(@tanstack/router-generator@1.85.3)(react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206))(react@19.0.0-rc-7283a213-20241206) 5826 + '@tanstack/react-router': 1.91.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 5657 5827 clsx: 2.1.1 5658 5828 goober: 2.1.16(csstype@3.1.3) 5659 - react: 19.0.0-rc-7283a213-20241206 5660 - react-dom: 19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206) 5829 + react: 19.0.0 5830 + react-dom: 19.0.0(react@19.0.0) 5661 5831 transitivePeerDependencies: 5662 5832 - csstype 5663 5833 ··· 6550 6720 6551 6721 imurmurhash@0.1.4: {} 6552 6722 6553 - invariant@2.2.4: 6554 - dependencies: 6555 - loose-envify: 1.4.0 6556 - 6557 6723 ipaddr.js@2.2.0: {} 6558 6724 6559 6725 iron-webcrypto@0.10.1: {} ··· 6657 6823 6658 6824 lodash.uniq@4.5.0: {} 6659 6825 6660 - loose-envify@1.4.0: 6661 - dependencies: 6662 - js-tokens: 4.0.0 6663 - 6664 6826 lru-cache@10.4.3: {} 6665 6827 6666 6828 lru-cache@11.0.2: {} ··· 6669 6831 dependencies: 6670 6832 yallist: 3.1.1 6671 6833 6672 - lucide-react@0.464.0(react@19.0.0-rc-7283a213-20241206): 6834 + lucide-react@0.464.0(react@19.0.0): 6673 6835 dependencies: 6674 - react: 19.0.0-rc-7283a213-20241206 6836 + react: 19.0.0 6675 6837 6676 6838 make-error@1.3.6: {} 6677 6839 ··· 7088 7250 7089 7251 quick-format-unescaped@4.0.4: {} 7090 7252 7091 - react-dom@19.0.0-rc-f994737d14-20240522(react@19.0.0-rc-7283a213-20241206): 7253 + react-dom@19.0.0(react@19.0.0): 7092 7254 dependencies: 7093 - react: 19.0.0-rc-7283a213-20241206 7094 - scheduler: 0.25.0-rc-f994737d14-20240522 7255 + react: 19.0.0 7256 + scheduler: 0.25.0 7095 7257 7096 - react-remove-scroll-bar@2.3.6(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206): 7258 + react-remove-scroll-bar@2.3.8(@types/react@19.0.1)(react@19.0.0): 7097 7259 dependencies: 7098 - react: 19.0.0-rc-7283a213-20241206 7099 - react-style-singleton: 2.2.1(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 7260 + react: 19.0.0 7261 + react-style-singleton: 2.2.3(@types/react@19.0.1)(react@19.0.0) 7100 7262 tslib: 2.8.1 7101 7263 optionalDependencies: 7102 7264 '@types/react': 19.0.1 7103 7265 7104 - react-remove-scroll@2.6.0(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206): 7266 + react-remove-scroll@2.6.2(@types/react@19.0.1)(react@19.0.0): 7105 7267 dependencies: 7106 - react: 19.0.0-rc-7283a213-20241206 7107 - react-remove-scroll-bar: 2.3.6(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 7108 - react-style-singleton: 2.2.1(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 7268 + react: 19.0.0 7269 + react-remove-scroll-bar: 2.3.8(@types/react@19.0.1)(react@19.0.0) 7270 + react-style-singleton: 2.2.3(@types/react@19.0.1)(react@19.0.0) 7109 7271 tslib: 2.8.1 7110 - use-callback-ref: 1.3.2(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 7111 - use-sidecar: 1.1.2(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206) 7272 + use-callback-ref: 1.3.3(@types/react@19.0.1)(react@19.0.0) 7273 + use-sidecar: 1.1.2(@types/react@19.0.1)(react@19.0.0) 7112 7274 optionalDependencies: 7113 7275 '@types/react': 19.0.1 7114 7276 7115 - react-style-singleton@2.2.1(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206): 7277 + react-style-singleton@2.2.3(@types/react@19.0.1)(react@19.0.0): 7116 7278 dependencies: 7117 7279 get-nonce: 1.0.1 7118 - invariant: 2.2.4 7119 - react: 19.0.0-rc-7283a213-20241206 7280 + react: 19.0.0 7120 7281 tslib: 2.8.1 7121 7282 optionalDependencies: 7122 7283 '@types/react': 19.0.1 7123 7284 7124 - react@19.0.0: 7125 - optional: true 7126 - 7127 - react@19.0.0-rc-7283a213-20241206: {} 7285 + react@19.0.0: {} 7128 7286 7129 7287 read-cache@1.0.0: 7130 7288 dependencies: ··· 7195 7353 7196 7354 safe-stable-stringify@2.5.0: {} 7197 7355 7198 - scheduler@0.25.0-rc-f994737d14-20240522: {} 7356 + scheduler@0.25.0: {} 7199 7357 7200 7358 secure-json-parse@2.7.0: {} 7201 7359 ··· 7507 7665 dependencies: 7508 7666 punycode: 2.3.1 7509 7667 7510 - use-callback-ref@1.3.2(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206): 7668 + use-callback-ref@1.3.3(@types/react@19.0.1)(react@19.0.0): 7511 7669 dependencies: 7512 - react: 19.0.0-rc-7283a213-20241206 7670 + react: 19.0.0 7513 7671 tslib: 2.8.1 7514 7672 optionalDependencies: 7515 7673 '@types/react': 19.0.1 7516 7674 7517 - use-sidecar@1.1.2(@types/react@19.0.1)(react@19.0.0-rc-7283a213-20241206): 7675 + use-sidecar@1.1.2(@types/react@19.0.1)(react@19.0.0): 7518 7676 dependencies: 7519 7677 detect-node-es: 1.1.0 7520 - react: 19.0.0-rc-7283a213-20241206 7678 + react: 19.0.0 7521 7679 tslib: 2.8.1 7522 7680 optionalDependencies: 7523 7681 '@types/react': 19.0.1 7524 7682 7525 - use-sync-external-store@1.2.2(react@19.0.0-rc-7283a213-20241206): 7683 + use-sync-external-store@1.2.2(react@19.0.0): 7526 7684 dependencies: 7527 - react: 19.0.0-rc-7283a213-20241206 7685 + react: 19.0.0 7528 7686 7529 7687 util-deprecate@1.0.2: {} 7530 7688