diff --git a/flake.lock b/flake.lock index c6c6c0ce7..0ed9e2d5c 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1748344075, - "narHash": "sha256-PsZAY3H0e/PBoDVn4fLwGEmeSwESj7SZPZ6CMfgbWFU=", + "lastModified": 1755205935, + "narHash": "sha256-EQ6qHuJWguaoBZyxdqsgJqyEdS77k+2CnlKrfFxlkRY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e0042dedfbc9134ef973f64e5c7f56a38cc5cc97", + "rev": "c5e2e42c112de623adfd662b3e51f0805bf9ff83", "type": "github" }, "original": { diff --git a/package.json b/package.json index 2cb1ceb53..a0caea4eb 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "packageManager": { "name": "pnpm", "onFail": "error", - "version": "10.12.1" + "version": "10.14.0" }, "runtime": { "name": "node", @@ -23,7 +23,7 @@ "node": ">=24" }, "pnpm": { - "onlyBuiltDependencies": ["@biomejs/biome", "@parcel/watcher", "esbuild", "msgpackr-extract", "msw"], + "onlyBuiltDependencies": ["@biomejs/biome", "@parcel/watcher", "@tailwindcss/oxide", "esbuild", "msw"], "overrides": { "@types/react": "catalog:types", "react": "catalog:frontend", diff --git a/packages/app/package.json b/packages/app/package.json index cf5dcbdf5..adc770687 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -47,7 +47,7 @@ "msw": "catalog:test", "react-router-devtools": "catalog:build", "tailwindcss": "catalog:frontend", - "vite": "catalog:build", + "vite": "npm:rolldown-vite@latest", "vite-plugin-babel": "catalog:build", "vite-tsconfig-paths": "catalog:build", "vitest": "catalog:test" diff --git a/packages/ui/.storybook/with_theme_by_color_scheme.tsx b/packages/ui/.storybook/with_theme_by_color_scheme.tsx index 7b2361a80..d2fbd48f7 100644 --- a/packages/ui/.storybook/with_theme_by_color_scheme.tsx +++ b/packages/ui/.storybook/with_theme_by_color_scheme.tsx @@ -11,17 +11,17 @@ export function withThemeByColorScheme>({ }): Decorator { DecoratorHelpers.initializeThemeState(Object.keys(themes), defaultTheme as string) return (storyFn, context) => { - const { themeOverride } = DecoratorHelpers.useThemeParameters() + const maybeThemes = DecoratorHelpers.useThemeParameters() const selected = DecoratorHelpers.pluckThemeFromContext(context) + const themeKey: keyof Themes | string = maybeThemes?.themeOverride || selected || defaultTheme useEffect(() => { const parentElement = document.querySelector('html') - const themeKey: keyof Themes | string = themeOverride || selected || defaultTheme if (parentElement) { parentElement.style.setProperty('color-scheme', String(themes[themeKey])) } - }, [themeOverride, selected]) + }, [themeKey]) return storyFn() } diff --git a/packages/ui/biome.json b/packages/ui/biome.json index 261da2972..71b7279f2 100644 --- a/packages/ui/biome.json +++ b/packages/ui/biome.json @@ -24,7 +24,6 @@ }, "nursery": { "noSecrets": "off", - "noUnknownAtRule": "off", "useExplicitType": { "level": "info" }, @@ -53,7 +52,8 @@ "useSingleVarDeclarator": "error" }, "suspicious": { - "noReactSpecificProps": "off" + "noReactSpecificProps": "off", + "noUnknownAtRules": "off" } } }, diff --git a/packages/ui/package.json b/packages/ui/package.json index feb7465bb..fa21a53e3 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -41,7 +41,7 @@ "storybook": "catalog:storybook", "tailwind-merge": "catalog:frontend", "tailwindcss": "catalog:frontend", - "vite": "catalog:build", + "vite": "npm:rolldown-vite@latest", "vitest": "catalog:test" }, "exports": { @@ -56,7 +56,7 @@ }, "name": "@repo/ui", "peerDependencies": { - "react": "catalog:frontend" + "react": "~19.1.1" }, "private": true, "scripts": { diff --git a/packages/ui/src/components/navigation-menu-toggle/navigation-menu-toggle.tsx b/packages/ui/src/components/navigation-menu-toggle/navigation-menu-toggle.tsx index 6f9b893f1..0babba331 100644 --- a/packages/ui/src/components/navigation-menu-toggle/navigation-menu-toggle.tsx +++ b/packages/ui/src/components/navigation-menu-toggle/navigation-menu-toggle.tsx @@ -23,7 +23,6 @@ export function NavigationMenuToggle(props: Omit styles({ ...renderProps, className }))} - type="button" > {({ isSelected }): ReactElement => ( diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 54f9441b4..dc3399253 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,8 +7,8 @@ settings: catalogs: backend: '@effect/platform-node': - specifier: 0.91.0 - version: 0.91.0 + specifier: 0.96.0 + version: 0.96.0 '@react-router/dev': specifier: 7.7.0 version: 7.7.0 @@ -35,8 +35,8 @@ catalogs: specifier: 3.1.0 version: 3.1.0 '@tailwindcss/vite': - specifier: 4.1.11 - version: 4.1.11 + specifier: 4.1.12 + version: 4.1.12 '@vitejs/plugin-react': specifier: 4.7.0 version: 4.7.0 @@ -60,23 +60,23 @@ catalogs: specifier: 1.1.7 version: 1.1.7 '@radix-ui/react-accordion': - specifier: 1.2.11 - version: 1.2.11 + specifier: 1.2.12 + version: 1.2.12 '@radix-ui/react-avatar': specifier: 1.1.10 version: 1.1.10 '@radix-ui/react-collapsible': - specifier: 1.1.11 - version: 1.1.11 + specifier: 1.1.12 + version: 1.1.12 '@radix-ui/react-dropdown-menu': - specifier: 2.1.15 - version: 2.1.15 + specifier: 2.1.16 + version: 2.1.16 '@radix-ui/react-icons': specifier: 1.3.2 version: 1.3.2 '@radix-ui/react-navigation-menu': - specifier: 1.2.13 - version: 1.2.13 + specifier: 1.2.14 + version: 1.2.14 '@radix-ui/react-separator': specifier: 1.1.7 version: 1.1.7 @@ -84,8 +84,8 @@ catalogs: specifier: 1.2.3 version: 1.2.3 '@radix-ui/react-switch': - specifier: 1.2.5 - version: 1.2.5 + specifier: 1.2.6 + version: 1.2.6 '@tailwindcss/typography': specifier: 0.5.16 version: 0.5.16 @@ -93,8 +93,8 @@ catalogs: specifier: 0.7.1 version: 0.7.1 react-aria-components: - specifier: 1.7.1 - version: 1.7.1 + specifier: 1.11.0 + version: 1.11.0 react-router: specifier: 7.7.0 version: 7.7.0 @@ -102,18 +102,18 @@ catalogs: specifier: 3.3.1 version: 3.3.1 tailwind-variants: - specifier: 1.0.0 - version: 1.0.0 + specifier: 2.1.0 + version: 2.1.0 tailwindcss: - specifier: 4.1.11 - version: 4.1.11 + specifier: 4.1.12 + version: 4.1.12 tailwindcss-animate: specifier: 1.0.7 version: 1.0.7 lib: '@effect/platform': - specifier: 0.88.2 - version: 0.88.2 + specifier: 0.90.3 + version: 0.90.3 '@epic-web/client-hints': specifier: 1.3.5 version: 1.3.5 @@ -133,8 +133,8 @@ catalogs: specifier: jsr:0.0.7 version: 0.0.7 effect: - specifier: 3.16.16 - version: 3.16.16 + specifier: 3.17.7 + version: 3.17.7 remix-utils: specifier: 8.7.0 version: 8.7.0 @@ -143,8 +143,8 @@ catalogs: version: 0.2.0 lint: '@biomejs/biome': - specifier: 2.1.2 - version: 2.1.2 + specifier: 2.2.0 + version: 2.2.0 '@eslint/js': specifier: 9.26.0 version: 9.26.0 @@ -183,33 +183,33 @@ catalogs: version: 8.32.1 storybook: '@chromatic-com/storybook': - specifier: 4.0.1 - version: 4.0.1 + specifier: 4.1.0 + version: 4.1.0 '@storybook/addon-a11y': - specifier: 9.1.0-alpha.2 - version: 9.1.0-alpha.2 + specifier: 9.1.2 + version: 9.1.2 '@storybook/addon-docs': - specifier: 9.1.0-alpha.2 - version: 9.1.0-alpha.2 + specifier: 9.1.2 + version: 9.1.2 '@storybook/addon-links': - specifier: 9.1.0-alpha.2 - version: 9.1.0-alpha.2 + specifier: 9.1.2 + version: 9.1.2 '@storybook/addon-onboarding': - specifier: 9.1.0-alpha.2 - version: 9.1.0-alpha.2 + specifier: 9.1.2 + version: 9.1.2 '@storybook/addon-themes': - specifier: 9.1.0-alpha.2 - version: 9.1.0-alpha.2 + specifier: 9.1.2 + version: 9.1.2 '@storybook/react-vite': - specifier: 9.1.0-alpha.2 - version: 9.1.0-alpha.2 + specifier: 9.1.2 + version: 9.1.2 storybook: - specifier: 9.1.0-alpha.2 - version: 9.1.0-alpha.2 + specifier: 9.1.2 + version: 9.1.2 test: '@effect/vitest': - specifier: 0.24.1 - version: 0.24.1 + specifier: 0.25.1 + version: 0.25.1 '@vitest/coverage-v8': specifier: 3.2.4 version: 3.2.4 @@ -233,15 +233,15 @@ catalogs: specifier: 2.0.13 version: 2.0.13 '@types/node': - specifier: 22.16.1 - version: 22.16.1 + specifier: 24.3.0 + version: 24.3.0 '@types/react-dom': - specifier: 19.1.6 - version: 19.1.6 + specifier: 19.1.7 + version: 19.1.7 typescript: '@effect/language-service': - specifier: 0.27.2 - version: 0.27.2 + specifier: 0.35.2 + version: 0.35.2 '@tsconfig/node-ts': specifier: 23.6.1 version: 23.6.1 @@ -255,13 +255,13 @@ catalogs: specifier: 7.0.0 version: 7.0.0 typescript: - specifier: 5.8.3 - version: 5.8.3 + specifier: 5.9.2 + version: 5.9.2 overrides: - '@types/react': 19.1.8 - react: ~19.1.0 - react-dom: ~19.1.0 + '@types/react': 19.1.10 + react: ~19.1.1 + react-dom: ~19.1.1 vite: npm:rolldown-vite@latest importers: @@ -270,31 +270,31 @@ importers: devDependencies: '@biomejs/biome': specifier: catalog:lint - version: 2.1.2 + version: 2.2.0 '@vitest/coverage-v8': specifier: catalog:test version: 3.2.4(vitest@3.2.4) eslint: specifier: catalog:lint - version: 9.26.0(jiti@2.4.2) + version: 9.26.0(jiti@2.5.1) typescript: specifier: catalog:typescript - version: 5.8.3 + version: 5.9.2 vitest: specifier: catalog:test - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.16.1)(@vitest/ui@3.2.4)(esbuild@0.25.3)(jiti@2.4.2)(msw@2.7.6(@types/node@22.16.1)(typescript@5.8.3)) + version: 3.2.4(@types/debug@4.1.12)(@types/node@24.3.0)(@vitest/ui@3.2.4)(esbuild@0.25.9)(jiti@2.5.1)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2)) packages/app: dependencies: '@conform-to/react': specifier: catalog:frontend - version: 1.8.2(react@19.1.0) + version: 1.8.2(react@19.1.1) '@effect/platform': specifier: catalog:lib - version: 0.88.2(effect@3.16.16) + version: 0.90.3(effect@3.17.7) '@effect/platform-node': specifier: catalog:backend - version: 0.91.0(@effect/cluster@0.29.22(@effect/platform@0.88.2(effect@3.16.16))(@effect/rpc@0.55.17(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(@effect/sql@0.33.13(@effect/experimental@0.44.13(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(effect@3.16.16))(@effect/platform@0.88.2(effect@3.16.16))(@effect/rpc@0.55.17(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(@effect/sql@0.33.13(@effect/experimental@0.44.13(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(effect@3.16.16) + version: 0.96.0(@effect/cluster@0.29.22(@effect/platform@0.90.3(effect@3.17.7))(@effect/rpc@0.55.17(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(@effect/sql@0.33.13(@effect/experimental@0.44.13(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(effect@3.17.7))(@effect/platform@0.90.3(effect@3.17.7))(@effect/rpc@0.55.17(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(@effect/sql@0.33.13(@effect/experimental@0.44.13(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(effect@3.17.7) '@epic-web/client-hints': specifier: catalog:lib version: 1.3.5 @@ -312,7 +312,7 @@ importers: version: 7.0.0 '@react-router/node': specifier: catalog:backend - version: 7.7.0(react-router@7.7.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(typescript@5.8.3) + version: 7.7.0(react-router@7.7.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(typescript@5.9.2) '@repo/open-graph-protocol': specifier: workspace:* version: link:../open-graph-protocol @@ -333,35 +333,35 @@ importers: version: 1.0.2 effect: specifier: catalog:lib - version: 3.16.16 + version: 3.17.7 isbot: specifier: catalog:backend version: 5.1.28 react: - specifier: ~19.1.0 - version: 19.1.0 + specifier: ~19.1.1 + version: 19.1.1 react-dom: - specifier: ~19.1.0 - version: 19.1.0(react@19.1.0) + specifier: ~19.1.1 + version: 19.1.1(react@19.1.1) react-router: specifier: catalog:frontend - version: 7.7.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 7.7.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) remix-utils: specifier: catalog:lib - version: 8.7.0(react-router@7.7.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react@19.1.0)(zod@3.24.3) + version: 8.7.0(react-router@7.7.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(zod@3.24.3) devDependencies: '@babel/preset-typescript': specifier: catalog:build version: 7.26.0(@babel/core@7.27.4) '@codecov/vite-plugin': specifier: catalog:build - version: 1.9.1(rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2)) + version: 1.9.1(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)) '@effect/language-service': specifier: catalog:typescript - version: 0.27.2 + version: 0.35.2 '@effect/vitest': specifier: catalog:test - version: 0.24.1(effect@3.16.16)(vitest@3.2.4) + version: 0.25.1(effect@3.17.7)(vitest@3.2.4) '@mdx-js/rollup': specifier: catalog:build version: 3.1.0(acorn@8.14.1)(rollup@4.40.0) @@ -370,7 +370,7 @@ importers: version: 25.1.0 '@react-router/dev': specifier: catalog:backend - version: 7.7.0(@types/node@22.16.1)(babel-plugin-macros@3.1.0)(esbuild@0.25.3)(jiti@2.4.2)(react-router@7.7.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2))(typescript@5.8.3) + version: 7.7.0(@types/node@24.3.0)(babel-plugin-macros@3.1.0)(esbuild@0.25.9)(jiti@2.5.1)(react-router@7.7.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1))(typescript@5.9.2) '@repo/eslint-config': specifier: workspace:* version: link:../../tools/eslint-config @@ -379,7 +379,7 @@ importers: version: link:../../tools/typescript '@tailwindcss/vite': specifier: catalog:build - version: 4.1.11(rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2)) + version: 4.1.12(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)) '@total-typescript/ts-reset': specifier: catalog:types version: 0.6.1 @@ -388,19 +388,19 @@ importers: version: 2.0.13 '@types/node': specifier: catalog:types - version: 22.16.1 + version: 24.3.0 '@types/react': - specifier: 19.1.8 - version: 19.1.8 + specifier: 19.1.10 + version: 19.1.10 '@types/react-dom': specifier: catalog:types - version: 19.1.6(@types/react@19.1.8) + version: 19.1.7(@types/react@19.1.10) '@vitest/coverage-v8': specifier: catalog:test version: 3.2.4(vitest@3.2.4) '@vitest/eslint-plugin': specifier: catalog:lint - version: 1.1.44(@typescript-eslint/utils@8.32.1(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3)(vitest@3.2.4) + version: 1.1.44(@typescript-eslint/utils@8.32.1(eslint@9.26.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.26.0(jiti@2.5.1))(typescript@5.9.2)(vitest@3.2.4) '@vitest/ui': specifier: catalog:test version: 3.2.4(vitest@3.2.4) @@ -412,25 +412,25 @@ importers: version: 16.0.0 msw: specifier: catalog:test - version: 2.7.6(@types/node@22.16.1)(typescript@5.8.3) + version: 2.7.6(@types/node@24.3.0)(typescript@5.9.2) react-router-devtools: specifier: catalog:build - version: 5.0.6(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react-router@7.7.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react@19.1.0)(rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2)) + version: 5.0.6(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react-router@7.7.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)) tailwindcss: specifier: catalog:frontend - version: 4.1.11 + version: 4.1.12 vite: specifier: npm:rolldown-vite@latest - version: rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2) + version: rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1) vite-plugin-babel: specifier: catalog:build - version: 1.3.1(@babel/core@7.27.4)(rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2)) + version: 1.3.1(@babel/core@7.27.4)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)) vite-tsconfig-paths: specifier: catalog:build - version: 5.1.4(rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2))(typescript@5.8.3) + version: 5.1.4(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1))(typescript@5.9.2) vitest: specifier: catalog:test - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.16.1)(@vitest/ui@3.2.4)(esbuild@0.25.3)(jiti@2.4.2)(msw@2.7.6(@types/node@22.16.1)(typescript@5.8.3)) + version: 3.2.4(@types/debug@4.1.12)(@types/node@24.3.0)(@vitest/ui@3.2.4)(esbuild@0.25.9)(jiti@2.5.1)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2)) packages/open-graph-protocol: dependencies: @@ -443,7 +443,7 @@ importers: version: link:../../tools/typescript typescript: specifier: catalog:typescript - version: 5.8.3 + version: 5.9.2 packages/ui: dependencies: @@ -452,56 +452,56 @@ importers: version: '@jsr/nick__clsx@0.3.1' '@radix-ui/react-accessible-icon': specifier: catalog:frontend - version: 1.1.7(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 1.1.7(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@radix-ui/react-accordion': specifier: catalog:frontend - version: 1.2.11(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 1.2.12(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@radix-ui/react-avatar': specifier: catalog:frontend - version: 1.1.10(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 1.1.10(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@radix-ui/react-collapsible': specifier: catalog:frontend - version: 1.1.11(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 1.1.12(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@radix-ui/react-dropdown-menu': specifier: catalog:frontend - version: 2.1.15(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 2.1.16(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@radix-ui/react-icons': specifier: catalog:frontend - version: 1.3.2(react@19.1.0) + version: 1.3.2(react@19.1.1) '@radix-ui/react-navigation-menu': specifier: catalog:frontend - version: 1.2.13(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 1.2.14(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@radix-ui/react-separator': specifier: catalog:frontend - version: 1.1.7(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 1.1.7(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@radix-ui/react-slot': specifier: catalog:frontend - version: 1.2.3(@types/react@19.1.8)(react@19.1.0) + version: 1.2.3(@types/react@19.1.10)(react@19.1.1) '@radix-ui/react-switch': specifier: catalog:frontend - version: 1.2.5(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 1.2.6(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@repo/tailwind-config': specifier: workspace:* version: link:../../tools/tailwind react: - specifier: ~19.1.0 - version: 19.1.0 + specifier: ~19.1.1 + version: 19.1.1 react-aria-components: specifier: catalog:frontend - version: 1.7.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 1.11.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) react-dom: - specifier: ~19.1.0 - version: 19.1.0(react@19.1.0) + specifier: ~19.1.1 + version: 19.1.1(react@19.1.1) react-router: specifier: catalog:frontend - version: 7.7.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + version: 7.7.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) tailwind-variants: specifier: catalog:frontend - version: 1.0.0(tailwindcss@4.1.11) + version: 2.1.0(tailwind-merge@3.3.1)(tailwindcss@4.1.12) devDependencies: '@chromatic-com/storybook': specifier: catalog:storybook - version: 4.0.1(storybook@9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8)) + version: 4.1.0(storybook@9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1))) '@repo/eslint-config': specifier: workspace:* version: link:../../tools/eslint-config @@ -510,37 +510,37 @@ importers: version: link:../../tools/typescript '@storybook/addon-a11y': specifier: catalog:storybook - version: 9.1.0-alpha.2(storybook@9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8)) + version: 9.1.2(storybook@9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1))) '@storybook/addon-docs': specifier: catalog:storybook - version: 9.1.0-alpha.2(@types/react@19.1.8)(storybook@9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8)) + version: 9.1.2(@types/react@19.1.10)(storybook@9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1))) '@storybook/addon-links': specifier: catalog:storybook - version: 9.1.0-alpha.2(react@19.1.0)(storybook@9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8)) + version: 9.1.2(react@19.1.1)(storybook@9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1))) '@storybook/addon-onboarding': specifier: catalog:storybook - version: 9.1.0-alpha.2(storybook@9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8)) + version: 9.1.2(storybook@9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1))) '@storybook/addon-themes': specifier: catalog:storybook - version: 9.1.0-alpha.2(storybook@9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8)) + version: 9.1.2(storybook@9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1))) '@storybook/react-vite': specifier: catalog:storybook - version: 9.1.0-alpha.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2))(rollup@4.40.0)(storybook@9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8))(typescript@5.8.3) + version: 9.1.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1))(rollup@4.40.0)(storybook@9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)))(typescript@5.9.2) '@tailwindcss/vite': specifier: catalog:build - version: 4.1.11(rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2)) + version: 4.1.12(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)) '@total-typescript/ts-reset': specifier: catalog:types version: 0.6.1 '@types/react': - specifier: 19.1.8 - version: 19.1.8 + specifier: 19.1.10 + version: 19.1.10 '@types/react-dom': specifier: catalog:types - version: 19.1.6(@types/react@19.1.8) + version: 19.1.7(@types/react@19.1.10) '@vitejs/plugin-react': specifier: catalog:build - version: 4.7.0(rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2)) + version: 4.7.0(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)) babel-plugin-react-compiler: specifier: catalog:build version: 19.1.0-rc.2 @@ -549,25 +549,25 @@ importers: version: 0.7.1 eslint-plugin-storybook: specifier: catalog:lint - version: 0.12.0(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3) + version: 0.12.0(eslint@9.26.0(jiti@2.5.1))(typescript@5.9.2) globals: specifier: catalog:lint version: 16.0.0 storybook: specifier: catalog:storybook - version: 9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8) + version: 9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)) tailwind-merge: specifier: catalog:frontend version: 3.3.1 tailwindcss: specifier: catalog:frontend - version: 4.1.11 + version: 4.1.12 vite: specifier: npm:rolldown-vite@latest - version: rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2) + version: rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1) vitest: specifier: catalog:test - version: 3.2.4(@types/debug@4.1.12)(@types/node@22.16.1)(@vitest/ui@3.2.4)(esbuild@0.25.3)(jiti@2.4.2)(msw@2.7.6(@types/node@22.16.1)(typescript@5.8.3)) + version: 3.2.4(@types/debug@4.1.12)(@types/node@24.3.0)(@vitest/ui@3.2.4)(esbuild@0.25.9)(jiti@2.5.1)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2)) tools/eslint-config: devDependencies: @@ -576,46 +576,46 @@ importers: version: 9.26.0 '@typescript-eslint/eslint-plugin': specifier: catalog:lint - version: 8.32.1(@typescript-eslint/parser@8.32.1(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3) + version: 8.32.1(@typescript-eslint/parser@8.32.1(eslint@9.26.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.26.0(jiti@2.5.1))(typescript@5.9.2) '@typescript-eslint/parser': specifier: catalog:lint - version: 8.32.1(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3) + version: 8.32.1(eslint@9.26.0(jiti@2.5.1))(typescript@5.9.2) eslint: specifier: catalog:lint - version: 9.26.0(jiti@2.4.2) + version: 9.26.0(jiti@2.5.1) eslint-config-prettier: specifier: catalog:lint - version: 10.1.5(eslint@9.26.0(jiti@2.4.2)) + version: 10.1.5(eslint@9.26.0(jiti@2.5.1)) eslint-plugin-only-warn: specifier: catalog:lint version: 1.1.0 eslint-plugin-react: specifier: catalog:lint - version: 7.37.5(eslint@9.26.0(jiti@2.4.2)) + version: 7.37.5(eslint@9.26.0(jiti@2.5.1)) eslint-plugin-react-hooks: specifier: catalog:lint - version: 6.0.0-rc1(eslint@9.26.0(jiti@2.4.2)) + version: 6.0.0-rc1(eslint@9.26.0(jiti@2.5.1)) globals: specifier: catalog:lint version: 16.0.0 typescript: specifier: catalog:typescript - version: 5.8.3 + version: 5.9.2 typescript-eslint: specifier: catalog:lint - version: 8.32.1(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3) + version: 8.32.1(eslint@9.26.0(jiti@2.5.1))(typescript@5.9.2) tools/tailwind: dependencies: '@tailwindcss/typography': specifier: catalog:frontend - version: 0.5.16(tailwindcss@4.1.11) + version: 0.5.16(tailwindcss@4.1.12) tailwindcss: specifier: catalog:frontend - version: 4.1.11 + version: 4.1.12 tailwindcss-animate: specifier: catalog:frontend - version: 1.0.7(tailwindcss@4.1.11) + version: 1.0.7(tailwindcss@4.1.12) tools/typescript: dependencies: @@ -633,7 +633,7 @@ importers: version: 7.0.0 typescript: specifier: catalog:typescript - version: 5.8.3 + version: 5.9.2 packages: @@ -652,8 +652,8 @@ packages: '@actions/io@1.1.3': resolution: {integrity: sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==} - '@adobe/css-tools@4.4.2': - resolution: {integrity: sha512-baYZExFpsdkBNuvGKTKWCwKH57HRZLVtycZS05WTQNVOiXVSeAki3nU35zlRbToeMW8aHlJfyS+1C4BOv27q0A==} + '@adobe/css-tools@4.4.4': + resolution: {integrity: sha512-Elp+iwUx5rN5+Y8xLt5/GRoG20WGoDCQ/1Fb+1LiGtvwbDavuSk0jhD/eZdckHAuzcDzccnkv+rEjyWfRx18gg==} '@ampproject/remapping@2.3.0': resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} @@ -683,6 +683,10 @@ packages: resolution: {integrity: sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==} engines: {node: '>=6.9.0'} + '@babel/core@7.28.3': + resolution: {integrity: sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==} + engines: {node: '>=6.9.0'} + '@babel/generator@7.27.5': resolution: {integrity: sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==} engines: {node: '>=6.9.0'} @@ -691,6 +695,10 @@ packages: resolution: {integrity: sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==} engines: {node: '>=6.9.0'} + '@babel/generator@7.28.3': + resolution: {integrity: sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==} + engines: {node: '>=6.9.0'} + '@babel/helper-annotate-as-pure@7.27.1': resolution: {integrity: sha512-WnuuDILl9oOBbKnb4L+DyODx7iC47XfzmNCpTttFsSp6hTG7XZxu60+4IO+2/hPfcGOoKbFiwoI/+zwARbNQow==} engines: {node: '>=6.9.0'} @@ -741,6 +749,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0 + '@babel/helper-module-transforms@7.28.3': + resolution: {integrity: sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + '@babel/helper-optimise-call-expression@7.27.1': resolution: {integrity: sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==} engines: {node: '>=6.9.0'} @@ -783,6 +797,10 @@ packages: resolution: {integrity: sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==} engines: {node: '>=6.9.0'} + '@babel/helpers@7.28.3': + resolution: {integrity: sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==} + engines: {node: '>=6.9.0'} + '@babel/parser@7.27.1': resolution: {integrity: sha512-I0dZ3ZpCrJ1c04OqlNsQcKiZlsrXf/kkE4FXzID9rIOYICsAbA8mMDzhW/luRNAHdCNt7os/u8wenklZDlUVUQ==} engines: {node: '>=6.0.0'} @@ -798,6 +816,11 @@ packages: engines: {node: '>=6.0.0'} hasBin: true + '@babel/parser@7.28.3': + resolution: {integrity: sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==} + engines: {node: '>=6.0.0'} + hasBin: true + '@babel/plugin-syntax-jsx@7.25.9': resolution: {integrity: sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==} engines: {node: '>=6.9.0'} @@ -880,6 +903,10 @@ packages: resolution: {integrity: sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==} engines: {node: '>=6.9.0'} + '@babel/runtime@7.28.3': + resolution: {integrity: sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==} + engines: {node: '>=6.9.0'} + '@babel/template@7.27.1': resolution: {integrity: sha512-Fyo3ghWMqkHHpHQCoBs2VnYjR4iWFFjguTDEqA5WgZDOrFesVjMhMM2FSqTKSoUSDO1VQtavj8NFpdRBEvJTtg==} engines: {node: '>=6.9.0'} @@ -896,6 +923,10 @@ packages: resolution: {integrity: sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==} engines: {node: '>=6.9.0'} + '@babel/traverse@7.28.3': + resolution: {integrity: sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==} + engines: {node: '>=6.9.0'} + '@babel/types@7.27.1': resolution: {integrity: sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==} engines: {node: '>=6.9.0'} @@ -908,12 +939,16 @@ packages: resolution: {integrity: sha512-x0LvFTekgSX+83TI28Y9wYPUfzrnl2aT5+5QLnO6v7mSJYtEEevuDRN0F0uSHRk1G1IWZC43o00Y0xDDrpBGPQ==} engines: {node: '>=6.9.0'} + '@babel/types@7.28.2': + resolution: {integrity: sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==} + engines: {node: '>=6.9.0'} + '@bcoe/v8-coverage@1.0.2': resolution: {integrity: sha512-6zABk/ECA/QYSCQ1NGiVwwbQerUCZ+TQbp64Q3AgmfNvurHH0j8TtXa1qbShXA6qqkpAj4V5W8pP6mLe1mcMqA==} engines: {node: '>=18'} - '@biomejs/biome@2.1.2': - resolution: {integrity: sha512-yq8ZZuKuBVDgAS76LWCfFKHSYIAgqkxVB3mGVVpOe2vSkUTs7xG46zXZeNPRNVjiJuw0SZ3+J2rXiYx0RUpfGg==} + '@biomejs/biome@2.2.0': + resolution: {integrity: sha512-3On3RSYLsX+n9KnoSgfoYlckYBoU6VRM22cw1gB4Y0OuUVSYd/O/2saOJMrA4HFfA1Ff0eacOvMN1yAAvHtzIw==} engines: {node: '>=14.21.3'} hasBin: true @@ -923,50 +958,50 @@ packages: cpu: [arm64] os: [darwin] - '@biomejs/cli-darwin-arm64@2.1.2': - resolution: {integrity: sha512-leFAks64PEIjc7MY/cLjE8u5OcfBKkcDB0szxsWUB4aDfemBep1WVKt0qrEyqZBOW8LPHzrFMyDl3FhuuA0E7g==} + '@biomejs/cli-darwin-arm64@2.2.0': + resolution: {integrity: sha512-zKbwUUh+9uFmWfS8IFxmVD6XwqFcENjZvEyfOxHs1epjdH3wyyMQG80FGDsmauPwS2r5kXdEM0v/+dTIA9FXAg==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [darwin] - '@biomejs/cli-darwin-x64@2.1.2': - resolution: {integrity: sha512-Nmmv7wRX5Nj7lGmz0FjnWdflJg4zii8Ivruas6PBKzw5SJX/q+Zh2RfnO+bBnuKLXpj8kiI2x2X12otpH6a32A==} + '@biomejs/cli-darwin-x64@2.2.0': + resolution: {integrity: sha512-+OmT4dsX2eTfhD5crUOPw3RPhaR+SKVspvGVmSdZ9y9O/AgL8pla6T4hOn1q+VAFBHuHhsdxDRJgFCSC7RaMOw==} engines: {node: '>=14.21.3'} cpu: [x64] os: [darwin] - '@biomejs/cli-linux-arm64-musl@2.1.2': - resolution: {integrity: sha512-qgHvafhjH7Oca114FdOScmIKf1DlXT1LqbOrrbR30kQDLFPEOpBG0uzx6MhmsrmhGiCFCr2obDamu+czk+X0HQ==} + '@biomejs/cli-linux-arm64-musl@2.2.0': + resolution: {integrity: sha512-egKpOa+4FL9YO+SMUMLUvf543cprjevNc3CAgDNFLcjknuNMcZ0GLJYa3EGTCR2xIkIUJDVneBV3O9OcIlCEZQ==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] - '@biomejs/cli-linux-arm64@2.1.2': - resolution: {integrity: sha512-NWNy2Diocav61HZiv2enTQykbPP/KrA/baS7JsLSojC7Xxh2nl9IczuvE5UID7+ksRy2e7yH7klm/WkA72G1dw==} + '@biomejs/cli-linux-arm64@2.2.0': + resolution: {integrity: sha512-6eoRdF2yW5FnW9Lpeivh7Mayhq0KDdaDMYOJnH9aT02KuSIX5V1HmWJCQQPwIQbhDh68Zrcpl8inRlTEan0SXw==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] - '@biomejs/cli-linux-x64-musl@2.1.2': - resolution: {integrity: sha512-xlB3mU14ZUa3wzLtXfmk2IMOGL+S0aHFhSix/nssWS/2XlD27q+S6f0dlQ8WOCbYoXcuz8BCM7rCn2lxdTrlQA==} + '@biomejs/cli-linux-x64-musl@2.2.0': + resolution: {integrity: sha512-I5J85yWwUWpgJyC1CcytNSGusu2p9HjDnOPAFG4Y515hwRD0jpR9sT9/T1cKHtuCvEQ/sBvx+6zhz9l9wEJGAg==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] - '@biomejs/cli-linux-x64@2.1.2': - resolution: {integrity: sha512-Km/UYeVowygTjpX6sGBzlizjakLoMQkxWbruVZSNE6osuSI63i4uCeIL+6q2AJlD3dxoiBJX70dn1enjQnQqwA==} + '@biomejs/cli-linux-x64@2.2.0': + resolution: {integrity: sha512-5UmQx/OZAfJfi25zAnAGHUMuOd+LOsliIt119x2soA2gLggQYrVPA+2kMUxR6Mw5M1deUF/AWWP2qpxgH7Nyfw==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] - '@biomejs/cli-win32-arm64@2.1.2': - resolution: {integrity: sha512-G8KWZli5ASOXA3yUQgx+M4pZRv3ND16h77UsdunUL17uYpcL/UC7RkWTdkfvMQvogVsAuz5JUcBDjgZHXxlKoA==} + '@biomejs/cli-win32-arm64@2.2.0': + resolution: {integrity: sha512-n9a1/f2CwIDmNMNkFs+JI0ZjFnMO0jdOyGNtihgUNFnlmd84yIYY2KMTBmMV58ZlVHjgmY5Y6E1hVTnSRieggA==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [win32] - '@biomejs/cli-win32-x64@2.1.2': - resolution: {integrity: sha512-9zajnk59PMpjBkty3bK2IrjUsUHvqe9HWwyAWQBjGLE7MIBjbX2vwv1XPEhmO2RRuGoTkVx3WCanHrjAytICLA==} + '@biomejs/cli-win32-x64@2.2.0': + resolution: {integrity: sha512-Nawu5nHjP/zPKTIryh2AavzTc/KEg4um/MxWdXW0A6P/RZOyIpa7+QSjeXwAwX/utJGaCoXRPWtF3m5U/bB3Ww==} engines: {node: '>=14.21.3'} cpu: [x64] os: [win32] @@ -974,8 +1009,8 @@ packages: '@bkrem/react-transition-group@1.3.5': resolution: {integrity: sha512-lbBYhC42sxAeFEopxzd9oWdkkV0zirO5E9WyeOBxOrpXsf7m30Aj8vnbayZxFOwD9pvUQ2Pheb1gO79s0Qap3Q==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 '@bundled-es-modules/cookie@2.0.1': resolution: {integrity: sha512-8o+5fRPLNbjbdGRRmJj3h6Hh1AQJf2dk3qQ/5ZFb+PXkRNiSoMGGUKlsgLfrxneb72axVJyIYji64E2+nNfYyw==} @@ -986,11 +1021,11 @@ packages: '@bundled-es-modules/tough-cookie@0.1.6': resolution: {integrity: sha512-dvMHbL464C0zI+Yqxbz6kZ5TOEp7GLW+pry/RWndAR8MJQAXZ2rPmIs8tziTZjeIyhSNZgZbCePtfSbdWqStJw==} - '@chromatic-com/storybook@4.0.1': - resolution: {integrity: sha512-GQXe5lyZl3yLewLJQyFXEpOp2h+mfN2bPrzYaOFNCJjO4Js9deKbRHTOSaiP2FRwZqDLdQwy2+SEGeXPZ94yYw==} + '@chromatic-com/storybook@4.1.0': + resolution: {integrity: sha512-B9XesFX5lQUdP81/QBTtkiYOFqEsJwQpzkZlcYPm2n/L1S/8ZabSPbz6NoY8hOJTXWZ2p7grygUlxyGy+gAvfQ==} engines: {node: '>=20.0.0', yarn: '>=1.22.18'} peerDependencies: - storybook: ^0.0.0-0 || ^9.0.0 || ^9.1.0-0 + storybook: ^0.0.0-0 || ^9.0.0 || ^9.1.0-0 || ^9.2.0-0 '@codecov/bundler-plugin-core@1.9.1': resolution: {integrity: sha512-dt3ic7gMswz4p/qdkYPVJwXlLiLsz55rBBn2I7mr0HTG8pCoLRqnANJIwo5WrqGBZgPyVSMPBqBra6VxLWfDyA==} @@ -1008,7 +1043,7 @@ packages: '@conform-to/react@1.8.2': resolution: {integrity: sha512-AJuHH4YY64o+VP3qsXd7bqlqCJYefTcEVj6mOiQr/m9iQV785gPtGE31jdmipvQ3ZHQE0Lp4e4th7kN/xo46qg==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 '@effect/cluster@0.29.22': resolution: {integrity: sha512-lhGBFrX1hgJi/j6u62eNGV+lhij+R64+SVtJGz4aDW9w7t3wPm3nfmKDhXhqHLWDFKS03/TRY+6zIxV3FeXzrA==} @@ -1031,32 +1066,32 @@ packages: lmdb: optional: true - '@effect/language-service@0.27.2': - resolution: {integrity: sha512-AFgxoIZ6xpfwCZp7+1mj3f1HsK3Yqe9I0iUfpf8Iu2gl9F3dmdFiOvuoLRVSkfVsK2BTQr8kv2zPi53Lst2haw==} + '@effect/language-service@0.35.2': + resolution: {integrity: sha512-J7GbtthuYeruD4kYUHn3QEZtbl9v7OX9+ElD20mDBGBMA+Q6W4KnVMxZc+yDvKQBBYvfXImVUSzBbXzbrZJpyg==} hasBin: true - '@effect/platform-node-shared@0.44.0': - resolution: {integrity: sha512-UvMExEu5TUdlzJRe2O87K8+ttie0VfA26J/82uAXCAMCmi139EQvzBEbX7yE1iYIruH9CmypKXKFLU61VxSlnw==} + '@effect/platform-node-shared@0.49.0': + resolution: {integrity: sha512-6ufPQUtofYW+jsADRI4Pa4sMY+kc0dcoXWpH1ozH/bD6I5c2au1n/wDffnLoXMeHGYSpt/54Dd7WOqqNcOdXlg==} peerDependencies: - '@effect/cluster': ^0.43.0 - '@effect/platform': ^0.88.1 - '@effect/rpc': ^0.65.1 - '@effect/sql': ^0.42.0 - effect: ^3.16.14 + '@effect/cluster': ^0.48.0 + '@effect/platform': ^0.90.2 + '@effect/rpc': ^0.69.0 + '@effect/sql': ^0.44.1 + effect: ^3.17.7 - '@effect/platform-node@0.91.0': - resolution: {integrity: sha512-oHDcCilVLX1YEK6u0ukaNuYb03wLaCUTlws5JaGXsBjjdMlf3+bEW9i30bKFmf+B+uXheflf8X3MyZ3p94sXZA==} + '@effect/platform-node@0.96.0': + resolution: {integrity: sha512-9v6UJnSiQGq90gYPdakcLjkyX951ZODLwtkZgXjdKwjvcpx5C1Feq+LDsSifF3aOg1NgamwAGYDKi00JQxK6Cg==} peerDependencies: - '@effect/cluster': ^0.43.0 - '@effect/platform': ^0.88.1 - '@effect/rpc': ^0.65.1 - '@effect/sql': ^0.42.0 - effect: ^3.16.14 + '@effect/cluster': ^0.48.0 + '@effect/platform': ^0.90.2 + '@effect/rpc': ^0.69.0 + '@effect/sql': ^0.44.1 + effect: ^3.17.7 - '@effect/platform@0.88.2': - resolution: {integrity: sha512-JnPCfQz1y8ZED2OBxU82iFBT43fXrl26N+PEFtLWn1EedG6C6AwFvwbpFkICF3G2Qj/ZZ153xZaAxtVOPu4WTg==} + '@effect/platform@0.90.3': + resolution: {integrity: sha512-XvQ37yzWQKih4Du2CYladd1i/MzqtgkTPNCaN6Ku6No4CK83hDtXIV/rP03nEoBg2R3Pqgz6gGWmE2id2G81HA==} peerDependencies: - effect: ^3.16.16 + effect: ^3.17.7 '@effect/rpc@0.55.17': resolution: {integrity: sha512-1X6WHdxX4c906CKqz0jO6wQGbZpPY9h3ErRZd7xvtPrXkbfSR02QJotenbjQ844XSpIgI4qc3OzSxVrHgF3SJQ==} @@ -1071,10 +1106,10 @@ packages: '@effect/platform': ^0.80.13 effect: ^3.14.13 - '@effect/vitest@0.24.1': - resolution: {integrity: sha512-q5NVkJcmdiOlFLYhRLmeDfAk3maNDD4BYeeAr0Gy3TTXZWCX7hlWnzLoJpBVuJjjMJDC/HGxq9GFKxbP/oY7mQ==} + '@effect/vitest@0.25.1': + resolution: {integrity: sha512-OMYvOU8iGed8GZXxgVBXlYtjG+jwWj5cJxFk0hOHOfTbCHXtdCMEWlXNba5zxbE7dBnW4srbnSYrP/NGGTC3qQ==} peerDependencies: - effect: ^3.16.14 + effect: ^3.17.7 vitest: ^3.2.0 '@emnapi/core@1.4.3': @@ -1105,7 +1140,7 @@ packages: resolution: {integrity: sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==} peerDependencies: '@types/react': '*' - react: ~19.1.0 + react: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -1122,7 +1157,7 @@ packages: '@emotion/use-insertion-effect-with-fallbacks@1.2.0': resolution: {integrity: sha512-yJMtVdH59sxi/aVJBpk9FQq+OR8ll5GT8oWd57UpeaKEVGab41JWaCFA7FRLoMLloOZF/c/wsPoe+bfGmRKgDg==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 '@emotion/utils@1.4.2': resolution: {integrity: sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==} @@ -1136,152 +1171,158 @@ packages: '@epic-web/invariant@1.0.0': resolution: {integrity: sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA==} - '@esbuild/aix-ppc64@0.25.3': - resolution: {integrity: sha512-W8bFfPA8DowP8l//sxjJLSLkD8iEjMc7cBVyP+u4cEv9sM7mdUCkgsj+t0n/BWPFtv7WWCN5Yzj0N6FJNUUqBQ==} + '@esbuild/aix-ppc64@0.25.9': + resolution: {integrity: sha512-OaGtL73Jck6pBKjNIe24BnFE6agGl+6KxDtTfHhy1HmhthfKouEcOhqpSL64K4/0WCtbKFLOdzD/44cJ4k9opA==} engines: {node: '>=18'} cpu: [ppc64] os: [aix] - '@esbuild/android-arm64@0.25.3': - resolution: {integrity: sha512-XelR6MzjlZuBM4f5z2IQHK6LkK34Cvv6Rj2EntER3lwCBFdg6h2lKbtRjpTTsdEjD/WSe1q8UyPBXP1x3i/wYQ==} + '@esbuild/android-arm64@0.25.9': + resolution: {integrity: sha512-IDrddSmpSv51ftWslJMvl3Q2ZT98fUSL2/rlUXuVqRXHCs5EUF1/f+jbjF5+NG9UffUDMCiTyh8iec7u8RlTLg==} engines: {node: '>=18'} cpu: [arm64] os: [android] - '@esbuild/android-arm@0.25.3': - resolution: {integrity: sha512-PuwVXbnP87Tcff5I9ngV0lmiSu40xw1At6i3GsU77U7cjDDB4s0X2cyFuBiDa1SBk9DnvWwnGvVaGBqoFWPb7A==} + '@esbuild/android-arm@0.25.9': + resolution: {integrity: sha512-5WNI1DaMtxQ7t7B6xa572XMXpHAaI/9Hnhk8lcxF4zVN4xstUgTlvuGDorBguKEnZO70qwEcLpfifMLoxiPqHQ==} engines: {node: '>=18'} cpu: [arm] os: [android] - '@esbuild/android-x64@0.25.3': - resolution: {integrity: sha512-ogtTpYHT/g1GWS/zKM0cc/tIebFjm1F9Aw1boQ2Y0eUQ+J89d0jFY//s9ei9jVIlkYi8AfOjiixcLJSGNSOAdQ==} + '@esbuild/android-x64@0.25.9': + resolution: {integrity: sha512-I853iMZ1hWZdNllhVZKm34f4wErd4lMyeV7BLzEExGEIZYsOzqDWDf+y082izYUE8gtJnYHdeDpN/6tUdwvfiw==} engines: {node: '>=18'} cpu: [x64] os: [android] - '@esbuild/darwin-arm64@0.25.3': - resolution: {integrity: sha512-eESK5yfPNTqpAmDfFWNsOhmIOaQA59tAcF/EfYvo5/QWQCzXn5iUSOnqt3ra3UdzBv073ykTtmeLJZGt3HhA+w==} + '@esbuild/darwin-arm64@0.25.9': + resolution: {integrity: sha512-XIpIDMAjOELi/9PB30vEbVMs3GV1v2zkkPnuyRRURbhqjyzIINwj+nbQATh4H9GxUgH1kFsEyQMxwiLFKUS6Rg==} engines: {node: '>=18'} cpu: [arm64] os: [darwin] - '@esbuild/darwin-x64@0.25.3': - resolution: {integrity: sha512-Kd8glo7sIZtwOLcPbW0yLpKmBNWMANZhrC1r6K++uDR2zyzb6AeOYtI6udbtabmQpFaxJ8uduXMAo1gs5ozz8A==} + '@esbuild/darwin-x64@0.25.9': + resolution: {integrity: sha512-jhHfBzjYTA1IQu8VyrjCX4ApJDnH+ez+IYVEoJHeqJm9VhG9Dh2BYaJritkYK3vMaXrf7Ogr/0MQ8/MeIefsPQ==} engines: {node: '>=18'} cpu: [x64] os: [darwin] - '@esbuild/freebsd-arm64@0.25.3': - resolution: {integrity: sha512-EJiyS70BYybOBpJth3M0KLOus0n+RRMKTYzhYhFeMwp7e/RaajXvP+BWlmEXNk6uk+KAu46j/kaQzr6au+JcIw==} + '@esbuild/freebsd-arm64@0.25.9': + resolution: {integrity: sha512-z93DmbnY6fX9+KdD4Ue/H6sYs+bhFQJNCPZsi4XWJoYblUqT06MQUdBCpcSfuiN72AbqeBFu5LVQTjfXDE2A6Q==} engines: {node: '>=18'} cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-x64@0.25.3': - resolution: {integrity: sha512-Q+wSjaLpGxYf7zC0kL0nDlhsfuFkoN+EXrx2KSB33RhinWzejOd6AvgmP5JbkgXKmjhmpfgKZq24pneodYqE8Q==} + '@esbuild/freebsd-x64@0.25.9': + resolution: {integrity: sha512-mrKX6H/vOyo5v71YfXWJxLVxgy1kyt1MQaD8wZJgJfG4gq4DpQGpgTB74e5yBeQdyMTbgxp0YtNj7NuHN0PoZg==} engines: {node: '>=18'} cpu: [x64] os: [freebsd] - '@esbuild/linux-arm64@0.25.3': - resolution: {integrity: sha512-xCUgnNYhRD5bb1C1nqrDV1PfkwgbswTTBRbAd8aH5PhYzikdf/ddtsYyMXFfGSsb/6t6QaPSzxtbfAZr9uox4A==} + '@esbuild/linux-arm64@0.25.9': + resolution: {integrity: sha512-BlB7bIcLT3G26urh5Dmse7fiLmLXnRlopw4s8DalgZ8ef79Jj4aUcYbk90g8iCa2467HX8SAIidbL7gsqXHdRw==} engines: {node: '>=18'} cpu: [arm64] os: [linux] - '@esbuild/linux-arm@0.25.3': - resolution: {integrity: sha512-dUOVmAUzuHy2ZOKIHIKHCm58HKzFqd+puLaS424h6I85GlSDRZIA5ycBixb3mFgM0Jdh+ZOSB6KptX30DD8YOQ==} + '@esbuild/linux-arm@0.25.9': + resolution: {integrity: sha512-HBU2Xv78SMgaydBmdor38lg8YDnFKSARg1Q6AT0/y2ezUAKiZvc211RDFHlEZRFNRVhcMamiToo7bDx3VEOYQw==} engines: {node: '>=18'} cpu: [arm] os: [linux] - '@esbuild/linux-ia32@0.25.3': - resolution: {integrity: sha512-yplPOpczHOO4jTYKmuYuANI3WhvIPSVANGcNUeMlxH4twz/TeXuzEP41tGKNGWJjuMhotpGabeFYGAOU2ummBw==} + '@esbuild/linux-ia32@0.25.9': + resolution: {integrity: sha512-e7S3MOJPZGp2QW6AK6+Ly81rC7oOSerQ+P8L0ta4FhVi+/j/v2yZzx5CqqDaWjtPFfYz21Vi1S0auHrap3Ma3A==} engines: {node: '>=18'} cpu: [ia32] os: [linux] - '@esbuild/linux-loong64@0.25.3': - resolution: {integrity: sha512-P4BLP5/fjyihmXCELRGrLd793q/lBtKMQl8ARGpDxgzgIKJDRJ/u4r1A/HgpBpKpKZelGct2PGI4T+axcedf6g==} + '@esbuild/linux-loong64@0.25.9': + resolution: {integrity: sha512-Sbe10Bnn0oUAB2AalYztvGcK+o6YFFA/9829PhOCUS9vkJElXGdphz0A3DbMdP8gmKkqPmPcMJmJOrI3VYB1JQ==} engines: {node: '>=18'} cpu: [loong64] os: [linux] - '@esbuild/linux-mips64el@0.25.3': - resolution: {integrity: sha512-eRAOV2ODpu6P5divMEMa26RRqb2yUoYsuQQOuFUexUoQndm4MdpXXDBbUoKIc0iPa4aCO7gIhtnYomkn2x+bag==} + '@esbuild/linux-mips64el@0.25.9': + resolution: {integrity: sha512-YcM5br0mVyZw2jcQeLIkhWtKPeVfAerES5PvOzaDxVtIyZ2NUBZKNLjC5z3/fUlDgT6w89VsxP2qzNipOaaDyA==} engines: {node: '>=18'} cpu: [mips64el] os: [linux] - '@esbuild/linux-ppc64@0.25.3': - resolution: {integrity: sha512-ZC4jV2p7VbzTlnl8nZKLcBkfzIf4Yad1SJM4ZMKYnJqZFD4rTI+pBG65u8ev4jk3/MPwY9DvGn50wi3uhdaghg==} + '@esbuild/linux-ppc64@0.25.9': + resolution: {integrity: sha512-++0HQvasdo20JytyDpFvQtNrEsAgNG2CY1CLMwGXfFTKGBGQT3bOeLSYE2l1fYdvML5KUuwn9Z8L1EWe2tzs1w==} engines: {node: '>=18'} cpu: [ppc64] os: [linux] - '@esbuild/linux-riscv64@0.25.3': - resolution: {integrity: sha512-LDDODcFzNtECTrUUbVCs6j9/bDVqy7DDRsuIXJg6so+mFksgwG7ZVnTruYi5V+z3eE5y+BJZw7VvUadkbfg7QA==} + '@esbuild/linux-riscv64@0.25.9': + resolution: {integrity: sha512-uNIBa279Y3fkjV+2cUjx36xkx7eSjb8IvnL01eXUKXez/CBHNRw5ekCGMPM0BcmqBxBcdgUWuUXmVWwm4CH9kg==} engines: {node: '>=18'} cpu: [riscv64] os: [linux] - '@esbuild/linux-s390x@0.25.3': - resolution: {integrity: sha512-s+w/NOY2k0yC2p9SLen+ymflgcpRkvwwa02fqmAwhBRI3SC12uiS10edHHXlVWwfAagYSY5UpmT/zISXPMW3tQ==} + '@esbuild/linux-s390x@0.25.9': + resolution: {integrity: sha512-Mfiphvp3MjC/lctb+7D287Xw1DGzqJPb/J2aHHcHxflUo+8tmN/6d4k6I2yFR7BVo5/g7x2Monq4+Yew0EHRIA==} engines: {node: '>=18'} cpu: [s390x] os: [linux] - '@esbuild/linux-x64@0.25.3': - resolution: {integrity: sha512-nQHDz4pXjSDC6UfOE1Fw9Q8d6GCAd9KdvMZpfVGWSJztYCarRgSDfOVBY5xwhQXseiyxapkiSJi/5/ja8mRFFA==} + '@esbuild/linux-x64@0.25.9': + resolution: {integrity: sha512-iSwByxzRe48YVkmpbgoxVzn76BXjlYFXC7NvLYq+b+kDjyyk30J0JY47DIn8z1MO3K0oSl9fZoRmZPQI4Hklzg==} engines: {node: '>=18'} cpu: [x64] os: [linux] - '@esbuild/netbsd-arm64@0.25.3': - resolution: {integrity: sha512-1QaLtOWq0mzK6tzzp0jRN3eccmN3hezey7mhLnzC6oNlJoUJz4nym5ZD7mDnS/LZQgkrhEbEiTn515lPeLpgWA==} + '@esbuild/netbsd-arm64@0.25.9': + resolution: {integrity: sha512-9jNJl6FqaUG+COdQMjSCGW4QiMHH88xWbvZ+kRVblZsWrkXlABuGdFJ1E9L7HK+T0Yqd4akKNa/lO0+jDxQD4Q==} engines: {node: '>=18'} cpu: [arm64] os: [netbsd] - '@esbuild/netbsd-x64@0.25.3': - resolution: {integrity: sha512-i5Hm68HXHdgv8wkrt+10Bc50zM0/eonPb/a/OFVfB6Qvpiirco5gBA5bz7S2SHuU+Y4LWn/zehzNX14Sp4r27g==} + '@esbuild/netbsd-x64@0.25.9': + resolution: {integrity: sha512-RLLdkflmqRG8KanPGOU7Rpg829ZHu8nFy5Pqdi9U01VYtG9Y0zOG6Vr2z4/S+/3zIyOxiK6cCeYNWOFR9QP87g==} engines: {node: '>=18'} cpu: [x64] os: [netbsd] - '@esbuild/openbsd-arm64@0.25.3': - resolution: {integrity: sha512-zGAVApJEYTbOC6H/3QBr2mq3upG/LBEXr85/pTtKiv2IXcgKV0RT0QA/hSXZqSvLEpXeIxah7LczB4lkiYhTAQ==} + '@esbuild/openbsd-arm64@0.25.9': + resolution: {integrity: sha512-YaFBlPGeDasft5IIM+CQAhJAqS3St3nJzDEgsgFixcfZeyGPCd6eJBWzke5piZuZ7CtL656eOSYKk4Ls2C0FRQ==} engines: {node: '>=18'} cpu: [arm64] os: [openbsd] - '@esbuild/openbsd-x64@0.25.3': - resolution: {integrity: sha512-fpqctI45NnCIDKBH5AXQBsD0NDPbEFczK98hk/aa6HJxbl+UtLkJV2+Bvy5hLSLk3LHmqt0NTkKNso1A9y1a4w==} + '@esbuild/openbsd-x64@0.25.9': + resolution: {integrity: sha512-1MkgTCuvMGWuqVtAvkpkXFmtL8XhWy+j4jaSO2wxfJtilVCi0ZE37b8uOdMItIHz4I6z1bWWtEX4CJwcKYLcuA==} engines: {node: '>=18'} cpu: [x64] os: [openbsd] - '@esbuild/sunos-x64@0.25.3': - resolution: {integrity: sha512-ROJhm7d8bk9dMCUZjkS8fgzsPAZEjtRJqCAmVgB0gMrvG7hfmPmz9k1rwO4jSiblFjYmNvbECL9uhaPzONMfgA==} + '@esbuild/openharmony-arm64@0.25.9': + resolution: {integrity: sha512-4Xd0xNiMVXKh6Fa7HEJQbrpP3m3DDn43jKxMjxLLRjWnRsfxjORYJlXPO4JNcXtOyfajXorRKY9NkOpTHptErg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openharmony] + + '@esbuild/sunos-x64@0.25.9': + resolution: {integrity: sha512-WjH4s6hzo00nNezhp3wFIAfmGZ8U7KtrJNlFMRKxiI9mxEK1scOMAaa9i4crUtu+tBr+0IN6JCuAcSBJZfnphw==} engines: {node: '>=18'} cpu: [x64] os: [sunos] - '@esbuild/win32-arm64@0.25.3': - resolution: {integrity: sha512-YWcow8peiHpNBiIXHwaswPnAXLsLVygFwCB3A7Bh5jRkIBFWHGmNQ48AlX4xDvQNoMZlPYzjVOQDYEzWCqufMQ==} + '@esbuild/win32-arm64@0.25.9': + resolution: {integrity: sha512-mGFrVJHmZiRqmP8xFOc6b84/7xa5y5YvR1x8djzXpJBSv/UsNK6aqec+6JDjConTgvvQefdGhFDAs2DLAds6gQ==} engines: {node: '>=18'} cpu: [arm64] os: [win32] - '@esbuild/win32-ia32@0.25.3': - resolution: {integrity: sha512-qspTZOIGoXVS4DpNqUYUs9UxVb04khS1Degaw/MnfMe7goQ3lTfQ13Vw4qY/Nj0979BGvMRpAYbs/BAxEvU8ew==} + '@esbuild/win32-ia32@0.25.9': + resolution: {integrity: sha512-b33gLVU2k11nVx1OhX3C8QQP6UHQK4ZtN56oFWvVXvz2VkDoe6fbG8TOgHFxEvqeqohmRnIHe5A1+HADk4OQww==} engines: {node: '>=18'} cpu: [ia32] os: [win32] - '@esbuild/win32-x64@0.25.3': - resolution: {integrity: sha512-ICgUR+kPimx0vvRzf+N/7L7tVSQeE3BYY+NhHRHXS1kBuPO7z2+7ea2HbhDyZdTephgvNvKrlDDKUexuCVBVvg==} + '@esbuild/win32-x64@0.25.9': + resolution: {integrity: sha512-PPOl1mi6lpLNQxnGoyAfschAodRFYXJ+9fs6WHXz7CSWKbOqiMZsubC+BQsVKuul+3vKLuwTHsS2c2y9EoKwxQ==} engines: {node: '>=18'} cpu: [x64] os: [win32] @@ -1331,14 +1372,29 @@ packages: '@floating-ui/core@1.6.9': resolution: {integrity: sha512-uMXCuQ3BItDUbAMhIXw7UPXRfAlOAvZzdK9BWpE60MCn+Svt3aLn9jsPTi/WNGlRUu2uI0v5S7JiIUsbsvh3fw==} + '@floating-ui/core@1.7.3': + resolution: {integrity: sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==} + '@floating-ui/dom@1.6.13': resolution: {integrity: sha512-umqzocjDgNRGTuO7Q8CU32dkHkECqI8ZdMZ5Swb6QAM0t5rnlrN3lGo1hdpscRd3WS8T6DKYK4ephgIH9iRh3w==} + '@floating-ui/dom@1.7.3': + resolution: {integrity: sha512-uZA413QEpNuhtb3/iIKoYMSK07keHPYeXF02Zhd6e213j+d1NamLix/mCLxBUDW/Gx52sPH2m+chlUsyaBs/Ag==} + '@floating-ui/react-dom@2.1.2': resolution: {integrity: sha512-06okr5cgPzMNBy+Ycse2A6udMi4bqwW/zgBF/rwjcNqWkyr82Mcg8b0vjX8OJpZFy/FKjJmw6wV7t44kK6kW7A==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 + + '@floating-ui/react-dom@2.1.5': + resolution: {integrity: sha512-HDO/1/1oH9fjj4eLgegrlH3dklZpHtUYYFiVwMUwfGvk9jWDRWqkklA2/NFScknrcNSspbV868WjXORvreDX+Q==} + peerDependencies: + react: ~19.1.1 + react-dom: ~19.1.1 + + '@floating-ui/utils@0.2.10': + resolution: {integrity: sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==} '@floating-ui/utils@0.2.9': resolution: {integrity: sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==} @@ -1409,17 +1465,17 @@ packages: '@types/node': optional: true - '@internationalized/date@3.8.0': - resolution: {integrity: sha512-J51AJ0fEL68hE4CwGPa6E0PO6JDaVLd8aln48xFCSy7CZkZc96dGEGmLs2OEEbBxcsVZtfrqkXJwI2/MSG8yKw==} + '@internationalized/date@3.8.2': + resolution: {integrity: sha512-/wENk7CbvLbkUvX1tu0mwq49CVkkWpkXubGel6birjRPyo6uQ4nQpnq5xZu823zRCwwn82zgHrvgF1vZyvmVgA==} - '@internationalized/message@3.1.7': - resolution: {integrity: sha512-gLQlhEW4iO7DEFPf/U7IrIdA3UyLGS0opeqouaFwlMObLUzwexRjbygONHDVbC9G9oFLXsLyGKYkJwqXw/QADg==} + '@internationalized/message@3.1.8': + resolution: {integrity: sha512-Rwk3j/TlYZhn3HQ6PyXUV0XP9Uv42jqZGNegt0BXlxjE6G3+LwHjbQZAGHhCnCPdaA6Tvd3ma/7QzLlLkJxAWA==} - '@internationalized/number@3.6.1': - resolution: {integrity: sha512-UVsb4bCwbL944E0SX50CHFtWEeZ2uB5VozZ5yDXJdq6iPZsZO5p+bjVMZh2GxHf4Bs/7xtDCcPwEa2NU9DaG/g==} + '@internationalized/number@3.6.4': + resolution: {integrity: sha512-P+/h+RDaiX8EGt3shB9AYM1+QgkvHmJ5rKi4/59k4sg9g58k9rqsRW0WxRO7jCoHyvVbFRRFKmVTdFYdehrxHg==} - '@internationalized/string@3.2.6': - resolution: {integrity: sha512-LR2lnM4urJta5/wYJVV7m8qk5DrMZmLRTuFhbQO5b9/sKLHgty6unQy1Li4+Su2DWydmB4aZdS5uxBRXIq2aAw==} + '@internationalized/string@3.2.7': + resolution: {integrity: sha512-D4OHBjrinH+PFZPvfCXvG28n2LSykWcJ7GIioQL+ok0LON15SdfoUssoHzzOUmVZLbRoREsQXVzA6r8JKsbP6A==} '@isaacs/cliui@8.0.2': resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} @@ -1433,11 +1489,11 @@ packages: resolution: {integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==} engines: {node: '>=8'} - '@joshwooding/vite-plugin-react-docgen-typescript@0.6.0': - resolution: {integrity: sha512-dPo6SE4dm8UKcgGg4LsV9iw6f5HkIeJwzMA2M2Lb+mhl5vxesbDvb3ENTzNTkGnOxS6PqJig2pfXdtYaW3S9fg==} + '@joshwooding/vite-plugin-react-docgen-typescript@0.6.1': + resolution: {integrity: sha512-J4BaTocTOYFkMHIra1JDWrMWpNmBl4EkplIwHEsV8aeUOtdWjwSnln9U7twjMFTAEB7mptNtSKyVi1Y2W9sDJw==} peerDependencies: typescript: '>= 4.3.x' - vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 + vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 peerDependenciesMeta: typescript: optional: true @@ -1445,10 +1501,16 @@ packages: '@jridgewell/gen-mapping@0.3.12': resolution: {integrity: sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==} + '@jridgewell/gen-mapping@0.3.13': + resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==} + '@jridgewell/gen-mapping@0.3.8': resolution: {integrity: sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==} engines: {node: '>=6.0.0'} + '@jridgewell/remapping@2.3.5': + resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==} + '@jridgewell/resolve-uri@3.1.2': resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} engines: {node: '>=6.0.0'} @@ -1460,12 +1522,18 @@ packages: '@jridgewell/sourcemap-codec@1.5.0': resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==} + '@jridgewell/sourcemap-codec@1.5.5': + resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==} + '@jridgewell/trace-mapping@0.3.25': resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} '@jridgewell/trace-mapping@0.3.29': resolution: {integrity: sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==} + '@jridgewell/trace-mapping@0.3.30': + resolution: {integrity: sha512-GQ7Nw5G2lTu/BtHTKfXhKHok2WGetd4XYcVKGx00SjAk8GMwgJM3zr6zORiPGuOE+/vkc90KtTosSSvaCjKb2Q==} + '@jsr/nick__clsx@0.3.1': resolution: {integrity: sha512-74Wg5ed6OdEzKAoVv1FcVBwaiKIK0LmLPHXUWH58bxf+/6EPGhUi2HtMho77972n4XagAUzFVf/aUKcVzU6UIg==, tarball: https://npm.jsr.io/~/11/@jsr/nick__clsx/0.3.1.tgz} @@ -1481,8 +1549,8 @@ packages: '@mdx-js/react@3.1.0': resolution: {integrity: sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==} peerDependencies: - '@types/react': 19.1.8 - react: ~19.1.0 + '@types/react': 19.1.10 + react: ~19.1.1 '@mdx-js/rollup@3.1.0': resolution: {integrity: sha512-q4xOtUXpCzeouE8GaJ8StT4rDxm/U5j6lkMHL2srb2Q3Y7cobE0aXyPzXVVlbeIMBi+5R5MpbiaVE5/vJUdnHg==} @@ -1659,8 +1727,8 @@ packages: '@open-draft/until@2.1.0': resolution: {integrity: sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==} - '@opentelemetry/semantic-conventions@1.34.0': - resolution: {integrity: sha512-aKcOkyrorBGlajjRdVoJWHTxfxO1vCNHLJVlSDaRHDIdjU+pX8IYQPvPDkYiujKLbRnWU+1TBwEt0QRgSm4SGA==} + '@opentelemetry/semantic-conventions@1.36.0': + resolution: {integrity: sha512-TtxJSRD8Ohxp6bKkhrm27JRHAxPczQA7idtcTOMYI+wQRRrfgqxHv1cFbCApcSnNjtXkmzFozn6jQtFrOmbjPQ==} engines: {node: '>=14'} '@oxc-project/runtime@0.73.0': @@ -1772,26 +1840,29 @@ packages: '@radix-ui/primitive@1.1.2': resolution: {integrity: sha512-XnbHrrprsNqZKQhStrSwgRUQzoCI1glLzdw79xiZPoofhGICeZRSQ3dIxAKH1gb3OHfNf4d6f+vAv3kil2eggA==} + '@radix-ui/primitive@1.1.3': + resolution: {integrity: sha512-JTF99U/6XIjCBo0wqkU5sK10glYe27MRRsfwoiq5zzOEZLHU3A3KCMa5X/azekYRCJ0HlwI0crAXS/5dEHTzDg==} + '@radix-ui/react-accessible-icon@1.1.7': resolution: {integrity: sha512-XM+E4WXl0OqUJFovy6GjmxxFyx9opfCAIUku4dlKRd5YEPqt4kALOkQOp0Of6reHuUkJuiPBEc5k0o4z4lTC8A==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 '@types/react-dom': '*' - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true '@types/react-dom': optional: true - '@radix-ui/react-accordion@1.2.11': - resolution: {integrity: sha512-l3W5D54emV2ues7jjeG1xcyN7S3jnK3zE2zHqgn0CmMsy9lNJwmgcrmaxS+7ipw15FAivzKNzH3d5EcGoFKw0A==} + '@radix-ui/react-accordion@1.2.12': + resolution: {integrity: sha512-T4nygeh9YE9dLRPhAHSeOZi7HBXo+0kYIPJXayZfvWOWA0+n3dESrZbjfDPUABkUNym6Hd+f2IR113To8D2GPA==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 '@types/react-dom': '*' - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -1801,10 +1872,10 @@ packages: '@radix-ui/react-arrow@1.1.4': resolution: {integrity: sha512-qz+fxrqgNxG0dYew5l7qR3c7wdgRu1XVUHGnGYX7rg5HM4p9SWaRmJwfgR3J0SgyUKayLmzQIun+N6rWRgiRKw==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 '@types/react-dom': '*' - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -1814,10 +1885,10 @@ packages: '@radix-ui/react-arrow@1.1.7': resolution: {integrity: sha512-F+M1tLhO+mlQaOWspE8Wstg+z6PwxwRd8oQ8IXceWz92kfAmalTRf0EjrouQeo7QssEPfCn05B4Ihs1K9WQ/7w==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 '@types/react-dom': '*' - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -1827,23 +1898,23 @@ packages: '@radix-ui/react-avatar@1.1.10': resolution: {integrity: sha512-V8piFfWapM5OmNCXTzVQY+E1rDa53zY+MQ4Y7356v4fFz6vqCyUtIz2rUD44ZEdwg78/jKmMJHj07+C/Z/rcog==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 '@types/react-dom': '*' - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true '@types/react-dom': optional: true - '@radix-ui/react-collapsible@1.1.11': - resolution: {integrity: sha512-2qrRsVGSCYasSz1RFOorXwl0H7g7J1frQtgpQgYrt+MOidtPAINHn9CPovQXb83r8ahapdx3Tu0fa/pdFFSdPg==} + '@radix-ui/react-collapsible@1.1.12': + resolution: {integrity: sha512-Uu+mSh4agx2ib1uIGPP4/CKNULyajb3p92LsVXmH2EHVMTfZWpll88XJ0j4W0z3f8NK1eYl1+Mf/szHPmcHzyA==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 '@types/react-dom': '*' - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -1853,10 +1924,10 @@ packages: '@radix-ui/react-collection@1.1.4': resolution: {integrity: sha512-cv4vSf7HttqXilDnAnvINd53OTl1/bjUYVZrkFnA7nwmY9Ob2POUy0WY0sfqBAe1s5FyKsyceQlqiEGPYNTadg==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 '@types/react-dom': '*' - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -1866,10 +1937,10 @@ packages: '@radix-ui/react-collection@1.1.7': resolution: {integrity: sha512-Fh9rGN0MoI4ZFUNyfFVNU4y9LUz93u9/0K+yLgA2bwRojxM8JU1DyvvMBabnZPBgMWREAJvU2jjVzq+LrFUglw==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 '@types/react-dom': '*' - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -1879,8 +1950,8 @@ packages: '@radix-ui/react-compose-refs@1.1.2': resolution: {integrity: sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==} peerDependencies: - '@types/react': 19.1.8 - react: ~19.1.0 + '@types/react': 19.1.10 + react: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -1888,8 +1959,8 @@ packages: '@radix-ui/react-context@1.1.2': resolution: {integrity: sha512-jCi/QKUM2r1Ju5a3J64TH2A5SpKAgh0LpknyqdQ4m6DCV0xJ2HG1xARRwNGPQfi1SLdLWZ1OJz6F4OMBBNiGJA==} peerDependencies: - '@types/react': 19.1.8 - react: ~19.1.0 + '@types/react': 19.1.10 + react: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -1897,19 +1968,19 @@ packages: '@radix-ui/react-direction@1.1.1': resolution: {integrity: sha512-1UEWRX6jnOA2y4H5WczZ44gOOjTEmlqv1uNW4GAJEO5+bauCBhv8snY65Iw5/VOS/ghKN9gr2KjnLKxrsvoMVw==} peerDependencies: - '@types/react': 19.1.8 - react: ~19.1.0 + '@types/react': 19.1.10 + react: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true - '@radix-ui/react-dismissable-layer@1.1.10': - resolution: {integrity: sha512-IM1zzRV4W3HtVgftdQiiOmA0AdJlCtMLe00FXaHwgt3rAnNsIyDqshvkIW3hj/iu5hu8ERP7KIYki6NkqDxAwQ==} + '@radix-ui/react-dismissable-layer@1.1.11': + resolution: {integrity: sha512-Nqcp+t5cTB8BinFkZgXiMJniQH0PsUt2k51FUhbdfeKvc4ACcG2uQniY/8+h1Yv6Kza4Q7lD7PQV0z0oicE0Mg==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 '@types/react-dom': '*' - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -1919,23 +1990,23 @@ packages: '@radix-ui/react-dismissable-layer@1.1.7': resolution: {integrity: sha512-j5+WBUdhccJsmH5/H0K6RncjDtoALSEr6jbkaZu+bjw6hOPOhHycr6vEUujl+HBK8kjUfWcoCJXxP6e4lUlMZw==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 '@types/react-dom': '*' - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true '@types/react-dom': optional: true - '@radix-ui/react-dropdown-menu@2.1.15': - resolution: {integrity: sha512-mIBnOjgwo9AH3FyKaSWoSu/dYj6VdhJ7frEPiGTeXCdUFHjl9h3mFh2wwhEtINOmYXWhdpf1rY2minFsmaNgVQ==} + '@radix-ui/react-dropdown-menu@2.1.16': + resolution: {integrity: sha512-1PLGQEynI/3OX/ftV54COn+3Sud/Mn8vALg2rWnBLnRaGtJDduNW/22XjlGgPdpcIbiQxjKtb7BkcjP00nqfJw==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 '@types/react-dom': '*' - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -1945,8 +2016,17 @@ packages: '@radix-ui/react-focus-guards@1.1.2': resolution: {integrity: sha512-fyjAACV62oPV925xFCrH8DR5xWhg9KYtJT4s3u54jxp+L/hbpTY2kIeEFFbFe+a/HCE94zGQMZLIpVTPVZDhaA==} peerDependencies: - '@types/react': 19.1.8 - react: ~19.1.0 + '@types/react': 19.1.10 + react: ~19.1.1 + peerDependenciesMeta: + '@types/react': + optional: true + + '@radix-ui/react-focus-guards@1.1.3': + resolution: {integrity: sha512-0rFg/Rj2Q62NCm62jZw0QX7a3sz6QCQU0LpZdNrJX8byRGaGVTqbrW9jAoIAHyMQqsNpeZ81YgSizOt5WXq0Pw==} + peerDependencies: + '@types/react': 19.1.10 + react: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -1954,10 +2034,10 @@ packages: '@radix-ui/react-focus-scope@1.1.4': resolution: {integrity: sha512-r2annK27lIW5w9Ho5NyQgqs0MmgZSTIKXWpVCJaLC1q2kZrZkcqnmHkCHMEmv8XLvsLlurKMPT+kbKkRkm/xVA==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 '@types/react-dom': '*' - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -1967,10 +2047,10 @@ packages: '@radix-ui/react-focus-scope@1.1.7': resolution: {integrity: sha512-t2ODlkXBQyn7jkl6TNaw/MtVEVvIGelJDCG41Okq/KwUsJBwQ4XVZsHAVUkK4mBv3ewiAS3PGuUWuY2BoK4ZUw==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 '@types/react-dom': '*' - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -1980,37 +2060,37 @@ packages: '@radix-ui/react-icons@1.3.2': resolution: {integrity: sha512-fyQIhGDhzfc9pK2kH6Pl9c4BDJGfMkPqkyIgYDthyNYoNg3wVhoJMMh19WS4Up/1KMPFVpNsT2q3WmXn2N1m6g==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 '@radix-ui/react-id@1.1.1': resolution: {integrity: sha512-kGkGegYIdQsOb4XjsfM97rXsiHaBwco+hFI66oO4s9LU+PLAC5oJ7khdOVFxkhsmlbpUqDAvXw11CluXP+jkHg==} peerDependencies: - '@types/react': 19.1.8 - react: ~19.1.0 + '@types/react': 19.1.10 + react: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true - '@radix-ui/react-menu@2.1.15': - resolution: {integrity: sha512-tVlmA3Vb9n8SZSd+YSbuFR66l87Wiy4du+YE+0hzKQEANA+7cWKH1WgqcEX4pXqxUFQKrWQGHdvEfw00TjFiew==} + '@radix-ui/react-menu@2.1.16': + resolution: {integrity: sha512-72F2T+PLlphrqLcAotYPp0uJMr5SjP5SL01wfEspJbru5Zs5vQaSHb4VB3ZMJPimgHHCHG7gMOeOB9H3Hdmtxg==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 '@types/react-dom': '*' - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true '@types/react-dom': optional: true - '@radix-ui/react-navigation-menu@1.2.13': - resolution: {integrity: sha512-WG8wWfDiJlSF5hELjwfjSGOXcBR/ZMhBFCGYe8vERpC39CQYZeq1PQ2kaYHdye3V95d06H89KGMsVCIE4LWo3g==} + '@radix-ui/react-navigation-menu@1.2.14': + resolution: {integrity: sha512-YB9mTFQvCOAQMHU+C/jVl96WmuWeltyUEpRJJky51huhds5W2FQr1J8D/16sQlf0ozxkPK8uF3niQMdUwZPv5w==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 '@types/react-dom': '*' - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -2020,23 +2100,23 @@ packages: '@radix-ui/react-popper@1.2.4': resolution: {integrity: sha512-3p2Rgm/a1cK0r/UVkx5F/K9v/EplfjAeIFCGOPYPO4lZ0jtg4iSQXt/YGTSLWaf4x7NG6Z4+uKFcylcTZjeqDA==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 '@types/react-dom': '*' - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true '@types/react-dom': optional: true - '@radix-ui/react-popper@1.2.7': - resolution: {integrity: sha512-IUFAccz1JyKcf/RjB552PlWwxjeCJB8/4KxT7EhBHOJM+mN7LdW+B3kacJXILm32xawcMMjb2i0cIZpo+f9kiQ==} + '@radix-ui/react-popper@1.2.8': + resolution: {integrity: sha512-0NJQ4LFFUuWkE7Oxf0htBKS6zLkkjBH+hM1uk7Ng705ReR8m/uelduy1DBo0PyBXPKVnBA6YBlU94MBGXrSBCw==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 '@types/react-dom': '*' - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -2046,10 +2126,10 @@ packages: '@radix-ui/react-portal@1.1.6': resolution: {integrity: sha512-XmsIl2z1n/TsYFLIdYam2rmFwf9OC/Sh2avkbmVMDuBZIe7hSpM0cYnWPAo7nHOVx8zTuwDZGByfcqLdnzp3Vw==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 '@types/react-dom': '*' - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -2059,23 +2139,23 @@ packages: '@radix-ui/react-portal@1.1.9': resolution: {integrity: sha512-bpIxvq03if6UNwXZ+HTK71JLh4APvnXntDc6XOX8UVq4XQOVl7lwok0AvIl+b8zgCw3fSaVTZMpAPPagXbKmHQ==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 '@types/react-dom': '*' - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true '@types/react-dom': optional: true - '@radix-ui/react-presence@1.1.4': - resolution: {integrity: sha512-ueDqRbdc4/bkaQT3GIpLQssRlFgWaL/U2z/S31qRwwLWoxHLgry3SIfCwhxeQNbirEUXFa+lq3RL3oBYXtcmIA==} + '@radix-ui/react-presence@1.1.5': + resolution: {integrity: sha512-/jfEwNDdQVBCNvjkGit4h6pMOzq8bHkopq458dPt2lMjx+eBQUohZNG9A7DtO/O5ukSbxuaNGXMjHicgwy6rQQ==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 '@types/react-dom': '*' - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -2085,10 +2165,10 @@ packages: '@radix-ui/react-primitive@2.1.0': resolution: {integrity: sha512-/J/FhLdK0zVcILOwt5g+dH4KnkonCtkVJsa2G6JmvbbtZfBEI1gMsO3QMjseL4F/SwfAMt1Vc/0XKYKq+xJ1sw==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 '@types/react-dom': '*' - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -2098,23 +2178,23 @@ packages: '@radix-ui/react-primitive@2.1.3': resolution: {integrity: sha512-m9gTwRkhy2lvCPe6QJp4d3G1TYEUHn/FzJUtq9MjH46an1wJU+GdoGC5VLof8RX8Ft/DlpshApkhswDLZzHIcQ==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 '@types/react-dom': '*' - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true '@types/react-dom': optional: true - '@radix-ui/react-roving-focus@1.1.10': - resolution: {integrity: sha512-dT9aOXUen9JSsxnMPv/0VqySQf5eDQ6LCk5Sw28kamz8wSOW2bJdlX2Bg5VUIIcV+6XlHpWTIuTPCf/UNIyq8Q==} + '@radix-ui/react-roving-focus@1.1.11': + resolution: {integrity: sha512-7A6S9jSgm/S+7MdtNDSb+IU859vQqJ/QAtcYQcfFC6W8RS4IxIZDldLR0xqCFZ6DCyrQLjLPsxtTNch5jVA4lA==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 '@types/react-dom': '*' - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -2124,10 +2204,10 @@ packages: '@radix-ui/react-select@2.2.2': resolution: {integrity: sha512-HjkVHtBkuq+r3zUAZ/CvNWUGKPfuicGDbgtZgiQuFmNcV5F+Tgy24ep2nsAW2nFgvhGPJVqeBZa6KyVN0EyrBA==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 '@types/react-dom': '*' - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -2137,10 +2217,10 @@ packages: '@radix-ui/react-separator@1.1.7': resolution: {integrity: sha512-0HEb8R9E8A+jZjvmFCy/J4xhbXy3TV+9XSnGJ3KvTtjlIUy/YQ/p6UYZvi7YbeoeXdyU9+Y3scizK6hkY37baA==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 '@types/react-dom': '*' - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -2150,8 +2230,8 @@ packages: '@radix-ui/react-slot@1.2.0': resolution: {integrity: sha512-ujc+V6r0HNDviYqIK3rW4ffgYiZ8g5DEHrGJVk4x7kTlLXRDILnKX9vAUYeIsLOoDpDJ0ujpqMkjH4w2ofuo6w==} peerDependencies: - '@types/react': 19.1.8 - react: ~19.1.0 + '@types/react': 19.1.10 + react: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -2159,19 +2239,19 @@ packages: '@radix-ui/react-slot@1.2.3': resolution: {integrity: sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==} peerDependencies: - '@types/react': 19.1.8 - react: ~19.1.0 + '@types/react': 19.1.10 + react: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true - '@radix-ui/react-switch@1.2.5': - resolution: {integrity: sha512-5ijLkak6ZMylXsaImpZ8u4Rlf5grRmoc0p0QeX9VJtlrM4f5m3nCTX8tWga/zOA8PZYIR/t0p2Mnvd7InrJ6yQ==} + '@radix-ui/react-switch@1.2.6': + resolution: {integrity: sha512-bByzr1+ep1zk4VubeEVViV592vu2lHE2BZY5OnzehZqOOgogN80+mNtCqPkhn2gklJqOpxWgPoYTSnhBCqpOXQ==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 '@types/react-dom': '*' - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -2181,8 +2261,8 @@ packages: '@radix-ui/react-use-callback-ref@1.1.1': resolution: {integrity: sha512-FkBMwD+qbGQeMu1cOHnuGB6x4yzPjho8ap5WtbEJ26umhgqVXbhekKUQO+hZEL1vU92a3wHwdp0HAcqAUF5iDg==} peerDependencies: - '@types/react': 19.1.8 - react: ~19.1.0 + '@types/react': 19.1.10 + react: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -2190,8 +2270,8 @@ packages: '@radix-ui/react-use-controllable-state@1.2.2': resolution: {integrity: sha512-BjasUjixPFdS+NKkypcyyN5Pmg83Olst0+c6vGov0diwTEo6mgdqVR6hxcEgFuh4QrAs7Rc+9KuGJ9TVCj0Zzg==} peerDependencies: - '@types/react': 19.1.8 - react: ~19.1.0 + '@types/react': 19.1.10 + react: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -2199,8 +2279,8 @@ packages: '@radix-ui/react-use-effect-event@0.0.2': resolution: {integrity: sha512-Qp8WbZOBe+blgpuUT+lw2xheLP8q0oatc9UpmiemEICxGvFLYmHm9QowVZGHtJlGbS6A6yJ3iViad/2cVjnOiA==} peerDependencies: - '@types/react': 19.1.8 - react: ~19.1.0 + '@types/react': 19.1.10 + react: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -2208,8 +2288,8 @@ packages: '@radix-ui/react-use-escape-keydown@1.1.1': resolution: {integrity: sha512-Il0+boE7w/XebUHyBjroE+DbByORGR9KKmITzbR7MyQ4akpORYP/ZmbhAr0DG7RmmBqoOnZdy2QlvajJ2QA59g==} peerDependencies: - '@types/react': 19.1.8 - react: ~19.1.0 + '@types/react': 19.1.10 + react: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -2217,8 +2297,8 @@ packages: '@radix-ui/react-use-is-hydrated@0.1.0': resolution: {integrity: sha512-U+UORVEq+cTnRIaostJv9AGdV3G6Y+zbVd+12e18jQ5A3c0xL03IhnHuiU4UV69wolOQp5GfR58NW/EgdQhwOA==} peerDependencies: - '@types/react': 19.1.8 - react: ~19.1.0 + '@types/react': 19.1.10 + react: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -2226,8 +2306,8 @@ packages: '@radix-ui/react-use-layout-effect@1.1.1': resolution: {integrity: sha512-RbJRS4UWQFkzHTTwVymMTUv8EqYhOp8dOOviLj2ugtTiXRaRQS7GLGxZTLL1jWhMeoSCf5zmcZkqTl9IiYfXcQ==} peerDependencies: - '@types/react': 19.1.8 - react: ~19.1.0 + '@types/react': 19.1.10 + react: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -2235,8 +2315,8 @@ packages: '@radix-ui/react-use-previous@1.1.1': resolution: {integrity: sha512-2dHfToCj/pzca2Ck724OZ5L0EVrr3eHRNsG/b3xQJLA2hZpVCS99bLAX+hm1IHXDEnzU6by5z/5MIY794/a8NQ==} peerDependencies: - '@types/react': 19.1.8 - react: ~19.1.0 + '@types/react': 19.1.10 + react: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -2244,8 +2324,8 @@ packages: '@radix-ui/react-use-rect@1.1.1': resolution: {integrity: sha512-QTYuDesS0VtuHNNvMh+CjlKJ4LJickCMUAqjlE3+j8w+RlRpwyX3apEQKGFzbZGdo7XNG1tXa+bQqIE7HIXT2w==} peerDependencies: - '@types/react': 19.1.8 - react: ~19.1.0 + '@types/react': 19.1.10 + react: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -2253,8 +2333,8 @@ packages: '@radix-ui/react-use-size@1.1.1': resolution: {integrity: sha512-ewrXRDTAqAXlkl6t/fkXWNAhFX9I+CkKlw6zjEwk86RSPKwZr3xpBRso655aqYafwtnbpHLj6toFzmd6xdVptQ==} peerDependencies: - '@types/react': 19.1.8 - react: ~19.1.0 + '@types/react': 19.1.10 + react: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -2262,10 +2342,10 @@ packages: '@radix-ui/react-visually-hidden@1.2.0': resolution: {integrity: sha512-rQj0aAWOpCdCMRbI6pLQm8r7S2BM3YhTa0SzOYD55k+hJA8oo9J+H+9wLM9oMlZWOX/wJWPTzfDfmZkf7LvCfg==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 '@types/react-dom': '*' - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -2275,10 +2355,10 @@ packages: '@radix-ui/react-visually-hidden@1.2.3': resolution: {integrity: sha512-pzJq12tEaaIhqjbzpCuv/OypJY/BPavOofm+dbab+MHLajy277+1lLm6JFcGgF5eskJ6mquGirhXY2GD/8u8Ug==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 '@types/react-dom': '*' - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -2288,302 +2368,296 @@ packages: '@radix-ui/rect@1.1.1': resolution: {integrity: sha512-HPwpGIzkl28mWyZqG52jiqDJ12waP11Pa1lGoiyUkIEuMLBP0oeK/C89esbXrxsky5we7dfd8U58nm0SgAWpVw==} - '@react-aria/autocomplete@3.0.0-beta.1': - resolution: {integrity: sha512-ZeVR1tKJOZK5/RTuN8eprlP1lyeihdDfDYPBkdg2iT5h775LSZyOingPux9aLtdqt/uj6JIS5amK9ErI7+axug==} + '@react-aria/autocomplete@3.0.0-beta.6': + resolution: {integrity: sha512-/i0Y1nJNSDk5k49tlApYfFCylZO597KQSMy4AbG60W6VNUw51QrmY9bzO3zdGAEVdPSuMys/72KwvV6LOpllyQ==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/breadcrumbs@3.5.23': - resolution: {integrity: sha512-4uLxuAgPfXds8sBc/Cg0ml7LKWzK+YTwHL7xclhQUkPO32rzlHDl+BJ5cyWhvZgGUf8JJXbXhD5VlJJzbbl8Xg==} + '@react-aria/breadcrumbs@3.5.27': + resolution: {integrity: sha512-fuXD9nvBaBVZO0Z6EntBlxQD621/2Ldcxz76jFjc4V/jNOq/6BIVQRtpnAYYrSTiW3ZV2IoAyxRWNxQU22hOow==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/button@3.13.0': - resolution: {integrity: sha512-BEcTQb7Q8ZrAtn0scPDv/ErZoGC1FI0sLk0UTPGskuh/RV9ZZGFbuSWTqOwV8w5CS6VMvPjH6vaE8hS7sb5DIw==} + '@react-aria/button@3.14.0': + resolution: {integrity: sha512-we6z+2GpZO8lGD6EPmYH2S87kLCpU14D2E3tD2vES+SS2sZM2qcm2dUGpeo4+gZqBToLWKEBAGCSlkWEtgS19A==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/calendar@3.8.0': - resolution: {integrity: sha512-9vms/fWjJPZkJcMxciwWWOjGy/Q0nqI6FV0pYbMZbqepkzglEaVd98kl506r/4hLhWKwLdTfqCgbntRecj8jBg==} + '@react-aria/calendar@3.9.0': + resolution: {integrity: sha512-YxHLqL/LZrgwYGKzlQ96Fgt6gC+Q1L8k56sD51jJAtiD+YtT/pKJfK1zjZ3rtHtPTDYzosJ8vFgOmZNpnKQpXQ==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/checkbox@3.15.4': - resolution: {integrity: sha512-ZkDJFs2EfMBXVIpBSo4ouB+NXyr2LRgZNp2x8/v+7n3aTmMU8j2PzT+Ra2geTQbC0glMP7UrSg4qZblqrxEBcQ==} + '@react-aria/checkbox@3.16.0': + resolution: {integrity: sha512-XPaMz1/iVBG6EbJOPYlNtvr+q4f0axJeoIvyzWW3ciIdDSX/3jYuFg/sv/b3OQQl389cbQ/WUBQyWre/uXWVEg==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/collections@3.0.0-beta.1': - resolution: {integrity: sha512-udrHajGknkDioGbuqOdWjQ2P7J6fYGlkVGuIJwLxML+WgrroC+i76A4BBOD4ifJKxVAZ8TMyGSztt4RUdn+jDA==} + '@react-aria/collections@3.0.0-rc.4': + resolution: {integrity: sha512-efcQW/Kly5ebS2kWrVRBD7yEl3b0FdQE/dDL/87skVMW0Vh6AtUgCShZfcOcGAIqvG7m6QItdUHwAilDA61riQ==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/color@3.0.6': - resolution: {integrity: sha512-ik4Db9hrN1yIT0CQMB888ktBmrwA/kNhkfiDACtoUHv8Ev+YEpmagnmih9vMyW2vcnozYJpnn/aCMl59J5uMew==} + '@react-aria/color@3.1.0': + resolution: {integrity: sha512-95qcCmz5Ss6o1Z4Z7X3pEEQxoUA83qGNQkpjOvobcHbNWKfhvOAsUzdBleOx2NpyBzY16OAnhWR7PJZwR4AqiA==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/combobox@3.12.2': - resolution: {integrity: sha512-EgddiF8VnAjB4EynJERPn4IoDMUabI8GiKOQZ6Ar3MlRWxQnUfxPpZwXs8qWR3dPCzYUt2PhBinhBMjyR1yRIw==} + '@react-aria/combobox@3.13.0': + resolution: {integrity: sha512-eBa8aWcL3Ar/BvgSaqYDmNQP70LPZ7us2myM31QQt2YDRptqGHd44wzXCts9SaDVIeMVy+AEY2NkuxrVE6yNrw==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/datepicker@3.14.2': - resolution: {integrity: sha512-O7fdzcqIJ7i/+8SGYvx4tloTZgK4Ws8OChdbFcd2rZoRPqxM50M6J+Ota8hTet2wIhojUXnM3x2na3EvoucBXA==} + '@react-aria/datepicker@3.15.0': + resolution: {integrity: sha512-AONeLj7sMKz4JmzCu4bhsqwcNFXCSWoaBhi4wOJO9+WYmxudn5mSI9ez8NMCVn+s5kcYpyvzrrAFf/DvQ4UDgw==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/dialog@3.5.24': - resolution: {integrity: sha512-tw0WH89gVpHMI5KUQhuzRE+IYCc9clRfDvCppuXNueKDrZmrQKbeoU6d0b5WYRsBur2+d7ErtvpLzHVqE1HzfA==} + '@react-aria/dialog@3.5.28': + resolution: {integrity: sha512-S9dgdFBQc9LbhyBiHwGPSATwtvsIl6h+UnxDJ4oKBSse+wxdAyshbZv2tyO5RFbe3k73SAgU7yKocfg7YyRM0A==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/disclosure@3.0.4': - resolution: {integrity: sha512-HXGVLA06BH0b/gN8dCTzWATwMikz8D+ahRxZiI0HDZxLADWGsSPqRXKN0GNAiBKbvPtvAbrwslE3pktk/SlU/w==} + '@react-aria/disclosure@3.0.7': + resolution: {integrity: sha512-g17smH+5v7B6JijzN20rIRUmE2N8owYK/4blR6tIyS+oLIHr+Crkt1ErNoUWynibj2/4gDd9KGrKyzwB4vxK9g==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/dnd@3.9.2': - resolution: {integrity: sha512-pPYygmJTjSPV2K/r48TvF75WuddG8d8nlIxAXSW22++WKqZ0z+eun6gDUXoKeB2rgY7sVfLqpRdnPV52AnBX+Q==} + '@react-aria/dnd@3.11.0': + resolution: {integrity: sha512-jr47o7Fy55eYjSKWqRyuWKPnynpgC4cE9YXnYg5xa+1woRefIF2IyteOxgSHeX16+6ef2UDSsvC61T3gS6NWxQ==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/focus@3.20.2': - resolution: {integrity: sha512-Q3rouk/rzoF/3TuH6FzoAIKrl+kzZi9LHmr8S5EqLAOyP9TXIKG34x2j42dZsAhrw7TbF9gA8tBKwnCNH4ZV+Q==} + '@react-aria/focus@3.21.0': + resolution: {integrity: sha512-7NEGtTPsBy52EZ/ToVKCu0HSelE3kq9qeis+2eEq90XSuJOMaDHUQrA7RC2Y89tlEwQB31bud/kKRi9Qme1dkA==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/form@3.0.15': - resolution: {integrity: sha512-kk8AnLz+EOgnn3sTaXYmtw+YzVDc1of/+xAkuOupQi6zQFnNRjc99JlDbKHoUZ39urMl+8lsp/1b9VPPhNrBNw==} + '@react-aria/form@3.1.0': + resolution: {integrity: sha512-aDAOZafrn0V8e09mDAtCvc+JnpnkFM9X8cbI5+fdXsXAA+JxO+3uRRfnJHBlIL0iLc4C4OVWxBxWToV95pg1KA==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/grid@3.13.0': - resolution: {integrity: sha512-RcuJYA4fyJ83MH3SunU+P5BGkx3LJdQ6kxwqwWGIuI9eUKc7uVbqvN9WN3fI+L0QfxqBFmh7ffRxIdQn7puuzw==} + '@react-aria/grid@3.14.3': + resolution: {integrity: sha512-O4Ius5tJqKcMGfQT6IXD4MnEOeq6f/59nKmfCLTXMREFac/oxafqanUx3zrEVYbaqLOjEmONcd8S61ptQM6aPg==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/gridlist@3.12.0': - resolution: {integrity: sha512-KSpnSBYQ7ozGQNaRR2NGq7Fl2zIv5w9KNyO9V/IE2mxUNfX6fwqUPoANFcy9ySosksE7pPnFtuYIB+TQtUjYqQ==} + '@react-aria/gridlist@3.13.3': + resolution: {integrity: sha512-U2x/1MpdrAgK/vay2s2nVSko4WysajlMS+L8c18HE/ig2to+C8tCPWH2UuK4jTQWrK5x/PxTH+/yvtytljnIuQ==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/i18n@3.12.8': - resolution: {integrity: sha512-V/Nau9WuwTwxfFffQL4URyKyY2HhRlu9zmzkF2Hw/j5KmEQemD+9jfaLueG2CJu85lYL06JrZXUdnhZgKnqMkA==} + '@react-aria/i18n@3.12.11': + resolution: {integrity: sha512-1mxUinHbGJ6nJ/uSl62dl48vdZfWTBZePNF/wWQy98gR0qNFXLeusd7CsEmJT1971CR5i/WNYUo1ezNlIJnu6A==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/interactions@3.25.0': - resolution: {integrity: sha512-GgIsDLlO8rDU/nFn6DfsbP9rfnzhm8QFjZkB9K9+r+MTSCn7bMntiWQgMM+5O6BiA8d7C7x4zuN4bZtc0RBdXQ==} + '@react-aria/interactions@3.25.4': + resolution: {integrity: sha512-HBQMxgUPHrW8V63u9uGgBymkMfj6vdWbB0GgUJY49K9mBKMsypcHeWkWM6+bF7kxRO728/IK8bWDV6whDbqjHg==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/label@3.7.17': - resolution: {integrity: sha512-Fz7IC2LQT2Y/sAoV+gFEXoULtkznzmK2MmeTv5shTNjeTxzB1BhQbD4wyCypi7eGsnD/9Zy+8viULCsIUbvjWw==} + '@react-aria/label@3.7.20': + resolution: {integrity: sha512-Hw7OsC2GBnjptyW1lC1+SNoSIZA0eIh02QnNDr1XX2S+BPfn958NxoI7sJIstO/TUpQVNqdjEN/NI6+cyuJE6g==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/landmark@3.0.2': - resolution: {integrity: sha512-KVXa9s3fSgo/PiUjdbnPh3a1yS4t2bMZeVBPPzYAgQ4wcU2WjuLkhviw+5GWSWRfT+jpIMV7R/cmyvr0UHvRfg==} + '@react-aria/landmark@3.0.5': + resolution: {integrity: sha512-klUgRGQyTv5qWFQ0EMMLBOLa87qSTGjWoiMvytL9EgJCACkn/OzNMPbqVSkMADvadDyWCMWFYWvfweLxl3T5yw==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/link@3.8.0': - resolution: {integrity: sha512-gpDD6t3FqtFR9QjSIKNpmSR3tS4JG2anVKx2wixuRDHO6Ddexxv4SBzsE1+230p+FlFGjftFa2lEgQ7RNjZrmA==} + '@react-aria/link@3.8.4': + resolution: {integrity: sha512-7cPRGIo7x6ZZv1dhp2xGjqLR1snazSQgl7tThrBDL5E8f6Yr7SVpxOOK5/EBmfpFkhkmmXEO/Fgo/GPJdc6Vmw==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/listbox@3.14.3': - resolution: {integrity: sha512-wzelam1KENUvKjsTq8gfrOW2/iab8SyIaSXfFvGmWW82XlDTlW+oQeA39tvOZktMVGspr+xp8FySY09rtz6UXw==} + '@react-aria/listbox@3.14.7': + resolution: {integrity: sha512-U5a+AIDblaeQTIA1MDFUaYIKoPwPNAuY7SwkuA5Z7ClDOeQJkiyExmAoKcUXwUkrLULQcbOPKr401q38IL3T7Q==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/live-announcer@3.4.2': - resolution: {integrity: sha512-6+yNF9ZrZ4YJ60Oxy2gKI4/xy6WUv1iePDCFJkgpNVuOEYi8W8czff8ctXu/RPB25OJx5v2sCw9VirRogTo2zA==} + '@react-aria/live-announcer@3.4.4': + resolution: {integrity: sha512-PTTBIjNRnrdJOIRTDGNifY2d//kA7GUAwRFJNOEwSNG4FW+Bq9awqLiflw0JkpyB0VNIwou6lqKPHZVLsGWOXA==} - '@react-aria/menu@3.18.2': - resolution: {integrity: sha512-90k+Ke1bhFWhR2zuRI6OwKWQrCpOD99n+9jhG96JZJZlNo5lB+5kS+ufG1LRv5GBnCug0ciLQmPMAfguVsCjEQ==} + '@react-aria/menu@3.19.0': + resolution: {integrity: sha512-VLUGbZedKJvK2OFWEpa86GPIaj9QcWox/R9JXmNk6nyrAz/V46OBQENdliV26PEdBZgzrVxGvmkjaH7ZsN/32Q==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/meter@3.4.22': - resolution: {integrity: sha512-A/30vrtJO0xqctS/ngE1Lp/w3Aq3MPcpdRHU5E06EUYotzRzHFE9sNmezWslkZ3NfYwA/mxLvgmrsOJSR0Hx6A==} + '@react-aria/meter@3.4.25': + resolution: {integrity: sha512-6IqOnwuEt8z6UDy8Ru3ZZRZIUiELD0N3Wi/udMfR8gz4oznutvnRCMpRXkVVaVLYQfRglybu2/Lxfe+rq8WiRg==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/numberfield@3.11.13': - resolution: {integrity: sha512-F73BVdIRV8VvKl0omhGaf0E7mdJ7pdPjDP3wYNf410t55BXPxmndItUKpGfxSbl8k6ZYLvQyOqkD6oWSfZXpZw==} + '@react-aria/numberfield@3.12.0': + resolution: {integrity: sha512-JkgkjYsZ9lN5m3//X3buOKVrA/QJEeeXJ+5T5r6AmF29YdIhD1Plf5AEOWoRpZWQ25chH7FI/Orsf4h3/SLOpg==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/overlays@3.27.0': - resolution: {integrity: sha512-2vZVgL7FrloN5Rh8sAhadGADJbuWg69DdSJB3fd2/h5VvcEhnIfNPu9Ma5XmdkApDoTboIEsKZ4QLYwRl98w6w==} + '@react-aria/overlays@3.28.0': + resolution: {integrity: sha512-qaHahAXTmxXULgg2/UfWEIwfgdKsn27XYryXAWWDu2CAZTcbI+5mGwYrQZSDWraM6v5PUUepzOVvm7hjTqiMFw==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/progress@3.4.22': - resolution: {integrity: sha512-wK2hath4C9HKgmjCH+iSrAs86sUKqqsYKbEKk9/Rj9rzXqHyaEK9EG0YZDnSjd8kX+N9hYcs5MfJl6AZMH4juQ==} + '@react-aria/progress@3.4.25': + resolution: {integrity: sha512-KD9Gow+Ip6ZCBdsarR+Hby3c4d99I6L95Ruf7tbCh4ut9i9Dbr+x99OwhpAbT0g549cOyeIqxutPkT+JuzrRuA==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/radio@3.11.2': - resolution: {integrity: sha512-6AFJHXMewJBgHNhqkN1qjgwwx6kmagwYD+3Z+hNK1UHTsKe1Uud5/IF7gPFCqlZeKxA+Lvn9gWiqJrQbtD2+wg==} + '@react-aria/radio@3.12.0': + resolution: {integrity: sha512-//0zZUuHtbm6uZR9+sNRNzVcQpjJKjZj57bDD0lMNj3NZp/Tkw+zXIFy6j1adv3JMe6iYkzEgaB7YRDD1Fe/ZA==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/searchfield@3.8.3': - resolution: {integrity: sha512-t1DW3nUkPHyZhFhUbT+TdhvI8yZYvUPCuwl0FyraMRCQ4+ww5Ieu4n8JB9IGYmIUB/GWEbZlDHplu4s3efmliA==} + '@react-aria/searchfield@3.8.7': + resolution: {integrity: sha512-15jfALRyz5EAA5tvIELVfUlqTFdk8oG442OiS3Xq/jJij8uKRzwUdnL57EVTFYyg+VMLp/t5wX+obXYcRG+kdQ==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/select@3.15.4': - resolution: {integrity: sha512-CipqXgdOfWsiHw/chfqd8t9IQpvehP+3uKLJx3ic4Uyj+FT/SxVmmjX0gyvVbZd00ltFCMJYO2xYKQUlbW2AtQ==} + '@react-aria/select@3.16.0': + resolution: {integrity: sha512-UkiLSxMOKWW24qnhZdOObkFLpauvmu0T6wuPXbdQgwlis/UeLzDamPAWc6loRFJgHCpJftaaaWVQG3ks4NX7ew==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/selection@3.24.0': - resolution: {integrity: sha512-RfGXVc04zz41NVIW89/a3quURZ4LT/GJLkiajQK2VjhisidPdrAWkcfjjWJj0n+tm5gPWbi9Rs5R/Rc8mrvq8Q==} + '@react-aria/selection@3.25.0': + resolution: {integrity: sha512-Q3U0Ya0PTP/TR0a2g+7YEbFVLphiWthmEkHyvOx9HsKSjE8w9wXY3C14DZWKskB/BBrXKJuOWxBDa0xhC83S+A==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/separator@3.4.8': - resolution: {integrity: sha512-ncuOSTBF/qbNumnW/IRz+xyr+Ud85eCF0Expw4XWhKjAZfzJd86MxPY5ZsxE7pYLOcRWdOSIH1/obwwwSz8ALQ==} + '@react-aria/separator@3.4.11': + resolution: {integrity: sha512-WwYEb7Wga4YQvlEwbzlVcVkfByullcORKtIe30pmh1YkTRRVJhbRPaE/mwcSMufbfjSYdtDavxmF+WY7Tdb9/A==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/slider@3.7.18': - resolution: {integrity: sha512-GBVv5Rpvj/6JH2LnF1zVAhBmxGiuq7R8Ekqyr5kBrCc2ToF3PrTjfGc/mlh0eEtbj+NvAcnlgTx1/qosYt1sGw==} + '@react-aria/slider@3.8.0': + resolution: {integrity: sha512-D7Sa7q21cV3gBid7frjoYw6924qYqNdJn2oai1BEemHSuwQatRlm1o2j+fnPTy9sYZfNOqXYnv5YjEn0o1T+Gw==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/spinbutton@3.6.14': - resolution: {integrity: sha512-oSKe9p0Q/7W39eXRnLxlwJG5dQo4ffosRT3u2AtOcFkk2Zzj+tSQFzHQ4202nrWdzRnQ2KLTgUUNnUvXf0BJcg==} + '@react-aria/spinbutton@3.6.17': + resolution: {integrity: sha512-gdGc3kkqpvFUd9XsrhPwQHMrG2TY0LVuGGgjvaZwF/ONm9FMz393ogCM0P484HsjU50hClO+yiRRgNjdwDIzPQ==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/ssr@3.9.8': - resolution: {integrity: sha512-lQDE/c9uTfBSDOjaZUJS8xP2jCKVk4zjQeIlCH90xaLhHDgbpCdns3xvFpJJujfj3nI4Ll9K7A+ONUBDCASOuw==} + '@react-aria/ssr@3.9.10': + resolution: {integrity: sha512-hvTm77Pf+pMBhuBm760Li0BVIO38jv1IBws1xFm1NoL26PU+fe+FMW5+VZWyANR6nYL65joaJKZqOdTQMkO9IQ==} engines: {node: '>= 12'} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-aria/switch@3.7.2': - resolution: {integrity: sha512-vaREbp1gFjv+jEMXoXpNK7JYFO/jhwnSYAwEINNWnwf54IGeHvTPaB2NwolYSFvP4HAj8TKYbGFUSz7RKLhLgw==} + '@react-aria/switch@3.7.6': + resolution: {integrity: sha512-C+Od8hZNZCf3thgtZnZKzHl5b/63Q9xf+Pw6ugLA1qaKazwp46x1EwUVVqVhfAeVhmag++eHs8Lol5ZwQEinjQ==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/table@3.17.2': - resolution: {integrity: sha512-wsF3JqiAKcol1sfeNqTxyzH6+nxu0sAfyuh+XQfp1tvSGx15NifYeNKovNX4EPpUVkAI7jL5Le+eYeYYGELfnw==} + '@react-aria/table@3.17.6': + resolution: {integrity: sha512-PSEaeKOIazVEaykeTLudPbDLytJgOPLZJalS/xXY0/KL+Gi0Olchmz4tvS0WBe87ChmlVi6GQqU+stk23aZVWg==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/tabs@3.10.2': - resolution: {integrity: sha512-rpEgh//Gnew3le49tQVFOQ6ZyacJdaNUDXHt0ocguXb+2UrKtH54M8oIAE7E8KaB1puQlFXRs+Rjlr1rOlmjEQ==} + '@react-aria/tabs@3.10.6': + resolution: {integrity: sha512-L8MaE7+bu6ByDOUxNPpMMYxdHULhKUfBoXdsSsXqb1z3QxdFW2zovfag0dvpyVWB6ALghX2T0PlTUNqaKA5tGw==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/tag@3.5.2': - resolution: {integrity: sha512-xZ5Df0x+xcDg6UTDvnjP4pu+XrmYVaYcqzF7RGoCD1KyRCHU5Czg9p+888NB0K+vnJHfNsQh6rmMhDUydXu9eg==} + '@react-aria/tag@3.7.0': + resolution: {integrity: sha512-nU0Sl7u82RBn8XLNyrjkXhtw+xbJD9fyjesmDu7zeOq78e4eunKW7OZ/9+t+Lyu5wW+B7vKvetIgkdXKPQm3MA==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/textfield@3.17.2': - resolution: {integrity: sha512-4KINB0HueYUHUgvi/ThTP27hu4Mv5ujG55pH3dmSRD4Olu/MRy1m/Psq72o8LTf4bTOM9ZP1rKccUg6xfaMidA==} + '@react-aria/textfield@3.18.0': + resolution: {integrity: sha512-kCwbyDHi2tRaD/OjagA3m3q2mMZUPeXY7hRqhDxpl2MwyIdd+/PQOJLM8tZr5+m2zvBx+ffOcjZMGTMwMtoV5w==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/toast@3.0.2': - resolution: {integrity: sha512-iaiHDE1CKYM3BbNEp3A2Ed8YAlpXUGyY6vesKISdHEZ2lJ7r+1hbcFoTNdG8HfbB8Lz5vw8Wd2o+ZmQ2tnDY9Q==} + '@react-aria/toast@3.0.6': + resolution: {integrity: sha512-PoCLWoZzdHIMYY0zIU3WYsHAHPS52sN1gzGRJ+cr5zogU8wwg8lwFZCvs/yql0IhQLsO930zcCXWeL/NsCMrlA==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/toggle@3.11.2': - resolution: {integrity: sha512-JOg8yYYCjLDnEpuggPo9GyXFaT/B238d3R8i/xQ6KLelpi3fXdJuZlFD6n9NQp3DJbE8Wj+wM5/VFFAi3cISpw==} + '@react-aria/toggle@3.12.0': + resolution: {integrity: sha512-JfcrF8xUEa2CbbUXp+WQiTBVwSM/dm21v5kueQlksvLfXG6DGE8/zjM6tJFErrFypAasc1JXyrI4dspLOWCfRA==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/toolbar@3.0.0-beta.14': - resolution: {integrity: sha512-F9wFYhcbVUveo6+JfAjKyz19BnBaXBYG7YyZdGurhn5E1bD+Zrwz/ZCTrrx40xJsbofciCiiwnKiXmzB20Kl5Q==} + '@react-aria/toolbar@3.0.0-beta.19': + resolution: {integrity: sha512-G4sgtOUTUUJHznXlpKcY64SxD2gKOqIQXZXjWTVcY/Q5hAjl8gbTt5XIED22GmeIgd/tVl6+lddGj6ESze4vSg==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/toolbar@3.0.0-beta.15': - resolution: {integrity: sha512-PNGpNIKIsCW8rxI9XXSADlLrSpikILJKKECyTRw9KwvXDRc44pezvdjGHCNinQcKsQoy5BtkK5cTSAyVqzzTXQ==} + '@react-aria/tooltip@3.8.6': + resolution: {integrity: sha512-lW/PegiswGLlCP0CM4FH2kbIrEe4Li2SoklzIRh4nXZtiLIexswoE5/5af7PMtoMAl31or6fHZleVLzZD4VcfA==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/tooltip@3.8.2': - resolution: {integrity: sha512-ctVTgh1LXvmr1ve3ehAWfvlJR7nHYZeqhl/g1qnA+983LQtc1IF9MraCs92g0m7KpBwCihuA+aYwTPsUHfKfXg==} + '@react-aria/tree@3.1.2': + resolution: {integrity: sha512-duyAoxSIzgIEP1UvCivx8uY7GZxo8nhfSsHW77GO+UMgwBjWkrvHnYQXBYbLq1GLqLxuDN+U7SFe8Az7+HcbOg==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/tree@3.0.2': - resolution: {integrity: sha512-gr06Y1760+kdlDeUcGNR+PCuJMtlrdtNMGG1Z0fSygy8y7/zVdTOLQp0c1Q3pjL2nr7Unjz/H1xSgERParHsbg==} + '@react-aria/utils@3.30.0': + resolution: {integrity: sha512-ydA6y5G1+gbem3Va2nczj/0G0W7/jUVo/cbN10WA5IizzWIwMP5qhFr7macgbKfHMkZ+YZC3oXnt2NNre5odKw==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/utils@3.28.2': - resolution: {integrity: sha512-J8CcLbvnQgiBn54eeEvQQbIOfBF3A1QizxMw9P4cl9MkeR03ug7RnjTIdJY/n2p7t59kLeAB3tqiczhcj+Oi5w==} + '@react-aria/virtualizer@4.1.8': + resolution: {integrity: sha512-dwaJuqjtpVKTaWJS+PEe+tymqVzOjY8cZLvmSDC4uUizHOUh+O/NvoKWtwSQnB4/GxIEvdgLxYTTvVTf8jdKgw==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-aria/virtualizer@4.1.4': - resolution: {integrity: sha512-SBKD2K+kBc3aLMVEqnBXjpqLhUSyvoi1ubSgUS5KMIqgyn44OWn5zKTsj9SIPZot6buSlgV2700TIWDhEJzWlw==} + '@react-aria/visually-hidden@3.8.26': + resolution: {integrity: sha512-Lz36lTVaQbv5Kn74sPv0l9SnLQ5XHKCoq2zilP14Eb4QixDIqR7Ovj43m+6wi9pynf29jtOb/8D/9jrTjbmmgw==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 - - '@react-aria/visually-hidden@3.8.22': - resolution: {integrity: sha512-EO3R8YTKZ7HkLl9k1Y2uBKYBgpJagth4/4W7mfpJZE24A3fQnCP8zx1sweXiAm0mirR4J6tNaK7Ia8ssP5TpOw==} - peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 '@react-router/dev@7.7.0': resolution: {integrity: sha512-z6tJ0US20pS/YpaPz59SJgSH+1BJ6xvQmQ/u4Y4HM1uLOa4b3Mleg3KujqAvwGP5wkMkNFz3Ae2g6/kDTFyuCA==} @@ -2613,300 +2687,300 @@ packages: typescript: optional: true - '@react-stately/autocomplete@3.0.0-beta.0': - resolution: {integrity: sha512-nWRbDzqHzdZySIqwoEBMIdineoQxR1Wzmb86r+NICBX9cNv0tZBLNnHywHsul/MN61/TthdOpay1QwZUoQSrXw==} + '@react-stately/autocomplete@3.0.0-beta.3': + resolution: {integrity: sha512-YfP/TrvkOCp6j7oqpZxJSvmSeXn+XtbKSOiBOuo+m2zCIhW2ncThmDB9uAUOkpmikDv/LkGKni40RQE8USdGdA==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-stately/calendar@3.8.0': - resolution: {integrity: sha512-YAuJiR9EtVThX91gU2ay/6YgPe0LvZWEssu4BS0Atnwk5cAo32gvF5FMta9ztH1LIULdZFaypU/C1mvnayMf+Q==} + '@react-stately/calendar@3.8.3': + resolution: {integrity: sha512-HTWD6ZKQcXDlvj6glEEG0oi2Tpkaw19y5rK526s04zJs894wFqM9PK0WHthEYqjCeQJ5B/OkyG19XX4lENxnZw==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-stately/checkbox@3.6.13': - resolution: {integrity: sha512-b8+bkOhobzuJ5bAA16JpYg1tM973eNXD3U4h/8+dckLndKHRjIwPvrL25tzKN7NcQp2LKVCauFesgI+Z+/2FJg==} + '@react-stately/checkbox@3.7.0': + resolution: {integrity: sha512-opViVhNvxFVHjXhM4nA/E03uvbLazsIKloXX9JtyBCZAQRUag17dpmkekfIkHvP4o7z7AWFoibD8JBFV1IrMcQ==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-stately/collections@3.12.3': - resolution: {integrity: sha512-QfSBME2QWDjUw/RmmUjrYl/j1iCYcYCIDsgZda1OeRtt63R11k0aqmmwrDRwCsA+Sv+D5QgkOp4KK+CokTzoVQ==} + '@react-stately/collections@3.12.6': + resolution: {integrity: sha512-S158RKWGZSodbJXKZDdcnrLzFxzFmyRWDNakQd1nBGhSrW2JV8lDn9ku5Og7TrjoEpkz//B2oId648YT792ilw==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-stately/color@3.8.4': - resolution: {integrity: sha512-LXmfnJPWnL5q1/Z8Pn2d+9efrClLWCiK6c3IGXN8ZWcdR/cMJ/w9SY9f7evyXvmeUmdU1FTGgoSVqGfup3tSyA==} + '@react-stately/color@3.9.0': + resolution: {integrity: sha512-9eG0gDxVIu+A+DTdfwyYuU4pR788pVdq1Snpk8el787OsOb5WiuT4C4VWJb5Qbrq2PiFhhZmxuJXpzz4B1gW3A==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-stately/combobox@3.10.4': - resolution: {integrity: sha512-sgujLhukIGKskLDrOL4SAbO7WOgLsD7gSdjRQZ0f/e8bWMmUOWEp22T+X1hMMcuVRkRdXlEF1kH2/E6BVanXYw==} + '@react-stately/combobox@3.11.0': + resolution: {integrity: sha512-W9COXdSOC+uqCZrRHJI0K7emlPb/Tx4A89JHWBcFmiAk+hs1Cnlyjw3aaqEiT8A8/HxDNMO9QcfisWC1iNyE9A==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-stately/data@3.12.3': - resolution: {integrity: sha512-JYPNV1gd9OZm8xPay0exx5okFNgiwESNvdBHsfDC+f8BifRyFLdrvoaUGF0enKIeSQMB1oReFAxTAXtDZd27rA==} + '@react-stately/data@3.13.2': + resolution: {integrity: sha512-xdCqR8dJ3cnvO8EdCeuQ335dOuBqEV4z/3LnpxmR11gyn8dWwtY5O794g5+AS0KqCgd9W0v7iBrRywq5UT2pCA==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-stately/datepicker@3.14.0': - resolution: {integrity: sha512-JSkQfKW0+WpPQyOOeRPBLwXkVfpTUwgZJDnHBCud5kEuQiFFyeAIbL57RNXc4AX2pzY3piQa6OHnjDGTfqClxQ==} + '@react-stately/datepicker@3.15.0': + resolution: {integrity: sha512-OuBx+h802CoANy6KNR6XuZCndiyRf9vpB32CYZX86nqWy21GSTeT73G41ze5cAH88A/6zmtpYK24nTlk8bdfWA==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-stately/disclosure@3.0.3': - resolution: {integrity: sha512-4kB+WDXVcrxCmJ+X6c23wa5Ax5dPSpm6Ef8DktLrLcUfJyfr+SWs5/IfkrYG0sOl3/u5OwyWe1pq3hDpzyDlLA==} + '@react-stately/disclosure@3.0.6': + resolution: {integrity: sha512-tR2IzcS7JbgAXy9U0gxQQGRHKIqgC7nj3xsY5U9QGCE1BKzwf/84iDE63AXpLRje31yuYzwXsJs6UrE9wSjb3g==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-stately/dnd@3.5.3': - resolution: {integrity: sha512-e4IodPF7fv9hR6jqSjiyrrFQ/6NbHNM5Ft1MJzCu6tJHvT+sl6qxIP5A+XR3wkjMpi4QW2WhVUmoFNbS/6ZAug==} + '@react-stately/dnd@3.6.1': + resolution: {integrity: sha512-cbBLptL+tpXFQ0oU0v6GBtSvzP0doohyhCIr8pOzk6aYutFI0c5JZw8LGoKN/GLfXkm7iPyrfCKeKqDlDTHCzQ==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-stately/flags@3.1.1': - resolution: {integrity: sha512-XPR5gi5LfrPdhxZzdIlJDz/B5cBf63l4q6/AzNqVWFKgd0QqY5LvWJftXkklaIUpKSJkIKQb8dphuZXDtkWNqg==} + '@react-stately/flags@3.1.2': + resolution: {integrity: sha512-2HjFcZx1MyQXoPqcBGALwWWmgFVUk2TuKVIQxCbRq7fPyWXIl6VHcakCLurdtYC2Iks7zizvz0Idv48MQ38DWg==} - '@react-stately/form@3.1.3': - resolution: {integrity: sha512-Jisgm0facSS3sAzHfSgshoCo3LxfO0wmQj98MOBCGXyVL+MSwx2ilb38eXIyBCzHJzJnPRTLaK/E4T49aph47A==} + '@react-stately/form@3.2.0': + resolution: {integrity: sha512-PfefxvT7/BIhAGpD4oQpdcxnL8cfN0ZTQxQq+Wmb9z3YzK1oM8GFxb8eGdDRG71JeF8WUNMAQVZFhgl00Z/YKg==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-stately/grid@3.11.1': - resolution: {integrity: sha512-xMk2YsaIKkF8dInRLUFpUXBIqnYt88hehhq2nb65RFgsFFhngE/OkaFudSUzaYPc1KvHpW+oHqvseC+G1iDG2w==} + '@react-stately/grid@3.11.4': + resolution: {integrity: sha512-oaXFSk2eM0PJ0GVniGA0ZlTpAA0AL0O4MQ7V3cHqZAQbwSO0n2pT31GM0bSVnYP/qTF5lQHo3ECmRQCz0fVyMw==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-stately/layout@4.2.2': - resolution: {integrity: sha512-cKojNZteaVPtJrEePoNmKOgua4LYhholsthaEpD7ldKcOacl9VsvBbaowv945HEDKj6A919YoXOLdgy5qzoPtw==} + '@react-stately/layout@4.4.0': + resolution: {integrity: sha512-PGpJBCo8yzasdYVGHFp/vHdzaJsagUOSc/bAQubVpKpKK+RVgSpk2uCo1O8sYjI5MxSVrhlhqGbVfV1O6Tqksw==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-stately/list@3.12.1': - resolution: {integrity: sha512-N+YCInNZ2OpY0WUNvJWUTyFHtzE5yBtZ9DI4EHJDvm61+jmZ2s3HszOfa7j+7VOKq78VW3m5laqsQNWvMrLFrQ==} + '@react-stately/list@3.12.4': + resolution: {integrity: sha512-r7vMM//tpmagyNlRzl2NFPPtx+az5R9pM6q7aI4aBf6/zpZt2eX2UW5gaDTGlkQng7r6OGyAgJD52jmGcCJk7Q==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-stately/menu@3.9.3': - resolution: {integrity: sha512-9x1sTX3Xq2Q3mJUHV+YN9MR36qNzgn8eBSLa40eaFDaOOtoJ+V10m7OriUfpjey7WzLBpq00Sfda54/PbQHZ0g==} + '@react-stately/menu@3.9.6': + resolution: {integrity: sha512-2rVtgeVAiyr7qL8BhmCK/4el49rna/5kADRH5NfPdpXw8ZzaiiHq2RtX443Txj7pUU82CJWQn+CRobq7k6ZTEw==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-stately/numberfield@3.9.11': - resolution: {integrity: sha512-gAFSZIHnZsgIWVPgGRUUpfW6zM7TCV5oS1SCY90ay5nrS7JCXurQbMrWJLOWHTdM5iSeYMgoyt68OK5KD0KHMw==} + '@react-stately/numberfield@3.10.0': + resolution: {integrity: sha512-6C8ML4/e2tcn01BRNfFLxetVaWwz0n0pVROnVpo8p761c6lmTqohqEMNcXCVNw9H0wsa1hug2a1S5PcN2OXgag==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-stately/overlays@3.6.15': - resolution: {integrity: sha512-LBaGpXuI+SSd5HSGzyGJA0Gy09V2tl2G/r0lllTYqwt0RDZR6p7IrhdGVXZm6vI0oWEnih7yLC32krkVQrffgQ==} + '@react-stately/overlays@3.6.18': + resolution: {integrity: sha512-g8n2FtDCxIg2wQ09R7lrM2niuxMPCdP17bxsPV9hyYnN6m42aAKGOhzWrFOK+3phQKgk/E1JQZEvKw1cyyGo1A==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-stately/radio@3.10.12': - resolution: {integrity: sha512-hFH45CXVa7uyXeTYQy7LGR0SnmGnNRx7XnEXS25w4Ch6BpH8m8SAbhKXqysgcmsE3xrhRas7P9zWw7wI24G28Q==} + '@react-stately/radio@3.11.0': + resolution: {integrity: sha512-hsCmKb9e/ygmzBADFYIGpEQ43LrxjWnlKESgxphvlv0Klla4d6XLAYSFOTX1kcjSztpvVWrdl4cIfmKVF1pz2g==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-stately/searchfield@3.5.11': - resolution: {integrity: sha512-vOgK3kgkYcyjTLsBABVzoQL9w6qBamnWAQICcw5OkA6octnF7NZ5DqdjkwnMY95KOGchiTlD5tNNHrz0ekeGiw==} + '@react-stately/searchfield@3.5.14': + resolution: {integrity: sha512-OAycTULyF/UWy7Odyzw5lZV2yWH+Cy7fWsZxDUedeUs4Aiwbb6D4ph9pGb0RvhD4S3+B490a2ijGgfsaDeorMA==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-stately/select@3.6.12': - resolution: {integrity: sha512-5o/NAaENO/Gxs1yui5BHLItxLnDPSQJ5HDKycuD0/gGC17BboAGEY/F9masiQ5qwRPe3JEc0QfvMRq3yZVNXog==} + '@react-stately/select@3.7.0': + resolution: {integrity: sha512-OWLOCKBEj8/XI+vzBSSHQAJu0Hf9Xl/flMhYh47f2b45bO++DRLcVsi8nycPNisudvK6xMQ8a/h4FwjePrCXfg==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-stately/selection@3.20.1': - resolution: {integrity: sha512-K9MP6Rfg2yvFoY2Cr+ykA7bP4EBXlGaq5Dqfa1krvcXlEgMbQka5muLHdNXqjzGgcwPmS1dx1NECD15q63NtOw==} + '@react-stately/selection@3.20.4': + resolution: {integrity: sha512-Hxmc6NtECStYo+Z2uBRhQ80KPhbSF7xXv9eb4qN8dhyuSnsD6c0wc6oAJsv18dldcFz8VrD48aP/uff9mj0hxQ==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-stately/slider@3.6.3': - resolution: {integrity: sha512-755X1jhpRD1bqf/5Ax1xuSpZbnG/0EEHGOowH28FLYKy5+1l4QVDGPFYxLB9KzXPdRAr9EF0j2kRhH2d8MCksQ==} + '@react-stately/slider@3.7.0': + resolution: {integrity: sha512-quxqkyyxrxLELYEkPrIrucpVPdYDK8yyliv/vvNuHrjuLRIvx6UmssxqESp2EpZfwPYtEB29QXbAKT9+KuXoCQ==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-stately/table@3.14.1': - resolution: {integrity: sha512-7P5h4YBAv3B/7BGq/kln+xSKgJCSq4xjt4HmJA7ZkGnEksUPUokBNQdWwZsy3lX/mwunaaKR9x/YNIu7yXB02g==} + '@react-stately/table@3.14.4': + resolution: {integrity: sha512-uhwk8z3DemozD+yHBjSa4WyxKczpDkxhJhW7ZVOY+1jNuTYxc9/JxzPsHICrlDVV8EPWwwyMUz8eO/8rKN7DbA==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-stately/tabs@3.8.1': - resolution: {integrity: sha512-1TBbt2BXbemstb/gEYw/NVt3esi5WvgWQW5Z7G8nDzLkpnMHOZXueoUkMxsdm0vhE8p0M9fsJQCMXKvCG3JzJg==} + '@react-stately/tabs@3.8.4': + resolution: {integrity: sha512-2Tr4yXkcNDLyyxrZr+c4FnAW/wkSim3UhDUWoOgTCy3mwlQzdh9r5qJrOZRghn1QvF7p8Ahp7O7qxwd2ZGJrvQ==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-stately/toast@3.1.0': - resolution: {integrity: sha512-9W2+evz+EARrjkR1QPLlOL5lcNpVo6PjMAIygRSaCPJ6ftQAZ6B+7xTFGPFabWh83gwXQDUgoSwC3/vosvxZaQ==} + '@react-stately/toast@3.1.2': + resolution: {integrity: sha512-HiInm7bck32khFBHZThTQaAF6e6/qm57F4mYRWdTq8IVeGDzpkbUYibnLxRhk0UZ5ybc6me+nqqPkG/lVmM42Q==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-stately/toggle@3.8.3': - resolution: {integrity: sha512-4T2V3P1RK4zEFz4vJjUXUXyB0g4Slm6stE6Ry20fzDWjltuW42cD2lmrd7ccTO/CXFmHLECcXQLD4GEbOj0epA==} + '@react-stately/toggle@3.9.0': + resolution: {integrity: sha512-1URd97R5nbFF9Hc1nQBhvln55EnOkLNz6pjtXU7TCnV4tYVbe+tc++hgr5XRt6KAfmuXxVDujlzRc6QjfCn0cQ==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-stately/tooltip@3.5.3': - resolution: {integrity: sha512-btfy/gQ3Eccudx//4HkyQ+CRr3vxbLs74HYHthaoJ9GZbRj/3XDzfUM2X16zRoqTZVrIz/AkUj7AfGfsitU5nQ==} + '@react-stately/tooltip@3.5.6': + resolution: {integrity: sha512-BnOtE7726t1sCKPGbwzzEtEx40tjpbJvw5yqpoVnAV0OLfrXtLVYfd7tWRHmZOYmhELaUnY+gm3ZFYtwvnjs+A==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-stately/tree@3.8.9': - resolution: {integrity: sha512-j/LLI9UvbqcfOdl2v9m3gET3etUxoQzv3XdryNAbSkg0jTx8/13Fgi/Xp98bUcNLfynfeGW5P/fieU71sMkGog==} + '@react-stately/tree@3.9.1': + resolution: {integrity: sha512-dyoPIvPK/cs03Tg/MQSODi2kKYW1zaiOG9KC2P0c8b44mywU2ojBKzhSJky3dBkJ4VVGy7L+voBh50ELMjEa8Q==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-stately/utils@3.10.6': - resolution: {integrity: sha512-O76ip4InfTTzAJrg8OaZxKU4vvjMDOpfA/PGNOytiXwBbkct2ZeZwaimJ8Bt9W1bj5VsZ81/o/tW4BacbdDOMA==} + '@react-stately/utils@3.10.8': + resolution: {integrity: sha512-SN3/h7SzRsusVQjQ4v10LaVsDc81jyyR0DD5HnsQitm/I5WDpaSr2nRHtyloPFU48jlql1XX/S04T2DLQM7Y3g==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-stately/virtualizer@4.3.2': - resolution: {integrity: sha512-KxR0s6IBqUD2TfDM3mAOtiTZLb1zOwcuCeUOvCKNqzEdFhh7nEJPrG33mgJn64S4kM11c0AsPwBlxISqdvCXJg==} + '@react-stately/virtualizer@4.4.2': + resolution: {integrity: sha512-csU/Bbq1+JYCXlF3wKHa690EhV4/uuK5VwZZvi9jTMqjblDiNUwEmIcx78J8aoadjho5wgRw3ddE9NPDGcVElA==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@react-types/autocomplete@3.0.0-alpha.29': - resolution: {integrity: sha512-brP6fb7RAdfu/liaE4gFZIZQJLXksgtOzdu/I5cmcHfpqScAFmgedZHkJoeutK9wTWtNnfuKAFQ2w9KKlIBj9w==} + '@react-types/autocomplete@3.0.0-alpha.33': + resolution: {integrity: sha512-443avwJleeBmTR96WduQpq+D4murkmZLueen/2aazRST9nylN7u8w0DSW+84c9ENroSpfHI6Nf7epmg1LxLaOA==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-types/breadcrumbs@3.7.12': - resolution: {integrity: sha512-+LvGEADlv11mLQjxEAZriptSYJJTP+2OIFEKx0z9mmpp+8jTlEHFhAnRVaE6I9QCxcDB5F6q/olfizSwOPOMIg==} + '@react-types/breadcrumbs@3.7.15': + resolution: {integrity: sha512-0RsymrsOAsx443XRDJ1krK+Lusr4t0qqExmzFe7/XYXOn/RbGKjzSdezsoWfTy8Hjks0YbfQPVKnNxg9LKv4XA==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-types/button@3.12.0': - resolution: {integrity: sha512-YrASNa+RqGQpzJcxNAahzNuTYVID1OE6HCorrEOXIyGS3EGogHsQmFs9OyThXnGHq6q4rLlA806/jWbP9uZdxA==} + '@react-types/button@3.13.0': + resolution: {integrity: sha512-hwvcNnBjDeNvWheWfBhmkJSzC48ub5rZq0DnpemB3XKOvv5WcF9p6rrQZsQ3egNGkh0Z+bKfr2QfotgOkccHSw==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-types/calendar@3.7.0': - resolution: {integrity: sha512-RiEfX2ZTcvfRktQc5obOJtNTgW+UwjNOUW5yf9CLCNOSM07e0w5jtC1ewsOZZbcctMrMCljjL8niGWiBv1wQ1Q==} + '@react-types/calendar@3.7.3': + resolution: {integrity: sha512-gofPgVpSawJ0iGO01SbVH46u3gdykHlGT5BfGU1cRnsOR2tJX38dekO/rnuGsMQYF0+kU6U9YVae+XoOFJNnWg==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-types/checkbox@3.9.3': - resolution: {integrity: sha512-h6wmK7CraKHKE6L13Ut+CtnjRktbMRhkCSorv7eg82M6p4PDhZ7mfDSh13IlGR4sryT8Ka+aOjOU+EvMrKiduA==} + '@react-types/checkbox@3.10.0': + resolution: {integrity: sha512-DJ84ilBDvZddE/Sul97Otee4M6psrPRaJm2a1Bc7M3Y5UKo6d6RGXdcDarRRpbnS7BeAbVanKiMS2ygI9QHh9g==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-types/color@3.0.4': - resolution: {integrity: sha512-D6Uea8kYGaoZRHgemJ0b0+iXbrvABP8RzsctL8Yp5QVyGgYJDMO8/7eZ3tdtGs/V8Iv+yCzG4yBexPA95i6tEg==} + '@react-types/color@3.1.0': + resolution: {integrity: sha512-mqx76zdq/GyI7hdx+NTdTrCG6qmf1Uk3w/zWKF80OAesLqqs9XavQQZlRPu1Cg/fHiAHIBOLYTnLf8w+T2IMsw==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-types/combobox@3.13.4': - resolution: {integrity: sha512-4mX7eZ/Bv3YWzEzLEZAF/TfKM+I+SCsvnm/cHqOJq3jEE8aVU1ql4Q1+3+SvciX3pfFIfeKlu9S3oYKRT5WIgg==} + '@react-types/combobox@3.13.7': + resolution: {integrity: sha512-R7MQ4Qm4fryo6FCg3Vo/l9wxkYVG05trsLbxzMvvxCMkpcoHUPhy8Ll33eXA3YP74Rs/IaM9d0d/amSUZ4M9wg==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-types/datepicker@3.12.0': - resolution: {integrity: sha512-dw/xflOdQPQ3uEABaBrZRTvjsMRu5/VZjRx9ygc64sX2N7HKIt+foMPXKJ+1jhtki2p4gigNVjcnJndJHoj9SA==} + '@react-types/datepicker@3.13.0': + resolution: {integrity: sha512-AG/iGcdQ5SVSjw8Ta7bCdGNkMda+e+Z7lOHxDawL44SII8LtZroBDlaCpb178Tvo17bBfJ6TvWXlvSpBY8GPRg==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-types/dialog@3.5.17': - resolution: {integrity: sha512-rKe2WrT272xuCH13euegBGjJAORYXJpHsX2hlu/f02TmMG4nSLss9vKBnY2N7k7nci65k5wDTW6lcsvQ4Co5zQ==} + '@react-types/dialog@3.5.20': + resolution: {integrity: sha512-ebn8jW/xW/nmRATaWIPHVBIpIFWSaqjrAxa58f5TXer5FtCD9pUuzAQDmy/o22ucB0yvn6Kl+fjb3SMbMdALZQ==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-types/form@3.7.11': - resolution: {integrity: sha512-umqy2Kvg3ooJi+Wqun95tKbKN51gtNt9s7OFLdwCtfWa6GvHFOixSjqAvZbo+m5qC3X/1kMIz3Dg698l0/+oLQ==} + '@react-types/form@3.7.14': + resolution: {integrity: sha512-P+FXOQR/ISxLfBbCwgttcR1OZGqOknk7Ksgrxf7jpc4PuyUC048Jf+FcG+fARhoUeNEhv6kBXI5fpAB6xqnDhA==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-types/grid@3.3.1': - resolution: {integrity: sha512-bPDckheJiHSIzSeSkLqrO6rXRLWvciFJr9rpCjq/+wBj6HsLh2iMpkB/SqmRHTGpPlJvlu0b7AlxK1FYE0QSKA==} + '@react-types/grid@3.3.4': + resolution: {integrity: sha512-8XNn7Czhl+D1b2zRwdO8c3oBJmKgevT/viKJB4qBVFOhK0l/p3HYDZUMdeclvUfSt4wx4ASpI7MD3v1vmN54oA==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-types/link@3.6.0': - resolution: {integrity: sha512-BQ5Tktb+fUxvtqksAJZuP8Z/bpmnQ/Y/zgwxfU0OKmIWkKMUsXY+e0GBVxwFxeh39D77stpVxRsTl7NQrjgtSw==} + '@react-types/link@3.6.3': + resolution: {integrity: sha512-XIYEl9ZPa5mLy8uGQabdhPaFVmnvxNSYF59t0vs/IV0yxeoPvrjKjRAbXS+WP9zYMXIkHYNYYucriCkqKhotJA==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-types/listbox@3.6.0': - resolution: {integrity: sha512-+1ugDKTxson/WNOQZO4BfrnQ6cGDt+72mEytXMsSsd4aEC+x3RyUv6NKwdOl4n602cOreo0MHtap1X2BOACVoQ==} + '@react-types/listbox@3.7.2': + resolution: {integrity: sha512-MRpBhApR1jJNASoVWsEvH5vf89TJw+l9Lt1ssawop0K2iYF5PmkthRdqcpYcTkFu5+f5QvFchVsNJ3TKD4cf2A==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-types/menu@3.10.0': - resolution: {integrity: sha512-DKMqEmUmarVCK0jblNkSlzSH53AAsxWCX9RaKZeP9EnRs2/l1oZRuiQVHlOQRgYwEigAXa2TrwcX4nnxZ+U36Q==} + '@react-types/menu@3.10.3': + resolution: {integrity: sha512-Vd3t7fEbIOiq7kBAHaihfYf+/3Fuh0yK2KNjJ70BPtlAhMRMDVG3m0PheSTm3FFfj+uAdQdfc2YKPnMBbWjDuQ==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-types/meter@3.4.8': - resolution: {integrity: sha512-uXmHdUDbAo7L3EkytrUrU6DLOFUt63s9QSTcDp+vwyWoshY4/4Dm4JARdmhJU2ZP1nb2Sy45ASeMvSBw3ia2oA==} + '@react-types/meter@3.4.11': + resolution: {integrity: sha512-c4jnDWFxDp09fNpCDrq6l2RxOxcolmf/frvdtVA/d4SGvfEOoqeUakpVDuOqDD0bU58tQPG3fqT2zH8vpWiJew==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-types/numberfield@3.8.10': - resolution: {integrity: sha512-mdb4lMC4skO8Eqd0GeU4lJgDTEvqIhtINB5WCzLVZFrFVuxgWDoU5otsu0lbWhCnUA7XWQxupGI//TC1LLppjQ==} + '@react-types/numberfield@3.8.13': + resolution: {integrity: sha512-zRSqInmxOTQJZt2fjAhuQK3Wa1vCOlKsRzUVvxTrE8gtQxlgFxirmobuUnjTEhwkFyb0bq8GvVfQV1E95Si2yw==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-types/overlays@3.8.14': - resolution: {integrity: sha512-XJS67KHYhdMvPNHXNGdmc85gE+29QT5TwC58V4kxxHVtQh9fYzEEPzIV8K84XWSz04rRGe3fjDgRNbcqBektWQ==} + '@react-types/overlays@3.9.0': + resolution: {integrity: sha512-T2DqMcDN5p8vb4vu2igoLrAtuewaNImLS8jsK7th7OjwQZfIWJn5Y45jSxHtXJUddEg1LkUjXYPSXCMerMcULw==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-types/progress@3.5.11': - resolution: {integrity: sha512-CysuMld/lycOckrnlvrlsVoJysDPeBnUYBChwtqwiv4ZNRXos+wgAL1ows6dl7Nr57/FH5B4v5gf9AHEo7jUvw==} + '@react-types/progress@3.5.14': + resolution: {integrity: sha512-GeGrjOeHR/p5qQ1gGlN68jb+lL47kuddxMgdR1iEnAlYGY4OtJoEN/EM5W2ZxJRKPcJmzdcY/p/J0PXa8URbSg==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-types/radio@3.8.8': - resolution: {integrity: sha512-QfAIp+0CnRSnoRTJVXUEPi+9AvFvRzWLIKEnE9OmgXjuvJCU3QNiwd8NWjNeE+94QBEVvAZQcqGU+44q5poxNg==} + '@react-types/radio@3.9.0': + resolution: {integrity: sha512-phndlgqMF6/9bOOhO3le00eozNfDU1E7OHWV2cWWhGSMRFuRdf7/d+NjVtavCX75+GJ50MxvXk+KB0fjTuvKyg==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-types/searchfield@3.6.1': - resolution: {integrity: sha512-XR4tYktxHxGJufpO0MTAPknIbmN5eZqXCZwTdBS4tecihf9iGDsXmrBOs+M7LEnil67GaZcFrMhKxOMVpLwZAg==} + '@react-types/searchfield@3.6.4': + resolution: {integrity: sha512-gRVWnRHf7pqU0lBVlkU6XsLxvaWTPnn0EomddIBCVh0msVIyvEea8CXJppu7EpvRh+grNpiMEYeijQ+u8hixlQ==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-types/select@3.9.11': - resolution: {integrity: sha512-uEpQCgDlrq/5fW05FgNEsqsqpvZVKfHQO9Mp7OTqGtm4UBNAbcQ6hOV7MJwQCS25Lu2luzOYdgqDUN8eAATJVQ==} + '@react-types/select@3.10.0': + resolution: {integrity: sha512-+xJwYWJoJTCGsaiPAqb6QB79ub1WKIHSmOS9lh/fPUXfUszVs05jhajaN9KjrKmnXds5uh4u6l1JH5J1l2K5pw==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-types/shared@3.29.0': - resolution: {integrity: sha512-IDQYu/AHgZimObzCFdNl1LpZvQW/xcfLt3v20sorl5qRucDVj4S9os98sVTZ4IRIBjmS+MkjqpR5E70xan7ooA==} + '@react-types/shared@3.31.0': + resolution: {integrity: sha512-ua5U6V66gDcbLZe4P2QeyNgPp4YWD1ymGA6j3n+s8CGExtrCPe64v+g4mvpT8Bnb985R96e4zFT61+m0YCwqMg==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-types/slider@3.7.10': - resolution: {integrity: sha512-Yb8wbpu2gS7AwvJUuz0IdZBRi6eIBZq32BSss4UHX0StA8dtR1/K4JeTsArxwiA3P0BA6t0gbR6wzxCvVA9fRw==} + '@react-types/slider@3.8.0': + resolution: {integrity: sha512-eN6Fd3YCPseGfvfOJDtn9Lh9CrAb8tF3cTAprEcpnGrsxmdW9JQpcuciYuLM871X5D2fYg4WaYMpZaiYssjxBQ==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-types/switch@3.5.10': - resolution: {integrity: sha512-YyNhx4CvuJ0Rvv7yMuQaqQuOIeg+NwLV00NHHJ+K0xEANSLcICLOLPNMOqRIqLSQDz5vDI705UKk8gVcxqPX5g==} + '@react-types/switch@3.5.13': + resolution: {integrity: sha512-C2EhKBu7g7xhKboPPxhyKtROEti80Ck7TBnKclXt0D4LiwbzpR3qGfuzB+7YFItnhiauP7Uxe+bAfM5ojjtm9w==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-types/table@3.12.0': - resolution: {integrity: sha512-dmTzjCYwHf2HBOeTa/CEL177Aox0f0mkeLF5nQw/2z6SBolfmYoAwVTPxTaYFVu4MkEJxQTz9AuAsJvCbRJbhg==} + '@react-types/table@3.13.2': + resolution: {integrity: sha512-3/BpFIWHXTcGgQEfip87gMNCWPtPNsc3gFkW4qtsevQ+V0577KyNyvQgvFrqMZKnvz3NWFKyshBb7PTevsus4Q==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-types/tabs@3.3.14': - resolution: {integrity: sha512-/uKsA7L2dctKU0JEaBWerlX+3BoXpKUFr3kHpRUoH66DSGvAo34vZ7kv/BHMZifJenIbF04GhDBsGp1zjrQKBg==} + '@react-types/tabs@3.3.17': + resolution: {integrity: sha512-cLcdxWNJe0Kf/pKuPQbEF9Fl+axiP4gB/WVjmAdhCgQ5LCJw2dGcy1LI1SXrlS3PVclbnujD1DJ8z1lIW4Tmww==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-types/textfield@3.12.1': - resolution: {integrity: sha512-6YTAMCKjEGuXg0A4bZA77j5QJ1a6yFviMUWsCIL6Dxq5K3TklzVsbAduSbHomPPuvkNTBSW4+TUJrVSnoTjMNA==} + '@react-types/textfield@3.12.4': + resolution: {integrity: sha512-cOgzI1dT8X1JMNQ9u2UKoV2L28ROkbFEtzY9At0MqTZYYSxYp3Q7i+XRqIBehu8jOMuCtN9ed9EgwVSfkicyLQ==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 - '@react-types/tooltip@3.4.16': - resolution: {integrity: sha512-XEyKeqR3YxqJcR0cpigLGEBeRTEzrB0cu++IaADdqXJ8dBzS6s8y9EgR5UvKZmX1CQOBvMfXyYkj7nmJ039fOw==} + '@react-types/tooltip@3.4.19': + resolution: {integrity: sha512-OR/pwZReWbCIxuHJYB1L4fTwliA+mzVvUJMWwXIRy6Eh5d07spS3FZEKFvOgjMxA1nyv5PLf8eyr5RuuP1GGAA==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 '@rolldown/binding-android-arm64@1.0.0-beta.27': resolution: {integrity: sha512-IJL3efUJmvb5MfTEi7bGK4jq3ZFAzVbSy+vmul0DcdrglUd81Tfyy7Zzq2oM0tUgmACG32d8Jz/ykbpbf+3C5A==} @@ -3053,6 +3127,15 @@ packages: rollup: optional: true + '@rollup/pluginutils@5.2.0': + resolution: {integrity: sha512-qWJ2ZTbmumwiLFomfzTyt5Kng4hwPi9rwCYN4SHb6eaRU1KNO4ccxINHr/VhH4GgPlt1XfSTLX2LBTme8ne4Zw==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + '@rollup/rollup-android-arm-eabi@4.40.0': resolution: {integrity: sha512-+Fbls/diZ0RDerhE8kyC6hjADCXA1K4yVNlH0EYfd2XjyH0UGgzaQ8MlT0pCXAThfxv3QUAczHaL+qSv1E4/Cg==} cpu: [arm] @@ -3156,45 +3239,45 @@ packages: '@standard-schema/spec@1.0.0': resolution: {integrity: sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==} - '@storybook/addon-a11y@9.1.0-alpha.2': - resolution: {integrity: sha512-T70KooyhAIf1hSSknqhew6012CIq+CVmvX7jakS6Qt+Os7kCoY8P5TZg+e4miAVA59yxl71LjRS9hEDK1OdnRw==} + '@storybook/addon-a11y@9.1.2': + resolution: {integrity: sha512-CwFwpneZO8GvxaMygkNUEJ0ti2U6Q7waZ/NG71tRQzTWGMasbc27rUTvLf654mQen+MkSOt/MbceASkyvK2mdw==} peerDependencies: - storybook: ^9.1.0-alpha.2 + storybook: ^9.1.2 - '@storybook/addon-docs@9.1.0-alpha.2': - resolution: {integrity: sha512-kk0onlSEV25m5c2/FEpVgehjtJzJNK1+pQMkI950j0mYkWqoR8TBSVO8MYme8c+Q0zD/8EfZfV1zp+PWMW4f0A==} + '@storybook/addon-docs@9.1.2': + resolution: {integrity: sha512-U3eHJ8lQFfEZ/OcgdKkUBbW2Y2tpAsHfy8lQOBgs5Pgj9biHEJcUmq+drOS/sJhle673eoBcUFmspXulI4KP1w==} peerDependencies: - storybook: ^9.1.0-alpha.2 + storybook: ^9.1.2 - '@storybook/addon-links@9.1.0-alpha.2': - resolution: {integrity: sha512-bJd45DQuN/hAMxkONSvzkdx+yGRf2EP20f7T/NwBmyU4bRF4dhHngk3EtvCR1wI32XN3VglW/NZjg+UiahN5TQ==} + '@storybook/addon-links@9.1.2': + resolution: {integrity: sha512-drAWdhn5cRo5WcaORoCYfJ6tgTAw1m+ZJb1ICyNtTU6i/0nErV8jJjt7AziUcUIyzaGVJAkAMNC3+R4uDPSFDA==} peerDependencies: - react: ~19.1.0 - storybook: ^9.1.0-alpha.2 + react: ~19.1.1 + storybook: ^9.1.2 peerDependenciesMeta: react: optional: true - '@storybook/addon-onboarding@9.1.0-alpha.2': - resolution: {integrity: sha512-YaJylv87+guj+EsQKZaURPd9DTJW/VxtSXqkCJOomIWmyQyaR3A13AN7enEcPUSM4VctYSkTnT0FA3T4sHa5aQ==} + '@storybook/addon-onboarding@9.1.2': + resolution: {integrity: sha512-WfYIBmRtwUF13Hcu6BdsqATsAuBK0dwsz7O4tL0FGrIwY/vdzZ5jNzYvzzgilzlu9QiPvzEIBvs6X4BVulN3LQ==} peerDependencies: - storybook: ^9.1.0-alpha.2 + storybook: ^9.1.2 - '@storybook/addon-themes@9.1.0-alpha.2': - resolution: {integrity: sha512-qtkAB9Sr4v/csFlHrYdnrDOQ+pz3XvgqYGxN9G2Y8RLX3x1vUgxzIe8xzavujN9c7SLULHI1IMjts+Wo0VFRew==} + '@storybook/addon-themes@9.1.2': + resolution: {integrity: sha512-dpWCx0IpKKFGEuOe2u8cUD2ShWMaE6Keh0zkM1gP8jx5gL8lLv9uhRHaZcQamwnG3BgnnKFgArODNxewsRSFfA==} peerDependencies: - storybook: ^9.1.0-alpha.2 + storybook: ^9.1.2 - '@storybook/builder-vite@9.1.0-alpha.2': - resolution: {integrity: sha512-N4RdEjLptun71RH/h4vQA551SKRtr+gyQGx5sVCyamdE52QRPnDOyoM5Kj1IOqTtqLPjYV4D7c0WV2mDIDYazg==} + '@storybook/builder-vite@9.1.2': + resolution: {integrity: sha512-5Y7e5wnSzFxCGP63UNRRZVoxHe1znU4dYXazJBobAlEcUPBk7A0sH2716tA6bS4oz92oG9tgvn1g996hRrw4ow==} peerDependencies: - storybook: ^9.1.0-alpha.2 - vite: ^5.0.0 || ^6.0.0 + storybook: ^9.1.2 + vite: ^5.0.0 || ^6.0.0 || ^7.0.0 - '@storybook/csf-plugin@9.1.0-alpha.2': - resolution: {integrity: sha512-h2zb2J9lst1QMphSDpv3exNyw8fq4w8krV0aNJ+42E/GfHs11jI2zO4aamMCacWl0wSHSDeJaVxFUgXbZbLGcA==} + '@storybook/csf-plugin@9.1.2': + resolution: {integrity: sha512-bfMh6r+RieBLPWtqqYN70le2uTE4JzOYPMYSCagHykUti3uM/1vRFaZNkZtUsRy5GwEzE5jLdDXioG1lOEeT2Q==} peerDependencies: - storybook: ^9.1.0-alpha.2 + storybook: ^9.1.2 '@storybook/csf@0.1.13': resolution: {integrity: sha512-7xOOwCLGB3ebM87eemep89MYRFTko+D8qE7EdAAq74lgdqRR5cOUtYWJLjO2dLtP94nqoOdHJo6MdLLKzg412Q==} @@ -3206,32 +3289,32 @@ packages: resolution: {integrity: sha512-Td73IeJxOyalzvjQL+JXx72jlIYHgs+REaHiREOqfpo3A2AYYG71AUbcv+lg7mEDIweKVCxsMQ0UKo634c8XeA==} engines: {node: '>=14.0.0'} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - '@storybook/react-dom-shim@9.1.0-alpha.2': - resolution: {integrity: sha512-u6JLCD06jkNkMm04PK5JtiaImHwqY6RSak5q/Z7cngAHm2T7Sg2pByREZvIZXYXzWpP7/m6BVWC5nCntBDAgKA==} + '@storybook/react-dom-shim@9.1.2': + resolution: {integrity: sha512-nw7BLAHCJswPZGsuL0Gs2AvFUWriusCTgPBmcHppSw/AqvT4XRFRDE+5q3j04/XKuZBrAA2sC4L+HuC0uzEChQ==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 - storybook: ^9.1.0-alpha.2 + react: ~19.1.1 + react-dom: ~19.1.1 + storybook: ^9.1.2 - '@storybook/react-vite@9.1.0-alpha.2': - resolution: {integrity: sha512-W/CFgcLsLJPRxkPoBVu6picaiDPmxlPqmnX3azy5oIKiR4IecZ///y4sPp/jp8q29y8U+WGKeWF1qf/kTA5fpA==} + '@storybook/react-vite@9.1.2': + resolution: {integrity: sha512-dv3CBjOzmMoSyIotMtdmsBRjB25i19OjFP0IZqauLeUoVm6QddILW7JRcZVLrzhATyBEn+sEAdWQ4j79Z11HAg==} engines: {node: '>=20.0.0'} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 - storybook: ^9.1.0-alpha.2 - vite: ^5.0.0 || ^6.0.0 + react: ~19.1.1 + react-dom: ~19.1.1 + storybook: ^9.1.2 + vite: ^5.0.0 || ^6.0.0 || ^7.0.0 - '@storybook/react@9.1.0-alpha.2': - resolution: {integrity: sha512-qaeEM+WFfIrURgGi4fJT6WLD3kzAM+/8L56SwrDsQgJA7yIqJAs4bvAFkCzGqtctYSx+ai47ctMj7q4uCfLUww==} + '@storybook/react@9.1.2': + resolution: {integrity: sha512-VVXu1HrhDExj/yj+heFYc8cgIzBruXy1UYT3LW0WiJyadgzYz3J41l/Lf/j2FCppyxwlXb19Uv51plb1F1C77w==} engines: {node: '>=20.0.0'} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 - storybook: ^9.1.0-alpha.2 + react: ~19.1.1 + react-dom: ~19.1.1 + storybook: ^9.1.2 typescript: '>= 4.9.x' peerDependenciesMeta: typescript: @@ -3240,65 +3323,65 @@ packages: '@swc/helpers@0.5.17': resolution: {integrity: sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==} - '@tailwindcss/node@4.1.11': - resolution: {integrity: sha512-yzhzuGRmv5QyU9qLNg4GTlYI6STedBWRE7NjxP45CsFYYq9taI0zJXZBMqIC/c8fViNLhmrbpSFS57EoxUmD6Q==} + '@tailwindcss/node@4.1.12': + resolution: {integrity: sha512-3hm9brwvQkZFe++SBt+oLjo4OLDtkvlE8q2WalaD/7QWaeM7KEJbAiY/LJZUaCs7Xa8aUu4xy3uoyX4q54UVdQ==} - '@tailwindcss/oxide-android-arm64@4.1.11': - resolution: {integrity: sha512-3IfFuATVRUMZZprEIx9OGDjG3Ou3jG4xQzNTvjDoKmU9JdmoCohQJ83MYd0GPnQIu89YoJqvMM0G3uqLRFtetg==} + '@tailwindcss/oxide-android-arm64@4.1.12': + resolution: {integrity: sha512-oNY5pq+1gc4T6QVTsZKwZaGpBb2N1H1fsc1GD4o7yinFySqIuRZ2E4NvGasWc6PhYJwGK2+5YT1f9Tp80zUQZQ==} engines: {node: '>= 10'} cpu: [arm64] os: [android] - '@tailwindcss/oxide-darwin-arm64@4.1.11': - resolution: {integrity: sha512-ESgStEOEsyg8J5YcMb1xl8WFOXfeBmrhAwGsFxxB2CxY9evy63+AtpbDLAyRkJnxLy2WsD1qF13E97uQyP1lfQ==} + '@tailwindcss/oxide-darwin-arm64@4.1.12': + resolution: {integrity: sha512-cq1qmq2HEtDV9HvZlTtrj671mCdGB93bVY6J29mwCyaMYCP/JaUBXxrQQQm7Qn33AXXASPUb2HFZlWiiHWFytw==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@tailwindcss/oxide-darwin-x64@4.1.11': - resolution: {integrity: sha512-EgnK8kRchgmgzG6jE10UQNaH9Mwi2n+yw1jWmof9Vyg2lpKNX2ioe7CJdf9M5f8V9uaQxInenZkOxnTVL3fhAw==} + '@tailwindcss/oxide-darwin-x64@4.1.12': + resolution: {integrity: sha512-6UCsIeFUcBfpangqlXay9Ffty9XhFH1QuUFn0WV83W8lGdX8cD5/+2ONLluALJD5+yJ7k8mVtwy3zMZmzEfbLg==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@tailwindcss/oxide-freebsd-x64@4.1.11': - resolution: {integrity: sha512-xdqKtbpHs7pQhIKmqVpxStnY1skuNh4CtbcyOHeX1YBE0hArj2romsFGb6yUmzkq/6M24nkxDqU8GYrKrz+UcA==} + '@tailwindcss/oxide-freebsd-x64@4.1.12': + resolution: {integrity: sha512-JOH/f7j6+nYXIrHobRYCtoArJdMJh5zy5lr0FV0Qu47MID/vqJAY3r/OElPzx1C/wdT1uS7cPq+xdYYelny1ww==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] - '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.11': - resolution: {integrity: sha512-ryHQK2eyDYYMwB5wZL46uoxz2zzDZsFBwfjssgB7pzytAeCCa6glsiJGjhTEddq/4OsIjsLNMAiMlHNYnkEEeg==} + '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.12': + resolution: {integrity: sha512-v4Ghvi9AU1SYgGr3/j38PD8PEe6bRfTnNSUE3YCMIRrrNigCFtHZ2TCm8142X8fcSqHBZBceDx+JlFJEfNg5zQ==} engines: {node: '>= 10'} cpu: [arm] os: [linux] - '@tailwindcss/oxide-linux-arm64-gnu@4.1.11': - resolution: {integrity: sha512-mYwqheq4BXF83j/w75ewkPJmPZIqqP1nhoghS9D57CLjsh3Nfq0m4ftTotRYtGnZd3eCztgbSPJ9QhfC91gDZQ==} + '@tailwindcss/oxide-linux-arm64-gnu@4.1.12': + resolution: {integrity: sha512-YP5s1LmetL9UsvVAKusHSyPlzSRqYyRB0f+Kl/xcYQSPLEw/BvGfxzbH+ihUciePDjiXwHh+p+qbSP3SlJw+6g==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@tailwindcss/oxide-linux-arm64-musl@4.1.11': - resolution: {integrity: sha512-m/NVRFNGlEHJrNVk3O6I9ggVuNjXHIPoD6bqay/pubtYC9QIdAMpS+cswZQPBLvVvEF6GtSNONbDkZrjWZXYNQ==} + '@tailwindcss/oxide-linux-arm64-musl@4.1.12': + resolution: {integrity: sha512-V8pAM3s8gsrXcCv6kCHSuwyb/gPsd863iT+v1PGXC4fSL/OJqsKhfK//v8P+w9ThKIoqNbEnsZqNy+WDnwQqCA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@tailwindcss/oxide-linux-x64-gnu@4.1.11': - resolution: {integrity: sha512-YW6sblI7xukSD2TdbbaeQVDysIm/UPJtObHJHKxDEcW2exAtY47j52f8jZXkqE1krdnkhCMGqP3dbniu1Te2Fg==} + '@tailwindcss/oxide-linux-x64-gnu@4.1.12': + resolution: {integrity: sha512-xYfqYLjvm2UQ3TZggTGrwxjYaLB62b1Wiysw/YE3Yqbh86sOMoTn0feF98PonP7LtjsWOWcXEbGqDL7zv0uW8Q==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@tailwindcss/oxide-linux-x64-musl@4.1.11': - resolution: {integrity: sha512-e3C/RRhGunWYNC3aSF7exsQkdXzQ/M+aYuZHKnw4U7KQwTJotnWsGOIVih0s2qQzmEzOFIJ3+xt7iq67K/p56Q==} + '@tailwindcss/oxide-linux-x64-musl@4.1.12': + resolution: {integrity: sha512-ha0pHPamN+fWZY7GCzz5rKunlv9L5R8kdh+YNvP5awe3LtuXb5nRi/H27GeL2U+TdhDOptU7T6Is7mdwh5Ar3A==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@tailwindcss/oxide-wasm32-wasi@4.1.11': - resolution: {integrity: sha512-Xo1+/GU0JEN/C/dvcammKHzeM6NqKovG+6921MR6oadee5XPBaKOumrJCXvopJ/Qb5TH7LX/UAywbqrP4lax0g==} + '@tailwindcss/oxide-wasm32-wasi@4.1.12': + resolution: {integrity: sha512-4tSyu3dW+ktzdEpuk6g49KdEangu3eCYoqPhWNsZgUhyegEda3M9rG0/j1GV/JjVVsj+lG7jWAyrTlLzd/WEBg==} engines: {node: '>=14.0.0'} cpu: [wasm32] bundledDependencies: @@ -3309,20 +3392,20 @@ packages: - '@emnapi/wasi-threads' - tslib - '@tailwindcss/oxide-win32-arm64-msvc@4.1.11': - resolution: {integrity: sha512-UgKYx5PwEKrac3GPNPf6HVMNhUIGuUh4wlDFR2jYYdkX6pL/rn73zTq/4pzUm8fOjAn5L8zDeHp9iXmUGOXZ+w==} + '@tailwindcss/oxide-win32-arm64-msvc@4.1.12': + resolution: {integrity: sha512-iGLyD/cVP724+FGtMWslhcFyg4xyYyM+5F4hGvKA7eifPkXHRAUDFaimu53fpNg9X8dfP75pXx/zFt/jlNF+lg==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@tailwindcss/oxide-win32-x64-msvc@4.1.11': - resolution: {integrity: sha512-YfHoggn1j0LK7wR82TOucWc5LDCguHnoS879idHekmmiR7g9HUtMw9MI0NHatS28u/Xlkfi9w5RJWgz2Dl+5Qg==} + '@tailwindcss/oxide-win32-x64-msvc@4.1.12': + resolution: {integrity: sha512-NKIh5rzw6CpEodv/++r0hGLlfgT/gFN+5WNdZtvh6wpU2BpGNgdjvj6H2oFc8nCM839QM1YOhjpgbAONUb4IxA==} engines: {node: '>= 10'} cpu: [x64] os: [win32] - '@tailwindcss/oxide@4.1.11': - resolution: {integrity: sha512-Q69XzrtAhuyfHo+5/HMgr1lAiPP/G40OMFAnws7xcFEYqcypZmdW8eGXaOUIeOl1dzPJBPENXgbjsOyhg2nkrg==} + '@tailwindcss/oxide@4.1.12': + resolution: {integrity: sha512-gM5EoKHW/ukmlEtphNwaGx45fGoEmP10v51t9unv55voWh6WrOL19hfuIdo2FjxIaZzw776/BUQg7Pck++cIVw==} engines: {node: '>= 10'} '@tailwindcss/typography@0.5.16': @@ -3330,8 +3413,8 @@ packages: peerDependencies: tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1' - '@tailwindcss/vite@4.1.11': - resolution: {integrity: sha512-RHYhrR3hku0MJFRV+fN2gNbDNEh3dwKvY8XJvTxCSXeMOsCRSr+uKvDWQcbizrHgjML6ZmTE5OwMrl5wKcujCw==} + '@tailwindcss/vite@4.1.12': + resolution: {integrity: sha512-4pt0AMFDx7gzIrAOIYgYP0KCBuKWqyW8ayrdiLEjoJTT4pKTjrzG/e4uzWtTLDziC+66R9wbUqZBccJalSE5vQ==} peerDependencies: vite: ^5.2.0 || ^6 || ^7 @@ -3339,8 +3422,8 @@ packages: resolution: {integrity: sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==} engines: {node: '>=18'} - '@testing-library/jest-dom@6.6.3': - resolution: {integrity: sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==} + '@testing-library/jest-dom@6.7.0': + resolution: {integrity: sha512-RI2e97YZ7MRa+vxP4UUnMuMFL2buSsf0ollxUbTgrbPLKhMn8KVTx7raS6DYjC7v1NDVrioOvaShxsguLNISCA==} engines: {node: '>=14', npm: '>=6', yarn: '>=1'} '@testing-library/user-event@14.6.1': @@ -3385,6 +3468,9 @@ packages: '@types/babel__traverse@7.20.7': resolution: {integrity: sha512-dkO5fhS7+/oos4ciWxyEyjWe48zmG6wbCheo/G2ZnHx4fs3EU6YC6UM8rk56gAjNJ9P3MTH2jo5jb92/K6wbng==} + '@types/babel__traverse@7.28.0': + resolution: {integrity: sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==} + '@types/chai@5.2.2': resolution: {integrity: sha512-8kB30R7Hwqf40JPiKhVzodJs2Qc1ZJ5zuT3uzw5Hq/dhNCl3G3l83jfpdI1e20BP348+fV7VIL/+FxaXkqBmWg==} @@ -3409,6 +3495,9 @@ packages: '@types/estree@1.0.7': resolution: {integrity: sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==} + '@types/estree@1.0.8': + resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} + '@types/hast@3.0.4': resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==} @@ -3424,24 +3513,24 @@ packages: '@types/ms@2.1.0': resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==} - '@types/node@22.16.1': - resolution: {integrity: sha512-oaNE4MzsA6uO7HcsjUvqzz19lYIRsV6I1Dc6iOvgwYYDiOeF7/9b2E/PE0UW2ccwpgWPVUedjltYXQXVKFd4EA==} + '@types/node@24.3.0': + resolution: {integrity: sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==} '@types/parse-json@4.0.2': resolution: {integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==} - '@types/react-dom@19.1.6': - resolution: {integrity: sha512-4hOiT/dwO8Ko0gV1m/TJZYk3y0KBnY9vzDh7W+DH17b2HFSOGgdj33dhihPeuy3l0q23+4e+hoXHV6hCC4dCXw==} + '@types/react-dom@19.1.7': + resolution: {integrity: sha512-i5ZzwYpqjmrKenzkoLM2Ibzt6mAsM7pxB6BCIouEVVmgiqaMj1TjaK7hnA36hbW5aZv20kx7Lw6hWzPWg0Rurw==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 '@types/react-reconciler@0.28.9': resolution: {integrity: sha512-HHM3nxyUZ3zAylX8ZEyrDNd2XZOnQ0D5XfunJF5FLQnZbHHYq4UWvW1QfelQNXv1ICNkwYhfxjwfnqivYB6bFg==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 - '@types/react@19.1.8': - resolution: {integrity: sha512-AwAfQ2Wa5bCx9WP8nZL2uMZWod7J7/JSplxbTmBQ5ms6QpqNYm672H0Vu9ZVKVngQ+ii4R/byguVEUZQyeg44g==} + '@types/react@19.1.10': + resolution: {integrity: sha512-EhBeSYX0Y6ye8pNebpKrwFJq7BoQ8J5SO6NlvNwwHjSj6adXJViPQrKlsyPw7hLBLvckEMO1yxeGdR82YBBlDg==} '@types/resolve@1.20.6': resolution: {integrity: sha512-A4STmOXPhMUtHH+S6ymgE2GiBSMqf4oTvcQZMcHzokuTLVYzXTB8ttjcgxOVaAp2lGwEdzZ0J+cRbbeevQj1UQ==} @@ -3536,9 +3625,6 @@ packages: vitest: optional: true - '@vitest/expect@3.0.9': - resolution: {integrity: sha512-5eCqRItYgIML7NNVgJj6TVCmdzE7ZVgJhruW0ziSQV4V7PvLkDL1bBkBdcTs/VuIz0IxPb5da1IDSqc1TR9eig==} - '@vitest/expect@3.2.4': resolution: {integrity: sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig==} @@ -3553,9 +3639,6 @@ packages: vite: optional: true - '@vitest/pretty-format@3.0.9': - resolution: {integrity: sha512-OW9F8t2J3AwFEwENg3yMyKWweF7oRJlMyHOMIhO5F3n0+cgQAJZBjNgrF8dLwFTEXl5jUqBLXd9QyyKv8zEcmA==} - '@vitest/pretty-format@3.2.4': resolution: {integrity: sha512-IVNZik8IVRJRTr9fxlitMKeJeXFFFN0JaB9PHPGQ8NKQbGpfjlTx9zO4RefN8gp7eqjNy8nyK3NZmBzOPeIxtA==} @@ -3565,9 +3648,6 @@ packages: '@vitest/snapshot@3.2.4': resolution: {integrity: sha512-dEYtS7qQP2CjU27QBC5oUOxLE/v5eLkGqPE0ZKEIDGMs4vKWe7IjgLOeauHsR0D5YuuycGRO5oSRXnwnmA78fQ==} - '@vitest/spy@3.0.9': - resolution: {integrity: sha512-/CcK2UDl0aQ2wtkp3YVWldrpLRNCfVcIOFGlVGKO4R5eajsH393Z1yiXLVQ7vWsj26JOEjeZI0x5sm5P4OGUNQ==} - '@vitest/spy@3.2.4': resolution: {integrity: sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==} @@ -3576,9 +3656,6 @@ packages: peerDependencies: vitest: 3.2.4 - '@vitest/utils@3.0.9': - resolution: {integrity: sha512-ilHM5fHhZ89MCp5aAaM9uhfl1c2JdxVxl3McqsdVyVNN6JffnEen8UMCdRTzOhGXNQGo5GNL9QugHrz727Wnng==} - '@vitest/utils@3.2.4': resolution: {integrity: sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==} @@ -3637,8 +3714,8 @@ packages: argparse@2.0.1: resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} - aria-hidden@1.2.4: - resolution: {integrity: sha512-y+CcFFwelSXpLZk/7fMB2mUbGtX9lKycf1MWJ7CaTIERyitVlyQx6C+sxcROU2BAJ24OiZyK+8wj2i8AlBoS3A==} + aria-hidden@1.2.6: + resolution: {integrity: sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==} engines: {node: '>=10'} aria-query@5.3.0: @@ -3736,7 +3813,7 @@ packages: bippy@0.3.9: resolution: {integrity: sha512-VRAaUmdLkHPvnhXA7RewaAgYlG1JJZfsCE5ljkooQPMvKgosblkisZtkuj1DSOleuoTxVrlmFNA+tICGBdr2bA==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 body-parser@2.2.0: resolution: {integrity: sha512-02qvAaxv8tp7fBa/mw1ga98OGm+eCbqzJOKoRt70sLmfEEi+jyBYVTDGfCL/k06/4EMk/z01gCe7HoCH/f2LTg==} @@ -3797,10 +3874,6 @@ packages: chain-function@1.0.1: resolution: {integrity: sha512-SxltgMwL9uCko5/ZCLiyG2B7R9fY4pDZUw7hJ4MhirdjBLosoDqkWABi3XMucddHdLiFJMb7PD2MZifZriuMTg==} - chalk@3.0.0: - resolution: {integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==} - engines: {node: '>=8'} - chalk@4.1.2: resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} engines: {node: '>=10'} @@ -3833,8 +3906,8 @@ packages: resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==} engines: {node: '>=18'} - chromatic@12.0.0: - resolution: {integrity: sha512-X7v26BLfAzHCU92nxPsCuvt+MazmA7S6cN7pCRRhnDYChDxHES48YvXarOybLdlH9kNP/3lMyknu6iseTh0T9A==} + chromatic@12.2.0: + resolution: {integrity: sha512-GswmBW9ZptAoTns1BMyjbm55Z7EsIJnUvYKdQqXIBZIKbGErmpA+p4c0BYA+nzw5B0M+rb3Iqp1IaH8TFwIQew==} hasBin: true peerDependencies: '@chromatic-com/cypress': ^0.*.* || ^1.0.0 @@ -4033,8 +4106,8 @@ packages: supports-color: optional: true - decimal.js@10.5.0: - resolution: {integrity: sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw==} + decimal.js@10.6.0: + resolution: {integrity: sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==} decode-named-character-reference@1.1.0: resolution: {integrity: sha512-Wy+JTSbFThEOXQIR2L6mxJvEs+veIzpmqD7ynWxMXGpnk3smkHQOp6forLdHsKpAMW9iJpaBBIxz285t1n1C3w==} @@ -4128,8 +4201,8 @@ packages: ee-first@1.1.1: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} - effect@3.16.16: - resolution: {integrity: sha512-q8jsuAJykQJJ9jDkR9VaAR1JeHnEDn49g6+LkveIcfW3nIPUJw6BrC9ZPaVCJWmU23vKoVj9XqJmC/EW8kiI8g==} + effect@3.17.7: + resolution: {integrity: sha512-dpt0ONUn3zzAuul6k4nC/coTTw27AL5nhkORXgTi6NfMPzqWYa1M05oKmOMTxpVSTKepqXVcW9vIwkuaaqx9zA==} electron-to-chromium@1.5.140: resolution: {integrity: sha512-o82Rj+ONp4Ip7Cl1r7lrqx/pXhbp/lh9DpKcMNscFJdh8ebyRofnc7Sh01B4jx403RI0oqTBvlZ7OBIZLMr2+Q==} @@ -4144,8 +4217,8 @@ packages: resolution: {integrity: sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==} engines: {node: '>= 0.8'} - enhanced-resolve@5.18.1: - resolution: {integrity: sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==} + enhanced-resolve@5.18.3: + resolution: {integrity: sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==} engines: {node: '>=10.13.0'} err-code@2.0.3: @@ -4200,8 +4273,8 @@ packages: peerDependencies: esbuild: '>=0.12 <1' - esbuild@0.25.3: - resolution: {integrity: sha512-qKA6Pvai73+M2FtftpNKRxJ78GIjmFXFxd/1DVBqGo/qNhLSfv+G12n9pNoWdytJC8U00TrViOwpjT0zgqQS8Q==} + esbuild@0.25.9: + resolution: {integrity: sha512-CRbODhYyQx3qp7ZEwzxOk4JBqmD/seJrzPa/cGjY1VtIn5E09Oi9/dB4JwctnfZ8Q8iT7rioVv5k/FNT/uf54g==} engines: {node: '>=18'} hasBin: true @@ -4416,6 +4489,10 @@ packages: resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} engines: {node: '>=10'} + find-up@7.0.0: + resolution: {integrity: sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==} + engines: {node: '>=18'} + flat-cache@4.0.1: resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==} engines: {node: '>=16'} @@ -4439,8 +4516,8 @@ packages: resolution: {integrity: sha512-yaeGDmGQ3eCQEwZ95/pRQMaSh/Q4E2CK6JYOclG/PdjyQad0MULJ+JFVV8911Fl5a6tF6o0wgW8Dpl5Qx4Adjg==} peerDependencies: '@emotion/is-prop-valid': '*' - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 peerDependenciesMeta: '@emotion/is-prop-valid': optional: true @@ -4814,8 +4891,8 @@ packages: jackspeak@3.4.3: resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} - jiti@2.4.2: - resolution: {integrity: sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==} + jiti@2.5.1: + resolution: {integrity: sha512-twQoecYPiVA5K/h6SxtORw/Bs3ar+mLUtoPSc7iMXzQzK8d7eJ/R09wmTwAjiamETn1cXYPGfNnu7DMoHgu12w==} hasBin: true js-beautify@1.15.4: @@ -4842,6 +4919,11 @@ packages: engines: {node: '>=6'} hasBin: true + jsesc@3.1.0: + resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==} + engines: {node: '>=6'} + hasBin: true + json-buffer@3.0.1: resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} @@ -4863,8 +4945,8 @@ packages: engines: {node: '>=6'} hasBin: true - jsonfile@6.1.0: - resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} + jsonfile@6.2.0: + resolution: {integrity: sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==} jsx-ast-utils@3.3.5: resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==} @@ -4948,6 +5030,10 @@ packages: resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} engines: {node: '>=10'} + locate-path@7.2.0: + resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + lodash.castarray@4.4.0: resolution: {integrity: sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q==} @@ -5196,8 +5282,8 @@ packages: resolution: {integrity: sha512-P0efT1C9jIdVRefqjzOQ9Xml57zpOXnIuS+csaB4MdZbTdmGDLo8XhzBG1N7aO11gKDDkJvBLULeFTo46wwreA==} hasBin: true - msgpackr@1.11.4: - resolution: {integrity: sha512-uaff7RG9VIC4jacFW9xzL3jc0iM32DNHe4jYVycBcjUePT/Klnfj7pqtWJt9khvDFizmjN2TlYniYmSS2LIaZg==} + msgpackr@1.11.5: + resolution: {integrity: sha512-UjkUHN0yqp9RWKy0Lplhh+wlpdt9oQBYgULZOiFhV3VclSF1JnSQWZ5r9gORQlNYaUKQoR8itv7g7z1xDDuACA==} msw@2.7.6: resolution: {integrity: sha512-P+rwn43ktxN8ghcl8q+hSAUlEi0PbJpDhGmDkw4zeUnRj3hBCVynWD+dTu38yLYKCE9ZF1OYcvpy7CTBRcqkZA==} @@ -5209,9 +5295,6 @@ packages: typescript: optional: true - multipasta@0.2.5: - resolution: {integrity: sha512-c8eMDb1WwZcE02WVjHoOmUVk7fnKU/RmUcosHACglrWAuPQsEJv+E8430sXj6jNc1jHw0zrS16aCjQh4BcEb4A==} - multipasta@0.2.7: resolution: {integrity: sha512-KPA58d68KgGil15oDqXjkUBEBYc00XvbPj5/X+dyzeo/lWm9Nc25pQRlf1D+gv4OpK7NM0J1odrbu9JNNGvynA==} @@ -5320,10 +5403,18 @@ packages: resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} engines: {node: '>=10'} + p-limit@4.0.0: + resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + p-locate@5.0.0: resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} engines: {node: '>=10'} + p-locate@6.0.0: + resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + package-json-from-dist@1.0.1: resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} @@ -5346,6 +5437,10 @@ packages: resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} engines: {node: '>=8'} + path-exists@5.0.0: + resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + path-key@3.1.1: resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} engines: {node: '>=8'} @@ -5389,6 +5484,10 @@ packages: resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} engines: {node: '>=12'} + picomatch@4.0.3: + resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} + engines: {node: '>=12'} + pkce-challenge@5.0.0: resolution: {integrity: sha512-ueGLflrrnvwB3xuo/uGob5pd5FN7l0MsLf0Z87o/UQmRtwjvfylfc9MurIxRAWywCYTgrvpXBcqjV4OfCYGCIQ==} engines: {node: '>=16.20.0'} @@ -5482,33 +5581,33 @@ packages: resolution: {integrity: sha512-RmkhL8CAyCRPXCE28MMH0z2PNWQBNk2Q09ZdxM9IOOXwxwZbN+qbWaatPkdkWIKL2ZVDImrN/pK5HTRz2PcS4g==} engines: {node: '>= 0.8'} - react-aria-components@1.7.1: - resolution: {integrity: sha512-kTAlrxcW7n+rQDwlZSz5+o+HknjPGv/pn0OQ1FF92WsjoTaqQMJtWbEAHXrhrQaiW/3T4CANTpdR1soai4uK6g==} + react-aria-components@1.11.0: + resolution: {integrity: sha512-+NxjfCiswbssoCNPJ1H5NEPnM2G7whM5bZSjkSUPXS3ZbbqQ1KSmSWHT34V4mrU+kpFfEZeZ/6E6GBYfugndig==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - react-aria@3.39.0: - resolution: {integrity: sha512-zXCjR01WnfW4uW0f294uWrvdfwEMHgDFSwMwMBwRafAvmsQea87X5VTAfDmQOAbPa+iQFcngIyH0Pn5CfXNrjw==} + react-aria@3.42.0: + resolution: {integrity: sha512-lZF1tVmcO6mTWBHpmo4r58lBxIkt/DeF1gu5vrLv2lF4H213VGdSIG8ogQgMc2NaLHK720wafYVM2m5pRUIKdg==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 react-d3-tree@3.6.6: resolution: {integrity: sha512-E9ByUdeqvlxLlF9BSL7KWQH3ikYHtHO+g1rAPcVgj6mu92tjRUCan2AWxoD4eTSzzAATf8BZtf+CXGSoSd6ioQ==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 react-diff-viewer-continued@4.0.5: resolution: {integrity: sha512-L43gIPdhHgu1MYdip4vNqAt5s2JLICKe2/RyGUr2ohAxfhYaH1+QZ6vBO0qgo4xGBhE3jmvbOA/swq4/gdS/0g==} engines: {node: '>= 16'} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - react-docgen-typescript@2.2.2: - resolution: {integrity: sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg==} + react-docgen-typescript@2.4.0: + resolution: {integrity: sha512-ZtAp5XTO5HRzQctjPU0ybY0RRCQO19X/8fxn3w7y2VVTUbGHDKULPTL4ky3vB05euSgG5NpALhEhDPvQ56wvXg==} peerDependencies: typescript: '>= 4.3.x' @@ -5516,16 +5615,16 @@ packages: resolution: {integrity: sha512-kmob/FOTwep7DUWf9KjuenKX0vyvChr3oTdvvPt09V60Iz75FJp+T/0ZeHMbAfJj2WaVWqAPP5Hmm3PYzSPPKg==} engines: {node: ^20.9.0 || >=22} - react-dom@19.1.0: - resolution: {integrity: sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==} + react-dom@19.1.1: + resolution: {integrity: sha512-Dlq/5LAZgF0Gaz6yiqZCf6VCcZs1ghAJyrsu84Q/GT0gV+mCxbfmKNoGRKBYMJ8IEdGPqu49YWXD02GCknEDkw==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 react-hotkeys-hook@4.6.2: resolution: {integrity: sha512-FmP+ZriY3EG59Ug/lxNfrObCnW9xQShgk7Nb83+CkpfkcCpfS95ydv+E9JuXA5cp8KtskU7LGlIARpkc92X22Q==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 react-is@16.13.1: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} @@ -5548,18 +5647,18 @@ packages: resolution: {integrity: sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==} engines: {node: '>=10'} peerDependencies: - '@types/react': 19.1.8 - react: ~19.1.0 + '@types/react': 19.1.10 + react: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true - react-remove-scroll@2.6.3: - resolution: {integrity: sha512-pnAi91oOk8g8ABQKGF5/M9qxmmOPxaAnopyTHYfqYEwJhyFrbbBtHuSgtKEoH0jpcxx5o3hXqH1mNd9/Oi+8iQ==} + react-remove-scroll@2.7.1: + resolution: {integrity: sha512-HpMh8+oahmIdOuS5aFKKY6Pyog+FNaZV/XyJOq7b4YFwsFHe5yYfdbIalI4k3vU2nSDql7YskmUseHsRrJqIPA==} engines: {node: '>=10'} peerDependencies: - '@types/react': 19.1.8 - react: ~19.1.0 + '@types/react': 19.1.10 + react: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -5567,10 +5666,10 @@ packages: react-router-devtools@5.0.6: resolution: {integrity: sha512-AoCBvYrp7E6cbplfWTJME6UyNQHLx/URnsSZPG92+XAKzrtmKwKfuwfm0mVf4dXTo1+JBJfpNhx+Gz7SYe0YoA==} peerDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 '@types/react-dom': '>=17' - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 react-router: '>=7.0.0' vite: '>=5.0.0 || >=6.0.0' @@ -5578,23 +5677,23 @@ packages: resolution: {integrity: sha512-3FUYSwlvB/5wRJVTL/aavqHmfUKe0+Xm9MllkYgGo9eDwNdkvwlJGjpPxono1kCycLt6AnDTgjmXvK3/B4QGuw==} engines: {node: '>=20.0.0'} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 peerDependenciesMeta: react-dom: optional: true - react-stately@3.37.0: - resolution: {integrity: sha512-fm2LRM3XN5lJD48+WQKWvESx54kAIHw0JztCRHMsFmTDgYWX/VASuXKON7LECv227stSEadrxGa8LhPkcelljw==} + react-stately@3.40.0: + resolution: {integrity: sha512-Icg2q1pxTskx2dph3cFUu9RUQcInq25WZfUcKroX1Kl4jWxBobnfMvuxvJHHkysJh77IsnLmhF3+8If5oCoMFQ==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 react-style-singleton@2.2.3: resolution: {integrity: sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ==} engines: {node: '>=10'} peerDependencies: - '@types/react': 19.1.8 - react: ~19.1.0 + '@types/react': 19.1.10 + react: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -5602,11 +5701,11 @@ packages: react-tooltip@5.28.1: resolution: {integrity: sha512-ZA4oHwoIIK09TS7PvSLFcRlje1wGZaxw6xHvfrzn6T82UcMEfEmHVCad16Gnr4NDNDh93HyN037VK4HDi5odfQ==} peerDependencies: - react: ~19.1.0 - react-dom: ~19.1.0 + react: ~19.1.1 + react-dom: ~19.1.1 - react@19.1.0: - resolution: {integrity: sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==} + react@19.1.1: + resolution: {integrity: sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==} engines: {node: '>=0.10.0'} readable-stream@2.3.8: @@ -5667,7 +5766,7 @@ packages: '@oslojs/encoding': ^1.1.0 intl-parse-accept-language: ^1.0.0 is-ip: ^5.0.1 - react: ~19.1.0 + react: ~19.1.1 react-router: ^7.0.0 zod: ^3.22.4 peerDependenciesMeta: @@ -5853,6 +5952,11 @@ packages: engines: {node: '>=10'} hasBin: true + semver@7.7.2: + resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==} + engines: {node: '>=10'} + hasBin: true + send@1.2.0: resolution: {integrity: sha512-uaW0WwXKpL9blXE2o0bRhoL2EGXIrZxQ2ZQ4mgcfoBxdFmQold+qWsD2jLrfZ0trjKL6vOw0j//eAwcALFjKSw==} engines: {node: '>= 18'} @@ -5955,8 +6059,8 @@ packages: std-env@3.9.0: resolution: {integrity: sha512-UGvjygr6F6tpH7o2qyqR6QYpwraIjKSdtzyBdyytFOHmPZY917kwdwLG0RbOjWOnKmnm3PeHjaoLLMie7kPLQw==} - storybook@9.1.0-alpha.2: - resolution: {integrity: sha512-81A4Dx6pyBzmmxeWVTEf+Epr4Y8UVv8cKWxzwYlKbkhLWzYtxG+Md9ZLyvJnjl9x6kkMEpJSIkyv2c6OFcQIrQ==} + storybook@9.1.2: + resolution: {integrity: sha512-TYcq7WmgfVCAQge/KueGkVlM/+g33sQcmbATlC3X6y/g2FEeSSLGrb6E6d3iemht8oio+aY6ld3YOdAnMwx45Q==} hasBin: true peerDependencies: prettier: ^2 || ^3 @@ -6044,28 +6148,29 @@ packages: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} - tailwind-merge@3.0.2: - resolution: {integrity: sha512-l7z+OYZ7mu3DTqrL88RiKrKIqO3NcpEO8V/Od04bNpvk0kiIFndGEoqfuzvj4yuhRkHKjRkII2z+KS2HfPcSxw==} - tailwind-merge@3.3.1: resolution: {integrity: sha512-gBXpgUm/3rp1lMZZrM/w7D8GKqshif0zAymAhbCyIt8KMe+0v9DQ7cdYLR4FHH/cKpdTXb+A/tKKU3eolfsI+g==} - tailwind-variants@1.0.0: - resolution: {integrity: sha512-2WSbv4ulEEyuBKomOunut65D8UZwxrHoRfYnxGcQNnHqlSCp2+B7Yz2W+yrNDrxRodOXtGD/1oCcKGNBnUqMqA==} + tailwind-variants@2.1.0: + resolution: {integrity: sha512-82m0eRex0z6A3GpvfoTCpHr+wWJmbecfVZfP3mqLoDxeya5tN4mYJQZwa5Aw1hRZTedwpu1D2JizYenoEdyD8w==} engines: {node: '>=16.x', pnpm: '>=7.x'} peerDependencies: + tailwind-merge: '>=3.0.0' tailwindcss: '*' + peerDependenciesMeta: + tailwind-merge: + optional: true tailwindcss-animate@1.0.7: resolution: {integrity: sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA==} peerDependencies: tailwindcss: '>=3.0.0 || insiders' - tailwindcss@4.1.11: - resolution: {integrity: sha512-2E9TBm6MDD/xKYe+dvJZAmg3yxIEDNRc0jwlNyDg/4Fil2QcSLjFKGVff0lAf1jjeaArlG/M75Ey/EYr/OJtBA==} + tailwindcss@4.1.12: + resolution: {integrity: sha512-DzFtxOi+7NsFf7DBtI3BJsynR+0Yp6etH+nRPTbpWnS2pZBaSksv/JGctNwSWzbFjp0vxSqknaUylseZqMDGrA==} - tapable@2.2.1: - resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} + tapable@2.2.2: + resolution: {integrity: sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==} engines: {node: '>=6'} tar@7.4.3: @@ -6097,10 +6202,6 @@ packages: resolution: {integrity: sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==} engines: {node: '>=14.0.0'} - tinyspy@3.0.2: - resolution: {integrity: sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==} - engines: {node: '>=14.0.0'} - tinyspy@4.0.3: resolution: {integrity: sha512-t2T/WLB2WRgZ9EpE4jgPJ9w+i66UZfDc8wHh0xrwiRNN+UwH98GIJkTeZqX9rg0i0ptwzqW+uYeIF0T4F8LR7A==} engines: {node: '>=14.0.0'} @@ -6207,8 +6308,8 @@ packages: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.9.0' - typescript@5.8.3: - resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==} + typescript@5.9.2: + resolution: {integrity: sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==} engines: {node: '>=14.17'} hasBin: true @@ -6216,17 +6317,21 @@ packages: resolution: {integrity: sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==} engines: {node: '>= 0.4'} - undici-types@6.21.0: - resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} + undici-types@7.10.0: + resolution: {integrity: sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==} undici@5.29.0: resolution: {integrity: sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==} engines: {node: '>=14.0'} - undici@7.10.0: - resolution: {integrity: sha512-u5otvFBOBZvmdjWLVW+5DAc9Nkq8f24g0O9oY7qw2JVIF1VocIFoyz9JFkuVOS2j41AufeO0xnlweJ2RLT8nGw==} + undici@7.13.0: + resolution: {integrity: sha512-l+zSMssRqrzDcb3fjMkjjLGmuiiK2pMIcV++mJaAc9vhjSGpvM7h43QgP+OAMb1GImHmbPyG2tBXeuyG5iY4gA==} engines: {node: '>=20.18.1'} + unicorn-magic@0.1.0: + resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==} + engines: {node: '>=18'} + unified@11.0.5: resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==} @@ -6286,8 +6391,8 @@ packages: resolution: {integrity: sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==} engines: {node: '>=10'} peerDependencies: - '@types/react': 19.1.8 - react: ~19.1.0 + '@types/react': 19.1.10 + react: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -6296,8 +6401,8 @@ packages: resolution: {integrity: sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==} engines: {node: '>=10'} peerDependencies: - '@types/react': 19.1.8 - react: ~19.1.0 + '@types/react': 19.1.10 + react: ~19.1.1 peerDependenciesMeta: '@types/react': optional: true @@ -6305,7 +6410,7 @@ packages: use-sync-external-store@1.5.0: resolution: {integrity: sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A==} peerDependencies: - react: ~19.1.0 + react: ~19.1.1 util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} @@ -6446,8 +6551,8 @@ packages: wrappy@1.0.2: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} - ws@8.18.2: - resolution: {integrity: sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==} + ws@8.18.3: + resolution: {integrity: sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -6485,6 +6590,10 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} + yocto-queue@1.2.1: + resolution: {integrity: sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==} + engines: {node: '>=12.20'} + yoctocolors-cjs@2.1.2: resolution: {integrity: sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==} engines: {node: '>=18'} @@ -6531,7 +6640,7 @@ snapshots: '@actions/io@1.1.3': {} - '@adobe/css-tools@4.4.2': {} + '@adobe/css-tools@4.4.4': {} '@ampproject/remapping@2.3.0': dependencies: @@ -6608,6 +6717,26 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/core@7.28.3': + dependencies: + '@ampproject/remapping': 2.3.0 + '@babel/code-frame': 7.27.1 + '@babel/generator': 7.28.3 + '@babel/helper-compilation-targets': 7.27.2 + '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.3) + '@babel/helpers': 7.28.3 + '@babel/parser': 7.28.3 + '@babel/template': 7.27.2 + '@babel/traverse': 7.28.3 + '@babel/types': 7.28.2 + convert-source-map: 2.0.0 + debug: 4.4.1 + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + '@babel/generator@7.27.5': dependencies: '@babel/parser': 7.28.0 @@ -6624,6 +6753,14 @@ snapshots: '@jridgewell/trace-mapping': 0.3.29 jsesc: 3.0.2 + '@babel/generator@7.28.3': + dependencies: + '@babel/parser': 7.28.3 + '@babel/types': 7.28.2 + '@jridgewell/gen-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.30 + jsesc: 3.1.0 + '@babel/helper-annotate-as-pure@7.27.1': dependencies: '@babel/types': 7.27.6 @@ -6746,6 +6883,15 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-module-transforms@7.28.3(@babel/core@7.28.3)': + dependencies: + '@babel/core': 7.28.3 + '@babel/helper-module-imports': 7.27.1 + '@babel/helper-validator-identifier': 7.27.1 + '@babel/traverse': 7.28.3 + transitivePeerDependencies: + - supports-color + '@babel/helper-optimise-call-expression@7.27.1': dependencies: '@babel/types': 7.27.6 @@ -6804,6 +6950,11 @@ snapshots: '@babel/template': 7.27.2 '@babel/types': 7.28.1 + '@babel/helpers@7.28.3': + dependencies: + '@babel/template': 7.27.2 + '@babel/types': 7.28.2 + '@babel/parser@7.27.1': dependencies: '@babel/types': 7.27.6 @@ -6816,6 +6967,10 @@ snapshots: dependencies: '@babel/types': 7.28.1 + '@babel/parser@7.28.3': + dependencies: + '@babel/types': 7.28.2 + '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.27.4)': dependencies: '@babel/core': 7.27.4 @@ -6916,6 +7071,8 @@ snapshots: '@babel/runtime@7.27.6': {} + '@babel/runtime@7.28.3': {} + '@babel/template@7.27.1': dependencies: '@babel/code-frame': 7.27.1 @@ -6952,6 +7109,18 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/traverse@7.28.3': + dependencies: + '@babel/code-frame': 7.27.1 + '@babel/generator': 7.28.3 + '@babel/helper-globals': 7.28.0 + '@babel/parser': 7.28.3 + '@babel/template': 7.27.2 + '@babel/types': 7.28.2 + debug: 4.4.1 + transitivePeerDependencies: + - supports-color + '@babel/types@7.27.1': dependencies: '@babel/helper-string-parser': 7.27.1 @@ -6967,54 +7136,59 @@ snapshots: '@babel/helper-string-parser': 7.27.1 '@babel/helper-validator-identifier': 7.27.1 + '@babel/types@7.28.2': + dependencies: + '@babel/helper-string-parser': 7.27.1 + '@babel/helper-validator-identifier': 7.27.1 + '@bcoe/v8-coverage@1.0.2': {} - '@biomejs/biome@2.1.2': + '@biomejs/biome@2.2.0': optionalDependencies: - '@biomejs/cli-darwin-arm64': 2.1.2 - '@biomejs/cli-darwin-x64': 2.1.2 - '@biomejs/cli-linux-arm64': 2.1.2 - '@biomejs/cli-linux-arm64-musl': 2.1.2 - '@biomejs/cli-linux-x64': 2.1.2 - '@biomejs/cli-linux-x64-musl': 2.1.2 - '@biomejs/cli-win32-arm64': 2.1.2 - '@biomejs/cli-win32-x64': 2.1.2 + '@biomejs/cli-darwin-arm64': 2.2.0 + '@biomejs/cli-darwin-x64': 2.2.0 + '@biomejs/cli-linux-arm64': 2.2.0 + '@biomejs/cli-linux-arm64-musl': 2.2.0 + '@biomejs/cli-linux-x64': 2.2.0 + '@biomejs/cli-linux-x64-musl': 2.2.0 + '@biomejs/cli-win32-arm64': 2.2.0 + '@biomejs/cli-win32-x64': 2.2.0 '@biomejs/cli-darwin-arm64@1.9.4': optional: true - '@biomejs/cli-darwin-arm64@2.1.2': + '@biomejs/cli-darwin-arm64@2.2.0': optional: true - '@biomejs/cli-darwin-x64@2.1.2': + '@biomejs/cli-darwin-x64@2.2.0': optional: true - '@biomejs/cli-linux-arm64-musl@2.1.2': + '@biomejs/cli-linux-arm64-musl@2.2.0': optional: true - '@biomejs/cli-linux-arm64@2.1.2': + '@biomejs/cli-linux-arm64@2.2.0': optional: true - '@biomejs/cli-linux-x64-musl@2.1.2': + '@biomejs/cli-linux-x64-musl@2.2.0': optional: true - '@biomejs/cli-linux-x64@2.1.2': + '@biomejs/cli-linux-x64@2.2.0': optional: true - '@biomejs/cli-win32-arm64@2.1.2': + '@biomejs/cli-win32-arm64@2.2.0': optional: true - '@biomejs/cli-win32-x64@2.1.2': + '@biomejs/cli-win32-x64@2.2.0': optional: true - '@bkrem/react-transition-group@1.3.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@bkrem/react-transition-group@1.3.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: chain-function: 1.0.1 dom-helpers: 3.4.0 loose-envify: 1.4.0 prop-types: 15.8.1 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) react-lifecycles-compat: 3.0.4 warning: 3.0.0 @@ -7031,13 +7205,13 @@ snapshots: '@types/tough-cookie': 4.0.5 tough-cookie: 4.1.4 - '@chromatic-com/storybook@4.0.1(storybook@9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8))': + '@chromatic-com/storybook@4.1.0(storybook@9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)))': dependencies: '@neoconfetti/react': 1.0.0 - chromatic: 12.0.0 + chromatic: 12.2.0 filesize: 10.1.6 - jsonfile: 6.1.0 - storybook: 9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8) + jsonfile: 6.2.0 + storybook: 9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)) strip-ansi: 7.1.0 transitivePeerDependencies: - '@chromatic-com/cypress' @@ -7052,88 +7226,88 @@ snapshots: unplugin: 1.16.1 zod: 3.24.3 - '@codecov/vite-plugin@1.9.1(rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2))': + '@codecov/vite-plugin@1.9.1(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1))': dependencies: '@codecov/bundler-plugin-core': 1.9.1 unplugin: 1.16.1 - vite: rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2) + vite: rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1) '@conform-to/dom@1.8.2': {} - '@conform-to/react@1.8.2(react@19.1.0)': + '@conform-to/react@1.8.2(react@19.1.1)': dependencies: '@conform-to/dom': 1.8.2 - react: 19.1.0 + react: 19.1.1 - '@effect/cluster@0.29.22(@effect/platform@0.88.2(effect@3.16.16))(@effect/rpc@0.55.17(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(@effect/sql@0.33.13(@effect/experimental@0.44.13(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(effect@3.16.16)': + '@effect/cluster@0.29.22(@effect/platform@0.90.3(effect@3.17.7))(@effect/rpc@0.55.17(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(@effect/sql@0.33.13(@effect/experimental@0.44.13(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(effect@3.17.7)': dependencies: - '@effect/platform': 0.88.2(effect@3.16.16) - '@effect/rpc': 0.55.17(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16) - '@effect/sql': 0.33.13(@effect/experimental@0.44.13(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16) - effect: 3.16.16 + '@effect/platform': 0.90.3(effect@3.17.7) + '@effect/rpc': 0.55.17(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7) + '@effect/sql': 0.33.13(@effect/experimental@0.44.13(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7) + effect: 3.17.7 - '@effect/experimental@0.44.13(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16)': + '@effect/experimental@0.44.13(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7)': dependencies: - '@effect/platform': 0.88.2(effect@3.16.16) - effect: 3.16.16 + '@effect/platform': 0.90.3(effect@3.17.7) + effect: 3.17.7 uuid: 11.1.0 - '@effect/language-service@0.27.2': {} + '@effect/language-service@0.35.2': {} - '@effect/platform-node-shared@0.44.0(@effect/cluster@0.29.22(@effect/platform@0.88.2(effect@3.16.16))(@effect/rpc@0.55.17(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(@effect/sql@0.33.13(@effect/experimental@0.44.13(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(effect@3.16.16))(@effect/platform@0.88.2(effect@3.16.16))(@effect/rpc@0.55.17(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(@effect/sql@0.33.13(@effect/experimental@0.44.13(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(effect@3.16.16)': + '@effect/platform-node-shared@0.49.0(@effect/cluster@0.29.22(@effect/platform@0.90.3(effect@3.17.7))(@effect/rpc@0.55.17(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(@effect/sql@0.33.13(@effect/experimental@0.44.13(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(effect@3.17.7))(@effect/platform@0.90.3(effect@3.17.7))(@effect/rpc@0.55.17(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(@effect/sql@0.33.13(@effect/experimental@0.44.13(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(effect@3.17.7)': dependencies: - '@effect/cluster': 0.29.22(@effect/platform@0.88.2(effect@3.16.16))(@effect/rpc@0.55.17(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(@effect/sql@0.33.13(@effect/experimental@0.44.13(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(effect@3.16.16) - '@effect/platform': 0.88.2(effect@3.16.16) - '@effect/rpc': 0.55.17(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16) - '@effect/sql': 0.33.13(@effect/experimental@0.44.13(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16) + '@effect/cluster': 0.29.22(@effect/platform@0.90.3(effect@3.17.7))(@effect/rpc@0.55.17(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(@effect/sql@0.33.13(@effect/experimental@0.44.13(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(effect@3.17.7) + '@effect/platform': 0.90.3(effect@3.17.7) + '@effect/rpc': 0.55.17(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7) + '@effect/sql': 0.33.13(@effect/experimental@0.44.13(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7) '@parcel/watcher': 2.5.1 - effect: 3.16.16 - multipasta: 0.2.5 - ws: 8.18.2 + effect: 3.17.7 + multipasta: 0.2.7 + ws: 8.18.3 transitivePeerDependencies: - bufferutil - utf-8-validate - '@effect/platform-node@0.91.0(@effect/cluster@0.29.22(@effect/platform@0.88.2(effect@3.16.16))(@effect/rpc@0.55.17(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(@effect/sql@0.33.13(@effect/experimental@0.44.13(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(effect@3.16.16))(@effect/platform@0.88.2(effect@3.16.16))(@effect/rpc@0.55.17(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(@effect/sql@0.33.13(@effect/experimental@0.44.13(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(effect@3.16.16)': + '@effect/platform-node@0.96.0(@effect/cluster@0.29.22(@effect/platform@0.90.3(effect@3.17.7))(@effect/rpc@0.55.17(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(@effect/sql@0.33.13(@effect/experimental@0.44.13(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(effect@3.17.7))(@effect/platform@0.90.3(effect@3.17.7))(@effect/rpc@0.55.17(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(@effect/sql@0.33.13(@effect/experimental@0.44.13(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(effect@3.17.7)': dependencies: - '@effect/cluster': 0.29.22(@effect/platform@0.88.2(effect@3.16.16))(@effect/rpc@0.55.17(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(@effect/sql@0.33.13(@effect/experimental@0.44.13(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(effect@3.16.16) - '@effect/platform': 0.88.2(effect@3.16.16) - '@effect/platform-node-shared': 0.44.0(@effect/cluster@0.29.22(@effect/platform@0.88.2(effect@3.16.16))(@effect/rpc@0.55.17(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(@effect/sql@0.33.13(@effect/experimental@0.44.13(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(effect@3.16.16))(@effect/platform@0.88.2(effect@3.16.16))(@effect/rpc@0.55.17(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(@effect/sql@0.33.13(@effect/experimental@0.44.13(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(effect@3.16.16) - '@effect/rpc': 0.55.17(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16) - '@effect/sql': 0.33.13(@effect/experimental@0.44.13(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16) - effect: 3.16.16 + '@effect/cluster': 0.29.22(@effect/platform@0.90.3(effect@3.17.7))(@effect/rpc@0.55.17(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(@effect/sql@0.33.13(@effect/experimental@0.44.13(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(effect@3.17.7) + '@effect/platform': 0.90.3(effect@3.17.7) + '@effect/platform-node-shared': 0.49.0(@effect/cluster@0.29.22(@effect/platform@0.90.3(effect@3.17.7))(@effect/rpc@0.55.17(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(@effect/sql@0.33.13(@effect/experimental@0.44.13(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(effect@3.17.7))(@effect/platform@0.90.3(effect@3.17.7))(@effect/rpc@0.55.17(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(@effect/sql@0.33.13(@effect/experimental@0.44.13(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(effect@3.17.7) + '@effect/rpc': 0.55.17(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7) + '@effect/sql': 0.33.13(@effect/experimental@0.44.13(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7) + effect: 3.17.7 mime: 3.0.0 - undici: 7.10.0 - ws: 8.18.2 + undici: 7.13.0 + ws: 8.18.3 transitivePeerDependencies: - bufferutil - utf-8-validate - '@effect/platform@0.88.2(effect@3.16.16)': + '@effect/platform@0.90.3(effect@3.17.7)': dependencies: - '@opentelemetry/semantic-conventions': 1.34.0 - effect: 3.16.16 + '@opentelemetry/semantic-conventions': 1.36.0 + effect: 3.17.7 find-my-way-ts: 0.1.6 - msgpackr: 1.11.4 + msgpackr: 1.11.5 multipasta: 0.2.7 - '@effect/rpc@0.55.17(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16)': + '@effect/rpc@0.55.17(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7)': dependencies: - '@effect/platform': 0.88.2(effect@3.16.16) - effect: 3.16.16 + '@effect/platform': 0.90.3(effect@3.17.7) + effect: 3.17.7 - '@effect/sql@0.33.13(@effect/experimental@0.44.13(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16))(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16)': + '@effect/sql@0.33.13(@effect/experimental@0.44.13(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7))(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7)': dependencies: - '@effect/experimental': 0.44.13(@effect/platform@0.88.2(effect@3.16.16))(effect@3.16.16) - '@effect/platform': 0.88.2(effect@3.16.16) - '@opentelemetry/semantic-conventions': 1.34.0 - effect: 3.16.16 + '@effect/experimental': 0.44.13(@effect/platform@0.90.3(effect@3.17.7))(effect@3.17.7) + '@effect/platform': 0.90.3(effect@3.17.7) + '@opentelemetry/semantic-conventions': 1.36.0 + effect: 3.17.7 uuid: 11.1.0 - '@effect/vitest@0.24.1(effect@3.16.16)(vitest@3.2.4)': + '@effect/vitest@0.25.1(effect@3.17.7)(vitest@3.2.4)': dependencies: - effect: 3.16.16 - vitest: 3.2.4(@types/debug@4.1.12)(@types/node@22.16.1)(@vitest/ui@3.2.4)(esbuild@0.25.3)(jiti@2.4.2)(msw@2.7.6(@types/node@22.16.1)(typescript@5.8.3)) + effect: 3.17.7 + vitest: 3.2.4(@types/debug@4.1.12)(@types/node@24.3.0)(@vitest/ui@3.2.4)(esbuild@0.25.9)(jiti@2.5.1)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2)) '@emnapi/core@1.4.3': dependencies: @@ -7189,19 +7363,19 @@ snapshots: '@emotion/memoize@0.9.0': {} - '@emotion/react@11.14.0(@types/react@19.1.8)(react@19.1.0)': + '@emotion/react@11.14.0(@types/react@19.1.10)(react@19.1.1)': dependencies: '@babel/runtime': 7.27.6 '@emotion/babel-plugin': 11.13.5 '@emotion/cache': 11.14.0 '@emotion/serialize': 1.3.3 - '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@19.1.0) + '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@19.1.1) '@emotion/utils': 1.4.2 '@emotion/weak-memoize': 0.4.0 hoist-non-react-statics: 3.3.2 - react: 19.1.0 + react: 19.1.1 optionalDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 transitivePeerDependencies: - supports-color @@ -7217,9 +7391,9 @@ snapshots: '@emotion/unitless@0.10.0': {} - '@emotion/use-insertion-effect-with-fallbacks@1.2.0(react@19.1.0)': + '@emotion/use-insertion-effect-with-fallbacks@1.2.0(react@19.1.1)': dependencies: - react: 19.1.0 + react: 19.1.1 '@emotion/utils@1.4.2': {} @@ -7229,84 +7403,87 @@ snapshots: '@epic-web/invariant@1.0.0': {} - '@esbuild/aix-ppc64@0.25.3': + '@esbuild/aix-ppc64@0.25.9': + optional: true + + '@esbuild/android-arm64@0.25.9': optional: true - '@esbuild/android-arm64@0.25.3': + '@esbuild/android-arm@0.25.9': optional: true - '@esbuild/android-arm@0.25.3': + '@esbuild/android-x64@0.25.9': optional: true - '@esbuild/android-x64@0.25.3': + '@esbuild/darwin-arm64@0.25.9': optional: true - '@esbuild/darwin-arm64@0.25.3': + '@esbuild/darwin-x64@0.25.9': optional: true - '@esbuild/darwin-x64@0.25.3': + '@esbuild/freebsd-arm64@0.25.9': optional: true - '@esbuild/freebsd-arm64@0.25.3': + '@esbuild/freebsd-x64@0.25.9': optional: true - '@esbuild/freebsd-x64@0.25.3': + '@esbuild/linux-arm64@0.25.9': optional: true - '@esbuild/linux-arm64@0.25.3': + '@esbuild/linux-arm@0.25.9': optional: true - '@esbuild/linux-arm@0.25.3': + '@esbuild/linux-ia32@0.25.9': optional: true - '@esbuild/linux-ia32@0.25.3': + '@esbuild/linux-loong64@0.25.9': optional: true - '@esbuild/linux-loong64@0.25.3': + '@esbuild/linux-mips64el@0.25.9': optional: true - '@esbuild/linux-mips64el@0.25.3': + '@esbuild/linux-ppc64@0.25.9': optional: true - '@esbuild/linux-ppc64@0.25.3': + '@esbuild/linux-riscv64@0.25.9': optional: true - '@esbuild/linux-riscv64@0.25.3': + '@esbuild/linux-s390x@0.25.9': optional: true - '@esbuild/linux-s390x@0.25.3': + '@esbuild/linux-x64@0.25.9': optional: true - '@esbuild/linux-x64@0.25.3': + '@esbuild/netbsd-arm64@0.25.9': optional: true - '@esbuild/netbsd-arm64@0.25.3': + '@esbuild/netbsd-x64@0.25.9': optional: true - '@esbuild/netbsd-x64@0.25.3': + '@esbuild/openbsd-arm64@0.25.9': optional: true - '@esbuild/openbsd-arm64@0.25.3': + '@esbuild/openbsd-x64@0.25.9': optional: true - '@esbuild/openbsd-x64@0.25.3': + '@esbuild/openharmony-arm64@0.25.9': optional: true - '@esbuild/sunos-x64@0.25.3': + '@esbuild/sunos-x64@0.25.9': optional: true - '@esbuild/win32-arm64@0.25.3': + '@esbuild/win32-arm64@0.25.9': optional: true - '@esbuild/win32-ia32@0.25.3': + '@esbuild/win32-ia32@0.25.9': optional: true - '@esbuild/win32-x64@0.25.3': + '@esbuild/win32-x64@0.25.9': optional: true - '@eslint-community/eslint-utils@4.7.0(eslint@9.26.0(jiti@2.4.2))': + '@eslint-community/eslint-utils@4.7.0(eslint@9.26.0(jiti@2.5.1))': dependencies: - eslint: 9.26.0(jiti@2.4.2) + eslint: 9.26.0(jiti@2.5.1) eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.12.1': {} @@ -7354,16 +7531,33 @@ snapshots: dependencies: '@floating-ui/utils': 0.2.9 + '@floating-ui/core@1.7.3': + dependencies: + '@floating-ui/utils': 0.2.10 + '@floating-ui/dom@1.6.13': dependencies: '@floating-ui/core': 1.6.9 '@floating-ui/utils': 0.2.9 - '@floating-ui/react-dom@2.1.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@floating-ui/dom@1.7.3': + dependencies: + '@floating-ui/core': 1.7.3 + '@floating-ui/utils': 0.2.10 + + '@floating-ui/react-dom@2.1.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@floating-ui/dom': 1.6.13 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@floating-ui/react-dom@2.1.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@floating-ui/dom': 1.7.3 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@floating-ui/utils@0.2.10': {} '@floating-ui/utils@0.2.9': {} @@ -7371,7 +7565,7 @@ snapshots: dependencies: '@formatjs/fast-memoize': 2.2.7 '@formatjs/intl-localematcher': 0.6.1 - decimal.js: 10.5.0 + decimal.js: 10.6.0 tslib: 2.8.1 '@formatjs/fast-memoize@2.2.7': @@ -7406,17 +7600,17 @@ snapshots: '@humanwhocodes/retry@0.4.2': {} - '@inquirer/confirm@5.1.9(@types/node@22.16.1)': + '@inquirer/confirm@5.1.9(@types/node@24.3.0)': dependencies: - '@inquirer/core': 10.1.10(@types/node@22.16.1) - '@inquirer/type': 3.0.6(@types/node@22.16.1) + '@inquirer/core': 10.1.10(@types/node@24.3.0) + '@inquirer/type': 3.0.6(@types/node@24.3.0) optionalDependencies: - '@types/node': 22.16.1 + '@types/node': 24.3.0 - '@inquirer/core@10.1.10(@types/node@22.16.1)': + '@inquirer/core@10.1.10(@types/node@24.3.0)': dependencies: '@inquirer/figures': 1.0.11 - '@inquirer/type': 3.0.6(@types/node@22.16.1) + '@inquirer/type': 3.0.6(@types/node@24.3.0) ansi-escapes: 4.3.2 cli-width: 4.1.0 mute-stream: 2.0.0 @@ -7424,28 +7618,28 @@ snapshots: wrap-ansi: 6.2.0 yoctocolors-cjs: 2.1.2 optionalDependencies: - '@types/node': 22.16.1 + '@types/node': 24.3.0 '@inquirer/figures@1.0.11': {} - '@inquirer/type@3.0.6(@types/node@22.16.1)': + '@inquirer/type@3.0.6(@types/node@24.3.0)': optionalDependencies: - '@types/node': 22.16.1 + '@types/node': 24.3.0 - '@internationalized/date@3.8.0': + '@internationalized/date@3.8.2': dependencies: '@swc/helpers': 0.5.17 - '@internationalized/message@3.1.7': + '@internationalized/message@3.1.8': dependencies: '@swc/helpers': 0.5.17 intl-messageformat: 10.7.16 - '@internationalized/number@3.6.1': + '@internationalized/number@3.6.4': dependencies: '@swc/helpers': 0.5.17 - '@internationalized/string@3.2.6': + '@internationalized/string@3.2.7': dependencies: '@swc/helpers': 0.5.17 @@ -7464,19 +7658,24 @@ snapshots: '@istanbuljs/schema@0.1.3': {} - '@joshwooding/vite-plugin-react-docgen-typescript@0.6.0(rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2))(typescript@5.8.3)': + '@joshwooding/vite-plugin-react-docgen-typescript@0.6.1(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1))(typescript@5.9.2)': dependencies: glob: 10.4.5 magic-string: 0.30.17 - react-docgen-typescript: 2.2.2(typescript@5.8.3) - vite: rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2) + react-docgen-typescript: 2.4.0(typescript@5.9.2) + vite: rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1) optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 '@jridgewell/gen-mapping@0.3.12': dependencies: '@jridgewell/sourcemap-codec': 1.5.0 - '@jridgewell/trace-mapping': 0.3.29 + '@jridgewell/trace-mapping': 0.3.30 + + '@jridgewell/gen-mapping@0.3.13': + dependencies: + '@jridgewell/sourcemap-codec': 1.5.5 + '@jridgewell/trace-mapping': 0.3.30 '@jridgewell/gen-mapping@0.3.8': dependencies: @@ -7484,12 +7683,19 @@ snapshots: '@jridgewell/sourcemap-codec': 1.5.0 '@jridgewell/trace-mapping': 0.3.25 + '@jridgewell/remapping@2.3.5': + dependencies: + '@jridgewell/gen-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.30 + '@jridgewell/resolve-uri@3.1.2': {} '@jridgewell/set-array@1.2.1': {} '@jridgewell/sourcemap-codec@1.5.0': {} + '@jridgewell/sourcemap-codec@1.5.5': {} + '@jridgewell/trace-mapping@0.3.25': dependencies: '@jridgewell/resolve-uri': 3.1.2 @@ -7500,13 +7706,18 @@ snapshots: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.5.0 + '@jridgewell/trace-mapping@0.3.30': + dependencies: + '@jridgewell/resolve-uri': 3.1.2 + '@jridgewell/sourcemap-codec': 1.5.5 + '@jsr/nick__clsx@0.3.1': {} '@jsr/std__yaml@1.0.6': {} '@jsr/suddenly-giovanni__schema-resume@0.0.7': dependencies: - effect: 3.16.16 + effect: 3.17.7 '@mdx-js/mdx@3.1.0(acorn@8.14.1)': dependencies: @@ -7538,11 +7749,11 @@ snapshots: - acorn - supports-color - '@mdx-js/react@3.1.0(@types/react@19.1.8)(react@19.1.0)': + '@mdx-js/react@3.1.0(@types/react@19.1.10)(react@19.1.1)': dependencies: '@types/mdx': 2.0.13 - '@types/react': 19.1.8 - react: 19.1.0 + '@types/react': 19.1.10 + react: 19.1.1 '@mdx-js/rollup@3.1.0(acorn@8.14.1)(rollup@4.40.0)': dependencies: @@ -7771,7 +7982,7 @@ snapshots: '@open-draft/until@2.1.0': {} - '@opentelemetry/semantic-conventions@1.34.0': {} + '@opentelemetry/semantic-conventions@1.36.0': {} '@oxc-project/runtime@0.73.0': {} @@ -7850,1141 +8061,1139 @@ snapshots: '@radix-ui/primitive@1.1.2': {} - '@radix-ui/react-accessible-icon@1.1.7(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - optionalDependencies: - '@types/react': 19.1.8 - '@types/react-dom': 19.1.6(@types/react@19.1.8) + '@radix-ui/primitive@1.1.3': {} - '@radix-ui/react-accordion@1.2.11(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-accessible-icon@1.1.7(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-collapsible': 1.1.11(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-direction': 1.1.1(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.8)(react@19.1.0) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 19.1.8 - '@types/react-dom': 19.1.6(@types/react@19.1.8) + '@types/react': 19.1.10 + '@types/react-dom': 19.1.7(@types/react@19.1.10) + + '@radix-ui/react-accordion@1.2.12(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/primitive': 1.1.3 + '@radix-ui/react-collapsible': 1.1.12(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.10)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.10 + '@types/react-dom': 19.1.7(@types/react@19.1.10) - '@radix-ui/react-arrow@1.1.4(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-arrow@1.1.4(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 19.1.8 - '@types/react-dom': 19.1.6(@types/react@19.1.8) + '@types/react': 19.1.10 + '@types/react-dom': 19.1.7(@types/react@19.1.10) - '@radix-ui/react-arrow@1.1.7(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-arrow@1.1.7(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 19.1.8 - '@types/react-dom': 19.1.6(@types/react@19.1.8) - - '@radix-ui/react-avatar@1.1.10(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@radix-ui/react-context': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-use-is-hydrated': 0.1.0(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.8)(react@19.1.0) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + '@types/react': 19.1.10 + '@types/react-dom': 19.1.7(@types/react@19.1.10) + + '@radix-ui/react-avatar@1.1.10(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/react-context': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-use-is-hydrated': 0.1.0(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.10)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 19.1.8 - '@types/react-dom': 19.1.6(@types/react@19.1.8) - - '@radix-ui/react-collapsible@1.1.11(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.8)(react@19.1.0) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + '@types/react': 19.1.10 + '@types/react-dom': 19.1.7(@types/react@19.1.10) + + '@radix-ui/react-collapsible@1.1.12(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/primitive': 1.1.3 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.10)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 19.1.8 - '@types/react-dom': 19.1.6(@types/react@19.1.8) + '@types/react': 19.1.10 + '@types/react-dom': 19.1.7(@types/react@19.1.10) - '@radix-ui/react-collection@1.1.4(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-collection@1.1.4(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-slot': 1.2.0(@types/react@19.1.8)(react@19.1.0) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-slot': 1.2.0(@types/react@19.1.10)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 19.1.8 - '@types/react-dom': 19.1.6(@types/react@19.1.8) + '@types/react': 19.1.10 + '@types/react-dom': 19.1.7(@types/react@19.1.10) - '@radix-ui/react-collection@1.1.7(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-collection@1.1.7(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-slot': 1.2.3(@types/react@19.1.8)(react@19.1.0) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-slot': 1.2.3(@types/react@19.1.10)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 19.1.8 - '@types/react-dom': 19.1.6(@types/react@19.1.8) + '@types/react': 19.1.10 + '@types/react-dom': 19.1.7(@types/react@19.1.10) - '@radix-ui/react-compose-refs@1.1.2(@types/react@19.1.8)(react@19.1.0)': + '@radix-ui/react-compose-refs@1.1.2(@types/react@19.1.10)(react@19.1.1)': dependencies: - react: 19.1.0 + react: 19.1.1 optionalDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 - '@radix-ui/react-context@1.1.2(@types/react@19.1.8)(react@19.1.0)': + '@radix-ui/react-context@1.1.2(@types/react@19.1.10)(react@19.1.1)': dependencies: - react: 19.1.0 + react: 19.1.1 optionalDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 - '@radix-ui/react-direction@1.1.1(@types/react@19.1.8)(react@19.1.0)': + '@radix-ui/react-direction@1.1.1(@types/react@19.1.10)(react@19.1.1)': dependencies: - react: 19.1.0 + react: 19.1.1 optionalDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 - '@radix-ui/react-dismissable-layer@1.1.10(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-dismissable-layer@1.1.11(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.1.8)(react@19.1.0) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + '@radix-ui/primitive': 1.1.3 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.1.10)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 19.1.8 - '@types/react-dom': 19.1.6(@types/react@19.1.8) + '@types/react': 19.1.10 + '@types/react-dom': 19.1.7(@types/react@19.1.10) - '@radix-ui/react-dismissable-layer@1.1.7(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-dismissable-layer@1.1.7(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.1.8)(react@19.1.0) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.1.10)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 19.1.8 - '@types/react-dom': 19.1.6(@types/react@19.1.8) + '@types/react': 19.1.10 + '@types/react-dom': 19.1.7(@types/react@19.1.10) + + '@radix-ui/react-dropdown-menu@2.1.16(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/primitive': 1.1.3 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-menu': 2.1.16(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.10)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + optionalDependencies: + '@types/react': 19.1.10 + '@types/react-dom': 19.1.7(@types/react@19.1.10) - '@radix-ui/react-dropdown-menu@2.1.15(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-focus-guards@1.1.2(@types/react@19.1.10)(react@19.1.1)': dependencies: - '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-menu': 2.1.15(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.8)(react@19.1.0) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 optionalDependencies: - '@types/react': 19.1.8 - '@types/react-dom': 19.1.6(@types/react@19.1.8) + '@types/react': 19.1.10 - '@radix-ui/react-focus-guards@1.1.2(@types/react@19.1.8)(react@19.1.0)': + '@radix-ui/react-focus-guards@1.1.3(@types/react@19.1.10)(react@19.1.1)': dependencies: - react: 19.1.0 + react: 19.1.1 optionalDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 - '@radix-ui/react-focus-scope@1.1.4(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-focus-scope@1.1.4(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.8)(react@19.1.0) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.10)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 19.1.8 - '@types/react-dom': 19.1.6(@types/react@19.1.8) + '@types/react': 19.1.10 + '@types/react-dom': 19.1.7(@types/react@19.1.10) - '@radix-ui/react-focus-scope@1.1.7(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-focus-scope@1.1.7(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.8)(react@19.1.0) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.10)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 19.1.8 - '@types/react-dom': 19.1.6(@types/react@19.1.8) + '@types/react': 19.1.10 + '@types/react-dom': 19.1.7(@types/react@19.1.10) - '@radix-ui/react-icons@1.3.2(react@19.1.0)': + '@radix-ui/react-icons@1.3.2(react@19.1.1)': dependencies: - react: 19.1.0 + react: 19.1.1 - '@radix-ui/react-id@1.1.1(@types/react@19.1.8)(react@19.1.0)': + '@radix-ui/react-id@1.1.1(@types/react@19.1.10)(react@19.1.1)': dependencies: - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.8)(react@19.1.0) - react: 19.1.0 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.10)(react@19.1.1) + react: 19.1.1 optionalDependencies: - '@types/react': 19.1.8 - - '@radix-ui/react-menu@2.1.15(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-direction': 1.1.1(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-popper': 1.2.7(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-roving-focus': 1.1.10(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-slot': 1.2.3(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.8)(react@19.1.0) - aria-hidden: 1.2.4 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - react-remove-scroll: 2.6.3(@types/react@19.1.8)(react@19.1.0) + '@types/react': 19.1.10 + + '@radix-ui/react-menu@2.1.16(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/primitive': 1.1.3 + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-slot': 1.2.3(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.10)(react@19.1.1) + aria-hidden: 1.2.6 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + react-remove-scroll: 2.7.1(@types/react@19.1.10)(react@19.1.1) optionalDependencies: - '@types/react': 19.1.8 - '@types/react-dom': 19.1.6(@types/react@19.1.8) - - '@radix-ui/react-navigation-menu@1.2.13(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-direction': 1.1.1(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-use-previous': 1.1.1(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + '@types/react': 19.1.10 + '@types/react-dom': 19.1.7(@types/react@19.1.10) + + '@radix-ui/react-navigation-menu@1.2.14(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/primitive': 1.1.3 + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-use-previous': 1.1.1(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 19.1.8 - '@types/react-dom': 19.1.6(@types/react@19.1.8) - - '@radix-ui/react-popper@1.2.4(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@floating-ui/react-dom': 2.1.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-arrow': 1.1.4(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-use-rect': 1.1.1(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-use-size': 1.1.1(@types/react@19.1.8)(react@19.1.0) + '@types/react': 19.1.10 + '@types/react-dom': 19.1.7(@types/react@19.1.10) + + '@radix-ui/react-popper@1.2.4(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@floating-ui/react-dom': 2.1.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-arrow': 1.1.4(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-use-rect': 1.1.1(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-use-size': 1.1.1(@types/react@19.1.10)(react@19.1.1) '@radix-ui/rect': 1.1.1 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 19.1.8 - '@types/react-dom': 19.1.6(@types/react@19.1.8) - - '@radix-ui/react-popper@1.2.7(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@floating-ui/react-dom': 2.1.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-use-rect': 1.1.1(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-use-size': 1.1.1(@types/react@19.1.8)(react@19.1.0) + '@types/react': 19.1.10 + '@types/react-dom': 19.1.7(@types/react@19.1.10) + + '@radix-ui/react-popper@1.2.8(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@floating-ui/react-dom': 2.1.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-use-rect': 1.1.1(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-use-size': 1.1.1(@types/react@19.1.10)(react@19.1.1) '@radix-ui/rect': 1.1.1 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 19.1.8 - '@types/react-dom': 19.1.6(@types/react@19.1.8) + '@types/react': 19.1.10 + '@types/react-dom': 19.1.7(@types/react@19.1.10) - '@radix-ui/react-portal@1.1.6(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-portal@1.1.6(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.8)(react@19.1.0) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.10)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 19.1.8 - '@types/react-dom': 19.1.6(@types/react@19.1.8) + '@types/react': 19.1.10 + '@types/react-dom': 19.1.7(@types/react@19.1.10) - '@radix-ui/react-portal@1.1.9(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-portal@1.1.9(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.8)(react@19.1.0) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.10)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 19.1.8 - '@types/react-dom': 19.1.6(@types/react@19.1.8) + '@types/react': 19.1.10 + '@types/react-dom': 19.1.7(@types/react@19.1.10) - '@radix-ui/react-presence@1.1.4(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-presence@1.1.5(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.8)(react@19.1.0) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.10)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 19.1.8 - '@types/react-dom': 19.1.6(@types/react@19.1.8) + '@types/react': 19.1.10 + '@types/react-dom': 19.1.7(@types/react@19.1.10) - '@radix-ui/react-primitive@2.1.0(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-primitive@2.1.0(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@radix-ui/react-slot': 1.2.0(@types/react@19.1.8)(react@19.1.0) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + '@radix-ui/react-slot': 1.2.0(@types/react@19.1.10)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 19.1.8 - '@types/react-dom': 19.1.6(@types/react@19.1.8) + '@types/react': 19.1.10 + '@types/react-dom': 19.1.7(@types/react@19.1.10) - '@radix-ui/react-primitive@2.1.3(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-primitive@2.1.3(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@radix-ui/react-slot': 1.2.3(@types/react@19.1.8)(react@19.1.0) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + '@radix-ui/react-slot': 1.2.3(@types/react@19.1.10)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 19.1.8 - '@types/react-dom': 19.1.6(@types/react@19.1.8) - - '@radix-ui/react-roving-focus@1.1.10(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-direction': 1.1.1(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.8)(react@19.1.0) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + '@types/react': 19.1.10 + '@types/react-dom': 19.1.7(@types/react@19.1.10) + + '@radix-ui/react-roving-focus@1.1.11(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/primitive': 1.1.3 + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.10)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 19.1.8 - '@types/react-dom': 19.1.6(@types/react@19.1.8) + '@types/react': 19.1.10 + '@types/react-dom': 19.1.7(@types/react@19.1.10) - '@radix-ui/react-select@2.2.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-select@2.2.2(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: '@radix-ui/number': 1.1.1 '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-collection': 1.1.4(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-direction': 1.1.1(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-dismissable-layer': 1.1.7(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-focus-scope': 1.1.4(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-popper': 1.2.4(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-portal': 1.1.6(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-slot': 1.2.0(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-use-previous': 1.1.1(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-visually-hidden': 1.2.0(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - aria-hidden: 1.2.4 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - react-remove-scroll: 2.6.3(@types/react@19.1.8)(react@19.1.0) + '@radix-ui/react-collection': 1.1.4(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-dismissable-layer': 1.1.7(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-focus-scope': 1.1.4(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-popper': 1.2.4(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-portal': 1.1.6(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-slot': 1.2.0(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-use-previous': 1.1.1(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-visually-hidden': 1.2.0(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + aria-hidden: 1.2.6 + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + react-remove-scroll: 2.7.1(@types/react@19.1.10)(react@19.1.1) optionalDependencies: - '@types/react': 19.1.8 - '@types/react-dom': 19.1.6(@types/react@19.1.8) + '@types/react': 19.1.10 + '@types/react-dom': 19.1.7(@types/react@19.1.10) - '@radix-ui/react-separator@1.1.7(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-separator@1.1.7(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 19.1.8 - '@types/react-dom': 19.1.6(@types/react@19.1.8) + '@types/react': 19.1.10 + '@types/react-dom': 19.1.7(@types/react@19.1.10) - '@radix-ui/react-slot@1.2.0(@types/react@19.1.8)(react@19.1.0)': + '@radix-ui/react-slot@1.2.0(@types/react@19.1.10)(react@19.1.1)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.8)(react@19.1.0) - react: 19.1.0 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.10)(react@19.1.1) + react: 19.1.1 optionalDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 - '@radix-ui/react-slot@1.2.3(@types/react@19.1.8)(react@19.1.0)': + '@radix-ui/react-slot@1.2.3(@types/react@19.1.10)(react@19.1.1)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.8)(react@19.1.0) - react: 19.1.0 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.10)(react@19.1.1) + react: 19.1.1 optionalDependencies: - '@types/react': 19.1.8 - - '@radix-ui/react-switch@1.2.5(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-use-previous': 1.1.1(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-use-size': 1.1.1(@types/react@19.1.8)(react@19.1.0) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + '@types/react': 19.1.10 + + '@radix-ui/react-switch@1.2.6(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@radix-ui/primitive': 1.1.3 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-use-previous': 1.1.1(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-use-size': 1.1.1(@types/react@19.1.10)(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 19.1.8 - '@types/react-dom': 19.1.6(@types/react@19.1.8) + '@types/react': 19.1.10 + '@types/react-dom': 19.1.7(@types/react@19.1.10) - '@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.1.8)(react@19.1.0)': + '@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.1.10)(react@19.1.1)': dependencies: - react: 19.1.0 + react: 19.1.1 optionalDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 - '@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.1.8)(react@19.1.0)': + '@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.1.10)(react@19.1.1)': dependencies: - '@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.1.8)(react@19.1.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.8)(react@19.1.0) - react: 19.1.0 + '@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.1.10)(react@19.1.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.10)(react@19.1.1) + react: 19.1.1 optionalDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 - '@radix-ui/react-use-effect-event@0.0.2(@types/react@19.1.8)(react@19.1.0)': + '@radix-ui/react-use-effect-event@0.0.2(@types/react@19.1.10)(react@19.1.1)': dependencies: - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.8)(react@19.1.0) - react: 19.1.0 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.10)(react@19.1.1) + react: 19.1.1 optionalDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 - '@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.1.8)(react@19.1.0)': + '@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.1.10)(react@19.1.1)': dependencies: - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.8)(react@19.1.0) - react: 19.1.0 + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.10)(react@19.1.1) + react: 19.1.1 optionalDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 - '@radix-ui/react-use-is-hydrated@0.1.0(@types/react@19.1.8)(react@19.1.0)': + '@radix-ui/react-use-is-hydrated@0.1.0(@types/react@19.1.10)(react@19.1.1)': dependencies: - react: 19.1.0 - use-sync-external-store: 1.5.0(react@19.1.0) + react: 19.1.1 + use-sync-external-store: 1.5.0(react@19.1.1) optionalDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 - '@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.1.8)(react@19.1.0)': + '@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.1.10)(react@19.1.1)': dependencies: - react: 19.1.0 + react: 19.1.1 optionalDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 - '@radix-ui/react-use-previous@1.1.1(@types/react@19.1.8)(react@19.1.0)': + '@radix-ui/react-use-previous@1.1.1(@types/react@19.1.10)(react@19.1.1)': dependencies: - react: 19.1.0 + react: 19.1.1 optionalDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 - '@radix-ui/react-use-rect@1.1.1(@types/react@19.1.8)(react@19.1.0)': + '@radix-ui/react-use-rect@1.1.1(@types/react@19.1.10)(react@19.1.1)': dependencies: '@radix-ui/rect': 1.1.1 - react: 19.1.0 + react: 19.1.1 optionalDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 - '@radix-ui/react-use-size@1.1.1(@types/react@19.1.8)(react@19.1.0)': + '@radix-ui/react-use-size@1.1.1(@types/react@19.1.10)(react@19.1.1)': dependencies: - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.8)(react@19.1.0) - react: 19.1.0 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.10)(react@19.1.1) + react: 19.1.1 optionalDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 - '@radix-ui/react-visually-hidden@1.2.0(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-visually-hidden@1.2.0(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + '@radix-ui/react-primitive': 2.1.0(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 19.1.8 - '@types/react-dom': 19.1.6(@types/react@19.1.8) + '@types/react': 19.1.10 + '@types/react-dom': 19.1.7(@types/react@19.1.10) - '@radix-ui/react-visually-hidden@1.2.3(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@radix-ui/react-visually-hidden@1.2.3(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) optionalDependencies: - '@types/react': 19.1.8 - '@types/react-dom': 19.1.6(@types/react@19.1.8) + '@types/react': 19.1.10 + '@types/react-dom': 19.1.7(@types/react@19.1.10) '@radix-ui/rect@1.1.1': {} - '@react-aria/autocomplete@3.0.0-beta.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@react-aria/combobox': 3.12.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/focus': 3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/listbox': 3.14.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/searchfield': 3.8.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/textfield': 3.17.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/autocomplete': 3.0.0-beta.0(react@19.1.0) - '@react-stately/combobox': 3.10.4(react@19.1.0) - '@react-types/autocomplete': 3.0.0-alpha.29(react@19.1.0) - '@react-types/button': 3.12.0(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-aria/autocomplete@3.0.0-beta.6(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@react-aria/combobox': 3.13.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/focus': 3.21.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/i18n': 3.12.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/listbox': 3.14.7(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/searchfield': 3.8.7(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/textfield': 3.18.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/autocomplete': 3.0.0-beta.3(react@19.1.1) + '@react-stately/combobox': 3.11.0(react@19.1.1) + '@react-types/autocomplete': 3.0.0-alpha.33(react@19.1.1) + '@react-types/button': 3.13.0(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - '@react-aria/breadcrumbs@3.5.23(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@react-aria/breadcrumbs@3.5.27(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/link': 3.8.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-types/breadcrumbs': 3.7.12(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-aria/i18n': 3.12.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/link': 3.8.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-types/breadcrumbs': 3.7.15(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - '@react-aria/button@3.13.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@react-aria/button@3.14.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/toolbar': 3.0.0-beta.15(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/toggle': 3.8.3(react@19.1.0) - '@react-types/button': 3.12.0(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/toolbar': 3.0.0-beta.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/toggle': 3.9.0(react@19.1.1) + '@react-types/button': 3.13.0(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - - '@react-aria/calendar@3.8.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@internationalized/date': 3.8.0 - '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/live-announcer': 3.4.2 - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/calendar': 3.8.0(react@19.1.0) - '@react-types/button': 3.12.0(react@19.1.0) - '@react-types/calendar': 3.7.0(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@react-aria/calendar@3.9.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@internationalized/date': 3.8.2 + '@react-aria/i18n': 3.12.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/live-announcer': 3.4.4 + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/calendar': 3.8.3(react@19.1.1) + '@react-types/button': 3.13.0(react@19.1.1) + '@react-types/calendar': 3.7.3(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - - '@react-aria/checkbox@3.15.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@react-aria/form': 3.0.15(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/label': 3.7.17(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/toggle': 3.11.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/checkbox': 3.6.13(react@19.1.0) - '@react-stately/form': 3.1.3(react@19.1.0) - '@react-stately/toggle': 3.8.3(react@19.1.0) - '@react-types/checkbox': 3.9.3(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@react-aria/checkbox@3.16.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@react-aria/form': 3.1.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/label': 3.7.20(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/toggle': 3.12.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/checkbox': 3.7.0(react@19.1.1) + '@react-stately/form': 3.2.0(react@19.1.1) + '@react-stately/toggle': 3.9.0(react@19.1.1) + '@react-types/checkbox': 3.10.0(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - '@react-aria/collections@3.0.0-beta.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@react-aria/collections@3.0.0-rc.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/ssr': 3.9.8(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/ssr': 3.9.10(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - use-sync-external-store: 1.5.0(react@19.1.0) - - '@react-aria/color@3.0.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/numberfield': 3.11.13(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/slider': 3.7.18(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/spinbutton': 3.6.14(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/textfield': 3.17.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/visually-hidden': 3.8.22(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/color': 3.8.4(react@19.1.0) - '@react-stately/form': 3.1.3(react@19.1.0) - '@react-types/color': 3.0.4(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + use-sync-external-store: 1.5.0(react@19.1.1) + + '@react-aria/color@3.1.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@react-aria/i18n': 3.12.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/numberfield': 3.12.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/slider': 3.8.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/spinbutton': 3.6.17(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/textfield': 3.18.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/visually-hidden': 3.8.26(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/color': 3.9.0(react@19.1.1) + '@react-stately/form': 3.2.0(react@19.1.1) + '@react-types/color': 3.1.0(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - - '@react-aria/combobox@3.12.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@react-aria/focus': 3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/listbox': 3.14.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/live-announcer': 3.4.2 - '@react-aria/menu': 3.18.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/overlays': 3.27.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/selection': 3.24.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/textfield': 3.17.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/collections': 3.12.3(react@19.1.0) - '@react-stately/combobox': 3.10.4(react@19.1.0) - '@react-stately/form': 3.1.3(react@19.1.0) - '@react-types/button': 3.12.0(react@19.1.0) - '@react-types/combobox': 3.13.4(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@react-aria/combobox@3.13.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@react-aria/focus': 3.21.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/i18n': 3.12.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/listbox': 3.14.7(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/live-announcer': 3.4.4 + '@react-aria/menu': 3.19.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/overlays': 3.28.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/selection': 3.25.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/textfield': 3.18.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/collections': 3.12.6(react@19.1.1) + '@react-stately/combobox': 3.11.0(react@19.1.1) + '@react-stately/form': 3.2.0(react@19.1.1) + '@react-types/button': 3.13.0(react@19.1.1) + '@react-types/combobox': 3.13.7(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - - '@react-aria/datepicker@3.14.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@internationalized/date': 3.8.0 - '@internationalized/number': 3.6.1 - '@internationalized/string': 3.2.6 - '@react-aria/focus': 3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/form': 3.0.15(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/label': 3.7.17(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/spinbutton': 3.6.14(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/datepicker': 3.14.0(react@19.1.0) - '@react-stately/form': 3.1.3(react@19.1.0) - '@react-types/button': 3.12.0(react@19.1.0) - '@react-types/calendar': 3.7.0(react@19.1.0) - '@react-types/datepicker': 3.12.0(react@19.1.0) - '@react-types/dialog': 3.5.17(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@react-aria/datepicker@3.15.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@internationalized/date': 3.8.2 + '@internationalized/number': 3.6.4 + '@internationalized/string': 3.2.7 + '@react-aria/focus': 3.21.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/form': 3.1.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/i18n': 3.12.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/label': 3.7.20(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/spinbutton': 3.6.17(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/datepicker': 3.15.0(react@19.1.1) + '@react-stately/form': 3.2.0(react@19.1.1) + '@react-types/button': 3.13.0(react@19.1.1) + '@react-types/calendar': 3.7.3(react@19.1.1) + '@react-types/datepicker': 3.13.0(react@19.1.1) + '@react-types/dialog': 3.5.20(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - '@react-aria/dialog@3.5.24(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@react-aria/dialog@3.5.28(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/overlays': 3.27.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-types/dialog': 3.5.17(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/overlays': 3.28.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-types/dialog': 3.5.20(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - '@react-aria/disclosure@3.0.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@react-aria/disclosure@3.0.7(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@react-aria/ssr': 3.9.8(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/disclosure': 3.0.3(react@19.1.0) - '@react-types/button': 3.12.0(react@19.1.0) + '@react-aria/ssr': 3.9.10(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/disclosure': 3.0.6(react@19.1.1) + '@react-types/button': 3.13.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - - '@react-aria/dnd@3.9.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@internationalized/string': 3.2.6 - '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/live-announcer': 3.4.2 - '@react-aria/overlays': 3.27.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/dnd': 3.5.3(react@19.1.0) - '@react-types/button': 3.12.0(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@react-aria/dnd@3.11.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@internationalized/string': 3.2.7 + '@react-aria/i18n': 3.12.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/live-announcer': 3.4.4 + '@react-aria/overlays': 3.28.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/collections': 3.12.6(react@19.1.1) + '@react-stately/dnd': 3.6.1(react@19.1.1) + '@react-types/button': 3.13.0(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - '@react-aria/focus@3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@react-aria/focus@3.21.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 clsx: 2.1.1 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - '@react-aria/form@3.0.15(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@react-aria/form@3.1.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/form': 3.1.3(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/form': 3.2.0(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - - '@react-aria/grid@3.13.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@react-aria/focus': 3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/live-announcer': 3.4.2 - '@react-aria/selection': 3.24.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/collections': 3.12.3(react@19.1.0) - '@react-stately/grid': 3.11.1(react@19.1.0) - '@react-stately/selection': 3.20.1(react@19.1.0) - '@react-types/checkbox': 3.9.3(react@19.1.0) - '@react-types/grid': 3.3.1(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@react-aria/grid@3.14.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@react-aria/focus': 3.21.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/i18n': 3.12.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/live-announcer': 3.4.4 + '@react-aria/selection': 3.25.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/collections': 3.12.6(react@19.1.1) + '@react-stately/grid': 3.11.4(react@19.1.1) + '@react-stately/selection': 3.20.4(react@19.1.1) + '@react-types/checkbox': 3.10.0(react@19.1.1) + '@react-types/grid': 3.3.4(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - - '@react-aria/gridlist@3.12.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@react-aria/focus': 3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/grid': 3.13.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/selection': 3.24.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/collections': 3.12.3(react@19.1.0) - '@react-stately/list': 3.12.1(react@19.1.0) - '@react-stately/tree': 3.8.9(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@react-aria/gridlist@3.13.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@react-aria/focus': 3.21.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/grid': 3.14.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/i18n': 3.12.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/selection': 3.25.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/list': 3.12.4(react@19.1.1) + '@react-stately/tree': 3.9.1(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - - '@react-aria/i18n@3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@internationalized/date': 3.8.0 - '@internationalized/message': 3.1.7 - '@internationalized/number': 3.6.1 - '@internationalized/string': 3.2.6 - '@react-aria/ssr': 3.9.8(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@react-aria/i18n@3.12.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@internationalized/date': 3.8.2 + '@internationalized/message': 3.1.8 + '@internationalized/number': 3.6.4 + '@internationalized/string': 3.2.7 + '@react-aria/ssr': 3.9.10(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - '@react-aria/interactions@3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@react-aria/interactions@3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@react-aria/ssr': 3.9.8(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/flags': 3.1.1 - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-aria/ssr': 3.9.10(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/flags': 3.1.2 + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - '@react-aria/label@3.7.17(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@react-aria/label@3.7.20(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - '@react-aria/landmark@3.0.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@react-aria/landmark@3.0.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - use-sync-external-store: 1.5.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + use-sync-external-store: 1.5.0(react@19.1.1) - '@react-aria/link@3.8.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@react-aria/link@3.8.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-types/link': 3.6.0(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-types/link': 3.6.3(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - - '@react-aria/listbox@3.14.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/label': 3.7.17(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/selection': 3.24.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/collections': 3.12.3(react@19.1.0) - '@react-stately/list': 3.12.1(react@19.1.0) - '@react-types/listbox': 3.6.0(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@react-aria/listbox@3.14.7(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/label': 3.7.20(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/selection': 3.25.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/collections': 3.12.6(react@19.1.1) + '@react-stately/list': 3.12.4(react@19.1.1) + '@react-types/listbox': 3.7.2(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - '@react-aria/live-announcer@3.4.2': + '@react-aria/live-announcer@3.4.4': dependencies: '@swc/helpers': 0.5.17 - '@react-aria/menu@3.18.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@react-aria/focus': 3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/overlays': 3.27.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/selection': 3.24.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/collections': 3.12.3(react@19.1.0) - '@react-stately/menu': 3.9.3(react@19.1.0) - '@react-stately/selection': 3.20.1(react@19.1.0) - '@react-stately/tree': 3.8.9(react@19.1.0) - '@react-types/button': 3.12.0(react@19.1.0) - '@react-types/menu': 3.10.0(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-aria/menu@3.19.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@react-aria/focus': 3.21.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/i18n': 3.12.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/overlays': 3.28.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/selection': 3.25.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/collections': 3.12.6(react@19.1.1) + '@react-stately/menu': 3.9.6(react@19.1.1) + '@react-stately/selection': 3.20.4(react@19.1.1) + '@react-stately/tree': 3.9.1(react@19.1.1) + '@react-types/button': 3.13.0(react@19.1.1) + '@react-types/menu': 3.10.3(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - '@react-aria/meter@3.4.22(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@react-aria/meter@3.4.25(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@react-aria/progress': 3.4.22(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-types/meter': 3.4.8(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-aria/progress': 3.4.25(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-types/meter': 3.4.11(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - - '@react-aria/numberfield@3.11.13(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/spinbutton': 3.6.14(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/textfield': 3.17.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/form': 3.1.3(react@19.1.0) - '@react-stately/numberfield': 3.9.11(react@19.1.0) - '@react-types/button': 3.12.0(react@19.1.0) - '@react-types/numberfield': 3.8.10(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@react-aria/numberfield@3.12.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@react-aria/i18n': 3.12.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/spinbutton': 3.6.17(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/textfield': 3.18.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/form': 3.2.0(react@19.1.1) + '@react-stately/numberfield': 3.10.0(react@19.1.1) + '@react-types/button': 3.13.0(react@19.1.1) + '@react-types/numberfield': 3.8.13(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - - '@react-aria/overlays@3.27.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@react-aria/focus': 3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/ssr': 3.9.8(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/visually-hidden': 3.8.22(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/overlays': 3.6.15(react@19.1.0) - '@react-types/button': 3.12.0(react@19.1.0) - '@react-types/overlays': 3.8.14(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@react-aria/overlays@3.28.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@react-aria/focus': 3.21.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/i18n': 3.12.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/ssr': 3.9.10(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/visually-hidden': 3.8.26(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/overlays': 3.6.18(react@19.1.1) + '@react-types/button': 3.13.0(react@19.1.1) + '@react-types/overlays': 3.9.0(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - '@react-aria/progress@3.4.22(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@react-aria/progress@3.4.25(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/label': 3.7.17(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-types/progress': 3.5.11(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-aria/i18n': 3.12.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/label': 3.7.20(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-types/progress': 3.5.14(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - - '@react-aria/radio@3.11.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@react-aria/focus': 3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/form': 3.0.15(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/label': 3.7.17(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/radio': 3.10.12(react@19.1.0) - '@react-types/radio': 3.8.8(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@react-aria/radio@3.12.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@react-aria/focus': 3.21.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/form': 3.1.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/i18n': 3.12.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/label': 3.7.20(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/radio': 3.11.0(react@19.1.1) + '@react-types/radio': 3.9.0(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - - '@react-aria/searchfield@3.8.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/textfield': 3.17.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/searchfield': 3.5.11(react@19.1.0) - '@react-types/button': 3.12.0(react@19.1.0) - '@react-types/searchfield': 3.6.1(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@react-aria/searchfield@3.8.7(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@react-aria/i18n': 3.12.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/textfield': 3.18.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/searchfield': 3.5.14(react@19.1.1) + '@react-types/button': 3.13.0(react@19.1.1) + '@react-types/searchfield': 3.6.4(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - - '@react-aria/select@3.15.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@react-aria/form': 3.0.15(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/label': 3.7.17(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/listbox': 3.14.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/menu': 3.18.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/selection': 3.24.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/visually-hidden': 3.8.22(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/select': 3.6.12(react@19.1.0) - '@react-types/button': 3.12.0(react@19.1.0) - '@react-types/select': 3.9.11(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@react-aria/select@3.16.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@react-aria/form': 3.1.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/i18n': 3.12.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/label': 3.7.20(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/listbox': 3.14.7(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/menu': 3.19.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/selection': 3.25.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/visually-hidden': 3.8.26(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/select': 3.7.0(react@19.1.1) + '@react-types/button': 3.13.0(react@19.1.1) + '@react-types/select': 3.10.0(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - '@react-aria/selection@3.24.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@react-aria/selection@3.25.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@react-aria/focus': 3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/selection': 3.20.1(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-aria/focus': 3.21.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/i18n': 3.12.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/selection': 3.20.4(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - '@react-aria/separator@3.4.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@react-aria/separator@3.4.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - - '@react-aria/slider@3.7.18(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/label': 3.7.17(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/slider': 3.6.3(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) - '@react-types/slider': 3.7.10(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@react-aria/slider@3.8.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@react-aria/i18n': 3.12.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/label': 3.7.20(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/slider': 3.7.0(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) + '@react-types/slider': 3.8.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - '@react-aria/spinbutton@3.6.14(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@react-aria/spinbutton@3.6.17(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/live-announcer': 3.4.2 - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-types/button': 3.12.0(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-aria/i18n': 3.12.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/live-announcer': 3.4.4 + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-types/button': 3.13.0(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - '@react-aria/ssr@3.9.8(react@19.1.0)': + '@react-aria/ssr@3.9.10(react@19.1.1)': dependencies: '@swc/helpers': 0.5.17 - react: 19.1.0 + react: 19.1.1 - '@react-aria/switch@3.7.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@react-aria/switch@3.7.6(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@react-aria/toggle': 3.11.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/toggle': 3.8.3(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) - '@react-types/switch': 3.5.10(react@19.1.0) + '@react-aria/toggle': 3.12.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/toggle': 3.9.0(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) + '@react-types/switch': 3.5.13(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - - '@react-aria/table@3.17.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@react-aria/focus': 3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/grid': 3.13.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/live-announcer': 3.4.2 - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/visually-hidden': 3.8.22(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/collections': 3.12.3(react@19.1.0) - '@react-stately/flags': 3.1.1 - '@react-stately/table': 3.14.1(react@19.1.0) - '@react-types/checkbox': 3.9.3(react@19.1.0) - '@react-types/grid': 3.3.1(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) - '@react-types/table': 3.12.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@react-aria/table@3.17.6(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@react-aria/focus': 3.21.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/grid': 3.14.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/i18n': 3.12.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/live-announcer': 3.4.4 + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/visually-hidden': 3.8.26(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/collections': 3.12.6(react@19.1.1) + '@react-stately/flags': 3.1.2 + '@react-stately/table': 3.14.4(react@19.1.1) + '@react-types/checkbox': 3.10.0(react@19.1.1) + '@react-types/grid': 3.3.4(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) + '@react-types/table': 3.13.2(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - - '@react-aria/tabs@3.10.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@react-aria/focus': 3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/selection': 3.24.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/tabs': 3.8.1(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) - '@react-types/tabs': 3.3.14(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@react-aria/tabs@3.10.6(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@react-aria/focus': 3.21.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/i18n': 3.12.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/selection': 3.25.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/tabs': 3.8.4(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) + '@react-types/tabs': 3.3.17(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - - '@react-aria/tag@3.5.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@react-aria/gridlist': 3.12.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/label': 3.7.17(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/selection': 3.24.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/list': 3.12.1(react@19.1.0) - '@react-types/button': 3.12.0(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@react-aria/tag@3.7.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@react-aria/gridlist': 3.13.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/i18n': 3.12.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/label': 3.7.20(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/selection': 3.25.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/list': 3.12.4(react@19.1.1) + '@react-types/button': 3.13.0(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - - '@react-aria/textfield@3.17.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@react-aria/form': 3.0.15(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/label': 3.7.17(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/form': 3.1.3(react@19.1.0) - '@react-stately/utils': 3.10.6(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) - '@react-types/textfield': 3.12.1(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@react-aria/textfield@3.18.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@react-aria/form': 3.1.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/label': 3.7.20(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/form': 3.2.0(react@19.1.1) + '@react-stately/utils': 3.10.8(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) + '@react-types/textfield': 3.12.4(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - - '@react-aria/toast@3.0.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/landmark': 3.0.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/toast': 3.1.0(react@19.1.0) - '@react-types/button': 3.12.0(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@react-aria/toast@3.0.6(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@react-aria/i18n': 3.12.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/landmark': 3.0.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/toast': 3.1.2(react@19.1.1) + '@react-types/button': 3.13.0(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - '@react-aria/toggle@3.11.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@react-aria/toggle@3.12.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/toggle': 3.8.3(react@19.1.0) - '@react-types/checkbox': 3.9.3(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/toggle': 3.9.0(react@19.1.1) + '@react-types/checkbox': 3.10.0(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - '@react-aria/toolbar@3.0.0-beta.14(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@react-aria/toolbar@3.0.0-beta.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@react-aria/focus': 3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-aria/focus': 3.21.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/i18n': 3.12.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - '@react-aria/toolbar@3.0.0-beta.15(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@react-aria/tooltip@3.8.6(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@react-aria/focus': 3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/tooltip': 3.5.6(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) + '@react-types/tooltip': 3.4.19(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - - '@react-aria/tooltip@3.8.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/tooltip': 3.5.3(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) - '@react-types/tooltip': 3.4.16(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + '@react-aria/tree@3.1.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': + dependencies: + '@react-aria/gridlist': 3.13.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/i18n': 3.12.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/selection': 3.25.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/tree': 3.9.1(react@19.1.1) + '@react-types/button': 3.13.0(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - - '@react-aria/tree@3.0.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': - dependencies: - '@react-aria/gridlist': 3.12.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/selection': 3.24.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/tree': 3.8.9(react@19.1.0) - '@react-types/button': 3.12.0(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) - '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - '@react-aria/utils@3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@react-aria/utils@3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@react-aria/ssr': 3.9.8(react@19.1.0) - '@react-stately/flags': 3.1.1 - '@react-stately/utils': 3.10.6(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-aria/ssr': 3.9.10(react@19.1.1) + '@react-stately/flags': 3.1.2 + '@react-stately/utils': 3.10.8(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 clsx: 2.1.1 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - '@react-aria/virtualizer@4.1.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@react-aria/virtualizer@4.1.8(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/virtualizer': 4.3.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-aria/i18n': 3.12.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/virtualizer': 4.4.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - '@react-aria/visually-hidden@3.8.22(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@react-aria/visually-hidden@3.8.26(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - '@react-router/dev@7.7.0(@types/node@22.16.1)(babel-plugin-macros@3.1.0)(esbuild@0.25.3)(jiti@2.4.2)(react-router@7.7.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2))(typescript@5.8.3)': + '@react-router/dev@7.7.0(@types/node@24.3.0)(babel-plugin-macros@3.1.0)(esbuild@0.25.9)(jiti@2.5.1)(react-router@7.7.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1))(typescript@5.9.2)': dependencies: '@babel/core': 7.28.0 '@babel/generator': 7.27.5 @@ -8994,7 +9203,7 @@ snapshots: '@babel/traverse': 7.28.0 '@babel/types': 7.28.1 '@npmcli/package-json': 4.0.1 - '@react-router/node': 7.7.0(react-router@7.7.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(typescript@5.8.3) + '@react-router/node': 7.7.0(react-router@7.7.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(typescript@5.9.2) arg: 5.0.2 babel-dead-code-elimination: 1.0.10 chokidar: 4.0.3 @@ -9008,15 +9217,15 @@ snapshots: picocolors: 1.1.1 prettier: 2.8.8 react-refresh: 0.14.2 - react-router: 7.7.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + react-router: 7.7.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) semver: 7.7.1 set-cookie-parser: 2.7.1 tinyglobby: 0.2.14 - valibot: 0.41.0(typescript@5.8.3) - vite: rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2) - vite-node: 3.2.4(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2) + valibot: 0.41.0(typescript@5.9.2) + vite: rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1) + vite-node: 3.2.4(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1) optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -9033,422 +9242,422 @@ snapshots: - tsx - yaml - '@react-router/node@7.7.0(react-router@7.7.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(typescript@5.8.3)': + '@react-router/node@7.7.0(react-router@7.7.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(typescript@5.9.2)': dependencies: '@mjackson/node-fetch-server': 0.2.0 - react-router: 7.7.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + react-router: 7.7.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 - '@react-stately/autocomplete@3.0.0-beta.0(react@19.1.0)': + '@react-stately/autocomplete@3.0.0-beta.3(react@19.1.1)': dependencies: - '@react-stately/utils': 3.10.6(react@19.1.0) + '@react-stately/utils': 3.10.8(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 + react: 19.1.1 - '@react-stately/calendar@3.8.0(react@19.1.0)': + '@react-stately/calendar@3.8.3(react@19.1.1)': dependencies: - '@internationalized/date': 3.8.0 - '@react-stately/utils': 3.10.6(react@19.1.0) - '@react-types/calendar': 3.7.0(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@internationalized/date': 3.8.2 + '@react-stately/utils': 3.10.8(react@19.1.1) + '@react-types/calendar': 3.7.3(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 + react: 19.1.1 - '@react-stately/checkbox@3.6.13(react@19.1.0)': + '@react-stately/checkbox@3.7.0(react@19.1.1)': dependencies: - '@react-stately/form': 3.1.3(react@19.1.0) - '@react-stately/utils': 3.10.6(react@19.1.0) - '@react-types/checkbox': 3.9.3(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-stately/form': 3.2.0(react@19.1.1) + '@react-stately/utils': 3.10.8(react@19.1.1) + '@react-types/checkbox': 3.10.0(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 + react: 19.1.1 - '@react-stately/collections@3.12.3(react@19.1.0)': + '@react-stately/collections@3.12.6(react@19.1.1)': dependencies: - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - - '@react-stately/color@3.8.4(react@19.1.0)': - dependencies: - '@internationalized/number': 3.6.1 - '@internationalized/string': 3.2.6 - '@react-stately/form': 3.1.3(react@19.1.0) - '@react-stately/numberfield': 3.9.11(react@19.1.0) - '@react-stately/slider': 3.6.3(react@19.1.0) - '@react-stately/utils': 3.10.6(react@19.1.0) - '@react-types/color': 3.0.4(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + react: 19.1.1 + + '@react-stately/color@3.9.0(react@19.1.1)': + dependencies: + '@internationalized/number': 3.6.4 + '@internationalized/string': 3.2.7 + '@react-stately/form': 3.2.0(react@19.1.1) + '@react-stately/numberfield': 3.10.0(react@19.1.1) + '@react-stately/slider': 3.7.0(react@19.1.1) + '@react-stately/utils': 3.10.8(react@19.1.1) + '@react-types/color': 3.1.0(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - - '@react-stately/combobox@3.10.4(react@19.1.0)': - dependencies: - '@react-stately/collections': 3.12.3(react@19.1.0) - '@react-stately/form': 3.1.3(react@19.1.0) - '@react-stately/list': 3.12.1(react@19.1.0) - '@react-stately/overlays': 3.6.15(react@19.1.0) - '@react-stately/select': 3.6.12(react@19.1.0) - '@react-stately/utils': 3.10.6(react@19.1.0) - '@react-types/combobox': 3.13.4(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + react: 19.1.1 + + '@react-stately/combobox@3.11.0(react@19.1.1)': + dependencies: + '@react-stately/collections': 3.12.6(react@19.1.1) + '@react-stately/form': 3.2.0(react@19.1.1) + '@react-stately/list': 3.12.4(react@19.1.1) + '@react-stately/overlays': 3.6.18(react@19.1.1) + '@react-stately/select': 3.7.0(react@19.1.1) + '@react-stately/utils': 3.10.8(react@19.1.1) + '@react-types/combobox': 3.13.7(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 + react: 19.1.1 - '@react-stately/data@3.12.3(react@19.1.0)': + '@react-stately/data@3.13.2(react@19.1.1)': dependencies: - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 + react: 19.1.1 - '@react-stately/datepicker@3.14.0(react@19.1.0)': + '@react-stately/datepicker@3.15.0(react@19.1.1)': dependencies: - '@internationalized/date': 3.8.0 - '@internationalized/string': 3.2.6 - '@react-stately/form': 3.1.3(react@19.1.0) - '@react-stately/overlays': 3.6.15(react@19.1.0) - '@react-stately/utils': 3.10.6(react@19.1.0) - '@react-types/datepicker': 3.12.0(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@internationalized/date': 3.8.2 + '@internationalized/string': 3.2.7 + '@react-stately/form': 3.2.0(react@19.1.1) + '@react-stately/overlays': 3.6.18(react@19.1.1) + '@react-stately/utils': 3.10.8(react@19.1.1) + '@react-types/datepicker': 3.13.0(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 + react: 19.1.1 - '@react-stately/disclosure@3.0.3(react@19.1.0)': + '@react-stately/disclosure@3.0.6(react@19.1.1)': dependencies: - '@react-stately/utils': 3.10.6(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-stately/utils': 3.10.8(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 + react: 19.1.1 - '@react-stately/dnd@3.5.3(react@19.1.0)': + '@react-stately/dnd@3.6.1(react@19.1.1)': dependencies: - '@react-stately/selection': 3.20.1(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-stately/selection': 3.20.4(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 + react: 19.1.1 - '@react-stately/flags@3.1.1': + '@react-stately/flags@3.1.2': dependencies: '@swc/helpers': 0.5.17 - '@react-stately/form@3.1.3(react@19.1.0)': + '@react-stately/form@3.2.0(react@19.1.1)': dependencies: - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 + react: 19.1.1 - '@react-stately/grid@3.11.1(react@19.1.0)': + '@react-stately/grid@3.11.4(react@19.1.1)': dependencies: - '@react-stately/collections': 3.12.3(react@19.1.0) - '@react-stately/selection': 3.20.1(react@19.1.0) - '@react-types/grid': 3.3.1(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-stately/collections': 3.12.6(react@19.1.1) + '@react-stately/selection': 3.20.4(react@19.1.1) + '@react-types/grid': 3.3.4(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 + react: 19.1.1 - '@react-stately/layout@4.2.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@react-stately/layout@4.4.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@react-stately/collections': 3.12.3(react@19.1.0) - '@react-stately/table': 3.14.1(react@19.1.0) - '@react-stately/virtualizer': 4.3.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-types/grid': 3.3.1(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) - '@react-types/table': 3.12.0(react@19.1.0) + '@react-stately/collections': 3.12.6(react@19.1.1) + '@react-stately/table': 3.14.4(react@19.1.1) + '@react-stately/virtualizer': 4.4.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-types/grid': 3.3.4(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) + '@react-types/table': 3.13.2(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - '@react-stately/list@3.12.1(react@19.1.0)': + '@react-stately/list@3.12.4(react@19.1.1)': dependencies: - '@react-stately/collections': 3.12.3(react@19.1.0) - '@react-stately/selection': 3.20.1(react@19.1.0) - '@react-stately/utils': 3.10.6(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-stately/collections': 3.12.6(react@19.1.1) + '@react-stately/selection': 3.20.4(react@19.1.1) + '@react-stately/utils': 3.10.8(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 + react: 19.1.1 - '@react-stately/menu@3.9.3(react@19.1.0)': + '@react-stately/menu@3.9.6(react@19.1.1)': dependencies: - '@react-stately/overlays': 3.6.15(react@19.1.0) - '@react-types/menu': 3.10.0(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-stately/overlays': 3.6.18(react@19.1.1) + '@react-types/menu': 3.10.3(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 + react: 19.1.1 - '@react-stately/numberfield@3.9.11(react@19.1.0)': + '@react-stately/numberfield@3.10.0(react@19.1.1)': dependencies: - '@internationalized/number': 3.6.1 - '@react-stately/form': 3.1.3(react@19.1.0) - '@react-stately/utils': 3.10.6(react@19.1.0) - '@react-types/numberfield': 3.8.10(react@19.1.0) + '@internationalized/number': 3.6.4 + '@react-stately/form': 3.2.0(react@19.1.1) + '@react-stately/utils': 3.10.8(react@19.1.1) + '@react-types/numberfield': 3.8.13(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 + react: 19.1.1 - '@react-stately/overlays@3.6.15(react@19.1.0)': + '@react-stately/overlays@3.6.18(react@19.1.1)': dependencies: - '@react-stately/utils': 3.10.6(react@19.1.0) - '@react-types/overlays': 3.8.14(react@19.1.0) + '@react-stately/utils': 3.10.8(react@19.1.1) + '@react-types/overlays': 3.9.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 + react: 19.1.1 - '@react-stately/radio@3.10.12(react@19.1.0)': + '@react-stately/radio@3.11.0(react@19.1.1)': dependencies: - '@react-stately/form': 3.1.3(react@19.1.0) - '@react-stately/utils': 3.10.6(react@19.1.0) - '@react-types/radio': 3.8.8(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-stately/form': 3.2.0(react@19.1.1) + '@react-stately/utils': 3.10.8(react@19.1.1) + '@react-types/radio': 3.9.0(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 + react: 19.1.1 - '@react-stately/searchfield@3.5.11(react@19.1.0)': + '@react-stately/searchfield@3.5.14(react@19.1.1)': dependencies: - '@react-stately/utils': 3.10.6(react@19.1.0) - '@react-types/searchfield': 3.6.1(react@19.1.0) + '@react-stately/utils': 3.10.8(react@19.1.1) + '@react-types/searchfield': 3.6.4(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 + react: 19.1.1 - '@react-stately/select@3.6.12(react@19.1.0)': + '@react-stately/select@3.7.0(react@19.1.1)': dependencies: - '@react-stately/form': 3.1.3(react@19.1.0) - '@react-stately/list': 3.12.1(react@19.1.0) - '@react-stately/overlays': 3.6.15(react@19.1.0) - '@react-types/select': 3.9.11(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-stately/form': 3.2.0(react@19.1.1) + '@react-stately/list': 3.12.4(react@19.1.1) + '@react-stately/overlays': 3.6.18(react@19.1.1) + '@react-types/select': 3.10.0(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 + react: 19.1.1 - '@react-stately/selection@3.20.1(react@19.1.0)': + '@react-stately/selection@3.20.4(react@19.1.1)': dependencies: - '@react-stately/collections': 3.12.3(react@19.1.0) - '@react-stately/utils': 3.10.6(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-stately/collections': 3.12.6(react@19.1.1) + '@react-stately/utils': 3.10.8(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 + react: 19.1.1 - '@react-stately/slider@3.6.3(react@19.1.0)': + '@react-stately/slider@3.7.0(react@19.1.1)': dependencies: - '@react-stately/utils': 3.10.6(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) - '@react-types/slider': 3.7.10(react@19.1.0) + '@react-stately/utils': 3.10.8(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) + '@react-types/slider': 3.8.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - - '@react-stately/table@3.14.1(react@19.1.0)': - dependencies: - '@react-stately/collections': 3.12.3(react@19.1.0) - '@react-stately/flags': 3.1.1 - '@react-stately/grid': 3.11.1(react@19.1.0) - '@react-stately/selection': 3.20.1(react@19.1.0) - '@react-stately/utils': 3.10.6(react@19.1.0) - '@react-types/grid': 3.3.1(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) - '@react-types/table': 3.12.0(react@19.1.0) + react: 19.1.1 + + '@react-stately/table@3.14.4(react@19.1.1)': + dependencies: + '@react-stately/collections': 3.12.6(react@19.1.1) + '@react-stately/flags': 3.1.2 + '@react-stately/grid': 3.11.4(react@19.1.1) + '@react-stately/selection': 3.20.4(react@19.1.1) + '@react-stately/utils': 3.10.8(react@19.1.1) + '@react-types/grid': 3.3.4(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) + '@react-types/table': 3.13.2(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 + react: 19.1.1 - '@react-stately/tabs@3.8.1(react@19.1.0)': + '@react-stately/tabs@3.8.4(react@19.1.1)': dependencies: - '@react-stately/list': 3.12.1(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) - '@react-types/tabs': 3.3.14(react@19.1.0) + '@react-stately/list': 3.12.4(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) + '@react-types/tabs': 3.3.17(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 + react: 19.1.1 - '@react-stately/toast@3.1.0(react@19.1.0)': + '@react-stately/toast@3.1.2(react@19.1.1)': dependencies: '@swc/helpers': 0.5.17 - react: 19.1.0 - use-sync-external-store: 1.5.0(react@19.1.0) + react: 19.1.1 + use-sync-external-store: 1.5.0(react@19.1.1) - '@react-stately/toggle@3.8.3(react@19.1.0)': + '@react-stately/toggle@3.9.0(react@19.1.1)': dependencies: - '@react-stately/utils': 3.10.6(react@19.1.0) - '@react-types/checkbox': 3.9.3(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-stately/utils': 3.10.8(react@19.1.1) + '@react-types/checkbox': 3.10.0(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 + react: 19.1.1 - '@react-stately/tooltip@3.5.3(react@19.1.0)': + '@react-stately/tooltip@3.5.6(react@19.1.1)': dependencies: - '@react-stately/overlays': 3.6.15(react@19.1.0) - '@react-types/tooltip': 3.4.16(react@19.1.0) + '@react-stately/overlays': 3.6.18(react@19.1.1) + '@react-types/tooltip': 3.4.19(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 + react: 19.1.1 - '@react-stately/tree@3.8.9(react@19.1.0)': + '@react-stately/tree@3.9.1(react@19.1.1)': dependencies: - '@react-stately/collections': 3.12.3(react@19.1.0) - '@react-stately/selection': 3.20.1(react@19.1.0) - '@react-stately/utils': 3.10.6(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-stately/collections': 3.12.6(react@19.1.1) + '@react-stately/selection': 3.20.4(react@19.1.1) + '@react-stately/utils': 3.10.8(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 + react: 19.1.1 - '@react-stately/utils@3.10.6(react@19.1.0)': + '@react-stately/utils@3.10.8(react@19.1.1)': dependencies: '@swc/helpers': 0.5.17 - react: 19.1.0 + react: 19.1.1 - '@react-stately/virtualizer@4.3.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@react-stately/virtualizer@4.4.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) '@swc/helpers': 0.5.17 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - '@react-types/autocomplete@3.0.0-alpha.29(react@19.1.0)': + '@react-types/autocomplete@3.0.0-alpha.33(react@19.1.1)': dependencies: - '@react-types/combobox': 3.13.4(react@19.1.0) - '@react-types/searchfield': 3.6.1(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) - react: 19.1.0 + '@react-types/combobox': 3.13.7(react@19.1.1) + '@react-types/searchfield': 3.6.4(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) + react: 19.1.1 - '@react-types/breadcrumbs@3.7.12(react@19.1.0)': + '@react-types/breadcrumbs@3.7.15(react@19.1.1)': dependencies: - '@react-types/link': 3.6.0(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) - react: 19.1.0 + '@react-types/link': 3.6.3(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) + react: 19.1.1 - '@react-types/button@3.12.0(react@19.1.0)': + '@react-types/button@3.13.0(react@19.1.1)': dependencies: - '@react-types/shared': 3.29.0(react@19.1.0) - react: 19.1.0 + '@react-types/shared': 3.31.0(react@19.1.1) + react: 19.1.1 - '@react-types/calendar@3.7.0(react@19.1.0)': + '@react-types/calendar@3.7.3(react@19.1.1)': dependencies: - '@internationalized/date': 3.8.0 - '@react-types/shared': 3.29.0(react@19.1.0) - react: 19.1.0 + '@internationalized/date': 3.8.2 + '@react-types/shared': 3.31.0(react@19.1.1) + react: 19.1.1 - '@react-types/checkbox@3.9.3(react@19.1.0)': + '@react-types/checkbox@3.10.0(react@19.1.1)': dependencies: - '@react-types/shared': 3.29.0(react@19.1.0) - react: 19.1.0 + '@react-types/shared': 3.31.0(react@19.1.1) + react: 19.1.1 - '@react-types/color@3.0.4(react@19.1.0)': + '@react-types/color@3.1.0(react@19.1.1)': dependencies: - '@react-types/shared': 3.29.0(react@19.1.0) - '@react-types/slider': 3.7.10(react@19.1.0) - react: 19.1.0 + '@react-types/shared': 3.31.0(react@19.1.1) + '@react-types/slider': 3.8.0(react@19.1.1) + react: 19.1.1 - '@react-types/combobox@3.13.4(react@19.1.0)': + '@react-types/combobox@3.13.7(react@19.1.1)': dependencies: - '@react-types/shared': 3.29.0(react@19.1.0) - react: 19.1.0 + '@react-types/shared': 3.31.0(react@19.1.1) + react: 19.1.1 - '@react-types/datepicker@3.12.0(react@19.1.0)': + '@react-types/datepicker@3.13.0(react@19.1.1)': dependencies: - '@internationalized/date': 3.8.0 - '@react-types/calendar': 3.7.0(react@19.1.0) - '@react-types/overlays': 3.8.14(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) - react: 19.1.0 + '@internationalized/date': 3.8.2 + '@react-types/calendar': 3.7.3(react@19.1.1) + '@react-types/overlays': 3.9.0(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) + react: 19.1.1 - '@react-types/dialog@3.5.17(react@19.1.0)': + '@react-types/dialog@3.5.20(react@19.1.1)': dependencies: - '@react-types/overlays': 3.8.14(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) - react: 19.1.0 + '@react-types/overlays': 3.9.0(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) + react: 19.1.1 - '@react-types/form@3.7.11(react@19.1.0)': + '@react-types/form@3.7.14(react@19.1.1)': dependencies: - '@react-types/shared': 3.29.0(react@19.1.0) - react: 19.1.0 + '@react-types/shared': 3.31.0(react@19.1.1) + react: 19.1.1 - '@react-types/grid@3.3.1(react@19.1.0)': + '@react-types/grid@3.3.4(react@19.1.1)': dependencies: - '@react-types/shared': 3.29.0(react@19.1.0) - react: 19.1.0 + '@react-types/shared': 3.31.0(react@19.1.1) + react: 19.1.1 - '@react-types/link@3.6.0(react@19.1.0)': + '@react-types/link@3.6.3(react@19.1.1)': dependencies: - '@react-types/shared': 3.29.0(react@19.1.0) - react: 19.1.0 + '@react-types/shared': 3.31.0(react@19.1.1) + react: 19.1.1 - '@react-types/listbox@3.6.0(react@19.1.0)': + '@react-types/listbox@3.7.2(react@19.1.1)': dependencies: - '@react-types/shared': 3.29.0(react@19.1.0) - react: 19.1.0 + '@react-types/shared': 3.31.0(react@19.1.1) + react: 19.1.1 - '@react-types/menu@3.10.0(react@19.1.0)': + '@react-types/menu@3.10.3(react@19.1.1)': dependencies: - '@react-types/overlays': 3.8.14(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) - react: 19.1.0 + '@react-types/overlays': 3.9.0(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) + react: 19.1.1 - '@react-types/meter@3.4.8(react@19.1.0)': + '@react-types/meter@3.4.11(react@19.1.1)': dependencies: - '@react-types/progress': 3.5.11(react@19.1.0) - react: 19.1.0 + '@react-types/progress': 3.5.14(react@19.1.1) + react: 19.1.1 - '@react-types/numberfield@3.8.10(react@19.1.0)': + '@react-types/numberfield@3.8.13(react@19.1.1)': dependencies: - '@react-types/shared': 3.29.0(react@19.1.0) - react: 19.1.0 + '@react-types/shared': 3.31.0(react@19.1.1) + react: 19.1.1 - '@react-types/overlays@3.8.14(react@19.1.0)': + '@react-types/overlays@3.9.0(react@19.1.1)': dependencies: - '@react-types/shared': 3.29.0(react@19.1.0) - react: 19.1.0 + '@react-types/shared': 3.31.0(react@19.1.1) + react: 19.1.1 - '@react-types/progress@3.5.11(react@19.1.0)': + '@react-types/progress@3.5.14(react@19.1.1)': dependencies: - '@react-types/shared': 3.29.0(react@19.1.0) - react: 19.1.0 + '@react-types/shared': 3.31.0(react@19.1.1) + react: 19.1.1 - '@react-types/radio@3.8.8(react@19.1.0)': + '@react-types/radio@3.9.0(react@19.1.1)': dependencies: - '@react-types/shared': 3.29.0(react@19.1.0) - react: 19.1.0 + '@react-types/shared': 3.31.0(react@19.1.1) + react: 19.1.1 - '@react-types/searchfield@3.6.1(react@19.1.0)': + '@react-types/searchfield@3.6.4(react@19.1.1)': dependencies: - '@react-types/shared': 3.29.0(react@19.1.0) - '@react-types/textfield': 3.12.1(react@19.1.0) - react: 19.1.0 + '@react-types/shared': 3.31.0(react@19.1.1) + '@react-types/textfield': 3.12.4(react@19.1.1) + react: 19.1.1 - '@react-types/select@3.9.11(react@19.1.0)': + '@react-types/select@3.10.0(react@19.1.1)': dependencies: - '@react-types/shared': 3.29.0(react@19.1.0) - react: 19.1.0 + '@react-types/shared': 3.31.0(react@19.1.1) + react: 19.1.1 - '@react-types/shared@3.29.0(react@19.1.0)': + '@react-types/shared@3.31.0(react@19.1.1)': dependencies: - react: 19.1.0 + react: 19.1.1 - '@react-types/slider@3.7.10(react@19.1.0)': + '@react-types/slider@3.8.0(react@19.1.1)': dependencies: - '@react-types/shared': 3.29.0(react@19.1.0) - react: 19.1.0 + '@react-types/shared': 3.31.0(react@19.1.1) + react: 19.1.1 - '@react-types/switch@3.5.10(react@19.1.0)': + '@react-types/switch@3.5.13(react@19.1.1)': dependencies: - '@react-types/shared': 3.29.0(react@19.1.0) - react: 19.1.0 + '@react-types/shared': 3.31.0(react@19.1.1) + react: 19.1.1 - '@react-types/table@3.12.0(react@19.1.0)': + '@react-types/table@3.13.2(react@19.1.1)': dependencies: - '@react-types/grid': 3.3.1(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) - react: 19.1.0 + '@react-types/grid': 3.3.4(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) + react: 19.1.1 - '@react-types/tabs@3.3.14(react@19.1.0)': + '@react-types/tabs@3.3.17(react@19.1.1)': dependencies: - '@react-types/shared': 3.29.0(react@19.1.0) - react: 19.1.0 + '@react-types/shared': 3.31.0(react@19.1.1) + react: 19.1.1 - '@react-types/textfield@3.12.1(react@19.1.0)': + '@react-types/textfield@3.12.4(react@19.1.1)': dependencies: - '@react-types/shared': 3.29.0(react@19.1.0) - react: 19.1.0 + '@react-types/shared': 3.31.0(react@19.1.1) + react: 19.1.1 - '@react-types/tooltip@3.4.16(react@19.1.0)': + '@react-types/tooltip@3.4.19(react@19.1.1)': dependencies: - '@react-types/overlays': 3.8.14(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) - react: 19.1.0 + '@react-types/overlays': 3.9.0(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) + react: 19.1.1 '@rolldown/binding-android-arm64@1.0.0-beta.27': optional: true @@ -9544,6 +9753,14 @@ snapshots: optionalDependencies: rollup: 4.40.0 + '@rollup/pluginutils@5.2.0(rollup@4.40.0)': + dependencies: + '@types/estree': 1.0.8 + estree-walker: 2.0.2 + picomatch: 4.0.3 + optionalDependencies: + rollup: 4.40.0 + '@rollup/rollup-android-arm-eabi@4.40.0': optional: true @@ -9606,51 +9823,51 @@ snapshots: '@standard-schema/spec@1.0.0': {} - '@storybook/addon-a11y@9.1.0-alpha.2(storybook@9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8))': + '@storybook/addon-a11y@9.1.2(storybook@9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)))': dependencies: '@storybook/global': 5.0.0 axe-core: 4.10.3 - storybook: 9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8) + storybook: 9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)) - '@storybook/addon-docs@9.1.0-alpha.2(@types/react@19.1.8)(storybook@9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8))': + '@storybook/addon-docs@9.1.2(@types/react@19.1.10)(storybook@9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)))': dependencies: - '@mdx-js/react': 3.1.0(@types/react@19.1.8)(react@19.1.0) - '@storybook/csf-plugin': 9.1.0-alpha.2(storybook@9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8)) - '@storybook/icons': 1.4.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@storybook/react-dom-shim': 9.1.0-alpha.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8)) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - storybook: 9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8) + '@mdx-js/react': 3.1.0(@types/react@19.1.10)(react@19.1.1) + '@storybook/csf-plugin': 9.1.2(storybook@9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1))) + '@storybook/icons': 1.4.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@storybook/react-dom-shim': 9.1.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(storybook@9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1))) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + storybook: 9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)) ts-dedent: 2.2.0 transitivePeerDependencies: - '@types/react' - '@storybook/addon-links@9.1.0-alpha.2(react@19.1.0)(storybook@9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8))': + '@storybook/addon-links@9.1.2(react@19.1.1)(storybook@9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)))': dependencies: '@storybook/global': 5.0.0 - storybook: 9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8) + storybook: 9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)) optionalDependencies: - react: 19.1.0 + react: 19.1.1 - '@storybook/addon-onboarding@9.1.0-alpha.2(storybook@9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8))': + '@storybook/addon-onboarding@9.1.2(storybook@9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)))': dependencies: - storybook: 9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8) + storybook: 9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)) - '@storybook/addon-themes@9.1.0-alpha.2(storybook@9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8))': + '@storybook/addon-themes@9.1.2(storybook@9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)))': dependencies: - storybook: 9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8) + storybook: 9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)) ts-dedent: 2.2.0 - '@storybook/builder-vite@9.1.0-alpha.2(rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2))(storybook@9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8))': + '@storybook/builder-vite@9.1.2(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1))(storybook@9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)))': dependencies: - '@storybook/csf-plugin': 9.1.0-alpha.2(storybook@9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8)) - storybook: 9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8) + '@storybook/csf-plugin': 9.1.2(storybook@9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1))) + storybook: 9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)) ts-dedent: 2.2.0 - vite: rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2) + vite: rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1) - '@storybook/csf-plugin@9.1.0-alpha.2(storybook@9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8))': + '@storybook/csf-plugin@9.1.2(storybook@9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)))': dependencies: - storybook: 9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8) + storybook: 9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)) unplugin: 1.16.1 '@storybook/csf@0.1.13': @@ -9659,134 +9876,134 @@ snapshots: '@storybook/global@5.0.0': {} - '@storybook/icons@1.4.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0)': + '@storybook/icons@1.4.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)': dependencies: - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - '@storybook/react-dom-shim@9.1.0-alpha.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8))': + '@storybook/react-dom-shim@9.1.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(storybook@9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)))': dependencies: - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - storybook: 9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + storybook: 9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)) - '@storybook/react-vite@9.1.0-alpha.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2))(rollup@4.40.0)(storybook@9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8))(typescript@5.8.3)': + '@storybook/react-vite@9.1.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1))(rollup@4.40.0)(storybook@9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)))(typescript@5.9.2)': dependencies: - '@joshwooding/vite-plugin-react-docgen-typescript': 0.6.0(rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2))(typescript@5.8.3) - '@rollup/pluginutils': 5.1.4(rollup@4.40.0) - '@storybook/builder-vite': 9.1.0-alpha.2(rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2))(storybook@9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8)) - '@storybook/react': 9.1.0-alpha.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8))(typescript@5.8.3) - find-up: 5.0.0 + '@joshwooding/vite-plugin-react-docgen-typescript': 0.6.1(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1))(typescript@5.9.2) + '@rollup/pluginutils': 5.2.0(rollup@4.40.0) + '@storybook/builder-vite': 9.1.2(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1))(storybook@9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1))) + '@storybook/react': 9.1.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(storybook@9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)))(typescript@5.9.2) + find-up: 7.0.0 magic-string: 0.30.17 - react: 19.1.0 + react: 19.1.1 react-docgen: 8.0.0 - react-dom: 19.1.0(react@19.1.0) + react-dom: 19.1.1(react@19.1.1) resolve: 1.22.10 - storybook: 9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8) + storybook: 9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)) tsconfig-paths: 4.2.0 - vite: rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2) + vite: rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1) transitivePeerDependencies: - rollup - supports-color - typescript - '@storybook/react@9.1.0-alpha.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8))(typescript@5.8.3)': + '@storybook/react@9.1.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(storybook@9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)))(typescript@5.9.2)': dependencies: '@storybook/global': 5.0.0 - '@storybook/react-dom-shim': 9.1.0-alpha.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8)) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - storybook: 9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8) + '@storybook/react-dom-shim': 9.1.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1)(storybook@9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1))) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + storybook: 9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)) optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 '@swc/helpers@0.5.17': dependencies: tslib: 2.8.1 - '@tailwindcss/node@4.1.11': + '@tailwindcss/node@4.1.12': dependencies: - '@ampproject/remapping': 2.3.0 - enhanced-resolve: 5.18.1 - jiti: 2.4.2 + '@jridgewell/remapping': 2.3.5 + enhanced-resolve: 5.18.3 + jiti: 2.5.1 lightningcss: 1.30.1 magic-string: 0.30.17 source-map-js: 1.2.1 - tailwindcss: 4.1.11 + tailwindcss: 4.1.12 - '@tailwindcss/oxide-android-arm64@4.1.11': + '@tailwindcss/oxide-android-arm64@4.1.12': optional: true - '@tailwindcss/oxide-darwin-arm64@4.1.11': + '@tailwindcss/oxide-darwin-arm64@4.1.12': optional: true - '@tailwindcss/oxide-darwin-x64@4.1.11': + '@tailwindcss/oxide-darwin-x64@4.1.12': optional: true - '@tailwindcss/oxide-freebsd-x64@4.1.11': + '@tailwindcss/oxide-freebsd-x64@4.1.12': optional: true - '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.11': + '@tailwindcss/oxide-linux-arm-gnueabihf@4.1.12': optional: true - '@tailwindcss/oxide-linux-arm64-gnu@4.1.11': + '@tailwindcss/oxide-linux-arm64-gnu@4.1.12': optional: true - '@tailwindcss/oxide-linux-arm64-musl@4.1.11': + '@tailwindcss/oxide-linux-arm64-musl@4.1.12': optional: true - '@tailwindcss/oxide-linux-x64-gnu@4.1.11': + '@tailwindcss/oxide-linux-x64-gnu@4.1.12': optional: true - '@tailwindcss/oxide-linux-x64-musl@4.1.11': + '@tailwindcss/oxide-linux-x64-musl@4.1.12': optional: true - '@tailwindcss/oxide-wasm32-wasi@4.1.11': + '@tailwindcss/oxide-wasm32-wasi@4.1.12': optional: true - '@tailwindcss/oxide-win32-arm64-msvc@4.1.11': + '@tailwindcss/oxide-win32-arm64-msvc@4.1.12': optional: true - '@tailwindcss/oxide-win32-x64-msvc@4.1.11': + '@tailwindcss/oxide-win32-x64-msvc@4.1.12': optional: true - '@tailwindcss/oxide@4.1.11': + '@tailwindcss/oxide@4.1.12': dependencies: detect-libc: 2.0.4 tar: 7.4.3 optionalDependencies: - '@tailwindcss/oxide-android-arm64': 4.1.11 - '@tailwindcss/oxide-darwin-arm64': 4.1.11 - '@tailwindcss/oxide-darwin-x64': 4.1.11 - '@tailwindcss/oxide-freebsd-x64': 4.1.11 - '@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.11 - '@tailwindcss/oxide-linux-arm64-gnu': 4.1.11 - '@tailwindcss/oxide-linux-arm64-musl': 4.1.11 - '@tailwindcss/oxide-linux-x64-gnu': 4.1.11 - '@tailwindcss/oxide-linux-x64-musl': 4.1.11 - '@tailwindcss/oxide-wasm32-wasi': 4.1.11 - '@tailwindcss/oxide-win32-arm64-msvc': 4.1.11 - '@tailwindcss/oxide-win32-x64-msvc': 4.1.11 - - '@tailwindcss/typography@0.5.16(tailwindcss@4.1.11)': + '@tailwindcss/oxide-android-arm64': 4.1.12 + '@tailwindcss/oxide-darwin-arm64': 4.1.12 + '@tailwindcss/oxide-darwin-x64': 4.1.12 + '@tailwindcss/oxide-freebsd-x64': 4.1.12 + '@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.12 + '@tailwindcss/oxide-linux-arm64-gnu': 4.1.12 + '@tailwindcss/oxide-linux-arm64-musl': 4.1.12 + '@tailwindcss/oxide-linux-x64-gnu': 4.1.12 + '@tailwindcss/oxide-linux-x64-musl': 4.1.12 + '@tailwindcss/oxide-wasm32-wasi': 4.1.12 + '@tailwindcss/oxide-win32-arm64-msvc': 4.1.12 + '@tailwindcss/oxide-win32-x64-msvc': 4.1.12 + + '@tailwindcss/typography@0.5.16(tailwindcss@4.1.12)': dependencies: lodash.castarray: 4.4.0 lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 postcss-selector-parser: 6.0.10 - tailwindcss: 4.1.11 + tailwindcss: 4.1.12 - '@tailwindcss/vite@4.1.11(rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2))': + '@tailwindcss/vite@4.1.12(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1))': dependencies: - '@tailwindcss/node': 4.1.11 - '@tailwindcss/oxide': 4.1.11 - tailwindcss: 4.1.11 - vite: rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2) + '@tailwindcss/node': 4.1.12 + '@tailwindcss/oxide': 4.1.12 + tailwindcss: 4.1.12 + vite: rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1) '@testing-library/dom@10.4.0': dependencies: '@babel/code-frame': 7.27.1 - '@babel/runtime': 7.27.6 + '@babel/runtime': 7.28.3 '@types/aria-query': 5.0.4 aria-query: 5.3.0 chalk: 4.1.2 @@ -9794,14 +10011,13 @@ snapshots: lz-string: 1.5.0 pretty-format: 27.5.1 - '@testing-library/jest-dom@6.6.3': + '@testing-library/jest-dom@6.7.0': dependencies: - '@adobe/css-tools': 4.4.2 + '@adobe/css-tools': 4.4.4 aria-query: 5.3.2 - chalk: 3.0.0 css.escape: 1.5.1 dom-accessibility-api: 0.6.3 - lodash: 4.17.21 + picocolors: 1.1.1 redent: 3.0.0 '@testing-library/user-event@14.6.1(@testing-library/dom@10.4.0)': @@ -9851,6 +10067,10 @@ snapshots: dependencies: '@babel/types': 7.27.6 + '@types/babel__traverse@7.28.0': + dependencies: + '@babel/types': 7.28.2 + '@types/chai@5.2.2': dependencies: '@types/deep-eql': 4.0.2 @@ -9873,6 +10093,8 @@ snapshots: '@types/estree@1.0.7': {} + '@types/estree@1.0.8': {} + '@types/hast@3.0.4': dependencies: '@types/unist': 3.0.3 @@ -9887,21 +10109,21 @@ snapshots: '@types/ms@2.1.0': {} - '@types/node@22.16.1': + '@types/node@24.3.0': dependencies: - undici-types: 6.21.0 + undici-types: 7.10.0 '@types/parse-json@4.0.2': {} - '@types/react-dom@19.1.6(@types/react@19.1.8)': + '@types/react-dom@19.1.7(@types/react@19.1.10)': dependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 - '@types/react-reconciler@0.28.9(@types/react@19.1.8)': + '@types/react-reconciler@0.28.9(@types/react@19.1.10)': dependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 - '@types/react@19.1.8': + '@types/react@19.1.10': dependencies: csstype: 3.1.3 @@ -9915,32 +10137,32 @@ snapshots: '@types/unist@3.0.3': {} - '@typescript-eslint/eslint-plugin@8.32.1(@typescript-eslint/parser@8.32.1(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3)': + '@typescript-eslint/eslint-plugin@8.32.1(@typescript-eslint/parser@8.32.1(eslint@9.26.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.26.0(jiti@2.5.1))(typescript@5.9.2)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.32.1(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3) + '@typescript-eslint/parser': 8.32.1(eslint@9.26.0(jiti@2.5.1))(typescript@5.9.2) '@typescript-eslint/scope-manager': 8.32.1 - '@typescript-eslint/type-utils': 8.32.1(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3) - '@typescript-eslint/utils': 8.32.1(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3) + '@typescript-eslint/type-utils': 8.32.1(eslint@9.26.0(jiti@2.5.1))(typescript@5.9.2) + '@typescript-eslint/utils': 8.32.1(eslint@9.26.0(jiti@2.5.1))(typescript@5.9.2) '@typescript-eslint/visitor-keys': 8.32.1 - eslint: 9.26.0(jiti@2.4.2) + eslint: 9.26.0(jiti@2.5.1) graphemer: 1.4.0 ignore: 7.0.4 natural-compare: 1.4.0 - ts-api-utils: 2.1.0(typescript@5.8.3) - typescript: 5.8.3 + ts-api-utils: 2.1.0(typescript@5.9.2) + typescript: 5.9.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.32.1(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3)': + '@typescript-eslint/parser@8.32.1(eslint@9.26.0(jiti@2.5.1))(typescript@5.9.2)': dependencies: '@typescript-eslint/scope-manager': 8.32.1 '@typescript-eslint/types': 8.32.1 - '@typescript-eslint/typescript-estree': 8.32.1(typescript@5.8.3) + '@typescript-eslint/typescript-estree': 8.32.1(typescript@5.9.2) '@typescript-eslint/visitor-keys': 8.32.1 debug: 4.4.0 - eslint: 9.26.0(jiti@2.4.2) - typescript: 5.8.3 + eslint: 9.26.0(jiti@2.5.1) + typescript: 5.9.2 transitivePeerDependencies: - supports-color @@ -9949,20 +10171,20 @@ snapshots: '@typescript-eslint/types': 8.32.1 '@typescript-eslint/visitor-keys': 8.32.1 - '@typescript-eslint/type-utils@8.32.1(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3)': + '@typescript-eslint/type-utils@8.32.1(eslint@9.26.0(jiti@2.5.1))(typescript@5.9.2)': dependencies: - '@typescript-eslint/typescript-estree': 8.32.1(typescript@5.8.3) - '@typescript-eslint/utils': 8.32.1(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3) + '@typescript-eslint/typescript-estree': 8.32.1(typescript@5.9.2) + '@typescript-eslint/utils': 8.32.1(eslint@9.26.0(jiti@2.5.1))(typescript@5.9.2) debug: 4.4.1 - eslint: 9.26.0(jiti@2.4.2) - ts-api-utils: 2.1.0(typescript@5.8.3) - typescript: 5.8.3 + eslint: 9.26.0(jiti@2.5.1) + ts-api-utils: 2.1.0(typescript@5.9.2) + typescript: 5.9.2 transitivePeerDependencies: - supports-color '@typescript-eslint/types@8.32.1': {} - '@typescript-eslint/typescript-estree@8.32.1(typescript@5.8.3)': + '@typescript-eslint/typescript-estree@8.32.1(typescript@5.9.2)': dependencies: '@typescript-eslint/types': 8.32.1 '@typescript-eslint/visitor-keys': 8.32.1 @@ -9971,19 +10193,19 @@ snapshots: is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.7.1 - ts-api-utils: 2.1.0(typescript@5.8.3) - typescript: 5.8.3 + ts-api-utils: 2.1.0(typescript@5.9.2) + typescript: 5.9.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.32.1(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3)': + '@typescript-eslint/utils@8.32.1(eslint@9.26.0(jiti@2.5.1))(typescript@5.9.2)': dependencies: - '@eslint-community/eslint-utils': 4.7.0(eslint@9.26.0(jiti@2.4.2)) + '@eslint-community/eslint-utils': 4.7.0(eslint@9.26.0(jiti@2.5.1)) '@typescript-eslint/scope-manager': 8.32.1 '@typescript-eslint/types': 8.32.1 - '@typescript-eslint/typescript-estree': 8.32.1(typescript@5.8.3) - eslint: 9.26.0(jiti@2.4.2) - typescript: 5.8.3 + '@typescript-eslint/typescript-estree': 8.32.1(typescript@5.9.2) + eslint: 9.26.0(jiti@2.5.1) + typescript: 5.9.2 transitivePeerDependencies: - supports-color @@ -9994,7 +10216,7 @@ snapshots: '@ungap/structured-clone@1.3.0': {} - '@vitejs/plugin-react@4.7.0(rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2))': + '@vitejs/plugin-react@4.7.0(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1))': dependencies: '@babel/core': 7.28.0 '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.28.0) @@ -10002,7 +10224,7 @@ snapshots: '@rolldown/pluginutils': 1.0.0-beta.27 '@types/babel__core': 7.20.5 react-refresh: 0.17.0 - vite: rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2) + vite: rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1) transitivePeerDependencies: - supports-color @@ -10021,24 +10243,17 @@ snapshots: std-env: 3.9.0 test-exclude: 7.0.1 tinyrainbow: 2.0.0 - vitest: 3.2.4(@types/debug@4.1.12)(@types/node@22.16.1)(@vitest/ui@3.2.4)(esbuild@0.25.3)(jiti@2.4.2)(msw@2.7.6(@types/node@22.16.1)(typescript@5.8.3)) + vitest: 3.2.4(@types/debug@4.1.12)(@types/node@24.3.0)(@vitest/ui@3.2.4)(esbuild@0.25.9)(jiti@2.5.1)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2)) transitivePeerDependencies: - supports-color - '@vitest/eslint-plugin@1.1.44(@typescript-eslint/utils@8.32.1(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3)(vitest@3.2.4)': + '@vitest/eslint-plugin@1.1.44(@typescript-eslint/utils@8.32.1(eslint@9.26.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.26.0(jiti@2.5.1))(typescript@5.9.2)(vitest@3.2.4)': dependencies: - '@typescript-eslint/utils': 8.32.1(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3) - eslint: 9.26.0(jiti@2.4.2) + '@typescript-eslint/utils': 8.32.1(eslint@9.26.0(jiti@2.5.1))(typescript@5.9.2) + eslint: 9.26.0(jiti@2.5.1) optionalDependencies: - typescript: 5.8.3 - vitest: 3.2.4(@types/debug@4.1.12)(@types/node@22.16.1)(@vitest/ui@3.2.4)(esbuild@0.25.3)(jiti@2.4.2)(msw@2.7.6(@types/node@22.16.1)(typescript@5.8.3)) - - '@vitest/expect@3.0.9': - dependencies: - '@vitest/spy': 3.0.9 - '@vitest/utils': 3.0.9 - chai: 5.2.0 - tinyrainbow: 2.0.0 + typescript: 5.9.2 + vitest: 3.2.4(@types/debug@4.1.12)(@types/node@24.3.0)(@vitest/ui@3.2.4)(esbuild@0.25.9)(jiti@2.5.1)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2)) '@vitest/expect@3.2.4': dependencies: @@ -10048,18 +10263,23 @@ snapshots: chai: 5.2.0 tinyrainbow: 2.0.0 - '@vitest/mocker@3.2.4(msw@2.7.6(@types/node@22.16.1)(typescript@5.8.3))(rolldown-vite@6.3.21(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2))': + '@vitest/mocker@3.2.4(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(rolldown-vite@6.3.21(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1))': dependencies: '@vitest/spy': 3.2.4 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - msw: 2.7.6(@types/node@22.16.1)(typescript@5.8.3) - vite: rolldown-vite@6.3.21(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2) + msw: 2.7.6(@types/node@24.3.0)(typescript@5.9.2) + vite: rolldown-vite@6.3.21(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1) - '@vitest/pretty-format@3.0.9': + '@vitest/mocker@3.2.4(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1))': dependencies: - tinyrainbow: 2.0.0 + '@vitest/spy': 3.2.4 + estree-walker: 3.0.3 + magic-string: 0.30.17 + optionalDependencies: + msw: 2.7.6(@types/node@24.3.0)(typescript@5.9.2) + vite: rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1) '@vitest/pretty-format@3.2.4': dependencies: @@ -10077,10 +10297,6 @@ snapshots: magic-string: 0.30.17 pathe: 2.0.3 - '@vitest/spy@3.0.9': - dependencies: - tinyspy: 3.0.2 - '@vitest/spy@3.2.4': dependencies: tinyspy: 4.0.3 @@ -10094,13 +10310,7 @@ snapshots: sirv: 3.0.1 tinyglobby: 0.2.14 tinyrainbow: 2.0.0 - vitest: 3.2.4(@types/debug@4.1.12)(@types/node@22.16.1)(@vitest/ui@3.2.4)(esbuild@0.25.3)(jiti@2.4.2)(msw@2.7.6(@types/node@22.16.1)(typescript@5.8.3)) - - '@vitest/utils@3.0.9': - dependencies: - '@vitest/pretty-format': 3.0.9 - loupe: 3.1.3 - tinyrainbow: 2.0.0 + vitest: 3.2.4(@types/debug@4.1.12)(@types/node@24.3.0)(@vitest/ui@3.2.4)(esbuild@0.25.9)(jiti@2.5.1)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2)) '@vitest/utils@3.2.4': dependencies: @@ -10150,7 +10360,7 @@ snapshots: argparse@2.0.1: {} - aria-hidden@1.2.4: + aria-hidden@1.2.6: dependencies: tslib: 2.8.1 @@ -10274,10 +10484,10 @@ snapshots: dependencies: open: 8.4.2 - bippy@0.3.9(@types/react@19.1.8)(react@19.1.0): + bippy@0.3.9(@types/react@19.1.10)(react@19.1.1): dependencies: - '@types/react-reconciler': 0.28.9(@types/react@19.1.8) - react: 19.1.0 + '@types/react-reconciler': 0.28.9(@types/react@19.1.10) + react: 19.1.1 transitivePeerDependencies: - '@types/react' @@ -10354,11 +10564,6 @@ snapshots: chain-function@1.0.1: {} - chalk@3.0.0: - dependencies: - ansi-styles: 4.3.0 - supports-color: 7.2.0 - chalk@4.1.2: dependencies: ansi-styles: 4.3.0 @@ -10382,7 +10587,7 @@ snapshots: chownr@3.0.0: {} - chromatic@12.0.0: {} + chromatic@12.2.0: {} class-variance-authority@0.7.1: dependencies: @@ -10547,7 +10752,7 @@ snapshots: dependencies: ms: 2.1.3 - decimal.js@10.5.0: {} + decimal.js@10.6.0: {} decode-named-character-reference@1.1.0: dependencies: @@ -10626,7 +10831,7 @@ snapshots: ee-first@1.1.1: {} - effect@3.16.16: + effect@3.17.7: dependencies: '@standard-schema/spec': 1.0.0 fast-check: 3.23.2 @@ -10639,10 +10844,10 @@ snapshots: encodeurl@2.0.0: {} - enhanced-resolve@5.18.1: + enhanced-resolve@5.18.3: dependencies: graceful-fs: 4.2.11 - tapable: 2.2.1 + tapable: 2.2.2 err-code@2.0.3: {} @@ -10764,40 +10969,41 @@ snapshots: esast-util-from-estree: 2.0.0 vfile-message: 4.0.2 - esbuild-register@3.6.0(esbuild@0.25.3): + esbuild-register@3.6.0(esbuild@0.25.9): dependencies: debug: 4.4.1 - esbuild: 0.25.3 + esbuild: 0.25.9 transitivePeerDependencies: - supports-color - esbuild@0.25.3: + esbuild@0.25.9: optionalDependencies: - '@esbuild/aix-ppc64': 0.25.3 - '@esbuild/android-arm': 0.25.3 - '@esbuild/android-arm64': 0.25.3 - '@esbuild/android-x64': 0.25.3 - '@esbuild/darwin-arm64': 0.25.3 - '@esbuild/darwin-x64': 0.25.3 - '@esbuild/freebsd-arm64': 0.25.3 - '@esbuild/freebsd-x64': 0.25.3 - '@esbuild/linux-arm': 0.25.3 - '@esbuild/linux-arm64': 0.25.3 - '@esbuild/linux-ia32': 0.25.3 - '@esbuild/linux-loong64': 0.25.3 - '@esbuild/linux-mips64el': 0.25.3 - '@esbuild/linux-ppc64': 0.25.3 - '@esbuild/linux-riscv64': 0.25.3 - '@esbuild/linux-s390x': 0.25.3 - '@esbuild/linux-x64': 0.25.3 - '@esbuild/netbsd-arm64': 0.25.3 - '@esbuild/netbsd-x64': 0.25.3 - '@esbuild/openbsd-arm64': 0.25.3 - '@esbuild/openbsd-x64': 0.25.3 - '@esbuild/sunos-x64': 0.25.3 - '@esbuild/win32-arm64': 0.25.3 - '@esbuild/win32-ia32': 0.25.3 - '@esbuild/win32-x64': 0.25.3 + '@esbuild/aix-ppc64': 0.25.9 + '@esbuild/android-arm': 0.25.9 + '@esbuild/android-arm64': 0.25.9 + '@esbuild/android-x64': 0.25.9 + '@esbuild/darwin-arm64': 0.25.9 + '@esbuild/darwin-x64': 0.25.9 + '@esbuild/freebsd-arm64': 0.25.9 + '@esbuild/freebsd-x64': 0.25.9 + '@esbuild/linux-arm': 0.25.9 + '@esbuild/linux-arm64': 0.25.9 + '@esbuild/linux-ia32': 0.25.9 + '@esbuild/linux-loong64': 0.25.9 + '@esbuild/linux-mips64el': 0.25.9 + '@esbuild/linux-ppc64': 0.25.9 + '@esbuild/linux-riscv64': 0.25.9 + '@esbuild/linux-s390x': 0.25.9 + '@esbuild/linux-x64': 0.25.9 + '@esbuild/netbsd-arm64': 0.25.9 + '@esbuild/netbsd-x64': 0.25.9 + '@esbuild/openbsd-arm64': 0.25.9 + '@esbuild/openbsd-x64': 0.25.9 + '@esbuild/openharmony-arm64': 0.25.9 + '@esbuild/sunos-x64': 0.25.9 + '@esbuild/win32-arm64': 0.25.9 + '@esbuild/win32-ia32': 0.25.9 + '@esbuild/win32-x64': 0.25.9 escalade@3.2.0: {} @@ -10805,25 +11011,25 @@ snapshots: escape-string-regexp@4.0.0: {} - eslint-config-prettier@10.1.5(eslint@9.26.0(jiti@2.4.2)): + eslint-config-prettier@10.1.5(eslint@9.26.0(jiti@2.5.1)): dependencies: - eslint: 9.26.0(jiti@2.4.2) + eslint: 9.26.0(jiti@2.5.1) eslint-plugin-only-warn@1.1.0: {} - eslint-plugin-react-hooks@6.0.0-rc1(eslint@9.26.0(jiti@2.4.2)): + eslint-plugin-react-hooks@6.0.0-rc1(eslint@9.26.0(jiti@2.5.1)): dependencies: '@babel/core': 7.26.10 '@babel/parser': 7.27.1 '@babel/plugin-transform-private-methods': 7.27.1(@babel/core@7.26.10) - eslint: 9.26.0(jiti@2.4.2) + eslint: 9.26.0(jiti@2.5.1) hermes-parser: 0.25.1 zod: 3.24.3 zod-validation-error: 3.4.0(zod@3.24.3) transitivePeerDependencies: - supports-color - eslint-plugin-react@7.37.5(eslint@9.26.0(jiti@2.4.2)): + eslint-plugin-react@7.37.5(eslint@9.26.0(jiti@2.5.1)): dependencies: array-includes: 3.1.8 array.prototype.findlast: 1.2.5 @@ -10831,7 +11037,7 @@ snapshots: array.prototype.tosorted: 1.1.4 doctrine: 2.1.0 es-iterator-helpers: 1.2.1 - eslint: 9.26.0(jiti@2.4.2) + eslint: 9.26.0(jiti@2.5.1) estraverse: 5.3.0 hasown: 2.0.2 jsx-ast-utils: 3.3.5 @@ -10845,11 +11051,11 @@ snapshots: string.prototype.matchall: 4.0.12 string.prototype.repeat: 1.0.0 - eslint-plugin-storybook@0.12.0(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3): + eslint-plugin-storybook@0.12.0(eslint@9.26.0(jiti@2.5.1))(typescript@5.9.2): dependencies: '@storybook/csf': 0.1.13 - '@typescript-eslint/utils': 8.32.1(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3) - eslint: 9.26.0(jiti@2.4.2) + '@typescript-eslint/utils': 8.32.1(eslint@9.26.0(jiti@2.5.1))(typescript@5.9.2) + eslint: 9.26.0(jiti@2.5.1) ts-dedent: 2.2.0 transitivePeerDependencies: - supports-color @@ -10864,9 +11070,9 @@ snapshots: eslint-visitor-keys@4.2.0: {} - eslint@9.26.0(jiti@2.4.2): + eslint@9.26.0(jiti@2.5.1): dependencies: - '@eslint-community/eslint-utils': 4.7.0(eslint@9.26.0(jiti@2.4.2)) + '@eslint-community/eslint-utils': 4.7.0(eslint@9.26.0(jiti@2.5.1)) '@eslint-community/regexpp': 4.12.1 '@eslint/config-array': 0.20.0 '@eslint/config-helpers': 0.2.1 @@ -10904,7 +11110,7 @@ snapshots: optionator: 0.9.4 zod: 3.24.3 optionalDependencies: - jiti: 2.4.2 + jiti: 2.5.1 transitivePeerDependencies: - supports-color @@ -11077,6 +11283,12 @@ snapshots: locate-path: 6.0.0 path-exists: 4.0.0 + find-up@7.0.0: + dependencies: + locate-path: 7.2.0 + path-exists: 5.0.0 + unicorn-magic: 0.1.0 + flat-cache@4.0.1: dependencies: flatted: 3.3.3 @@ -11095,14 +11307,14 @@ snapshots: forwarded@0.2.0: {} - framer-motion@12.9.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0): + framer-motion@12.9.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1): dependencies: motion-dom: 12.9.4 motion-utils: 12.9.4 tslib: 2.8.1 optionalDependencies: - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) fresh@2.0.0: {} @@ -11501,7 +11713,7 @@ snapshots: optionalDependencies: '@pkgjs/parseargs': 0.11.0 - jiti@2.4.2: {} + jiti@2.5.1: {} js-beautify@1.15.4: dependencies: @@ -11523,6 +11735,8 @@ snapshots: jsesc@3.0.2: {} + jsesc@3.1.0: {} + json-buffer@3.0.1: {} json-parse-even-better-errors@2.3.1: {} @@ -11535,7 +11749,7 @@ snapshots: json5@2.2.3: {} - jsonfile@6.1.0: + jsonfile@6.2.0: dependencies: universalify: 2.0.1 optionalDependencies: @@ -11608,6 +11822,10 @@ snapshots: dependencies: p-locate: 5.0.0 + locate-path@7.2.0: + dependencies: + p-locate: 6.0.0 + lodash.castarray@4.4.0: {} lodash.isplainobject@4.0.6: {} @@ -12026,16 +12244,16 @@ snapshots: '@msgpackr-extract/msgpackr-extract-win32-x64': 3.0.3 optional: true - msgpackr@1.11.4: + msgpackr@1.11.5: optionalDependencies: msgpackr-extract: 3.0.3 - msw@2.7.6(@types/node@22.16.1)(typescript@5.8.3): + msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2): dependencies: '@bundled-es-modules/cookie': 2.0.1 '@bundled-es-modules/statuses': 1.0.1 '@bundled-es-modules/tough-cookie': 0.1.6 - '@inquirer/confirm': 5.1.9(@types/node@22.16.1) + '@inquirer/confirm': 5.1.9(@types/node@24.3.0) '@mswjs/interceptors': 0.37.6 '@open-draft/deferred-promise': 2.2.0 '@open-draft/until': 2.1.0 @@ -12051,12 +12269,10 @@ snapshots: type-fest: 4.40.0 yargs: 17.7.2 optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 transitivePeerDependencies: - '@types/node' - multipasta@0.2.5: {} - multipasta@0.2.7: {} mute-stream@2.0.0: {} @@ -12178,10 +12394,18 @@ snapshots: dependencies: yocto-queue: 0.1.0 + p-limit@4.0.0: + dependencies: + yocto-queue: 1.2.1 + p-locate@5.0.0: dependencies: p-limit: 3.1.0 + p-locate@6.0.0: + dependencies: + p-limit: 4.0.0 + package-json-from-dist@1.0.1: {} parent-module@1.0.1: @@ -12209,6 +12433,8 @@ snapshots: path-exists@4.0.0: {} + path-exists@5.0.0: {} + path-key@3.1.1: {} path-parse@1.0.7: {} @@ -12236,6 +12462,8 @@ snapshots: picomatch@4.0.2: {} + picomatch@4.0.3: {} + pkce-challenge@5.0.0: {} possible-typed-array-names@1.1.0: {} @@ -12318,87 +12546,89 @@ snapshots: iconv-lite: 0.6.3 unpipe: 1.0.0 - react-aria-components@1.7.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0): - dependencies: - '@internationalized/date': 3.8.0 - '@internationalized/string': 3.2.6 - '@react-aria/autocomplete': 3.0.0-beta.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/collections': 3.0.0-beta.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/dnd': 3.9.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/focus': 3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/live-announcer': 3.4.2 - '@react-aria/toolbar': 3.0.0-beta.14(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/virtualizer': 4.1.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/autocomplete': 3.0.0-beta.0(react@19.1.0) - '@react-stately/layout': 4.2.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-stately/selection': 3.20.1(react@19.1.0) - '@react-stately/table': 3.14.1(react@19.1.0) - '@react-stately/utils': 3.10.6(react@19.1.0) - '@react-stately/virtualizer': 4.3.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-types/form': 3.7.11(react@19.1.0) - '@react-types/grid': 3.3.1(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) - '@react-types/table': 3.12.0(react@19.1.0) + react-aria-components@1.11.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1): + dependencies: + '@internationalized/date': 3.8.2 + '@internationalized/string': 3.2.7 + '@react-aria/autocomplete': 3.0.0-beta.6(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/collections': 3.0.0-rc.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/dnd': 3.11.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/focus': 3.21.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/live-announcer': 3.4.4 + '@react-aria/overlays': 3.28.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/ssr': 3.9.10(react@19.1.1) + '@react-aria/toolbar': 3.0.0-beta.19(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/virtualizer': 4.1.8(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/autocomplete': 3.0.0-beta.3(react@19.1.1) + '@react-stately/layout': 4.4.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-stately/selection': 3.20.4(react@19.1.1) + '@react-stately/table': 3.14.4(react@19.1.1) + '@react-stately/utils': 3.10.8(react@19.1.1) + '@react-stately/virtualizer': 4.4.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-types/form': 3.7.14(react@19.1.1) + '@react-types/grid': 3.3.4(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) + '@react-types/table': 3.13.2(react@19.1.1) '@swc/helpers': 0.5.17 client-only: 0.0.1 - react: 19.1.0 - react-aria: 3.39.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - react-dom: 19.1.0(react@19.1.0) - react-stately: 3.37.0(react@19.1.0) - use-sync-external-store: 1.5.0(react@19.1.0) - - react-aria@3.39.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0): - dependencies: - '@internationalized/string': 3.2.6 - '@react-aria/breadcrumbs': 3.5.23(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/button': 3.13.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/calendar': 3.8.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/checkbox': 3.15.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/color': 3.0.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/combobox': 3.12.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/datepicker': 3.14.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/dialog': 3.5.24(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/disclosure': 3.0.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/dnd': 3.9.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/focus': 3.20.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/gridlist': 3.12.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/i18n': 3.12.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/interactions': 3.25.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/label': 3.7.17(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/landmark': 3.0.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/link': 3.8.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/listbox': 3.14.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/menu': 3.18.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/meter': 3.4.22(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/numberfield': 3.11.13(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/overlays': 3.27.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/progress': 3.4.22(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/radio': 3.11.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/searchfield': 3.8.3(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/select': 3.15.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/selection': 3.24.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/separator': 3.4.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/slider': 3.7.18(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/ssr': 3.9.8(react@19.1.0) - '@react-aria/switch': 3.7.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/table': 3.17.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/tabs': 3.10.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/tag': 3.5.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/textfield': 3.17.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/toast': 3.0.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/tooltip': 3.8.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/tree': 3.0.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/utils': 3.28.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-aria/visually-hidden': 3.8.22(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) - - react-d3-tree@3.6.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0): - dependencies: - '@bkrem/react-transition-group': 1.3.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + react: 19.1.1 + react-aria: 3.42.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react-dom: 19.1.1(react@19.1.1) + react-stately: 3.40.0(react@19.1.1) + use-sync-external-store: 1.5.0(react@19.1.1) + + react-aria@3.42.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1): + dependencies: + '@internationalized/string': 3.2.7 + '@react-aria/breadcrumbs': 3.5.27(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/button': 3.14.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/calendar': 3.9.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/checkbox': 3.16.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/color': 3.1.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/combobox': 3.13.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/datepicker': 3.15.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/dialog': 3.5.28(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/disclosure': 3.0.7(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/dnd': 3.11.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/focus': 3.21.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/gridlist': 3.13.3(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/i18n': 3.12.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/interactions': 3.25.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/label': 3.7.20(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/landmark': 3.0.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/link': 3.8.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/listbox': 3.14.7(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/menu': 3.19.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/meter': 3.4.25(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/numberfield': 3.12.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/overlays': 3.28.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/progress': 3.4.25(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/radio': 3.12.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/searchfield': 3.8.7(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/select': 3.16.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/selection': 3.25.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/separator': 3.4.11(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/slider': 3.8.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/ssr': 3.9.10(react@19.1.1) + '@react-aria/switch': 3.7.6(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/table': 3.17.6(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/tabs': 3.10.6(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/tag': 3.7.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/textfield': 3.18.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/toast': 3.0.6(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/tooltip': 3.8.6(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/tree': 3.1.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/utils': 3.30.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-aria/visually-hidden': 3.8.26(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) + + react-d3-tree@3.6.6(react-dom@19.1.1(react@19.1.1))(react@19.1.1): + dependencies: + '@bkrem/react-transition-group': 1.3.5(react-dom@19.1.1(react@19.1.1))(react@19.1.1) '@types/d3-hierarchy': 1.1.11 clone: 2.1.2 d3-hierarchy: 1.1.9 @@ -12406,34 +12636,34 @@ snapshots: d3-shape: 1.3.7 d3-zoom: 3.0.0 dequal: 2.0.3 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) uuid: 8.3.2 - react-diff-viewer-continued@4.0.5(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0): + react-diff-viewer-continued@4.0.5(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1): dependencies: '@emotion/css': 11.13.5 - '@emotion/react': 11.14.0(@types/react@19.1.8)(react@19.1.0) + '@emotion/react': 11.14.0(@types/react@19.1.10)(react@19.1.1) classnames: 2.5.1 diff: 5.2.0 memoize-one: 6.0.0 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) transitivePeerDependencies: - '@types/react' - supports-color - react-docgen-typescript@2.2.2(typescript@5.8.3): + react-docgen-typescript@2.4.0(typescript@5.9.2): dependencies: - typescript: 5.8.3 + typescript: 5.9.2 react-docgen@8.0.0: dependencies: - '@babel/core': 7.27.4 - '@babel/traverse': 7.27.4 - '@babel/types': 7.27.6 + '@babel/core': 7.28.3 + '@babel/traverse': 7.28.3 + '@babel/types': 7.28.2 '@types/babel__core': 7.20.5 - '@types/babel__traverse': 7.20.7 + '@types/babel__traverse': 7.28.0 '@types/doctrine': 0.0.9 '@types/resolve': 1.20.6 doctrine: 3.0.0 @@ -12442,15 +12672,15 @@ snapshots: transitivePeerDependencies: - supports-color - react-dom@19.1.0(react@19.1.0): + react-dom@19.1.1(react@19.1.1): dependencies: - react: 19.1.0 + react: 19.1.1 scheduler: 0.26.0 - react-hotkeys-hook@4.6.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0): + react-hotkeys-hook@4.6.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1): dependencies: - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) react-is@16.13.1: {} @@ -12462,51 +12692,51 @@ snapshots: react-refresh@0.17.0: {} - react-remove-scroll-bar@2.3.8(@types/react@19.1.8)(react@19.1.0): + react-remove-scroll-bar@2.3.8(@types/react@19.1.10)(react@19.1.1): dependencies: - react: 19.1.0 - react-style-singleton: 2.2.3(@types/react@19.1.8)(react@19.1.0) + react: 19.1.1 + react-style-singleton: 2.2.3(@types/react@19.1.10)(react@19.1.1) tslib: 2.8.1 optionalDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 - react-remove-scroll@2.6.3(@types/react@19.1.8)(react@19.1.0): + react-remove-scroll@2.7.1(@types/react@19.1.10)(react@19.1.1): dependencies: - react: 19.1.0 - react-remove-scroll-bar: 2.3.8(@types/react@19.1.8)(react@19.1.0) - react-style-singleton: 2.2.3(@types/react@19.1.8)(react@19.1.0) + react: 19.1.1 + react-remove-scroll-bar: 2.3.8(@types/react@19.1.10)(react@19.1.1) + react-style-singleton: 2.2.3(@types/react@19.1.10)(react@19.1.1) tslib: 2.8.1 - use-callback-ref: 1.3.3(@types/react@19.1.8)(react@19.1.0) - use-sidecar: 1.1.3(@types/react@19.1.8)(react@19.1.0) + use-callback-ref: 1.3.3(@types/react@19.1.10)(react@19.1.1) + use-sidecar: 1.1.3(@types/react@19.1.10)(react@19.1.1) optionalDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 - react-router-devtools@5.0.6(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react-router@7.7.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react@19.1.0)(rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2)): + react-router-devtools@5.0.6(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react-router@7.7.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)): dependencies: '@babel/core': 7.27.4 '@babel/generator': 7.27.5 '@babel/parser': 7.27.5 '@babel/traverse': 7.27.4 '@babel/types': 7.27.6 - '@radix-ui/react-accordion': 1.2.11(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@radix-ui/react-select': 2.2.2(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@types/react': 19.1.8 - '@types/react-dom': 19.1.6(@types/react@19.1.8) + '@radix-ui/react-accordion': 1.2.12(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@radix-ui/react-select': 2.2.2(@types/react-dom@19.1.7(@types/react@19.1.10))(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + '@types/react': 19.1.10 + '@types/react-dom': 19.1.7(@types/react@19.1.10) beautify: 0.0.8 - bippy: 0.3.9(@types/react@19.1.8)(react@19.1.0) + bippy: 0.3.9(@types/react@19.1.10)(react@19.1.1) chalk: 5.4.1 clsx: 2.1.1 date-fns: 4.1.0 - framer-motion: 12.9.4(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - react: 19.1.0 - react-d3-tree: 3.6.6(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - react-diff-viewer-continued: 4.0.5(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - react-dom: 19.1.0(react@19.1.0) - react-hotkeys-hook: 4.6.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - react-router: 7.7.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - react-tooltip: 5.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + framer-motion: 12.9.4(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react: 19.1.1 + react-d3-tree: 3.6.6(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react-diff-viewer-continued: 4.0.5(@types/react@19.1.10)(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react-dom: 19.1.1(react@19.1.1) + react-hotkeys-hook: 4.6.2(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react-router: 7.7.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) + react-tooltip: 5.28.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1) tailwind-merge: 3.3.1 - vite: rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2) + vite: rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1) optionalDependencies: '@biomejs/cli-darwin-arm64': 1.9.4 '@rollup/rollup-darwin-arm64': 4.40.0 @@ -12515,60 +12745,60 @@ snapshots: - '@emotion/is-prop-valid' - supports-color - react-router@7.7.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0): + react-router@7.7.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1): dependencies: cookie: 1.0.2 - react: 19.1.0 + react: 19.1.1 set-cookie-parser: 2.7.1 optionalDependencies: - react-dom: 19.1.0(react@19.1.0) - - react-stately@3.37.0(react@19.1.0): - dependencies: - '@react-stately/calendar': 3.8.0(react@19.1.0) - '@react-stately/checkbox': 3.6.13(react@19.1.0) - '@react-stately/collections': 3.12.3(react@19.1.0) - '@react-stately/color': 3.8.4(react@19.1.0) - '@react-stately/combobox': 3.10.4(react@19.1.0) - '@react-stately/data': 3.12.3(react@19.1.0) - '@react-stately/datepicker': 3.14.0(react@19.1.0) - '@react-stately/disclosure': 3.0.3(react@19.1.0) - '@react-stately/dnd': 3.5.3(react@19.1.0) - '@react-stately/form': 3.1.3(react@19.1.0) - '@react-stately/list': 3.12.1(react@19.1.0) - '@react-stately/menu': 3.9.3(react@19.1.0) - '@react-stately/numberfield': 3.9.11(react@19.1.0) - '@react-stately/overlays': 3.6.15(react@19.1.0) - '@react-stately/radio': 3.10.12(react@19.1.0) - '@react-stately/searchfield': 3.5.11(react@19.1.0) - '@react-stately/select': 3.6.12(react@19.1.0) - '@react-stately/selection': 3.20.1(react@19.1.0) - '@react-stately/slider': 3.6.3(react@19.1.0) - '@react-stately/table': 3.14.1(react@19.1.0) - '@react-stately/tabs': 3.8.1(react@19.1.0) - '@react-stately/toast': 3.1.0(react@19.1.0) - '@react-stately/toggle': 3.8.3(react@19.1.0) - '@react-stately/tooltip': 3.5.3(react@19.1.0) - '@react-stately/tree': 3.8.9(react@19.1.0) - '@react-types/shared': 3.29.0(react@19.1.0) - react: 19.1.0 - - react-style-singleton@2.2.3(@types/react@19.1.8)(react@19.1.0): + react-dom: 19.1.1(react@19.1.1) + + react-stately@3.40.0(react@19.1.1): + dependencies: + '@react-stately/calendar': 3.8.3(react@19.1.1) + '@react-stately/checkbox': 3.7.0(react@19.1.1) + '@react-stately/collections': 3.12.6(react@19.1.1) + '@react-stately/color': 3.9.0(react@19.1.1) + '@react-stately/combobox': 3.11.0(react@19.1.1) + '@react-stately/data': 3.13.2(react@19.1.1) + '@react-stately/datepicker': 3.15.0(react@19.1.1) + '@react-stately/disclosure': 3.0.6(react@19.1.1) + '@react-stately/dnd': 3.6.1(react@19.1.1) + '@react-stately/form': 3.2.0(react@19.1.1) + '@react-stately/list': 3.12.4(react@19.1.1) + '@react-stately/menu': 3.9.6(react@19.1.1) + '@react-stately/numberfield': 3.10.0(react@19.1.1) + '@react-stately/overlays': 3.6.18(react@19.1.1) + '@react-stately/radio': 3.11.0(react@19.1.1) + '@react-stately/searchfield': 3.5.14(react@19.1.1) + '@react-stately/select': 3.7.0(react@19.1.1) + '@react-stately/selection': 3.20.4(react@19.1.1) + '@react-stately/slider': 3.7.0(react@19.1.1) + '@react-stately/table': 3.14.4(react@19.1.1) + '@react-stately/tabs': 3.8.4(react@19.1.1) + '@react-stately/toast': 3.1.2(react@19.1.1) + '@react-stately/toggle': 3.9.0(react@19.1.1) + '@react-stately/tooltip': 3.5.6(react@19.1.1) + '@react-stately/tree': 3.9.1(react@19.1.1) + '@react-types/shared': 3.31.0(react@19.1.1) + react: 19.1.1 + + react-style-singleton@2.2.3(@types/react@19.1.10)(react@19.1.1): dependencies: get-nonce: 1.0.1 - react: 19.1.0 + react: 19.1.1 tslib: 2.8.1 optionalDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 - react-tooltip@5.28.1(react-dom@19.1.0(react@19.1.0))(react@19.1.0): + react-tooltip@5.28.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1): dependencies: '@floating-ui/dom': 1.6.13 classnames: 2.5.1 - react: 19.1.0 - react-dom: 19.1.0(react@19.1.0) + react: 19.1.1 + react-dom: 19.1.1(react@19.1.1) - react@19.1.0: {} + react@19.1.1: {} readable-stream@2.3.8: dependencies: @@ -12677,12 +12907,12 @@ snapshots: unified: 11.0.5 vfile: 6.0.3 - remix-utils@8.7.0(react-router@7.7.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react@19.1.0)(zod@3.24.3): + remix-utils@8.7.0(react-router@7.7.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1))(react@19.1.1)(zod@3.24.3): dependencies: type-fest: 4.40.0 optionalDependencies: - react: 19.1.0 - react-router: 7.7.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) + react: 19.1.1 + react-router: 7.7.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1) zod: 3.24.3 require-directory@2.1.1: {} @@ -12707,7 +12937,7 @@ snapshots: reusify@1.1.0: {} - rolldown-vite@6.3.21(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2): + rolldown-vite@6.3.21(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1): dependencies: '@oxc-project/runtime': 0.73.0 fdir: 6.4.4(picomatch@4.0.2) @@ -12717,12 +12947,12 @@ snapshots: rolldown: 1.0.0-beta.16 tinyglobby: 0.2.14 optionalDependencies: - '@types/node': 22.16.1 - esbuild: 0.25.3 + '@types/node': 24.3.0 + esbuild: 0.25.9 fsevents: 2.3.3 - jiti: 2.4.2 + jiti: 2.5.1 - rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2): + rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1): dependencies: fdir: 6.4.6(picomatch@4.0.2) lightningcss: 1.30.1 @@ -12731,10 +12961,10 @@ snapshots: rolldown: 1.0.0-beta.27 tinyglobby: 0.2.14 optionalDependencies: - '@types/node': 22.16.1 - esbuild: 0.25.3 + '@types/node': 24.3.0 + esbuild: 0.25.9 fsevents: 2.3.3 - jiti: 2.4.2 + jiti: 2.5.1 rolldown@1.0.0-beta.16: dependencies: @@ -12849,6 +13079,8 @@ snapshots: semver@7.7.1: {} + semver@7.7.2: {} + send@1.2.0: dependencies: debug: 4.4.1 @@ -12974,26 +13206,29 @@ snapshots: std-env@3.9.0: {} - storybook@9.1.0-alpha.2(@testing-library/dom@10.4.0)(prettier@2.8.8): + storybook@9.1.2(@testing-library/dom@10.4.0)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(prettier@2.8.8)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)): dependencies: '@storybook/global': 5.0.0 - '@testing-library/jest-dom': 6.6.3 + '@testing-library/jest-dom': 6.7.0 '@testing-library/user-event': 14.6.1(@testing-library/dom@10.4.0) - '@vitest/expect': 3.0.9 - '@vitest/spy': 3.0.9 + '@vitest/expect': 3.2.4 + '@vitest/mocker': 3.2.4(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)) + '@vitest/spy': 3.2.4 better-opn: 3.0.2 - esbuild: 0.25.3 - esbuild-register: 3.6.0(esbuild@0.25.3) + esbuild: 0.25.9 + esbuild-register: 3.6.0(esbuild@0.25.9) recast: 0.23.11 - semver: 7.7.1 - ws: 8.18.2 + semver: 7.7.2 + ws: 8.18.3 optionalDependencies: prettier: 2.8.8 transitivePeerDependencies: - '@testing-library/dom' - bufferutil + - msw - supports-color - utf-8-validate + - vite strict-event-emitter@0.5.1: {} @@ -13102,22 +13337,21 @@ snapshots: supports-preserve-symlinks-flag@1.0.0: {} - tailwind-merge@3.0.2: {} - tailwind-merge@3.3.1: {} - tailwind-variants@1.0.0(tailwindcss@4.1.11): + tailwind-variants@2.1.0(tailwind-merge@3.3.1)(tailwindcss@4.1.12): dependencies: - tailwind-merge: 3.0.2 - tailwindcss: 4.1.11 + tailwindcss: 4.1.12 + optionalDependencies: + tailwind-merge: 3.3.1 - tailwindcss-animate@1.0.7(tailwindcss@4.1.11): + tailwindcss-animate@1.0.7(tailwindcss@4.1.12): dependencies: - tailwindcss: 4.1.11 + tailwindcss: 4.1.12 - tailwindcss@4.1.11: {} + tailwindcss@4.1.12: {} - tapable@2.2.1: {} + tapable@2.2.2: {} tar@7.4.3: dependencies: @@ -13149,8 +13383,6 @@ snapshots: tinyrainbow@2.0.0: {} - tinyspy@3.0.2: {} - tinyspy@4.0.3: {} to-regex-range@5.0.1: @@ -13172,17 +13404,17 @@ snapshots: trough@2.2.0: {} - ts-api-utils@2.1.0(typescript@5.8.3): + ts-api-utils@2.1.0(typescript@5.9.2): dependencies: - typescript: 5.8.3 + typescript: 5.9.2 ts-brand@0.2.0: {} ts-dedent@2.2.0: {} - tsconfck@3.1.5(typescript@5.8.3): + tsconfck@3.1.5(typescript@5.9.2): optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 tsconfig-paths@4.2.0: dependencies: @@ -13245,17 +13477,17 @@ snapshots: typedarray@0.0.6: {} - typescript-eslint@8.32.1(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3): + typescript-eslint@8.32.1(eslint@9.26.0(jiti@2.5.1))(typescript@5.9.2): dependencies: - '@typescript-eslint/eslint-plugin': 8.32.1(@typescript-eslint/parser@8.32.1(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3) - '@typescript-eslint/parser': 8.32.1(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3) - '@typescript-eslint/utils': 8.32.1(eslint@9.26.0(jiti@2.4.2))(typescript@5.8.3) - eslint: 9.26.0(jiti@2.4.2) - typescript: 5.8.3 + '@typescript-eslint/eslint-plugin': 8.32.1(@typescript-eslint/parser@8.32.1(eslint@9.26.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.26.0(jiti@2.5.1))(typescript@5.9.2) + '@typescript-eslint/parser': 8.32.1(eslint@9.26.0(jiti@2.5.1))(typescript@5.9.2) + '@typescript-eslint/utils': 8.32.1(eslint@9.26.0(jiti@2.5.1))(typescript@5.9.2) + eslint: 9.26.0(jiti@2.5.1) + typescript: 5.9.2 transitivePeerDependencies: - supports-color - typescript@5.8.3: {} + typescript@5.9.2: {} unbox-primitive@1.1.0: dependencies: @@ -13264,13 +13496,15 @@ snapshots: has-symbols: 1.1.0 which-boxed-primitive: 1.1.1 - undici-types@6.21.0: {} + undici-types@7.10.0: {} undici@5.29.0: dependencies: '@fastify/busboy': 2.1.1 - undici@7.10.0: {} + undici@7.13.0: {} + + unicorn-magic@0.1.0: {} unified@11.0.5: dependencies: @@ -13339,24 +13573,24 @@ snapshots: querystringify: 2.2.0 requires-port: 1.0.0 - use-callback-ref@1.3.3(@types/react@19.1.8)(react@19.1.0): + use-callback-ref@1.3.3(@types/react@19.1.10)(react@19.1.1): dependencies: - react: 19.1.0 + react: 19.1.1 tslib: 2.8.1 optionalDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 - use-sidecar@1.1.3(@types/react@19.1.8)(react@19.1.0): + use-sidecar@1.1.3(@types/react@19.1.10)(react@19.1.1): dependencies: detect-node-es: 1.1.0 - react: 19.1.0 + react: 19.1.1 tslib: 2.8.1 optionalDependencies: - '@types/react': 19.1.8 + '@types/react': 19.1.10 - use-sync-external-store@1.5.0(react@19.1.0): + use-sync-external-store@1.5.0(react@19.1.1): dependencies: - react: 19.1.0 + react: 19.1.1 util-deprecate@1.0.2: {} @@ -13364,9 +13598,9 @@ snapshots: uuid@8.3.2: {} - valibot@0.41.0(typescript@5.8.3): + valibot@0.41.0(typescript@5.9.2): optionalDependencies: - typescript: 5.8.3 + typescript: 5.9.2 validate-npm-package-license@3.0.4: dependencies: @@ -13387,13 +13621,13 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.2 - vite-node@3.2.4(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2): + vite-node@3.2.4(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1): dependencies: cac: 6.7.14 debug: 4.4.1 es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2) + vite: rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1) transitivePeerDependencies: - '@types/node' - esbuild @@ -13408,27 +13642,27 @@ snapshots: - tsx - yaml - vite-plugin-babel@1.3.1(@babel/core@7.27.4)(rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2)): + vite-plugin-babel@1.3.1(@babel/core@7.27.4)(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)): dependencies: '@babel/core': 7.27.4 - vite: rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2) + vite: rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1) - vite-tsconfig-paths@5.1.4(rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2))(typescript@5.8.3): + vite-tsconfig-paths@5.1.4(rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1))(typescript@5.9.2): dependencies: debug: 4.4.0 globrex: 0.1.2 - tsconfck: 3.1.5(typescript@5.8.3) + tsconfck: 3.1.5(typescript@5.9.2) optionalDependencies: - vite: rolldown-vite@7.0.9(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2) + vite: rolldown-vite@7.0.9(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1) transitivePeerDependencies: - supports-color - typescript - vitest@3.2.4(@types/debug@4.1.12)(@types/node@22.16.1)(@vitest/ui@3.2.4)(esbuild@0.25.3)(jiti@2.4.2)(msw@2.7.6(@types/node@22.16.1)(typescript@5.8.3)): + vitest@3.2.4(@types/debug@4.1.12)(@types/node@24.3.0)(@vitest/ui@3.2.4)(esbuild@0.25.9)(jiti@2.5.1)(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2)): dependencies: '@types/chai': 5.2.2 '@vitest/expect': 3.2.4 - '@vitest/mocker': 3.2.4(msw@2.7.6(@types/node@22.16.1)(typescript@5.8.3))(rolldown-vite@6.3.21(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2)) + '@vitest/mocker': 3.2.4(msw@2.7.6(@types/node@24.3.0)(typescript@5.9.2))(rolldown-vite@6.3.21(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1)) '@vitest/pretty-format': 3.2.4 '@vitest/runner': 3.2.4 '@vitest/snapshot': 3.2.4 @@ -13446,12 +13680,12 @@ snapshots: tinyglobby: 0.2.14 tinypool: 1.1.1 tinyrainbow: 2.0.0 - vite: rolldown-vite@6.3.21(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2) - vite-node: 3.2.4(@types/node@22.16.1)(esbuild@0.25.3)(jiti@2.4.2) + vite: rolldown-vite@6.3.21(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1) + vite-node: 3.2.4(@types/node@24.3.0)(esbuild@0.25.9)(jiti@2.5.1) why-is-node-running: 2.3.0 optionalDependencies: '@types/debug': 4.1.12 - '@types/node': 22.16.1 + '@types/node': 24.3.0 '@vitest/ui': 3.2.4(vitest@3.2.4) transitivePeerDependencies: - esbuild @@ -13549,7 +13783,7 @@ snapshots: wrappy@1.0.2: {} - ws@8.18.2: {} + ws@8.18.3: {} y18n@5.0.8: {} @@ -13573,6 +13807,8 @@ snapshots: yocto-queue@0.1.0: {} + yocto-queue@1.2.1: {} + yoctocolors-cjs@2.1.2: {} zod-to-json-schema@3.24.5(zod@3.24.3): diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index e3e553d60..c88a02c79 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,108 +1,115 @@ packages: - packages/* - tools/* -onlyBuiltDependencies: - - "@biomejs/biome" - - "@parcel/watcher" - - esbuild - - msw + autoInstallPeers: true + catalogMode: prefer -dedupePeerDependents: true -resolvePeersFromWorkspaceRoot: true -strictPeerDependencies: false + catalogs: + backend: + '@effect/platform-node': 0.96.0 + '@react-router/dev': 7.7.0 + '@react-router/node': 7.7.0 + '@std/yaml': jsr:1.0.6 + cookie: 1.0.2 + isbot: 5.1.28 + build: + '@babel/preset-typescript': 7.26.0 + '@codecov/vite-plugin': 1.9.1 + '@mdx-js/rollup': 3.1.0 + '@tailwindcss/vite': 4.1.12 + '@vitejs/plugin-react': 4.7.0 + babel-plugin-react-compiler: 19.1.0-rc.2 + react-router-devtools: 5.0.6 + vite: npm:rolldown-vite@latest + vite-plugin-babel: 1.3.1 + vite-tsconfig-paths: 5.1.4 + frontend: + '@conform-to/react': 1.8.2 + '@radix-ui/react-accessible-icon': 1.1.7 + '@radix-ui/react-accordion': 1.2.12 + '@radix-ui/react-avatar': 1.1.10 + '@radix-ui/react-collapsible': 1.1.12 + '@radix-ui/react-dropdown-menu': 2.1.16 + '@radix-ui/react-icons': 1.3.2 + '@radix-ui/react-navigation-menu': 1.2.14 + '@radix-ui/react-separator': 1.1.7 + '@radix-ui/react-slot': 1.2.3 + '@radix-ui/react-switch': 1.2.6 + '@tailwindcss/typography': 0.5.16 + class-variance-authority: 0.7.1 + react-aria-components: 1.11.0 + react-dom: ~19.1.1 + react-router: 7.7.0 + react: ~19.1.1 + tailwind-merge: 3.3.1 + tailwind-variants: 2.1.0 + tailwindcss-animate: 1.0.7 + tailwindcss: 4.1.12 lib: - "@effect/platform": 0.88.2 - "@epic-web/client-hints": 1.3.5 - "@epic-web/invariant": 1.0.0 - "@octokit/core": 7.0.3 - "@octokit/plugin-rest-endpoint-methods": 16.0.0 - "@octokit/request-error": 7.0.0 - "@suddenly-giovanni/schema-resume": jsr:0.0.7 - effect: 3.16.16 + '@effect/platform': 0.90.3 + '@epic-web/client-hints': 1.3.5 + '@epic-web/invariant': 1.0.0 + '@octokit/core': 7.0.3 + '@octokit/plugin-rest-endpoint-methods': 16.0.0 + '@octokit/request-error': 7.0.0 + '@suddenly-giovanni/schema-resume': jsr:0.0.7 + effect: 3.17.7 remix-utils: 8.7.0 ts-brand: 0.2.0 - storybook: - "@chromatic-com/storybook": 4.0.1 - "@storybook/addon-a11y": 9.1.0-alpha.2 - "@storybook/addon-docs": 9.1.0-alpha.2 - "@storybook/addon-links": 9.1.0-alpha.2 - "@storybook/addon-onboarding": 9.1.0-alpha.2 - "@storybook/addon-themes": 9.1.0-alpha.2 - "@storybook/react-vite": 9.1.0-alpha.2 - storybook: 9.1.0-alpha.2 - test: - "@effect/vitest": 0.24.1 - "@vitest/coverage-v8": 3.2.4 - "@vitest/ui": 3.2.4 - msw: 2.7.6 - vitest: 3.2.4 - types: # Packages for type checking and definitions - "@octokit/openapi-types": 25.1.0 - "@total-typescript/ts-reset": 0.6.1 - "@types/mdx": 2.0.13 - "@types/node": 22.16.1 - "@types/react": 19.1.8 - "@types/react-dom": 19.1.6 - lint: # Packages for linting/formatting - "@biomejs/biome": 2.1.2 - "@eslint/js": 9.26.0 - "@typescript-eslint/eslint-plugin": 8.32.1 - "@typescript-eslint/parser": 8.32.1 - "@vitest/eslint-plugin": 1.1.44 + lint: + '@biomejs/biome': 2.2.0 + '@eslint/js': 9.26.0 + '@typescript-eslint/eslint-plugin': 8.32.1 + '@typescript-eslint/parser': 8.32.1 + '@vitest/eslint-plugin': 1.1.44 + eslint: 9.26.0 eslint-config-prettier: 10.1.5 eslint-plugin-only-warn: 1.1.0 - eslint-plugin-react-hooks: 6.0.0-rc1 eslint-plugin-react: 7.37.5 + eslint-plugin-react-hooks: 6.0.0-rc1 eslint-plugin-storybook: 0.12.0 - eslint: 9.26.0 globals: 16.0.0 typescript-eslint: 8.32.1 - build: # Packages used for building the project - "@babel/preset-typescript": 7.26.0 - "@codecov/vite-plugin": 1.9.1 - "@mdx-js/rollup": 3.1.0 - "@tailwindcss/vite": 4.1.11 - "@vitejs/plugin-react": 4.7.0 - babel-plugin-react-compiler: 19.1.0-rc.2 - react-router-devtools: 5.0.6 - vite-plugin-babel: 1.3.1 - vite-tsconfig-paths: 5.1.4 - vite: npm:rolldown-vite@latest - frontend: # Packages for frontend development - "@conform-to/react": 1.8.2 - "@radix-ui/react-accessible-icon": 1.1.7 - "@radix-ui/react-accordion": 1.2.11 - "@radix-ui/react-avatar": 1.1.10 - "@radix-ui/react-collapsible": 1.1.11 - "@radix-ui/react-dropdown-menu": 2.1.15 - "@radix-ui/react-icons": 1.3.2 - "@radix-ui/react-navigation-menu": 1.2.13 - "@radix-ui/react-separator": 1.1.7 - "@radix-ui/react-slot": 1.2.3 - "@radix-ui/react-switch": 1.2.5 - "@tailwindcss/typography": 0.5.16 - class-variance-authority: 0.7.1 - react-aria-components: 1.7.1 - react-dom: ~19.1.0 - react-router: 7.7.0 - react: ~19.1.0 - tailwind-merge: 3.3.1 - tailwind-variants: 1.0.0 - tailwindcss-animate: 1.0.7 - tailwindcss: 4.1.11 - backend: # Packages for the backend server. - "@effect/platform-node": 0.91.0 - "@react-router/dev": 7.7.0 - "@react-router/node": 7.7.0 - "@std/yaml": jsr:1.0.6 - cookie: 1.0.2 - isbot: 5.1.28 + storybook: + '@chromatic-com/storybook': 4.1.0 + '@storybook/addon-a11y': 9.1.2 + '@storybook/addon-docs': 9.1.2 + '@storybook/addon-links': 9.1.2 + '@storybook/addon-onboarding': 9.1.2 + '@storybook/addon-themes': 9.1.2 + '@storybook/react-vite': 9.1.2 + storybook: 9.1.2 + test: + '@effect/vitest': 0.25.1 + '@vitest/coverage-v8': 3.2.4 + '@vitest/ui': 3.2.4 + msw: 2.7.6 + vitest: 3.2.4 + types: + '@octokit/openapi-types': 25.1.0 + '@total-typescript/ts-reset': 0.6.1 + '@types/mdx': 2.0.13 + '@types/node': 24.3.0 + '@types/react': 19.1.10 + '@types/react-dom': 19.1.7 typescript: - "@effect/language-service": 0.27.2 - "@tsconfig/node-ts": 23.6.1 - "@tsconfig/node24": 24.0.1 - "@tsconfig/strictest": 2.0.5 - "@tsconfig/vite-react": 7.0.0 - typescript: 5.8.3 + '@effect/language-service': 0.35.2 + '@tsconfig/node-ts': 23.6.1 + '@tsconfig/node24': 24.0.1 + '@tsconfig/strictest': 2.0.5 + '@tsconfig/vite-react': 7.0.0 + typescript: 5.9.2 + +dedupePeerDependents: true + +onlyBuiltDependencies: + - '@biomejs/biome' + - '@parcel/watcher' + - esbuild + - msw + +resolvePeersFromWorkspaceRoot: true + +strictPeerDependencies: false diff --git a/tools/tailwind/biome.json b/tools/tailwind/biome.json index 256c8d06f..52d0b5aa5 100644 --- a/tools/tailwind/biome.json +++ b/tools/tailwind/biome.json @@ -29,15 +29,14 @@ "a11y": { "recommended": true }, + "complexity": { + "noImportantStyles": "on" + }, "correctness": { "noUnknownFunction": "info", "recommended": true }, - "nursery": { - "noImportantStyles": "on", - "noUnknownAtRule": "info", - "noUselessEscapeInString": "on" - }, + "nursery": {}, "recommended": true, "style": { "noDescendingSpecificity": "on", @@ -55,6 +54,8 @@ "useSingleVarDeclarator": "error" }, "suspicious": { + "noUnknownAtRules": "info", + "noUselessEscapeInString": "on", "recommended": true } }