diff --git a/apps/backgrounds/package.json b/apps/backgrounds/package.json index 472e193a95..009e5badcb 100644 --- a/apps/backgrounds/package.json +++ b/apps/backgrounds/package.json @@ -11,14 +11,14 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@next/third-parties": "15.3.2", + "@next/third-parties": "15.3.6", "@react-three/drei": "^10.0.7", "@react-three/fiber": "9.1.2", "clsx": "^2.1.1", "motion": "^12.11.0", - "next": "15.3.2", - "react": "19.0.0", - "react-dom": "19.0.0", + "next": "15.3.6", + "react": "19.2.1", + "react-dom": "19.2.1", "shadergradient": "^1.2.14", "tailwind-merge": "^3.2.0", "three": "^0.170.0", @@ -31,7 +31,7 @@ "@types/react-dom": "^19", "@types/three": "^0.170.0", "eslint": "^9", - "eslint-config-next": "15.3.2", + "eslint-config-next": "15.3.6", "tailwindcss": "^4", "typescript": "^5" } diff --git a/apps/blog/package.json b/apps/blog/package.json index 2bff4cd413..61ec0579e6 100644 --- a/apps/blog/package.json +++ b/apps/blog/package.json @@ -20,8 +20,8 @@ "@mdx-js/react": "^3.1.0", "clsx": "^2.1.1", "prism-react-renderer": "^2.4.1", - "react": "19.0.0", - "react-dom": "19.0.0" + "react": "19.2.1", + "react-dom": "19.2.1" }, "devDependencies": { "@docusaurus/module-type-aliases": "3.7.0", diff --git a/apps/docs/package.json b/apps/docs/package.json index 9e1ad1fd83..215ecbd11d 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -29,8 +29,8 @@ "prism-react-renderer": "^2.4.1", "rehype-katex": "^7.0.0", "remark-math": "^6.0.0", - "react": "19.0.0", - "react-dom": "19.0.0" + "react": "19.2.1", + "react-dom": "19.2.1" }, "devDependencies": { "@docusaurus/module-type-aliases": "3.7.0", diff --git a/apps/viewer/package.json b/apps/viewer/package.json index 2be3e7d954..d27f90750a 100644 --- a/apps/viewer/package.json +++ b/apps/viewer/package.json @@ -13,10 +13,10 @@ "dependencies": { "@uidotdev/usehooks": "^2.4.1", "lucide-react": "^0.511.0", - "next": "15.3.2", + "next": "15.3.6", "pdfjs-dist": "4.8.69", - "react": "19.0.0", - "react-dom": "19.0.0", + "react": "19.2.1", + "react-dom": "19.2.1", "react-pageflip": "^2.0.3", "react-pdf": "^9.2.1" }, @@ -27,7 +27,7 @@ "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", - "eslint-config-next": "15.3.2", + "eslint-config-next": "15.3.6", "postcss": "^8", "tailwindcss": "^4", "typescript": "^5" diff --git a/desktop/package.json b/desktop/package.json index 0eb01ddad5..3191e99c07 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -24,8 +24,8 @@ "clsx": "^2.1.1", "electron-squirrel-startup": "^1.0.1", "keytar": "^7.9.0", - "react": "19.0.0", - "react-dom": "19.0.0", + "react": "19.2.1", + "react-dom": "19.2.1", "scheduler": "^0.25.0", "tailwind-merge": "^2.2.2", "update-electron-app": "^3.1.1" diff --git a/editor/package.json b/editor/package.json index 12123e9083..397ce2c2ac 100644 --- a/editor/package.json +++ b/editor/package.json @@ -56,8 +56,8 @@ "@mdx-js/loader": "^3.0.1", "@mdx-js/react": "^3.1.0", "@monaco-editor/react": "^4.6.0", - "@next/mdx": "15.3.2", - "@next/third-parties": "15.3.2", + "@next/mdx": "15.3.6", + "@next/third-parties": "15.3.6", "@number-flow/react": "^0.5.7", "@octokit/rest": "^21.1.1", "@radix-ui/react-accordion": "^1.2.10", @@ -174,17 +174,17 @@ "ms": "^2.1.3", "nanoid": "^3.3.11", "negotiator": "^1.0.0", - "next": "15.3.2", + "next": "15.3.6", "next-themes": "^0.4.6", "openai": "^4.96.0", "p-queue": "^7.2.0", "papaparse": "^5.4.1", "prism-react-renderer": "^2.4.1", - "react": "19.0.0", + "react": "19.2.1", "react-colorful": "^5.6.1", "react-data-grid": "7.0.0-beta.44", "react-day-picker": "^8.10.1", - "react-dom": "19.0.0", + "react-dom": "19.2.1", "react-dropzone": "^14.2.3", "react-error-boundary": "^4.1.2", "react-fast-marquee": "^1.6.5", @@ -266,7 +266,7 @@ "@types/uuid": "^9.0.8", "@types/validator": "^13.12.0", "eslint": "^9", - "eslint-config-next": "15.3.2", + "eslint-config-next": "15.3.6", "hast": "^1.0.0", "import-in-the-middle": "^1.13.2", "jest": "^29.7.0", diff --git a/package.json b/package.json index 8a84e003f0..8ab2a9a9f9 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,10 @@ "typescript": "^5", "axios": "1.6.7", "prosemirror-model": "1.23.0", - "prosemirror-view": "1.36.0" + "prosemirror-view": "1.36.0", + "next": "15.3.6", + "react": "19.2.1", + "react-dom": "19.2.1" } } } diff --git a/packages/grida-canvas-pixelgrid/package.json b/packages/grida-canvas-pixelgrid/package.json index c2537028b9..8a4e4aea32 100644 --- a/packages/grida-canvas-pixelgrid/package.json +++ b/packages/grida-canvas-pixelgrid/package.json @@ -40,7 +40,7 @@ }, "devDependencies": { "@types/react": "^19", - "react": "19.0.0" + "react": "^19.0.0" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", diff --git a/packages/grida-canvas-react-timeline/package.json b/packages/grida-canvas-react-timeline/package.json index e24a645e52..6c6fb869cb 100644 --- a/packages/grida-canvas-react-timeline/package.json +++ b/packages/grida-canvas-react-timeline/package.json @@ -4,6 +4,6 @@ "private": true, "devDependencies": { "@types/react": "^19", - "react": "19.0.0" + "react": "^19.0.0" } } diff --git a/packages/grida-canvas-ruler/package.json b/packages/grida-canvas-ruler/package.json index a83569818e..0d1ca55fb0 100644 --- a/packages/grida-canvas-ruler/package.json +++ b/packages/grida-canvas-ruler/package.json @@ -39,7 +39,7 @@ }, "devDependencies": { "@types/react": "^19", - "react": "19.0.0" + "react": "^19.0.0" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", diff --git a/packages/grida-canvas-transparency-grid/package.json b/packages/grida-canvas-transparency-grid/package.json index 68db1c5693..6c084ac867 100644 --- a/packages/grida-canvas-transparency-grid/package.json +++ b/packages/grida-canvas-transparency-grid/package.json @@ -46,7 +46,7 @@ "@types/node": "^22", "@types/react": "^19", "@webgpu/types": "^0.1.60", - "react": "19.0.0" + "react": "^19.0.0" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", diff --git a/packages/grida-number-input/package.json b/packages/grida-number-input/package.json index 44d454bd2f..48b2a50f41 100644 --- a/packages/grida-number-input/package.json +++ b/packages/grida-number-input/package.json @@ -62,7 +62,7 @@ "devDependencies": { "@types/react": "^19", "@use-gesture/react": "^10", - "react": "19.0.0" + "react": "^19.0.0" }, "jest": { "preset": "ts-jest" diff --git a/packages/react-p-queue/package.json b/packages/react-p-queue/package.json index 5bf1bd8d08..4b7a043f70 100644 --- a/packages/react-p-queue/package.json +++ b/packages/react-p-queue/package.json @@ -36,7 +36,7 @@ }, "devDependencies": { "@types/react": "^19", - "react": "19.0.0" + "react": "^19.0.0" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 92cd2954c2..ab5f8518ed 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,6 +12,9 @@ overrides: axios: 1.6.7 prosemirror-model: 1.23.0 prosemirror-view: 1.36.0 + next: 15.3.6 + react: 19.2.1 + react-dom: 19.2.1 importers: @@ -48,32 +51,32 @@ importers: apps/backgrounds: dependencies: '@next/third-parties': - specifier: 15.3.2 - version: 15.3.2(next@15.3.2(@babel/core@7.27.1)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0) + specifier: 15.3.6 + version: 15.3.6(next@15.3.6(@babel/core@7.27.1)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(react@19.2.1) '@react-three/drei': specifier: ^10.0.7 - version: 10.1.2(@react-three/fiber@9.1.2(@types/react@19.1.3)(immer@9.0.21)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(three@0.170.0))(@types/react@19.1.3)(@types/three@0.170.0)(immer@9.0.21)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(three@0.170.0) + version: 10.1.2(@react-three/fiber@9.1.2(@types/react@19.1.3)(immer@9.0.21)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(three@0.170.0))(@types/react@19.1.3)(@types/three@0.170.0)(immer@9.0.21)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(three@0.170.0) '@react-three/fiber': specifier: 9.1.2 - version: 9.1.2(@types/react@19.1.3)(immer@9.0.21)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(three@0.170.0) + version: 9.1.2(@types/react@19.1.3)(immer@9.0.21)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(three@0.170.0) clsx: specifier: ^2.1.1 version: 2.1.1 motion: specifier: ^12.11.0 - version: 12.15.0(@emotion/is-prop-valid@1.3.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 12.15.0(@emotion/is-prop-valid@1.3.1)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) next: - specifier: 15.3.2 - version: 15.3.2(@babel/core@7.27.1)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + specifier: 15.3.6 + version: 15.3.6(@babel/core@7.27.1)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) react: - specifier: 19.0.0 - version: 19.0.0 + specifier: 19.2.1 + version: 19.2.1 react-dom: - specifier: 19.0.0 - version: 19.0.0(react@19.0.0) + specifier: 19.2.1 + version: 19.2.1(react@19.2.1) shadergradient: specifier: ^1.2.14 - version: 1.3.5(react@19.0.0) + version: 1.3.5(react@19.2.1) tailwind-merge: specifier: ^3.2.0 version: 3.3.1 @@ -103,8 +106,8 @@ importers: specifier: ^9 version: 9.27.0(jiti@2.4.2) eslint-config-next: - specifier: 15.3.2 - version: 15.3.2(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) + specifier: 15.3.6 + version: 15.3.6(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) tailwindcss: specifier: ^4 version: 4.1.8 @@ -116,35 +119,35 @@ importers: dependencies: '@docusaurus/core': specifier: 3.7.0 - version: 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) + version: 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) '@docusaurus/preset-classic': specifier: 3.7.0 - version: 3.7.0(@algolia/client-search@5.20.2)(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(@types/react@19.1.3)(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.3)(typescript@5.8.3) + version: 3.7.0(@algolia/client-search@5.20.2)(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(@types/react@19.1.3)(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(search-insights@2.17.3)(typescript@5.8.3) '@mdx-js/react': specifier: ^3.1.0 - version: 3.1.0(@types/react@19.1.3)(react@19.0.0) + version: 3.1.0(@types/react@19.1.3)(react@19.2.1) clsx: specifier: ^2.1.1 version: 2.1.1 prism-react-renderer: specifier: ^2.4.1 - version: 2.4.1(react@19.0.0) + version: 2.4.1(react@19.2.1) react: - specifier: 19.0.0 - version: 19.0.0 + specifier: 19.2.1 + version: 19.2.1 react-dom: - specifier: 19.0.0 - version: 19.0.0(react@19.0.0) + specifier: 19.2.1 + version: 19.2.1(react@19.2.1) devDependencies: '@docusaurus/module-type-aliases': specifier: 3.7.0 - version: 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@docusaurus/tsconfig': specifier: 3.7.0 version: 3.7.0 '@docusaurus/types': specifier: 3.7.0 - version: 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) typescript: specifier: ^5 version: 5.8.3 @@ -153,22 +156,22 @@ importers: dependencies: '@docusaurus/core': specifier: 3.7.0 - version: 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) + version: 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) '@docusaurus/plugin-client-redirects': specifier: 3.7.0 - version: 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) + version: 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) '@docusaurus/plugin-google-gtag': specifier: 3.7.0 - version: 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) + version: 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) '@docusaurus/plugin-sitemap': specifier: 3.7.0 - version: 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) + version: 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) '@docusaurus/preset-classic': specifier: 3.7.0 - version: 3.7.0(@algolia/client-search@5.20.2)(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(@types/react@19.1.3)(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.3)(typescript@5.8.3) + version: 3.7.0(@algolia/client-search@5.20.2)(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(@types/react@19.1.3)(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(search-insights@2.17.3)(typescript@5.8.3) '@mdx-js/react': specifier: ^3.1.0 - version: 3.1.0(@types/react@19.1.3)(react@19.0.0) + version: 3.1.0(@types/react@19.1.3)(react@19.2.1) clsx: specifier: ^2.1.1 version: 2.1.1 @@ -177,13 +180,13 @@ importers: version: 0.16.25 prism-react-renderer: specifier: ^2.4.1 - version: 2.4.1(react@19.0.0) + version: 2.4.1(react@19.2.1) react: - specifier: 19.0.0 - version: 19.0.0 + specifier: 19.2.1 + version: 19.2.1 react-dom: - specifier: 19.0.0 - version: 19.0.0(react@19.0.0) + specifier: 19.2.1 + version: 19.2.1(react@19.2.1) rehype-katex: specifier: ^7.0.0 version: 7.0.1 @@ -193,13 +196,13 @@ importers: devDependencies: '@docusaurus/module-type-aliases': specifier: 3.7.0 - version: 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@docusaurus/tsconfig': specifier: 3.7.0 version: 3.7.0 '@docusaurus/types': specifier: 3.7.0 - version: 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) fs-extra: specifier: ^10.0.0 version: 10.1.0 @@ -214,28 +217,28 @@ importers: dependencies: '@uidotdev/usehooks': specifier: ^2.4.1 - version: 2.4.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 2.4.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) lucide-react: specifier: ^0.511.0 - version: 0.511.0(react@19.0.0) + version: 0.511.0(react@19.2.1) next: - specifier: 15.3.2 - version: 15.3.2(@babel/core@7.27.1)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + specifier: 15.3.6 + version: 15.3.6(@babel/core@7.27.1)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) pdfjs-dist: specifier: 4.8.69 version: 4.8.69 react: - specifier: 19.0.0 - version: 19.0.0 + specifier: 19.2.1 + version: 19.2.1 react-dom: - specifier: 19.0.0 - version: 19.0.0(react@19.0.0) + specifier: 19.2.1 + version: 19.2.1(react@19.2.1) react-pageflip: specifier: ^2.0.3 version: 2.0.3 react-pdf: specifier: ^9.2.1 - version: 9.2.1(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 9.2.1(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) devDependencies: '@eslint/eslintrc': specifier: ^3 @@ -256,8 +259,8 @@ importers: specifier: ^9 version: 9.27.0(jiti@2.4.2) eslint-config-next: - specifier: 15.3.2 - version: 15.3.2(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) + specifier: 15.3.6 + version: 15.3.6(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) postcss: specifier: ^8 version: 8.5.4 @@ -312,13 +315,13 @@ importers: version: 3.0.0-beta.55(zod@4.1.12) '@ai-sdk/react': specifier: 3.0.0-beta.94 - version: 3.0.0-beta.94(react@19.0.0)(zod@4.1.12) + version: 3.0.0-beta.94(react@19.2.1)(zod@4.1.12) '@ai-sdk/replicate': specifier: 2.0.0-beta.31 version: 2.0.0-beta.31(zod@4.1.12) '@ai-sdk/rsc': specifier: 2.0.0-beta.94 - version: 2.0.0-beta.94(react@19.0.0)(zod@4.1.12) + version: 2.0.0-beta.94(react@19.2.1)(zod@4.1.12) '@app/database': specifier: workspace:* version: link:../database @@ -327,25 +330,25 @@ importers: version: 0.29.1(@types/hast@3.0.4)(highlight.js@11.11.1)(lowlight@3.3.0) '@blocknote/mantine': specifier: ^0.29.1 - version: 0.29.1(@types/hast@3.0.4)(@types/react@19.1.3)(highlight.js@11.11.1)(lowlight@3.3.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 0.29.1(@types/hast@3.0.4)(@types/react@19.1.3)(highlight.js@11.11.1)(lowlight@3.3.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@blocknote/react': specifier: ^0.29.1 - version: 0.29.1(@types/hast@3.0.4)(highlight.js@11.11.1)(lowlight@3.3.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 0.29.1(@types/hast@3.0.4)(highlight.js@11.11.1)(lowlight@3.3.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@dagrejs/dagre': specifier: ^1.1.4 version: 1.1.4 '@dnd-kit/core': specifier: ^6.1.0 - version: 6.3.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 6.3.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@dnd-kit/modifiers': specifier: ^7.0.0 - version: 7.0.0(@dnd-kit/core@6.3.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0) + version: 7.0.0(@dnd-kit/core@6.3.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(react@19.2.1) '@dnd-kit/sortable': specifier: ^8.0.0 - version: 8.0.0(@dnd-kit/core@6.3.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0) + version: 8.0.0(@dnd-kit/core@6.3.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(react@19.2.1) '@dnd-kit/utilities': specifier: ^3.2.2 - version: 3.2.2(react@19.0.0) + version: 3.2.2(react@19.2.1) '@faker-js/faker': specifier: ^8.4.1 version: 8.4.1 @@ -414,130 +417,130 @@ importers: version: 1.0.1 '@headless-tree/react': specifier: ^1.0.1 - version: 1.0.1(@headless-tree/core@1.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 1.0.1(@headless-tree/core@1.0.1)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@hookform/resolvers': specifier: ^5.2.2 - version: 5.2.2(react-hook-form@7.56.4(react@19.0.0)) + version: 5.2.2(react-hook-form@7.56.4(react@19.2.1)) '@mdx-js/loader': specifier: ^3.0.1 version: 3.1.0(acorn@8.14.1)(webpack@5.98.0(esbuild@0.25.4)) '@mdx-js/react': specifier: ^3.1.0 - version: 3.1.0(@types/react@19.1.3)(react@19.0.0) + version: 3.1.0(@types/react@19.1.3)(react@19.2.1) '@monaco-editor/react': specifier: ^4.6.0 - version: 4.7.0(monaco-editor@0.47.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 4.7.0(monaco-editor@0.47.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@next/mdx': - specifier: 15.3.2 - version: 15.3.2(@mdx-js/loader@3.1.0(acorn@8.14.1)(webpack@5.98.0(esbuild@0.25.4)))(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0)) + specifier: 15.3.6 + version: 15.3.6(@mdx-js/loader@3.1.0(acorn@8.14.1)(webpack@5.98.0(esbuild@0.25.4)))(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1)) '@next/third-parties': - specifier: 15.3.2 - version: 15.3.2(next@15.3.2(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0) + specifier: 15.3.6 + version: 15.3.6(next@15.3.6(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(react@19.2.1) '@number-flow/react': specifier: ^0.5.7 - version: 0.5.9(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 0.5.9(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@octokit/rest': specifier: ^21.1.1 version: 21.1.1 '@radix-ui/react-accordion': specifier: ^1.2.10 - version: 1.2.11(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 1.2.11(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-alert-dialog': specifier: ^1.1.13 - version: 1.1.14(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 1.1.14(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-aspect-ratio': specifier: ^1.1.6 - version: 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-avatar': specifier: ^1.1.10 - version: 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-checkbox': specifier: ^1.3.1 - version: 1.3.2(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 1.3.2(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-collapsible': specifier: ^1.1.11 - version: 1.1.11(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 1.1.11(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-context-menu': specifier: ^2.2.14 - version: 2.2.15(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 2.2.15(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-dialog': specifier: ^1.1.14 - version: 1.1.14(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 1.1.14(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-dropdown-menu': specifier: ^2.1.15 - version: 2.1.15(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 2.1.15(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-hover-card': specifier: ^1.1.14 - version: 1.1.14(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 1.1.14(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-icons': specifier: ^1.3.2 - version: 1.3.2(react@19.0.0) + version: 1.3.2(react@19.2.1) '@radix-ui/react-label': specifier: ^2.1.6 - version: 2.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 2.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-menubar': specifier: ^1.1.14 - version: 1.1.15(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 1.1.15(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-navigation-menu': specifier: ^1.2.12 - version: 1.2.13(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 1.2.13(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-popover': specifier: ^1.1.13 - version: 1.1.14(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 1.1.14(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-portal': specifier: ^1.1.8 - version: 1.1.9(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 1.1.9(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-progress': specifier: ^1.1.7 - version: 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-radio-group': specifier: ^1.3.6 - version: 1.3.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 1.3.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-scroll-area': specifier: ^1.2.9 - version: 1.2.9(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 1.2.9(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-select': specifier: ^2.2.5 - version: 2.2.5(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 2.2.5(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-separator': specifier: ^1.1.7 - version: 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-slider': specifier: ^1.3.4 - version: 1.3.5(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 1.3.5(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-slot': specifier: ^1.2.3 - version: 1.2.3(@types/react@19.1.3)(react@19.0.0) + version: 1.2.3(@types/react@19.1.3)(react@19.2.1) '@radix-ui/react-switch': specifier: ^1.2.4 - version: 1.2.5(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 1.2.5(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-tabs': specifier: ^1.1.11 - version: 1.1.12(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 1.1.12(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-toggle': specifier: ^1.1.8 - version: 1.1.9(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 1.1.9(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-toggle-group': specifier: ^1.1.9 - version: 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-toolbar': specifier: ^1.1.9 - version: 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-tooltip': specifier: ^1.2.7 - version: 1.2.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 1.2.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@radix-ui/react-use-controllable-state': specifier: ^1.2.2 - version: 1.2.2(@types/react@19.1.3)(react@19.0.0) + version: 1.2.2(@types/react@19.1.3)(react@19.2.1) '@react-email/components': specifier: ^0.0.38 - version: 0.0.38(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 0.0.38(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@sentry/nextjs': specifier: ^9.17.0 - version: 9.24.0(@opentelemetry/context-async-hooks@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/core@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.57.2(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.30.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@15.3.2(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(webpack@5.98.0(esbuild@0.25.4)) + version: 9.24.0(@opentelemetry/context-async-hooks@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/core@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.57.2(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.30.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@15.3.6(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(react@19.2.1)(webpack@5.98.0(esbuild@0.25.4)) '@stepperize/react': specifier: ^3.1.1 - version: 3.1.1(react@19.0.0) + version: 3.1.1(react@19.2.1) '@supabase/postgrest-js': specifier: ^1.19.4 version: 1.19.4 @@ -549,10 +552,10 @@ importers: version: 2.49.8 '@tanstack/react-table': specifier: ^8.21.2 - version: 8.21.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 8.21.3(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@tanstack/react-virtual': specifier: ^3.10.9 - version: 3.13.9(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 3.13.9(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@tiptap/core': specifier: ^2.11.7 version: 2.12.0(@tiptap/pm@2.12.0) @@ -594,7 +597,7 @@ importers: version: 2.12.0 '@tiptap/react': specifier: ^2.11.7 - version: 2.12.0(@tiptap/core@2.12.0(@tiptap/pm@2.12.0))(@tiptap/pm@2.12.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 2.12.0(@tiptap/core@2.12.0(@tiptap/pm@2.12.0))(@tiptap/pm@2.12.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@tiptap/starter-kit': specifier: ^2.11.7 version: 2.12.0 @@ -603,7 +606,7 @@ importers: version: 0.10.2(typescript@5.8.3) '@uidotdev/usehooks': specifier: ^2.4.1 - version: 2.4.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 2.4.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@upstash/ratelimit': specifier: ^2.0.5 version: 2.0.5(@upstash/redis@1.34.9) @@ -612,10 +615,10 @@ importers: version: 1.34.9 '@use-gesture/react': specifier: ^10.2.11 - version: 10.3.1(react@19.0.0) + version: 10.3.1(react@19.2.1) '@vercel/analytics': specifier: ^1.3.1 - version: 1.5.0(next@15.3.2(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(svelte@4.2.19)(vue@3.5.13(typescript@5.8.3)) + version: 1.5.0(next@15.3.6(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(react@19.2.1)(svelte@4.2.19)(vue@3.5.13(typescript@5.8.3)) '@vercel/edge-config': specifier: ^1.2.1 version: 1.4.0(@opentelemetry/api@1.9.0) @@ -627,22 +630,22 @@ importers: version: 1.7.7(zod@4.1.12) '@vercel/speed-insights': specifier: ^1.0.12 - version: 1.2.0(next@15.3.2(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(svelte@4.2.19)(vue@3.5.13(typescript@5.8.3)) + version: 1.2.0(next@15.3.6(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(react@19.2.1)(svelte@4.2.19)(vue@3.5.13(typescript@5.8.3)) '@visx/responsive': specifier: ^3.10.2 - version: 3.12.0(react@19.0.0) + version: 3.12.0(react@19.2.1) '@visx/tooltip': specifier: ^3.3.0 - version: 3.12.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 3.12.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@visx/visx': specifier: ^3.11.0 - version: 3.12.0(@react-spring/web@9.7.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 3.12.0(@react-spring/web@9.7.5(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@visx/xychart': specifier: ^3.11.0 - version: 3.12.0(@react-spring/web@9.7.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 3.12.0(@react-spring/web@9.7.5(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@xyflow/react': specifier: ^12.6.4 - version: 12.6.4(@types/react@19.1.3)(immer@9.0.21)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 12.6.4(@types/react@19.1.3)(immer@9.0.21)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) ai: specifier: 6.0.0-beta.94 version: 6.0.0-beta.94(zod@4.1.12) @@ -666,10 +669,10 @@ importers: version: 2.1.1 cmdk: specifier: ^1.1.1 - version: 1.1.1(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 1.1.1(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) console-feed: specifier: ^3.6.0 - version: 3.8.0(jquery@3.7.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 3.8.0(jquery@3.7.1)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) core-js: specifier: ^3.37.1 version: 3.42.0 @@ -699,7 +702,7 @@ importers: version: 8.6.0(embla-carousel@8.6.0) embla-carousel-react: specifier: ^8.6.0 - version: 8.6.0(react@19.0.0) + version: 8.6.0(react@19.2.1) fast-deep-equal: specifier: ^3.1.3 version: 3.1.3 @@ -741,7 +744,7 @@ importers: version: 9.0.21 input-otp: specifier: ^1.4.2 - version: 1.4.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 1.4.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1) libphonenumber-js: specifier: ^1.12.6 version: 1.12.8 @@ -750,13 +753,13 @@ importers: version: 3.3.0 lucide-react: specifier: ^0.511.0 - version: 0.511.0(react@19.0.0) + version: 0.511.0(react@19.2.1) mapbox-gl: specifier: ^3.4.0 version: 3.12.0 masonic: specifier: ^4.1.0 - version: 4.1.0(react@19.0.0) + version: 4.1.0(react@19.2.1) mdn-data: specifier: ^2.8.0 version: 2.21.0 @@ -771,7 +774,7 @@ importers: version: 0.4.5 motion: specifier: ^12.15.0 - version: 12.15.0(@emotion/is-prop-valid@1.3.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 12.15.0(@emotion/is-prop-valid@1.3.1)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) ms: specifier: ^2.1.3 version: 2.1.3 @@ -782,11 +785,11 @@ importers: specifier: ^1.0.0 version: 1.0.0 next: - specifier: 15.3.2 - version: 15.3.2(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + specifier: 15.3.6 + version: 15.3.6(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) next-themes: specifier: ^0.4.6 - version: 0.4.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 0.4.6(react-dom@19.2.1(react@19.2.1))(react@19.2.1) openai: specifier: ^4.96.0 version: 4.104.0(encoding@0.1.13)(ws@8.18.2)(zod@4.1.12) @@ -798,82 +801,82 @@ importers: version: 5.5.3 prism-react-renderer: specifier: ^2.4.1 - version: 2.4.1(react@19.0.0) + version: 2.4.1(react@19.2.1) react: - specifier: 19.0.0 - version: 19.0.0 + specifier: 19.2.1 + version: 19.2.1 react-colorful: specifier: ^5.6.1 - version: 5.6.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 5.6.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) react-data-grid: specifier: 7.0.0-beta.44 - version: 7.0.0-beta.44(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 7.0.0-beta.44(react-dom@19.2.1(react@19.2.1))(react@19.2.1) react-day-picker: specifier: ^8.10.1 - version: 8.10.1(date-fns@3.6.0)(react@19.0.0) + version: 8.10.1(date-fns@3.6.0)(react@19.2.1) react-dom: - specifier: 19.0.0 - version: 19.0.0(react@19.0.0) + specifier: 19.2.1 + version: 19.2.1(react@19.2.1) react-dropzone: specifier: ^14.2.3 - version: 14.3.8(react@19.0.0) + version: 14.3.8(react@19.2.1) react-error-boundary: specifier: ^4.1.2 - version: 4.1.2(react@19.0.0) + version: 4.1.2(react@19.2.1) react-fast-marquee: specifier: ^1.6.5 - version: 1.6.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 1.6.5(react-dom@19.2.1(react@19.2.1))(react@19.2.1) react-hook-form: specifier: ^7.56.3 - version: 7.56.4(react@19.0.0) + version: 7.56.4(react@19.2.1) react-hotkeys-hook: specifier: ^4.6.1 - version: 4.6.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 4.6.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1) react-i18next: specifier: ^13.5.0 - version: 13.5.0(i18next@23.16.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 13.5.0(i18next@23.16.8)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) react-map-gl: specifier: ^7.1.7 - version: 7.1.9(mapbox-gl@3.12.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 7.1.9(mapbox-gl@3.12.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) react-medium-image-zoom: specifier: ^5.2.11 - version: 5.2.14(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 5.2.14(react-dom@19.2.1(react@19.2.1))(react@19.2.1) react-p-queue: specifier: workspace:* version: link:../packages/react-p-queue react-pdf: specifier: ^9.2.1 - version: 9.2.1(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 9.2.1(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) react-phone-number-input: specifier: ^3.4.12 - version: 3.4.12(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 3.4.12(react-dom@19.2.1(react@19.2.1))(react@19.2.1) react-player: specifier: ^2.14.1 - version: 2.16.0(react@19.0.0) + version: 2.16.0(react@19.2.1) react-resizable-panels: specifier: ^3.0.6 - version: 3.0.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 3.0.6(react-dom@19.2.1(react@19.2.1))(react@19.2.1) react-rnd: specifier: ^10.5.2 - version: 10.5.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 10.5.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1) react-textarea-autosize: specifier: ^8.5.9 - version: 8.5.9(@types/react@19.1.3)(react@19.0.0) + version: 8.5.9(@types/react@19.1.3)(react@19.2.1) react-timer-hook: specifier: ^4.0.5 - version: 4.0.5(react@19.0.0) + version: 4.0.5(react@19.2.1) react-use: specifier: ^17.5.1 - version: 17.6.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 17.6.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) react-window: specifier: ^1.8.6 - version: 1.8.11(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 1.8.11(react-dom@19.2.1(react@19.2.1))(react@19.2.1) recharts: specifier: ^2.15.3 - version: 2.15.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 2.15.3(react-dom@19.2.1(react@19.2.1))(react@19.2.1) resend: specifier: ^4.5.1 - version: 4.5.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 4.5.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) semver: specifier: ^7.7.1 version: 7.7.2 @@ -885,10 +888,10 @@ importers: version: 4.2.0 sonner: specifier: ^2.0.3 - version: 2.0.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 2.0.3(react-dom@19.2.1(react@19.2.1))(react@19.2.1) streamdown: specifier: ^1.4.0 - version: 1.4.0(@types/react@19.1.3)(react@19.0.0) + version: 1.4.0(@types/react@19.1.3)(react@19.2.1) stylis: specifier: ^4.3.2 version: 4.3.6 @@ -897,7 +900,7 @@ importers: version: 7.2.0 swr: specifier: ^2.2.5 - version: 2.3.3(react@19.0.0) + version: 2.3.3(react@19.2.1) tailwind-merge: specifier: ^3.2.0 version: 3.3.1 @@ -912,16 +915,16 @@ importers: version: 1.0.40 use-file-picker: specifier: ^2.1.1 - version: 2.1.4(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react@19.0.0) + version: 2.1.4(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react@19.2.1) use-stick-to-bottom: specifier: ^1.1.1 - version: 1.1.1(react@19.0.0) + version: 1.1.1(react@19.2.1) use-sync-external-store: specifier: ^1.5.0 - version: 1.5.0(react@19.0.0) + version: 1.5.0(react@19.2.1) usehooks-ts: specifier: ^3.1.0 - version: 3.1.1(react@19.0.0) + version: 3.1.1(react@19.2.1) uuid: specifier: ^9.0.1 version: 9.0.1 @@ -930,7 +933,7 @@ importers: version: 13.15.15 vaul: specifier: ^0.9.9 - version: 0.9.9(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 0.9.9(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) y-protocols: specifier: ^1.0.6 version: 1.0.6(yjs@13.6.27) @@ -948,7 +951,7 @@ importers: version: 4.1.12 zustand: specifier: ^5.0.3 - version: 5.0.5(@types/react@19.1.3)(immer@9.0.21)(react@19.0.0)(use-sync-external-store@1.5.0(react@19.0.0)) + version: 5.0.5(@types/react@19.1.3)(immer@9.0.21)(react@19.2.1)(use-sync-external-store@1.5.0(react@19.2.1)) devDependencies: '@eslint/eslintrc': specifier: ^3 @@ -973,7 +976,7 @@ importers: version: 5.17.0 '@testing-library/react': specifier: ^11.2.7 - version: 11.2.7(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 11.2.7(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@types/canvas-confetti': specifier: ^1.9.0 version: 1.9.0 @@ -1053,8 +1056,8 @@ importers: specifier: ^9 version: 9.27.0(jiti@2.4.2) eslint-config-next: - specifier: 15.3.2 - version: 15.3.2(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) + specifier: 15.3.6 + version: 15.3.6(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) hast: specifier: ^1.0.0 version: 1.0.0 @@ -1166,15 +1169,15 @@ importers: packages/grida-canvas-pixelgrid: dependencies: react-dom: - specifier: ^18.0.0 || ^19.0.0 - version: 19.0.0(react@19.0.0) + specifier: 19.2.1 + version: 19.2.1(react@19.2.1) devDependencies: '@types/react': specifier: 19.1.3 version: 19.1.3 react: - specifier: 19.0.0 - version: 19.0.0 + specifier: 19.2.1 + version: 19.2.1 packages/grida-canvas-react-timeline: devDependencies: @@ -1182,21 +1185,21 @@ importers: specifier: 19.1.3 version: 19.1.3 react: - specifier: 19.0.0 - version: 19.0.0 + specifier: 19.2.1 + version: 19.2.1 packages/grida-canvas-ruler: dependencies: react-dom: - specifier: ^18.0.0 || ^19.0.0 - version: 19.0.0(react@19.0.0) + specifier: 19.2.1 + version: 19.2.1(react@19.2.1) devDependencies: '@types/react': specifier: 19.1.3 version: 19.1.3 react: - specifier: 19.0.0 - version: 19.0.0 + specifier: 19.2.1 + version: 19.2.1 packages/grida-canvas-schema: dependencies: @@ -1233,8 +1236,8 @@ importers: specifier: ^2.0.2 version: 2.0.2 react-dom: - specifier: ^18.0.0 || ^19.0.0 - version: 19.0.0(react@19.0.0) + specifier: 19.2.1 + version: 19.2.1(react@19.2.1) devDependencies: '@types/node': specifier: ^22 @@ -1246,8 +1249,8 @@ importers: specifier: ^0.1.60 version: 0.1.61 react: - specifier: 19.0.0 - version: 19.0.0 + specifier: 19.2.1 + version: 19.2.1 packages/grida-canvas-vn: dependencies: @@ -1279,10 +1282,10 @@ importers: version: 19.1.3 '@use-gesture/react': specifier: ^10 - version: 10.3.1(react@19.0.0) + version: 10.3.1(react@19.2.1) react: - specifier: 19.0.0 - version: 19.0.0 + specifier: 19.2.1 + version: 19.2.1 packages/grida-tokens: {} @@ -1296,15 +1299,15 @@ importers: specifier: ^7.4.1 version: 7.4.1 react-dom: - specifier: ^18.0.0 || ^19.0.0 - version: 19.0.0(react@19.0.0) + specifier: 19.2.1 + version: 19.2.1(react@19.2.1) devDependencies: '@types/react': specifier: 19.1.3 version: 19.1.3 react: - specifier: 19.0.0 - version: 19.0.0 + specifier: 19.2.1 + version: 19.2.1 services/grida-canvas-document-worker-cf: dependencies: @@ -1375,7 +1378,7 @@ packages: resolution: {integrity: sha512-oOc72j/LM2YVkPfN7cOnSGgBSxUcCu12JKnxBilHG0DVpRwYj/WxpoQlR59/R3D1obXFLUwfV/afu7sZI9Kvhw==} engines: {node: '>=18'} peerDependencies: - react: ^18 || ^19 || ^19.0.0-rc + react: 19.2.1 '@ai-sdk/replicate@2.0.0-beta.31': resolution: {integrity: sha512-rqhYrfsLruf0v+VKXIjFaeie8Gom9QED2FkC/J0eeqG5pqmYN7SARWkFPXssYh/+0UlRJ1Wqowp0/PbwOt+MmQ==} @@ -1387,7 +1390,7 @@ packages: resolution: {integrity: sha512-DI3wA6Y6DnV/oCnqeiI8UhMvxkZaOCuUxNMXgVzHABn6YHT2YrqtRWlfLAEzbeAaxWoEXPIssJK7zhqXbxcFfQ==} engines: {node: '>=18'} peerDependencies: - react: ^18 || ^19 || ^19.0.0-rc + react: 19.2.1 zod: ^3.25.76 || ^4.1.8 peerDependenciesMeta: zod: @@ -2188,14 +2191,14 @@ packages: '@blocknote/mantine@0.29.1': resolution: {integrity: sha512-Jnye4/vlWrsAMWoGazsjHVhuT9Yl0/vqwx15ggB56Vgz6tyoR3CENzoNU9/7KD9lwJ5ZfQZfaYv65yu9IOrJAA==} peerDependencies: - react: ^18.0 || ^19.0 || >= 19.0.0-rc - react-dom: ^18.0 || ^19.0 || >= 19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 '@blocknote/react@0.29.1': resolution: {integrity: sha512-kCkqFuMWFRtjT5mYqU1QwGQKaSvWMKjRUFHHDatZV294rD6mV8Y+fzwyVpMVQuu2YjC/gz4NsHrnjWmAz7N83Q==} peerDependencies: - react: ^18.0 || ^19.0 || >= 19.0.0-rc - react-dom: ^18.0 || ^19.0 || >= 19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 '@braintree/sanitize-url@7.1.1': resolution: {integrity: sha512-i1L7noDNxtFyL5DmZafWy1wRVhGehQmzZaz1HiN5e7iylJMSZR7ekOV7NsIqa5qBldlLrsKv4HbgFUVlQrz8Mw==} @@ -2587,30 +2590,30 @@ packages: '@dnd-kit/accessibility@3.1.1': resolution: {integrity: sha512-2P+YgaXF+gRsIihwwY1gCsQSYnu9Zyj2py8kY5fFvUM1qm2WA2u639R6YNVfU4GWr+ZM5mqEsfHZZLoRONbemw==} peerDependencies: - react: '>=16.8.0' + react: 19.2.1 '@dnd-kit/core@6.3.1': resolution: {integrity: sha512-xkGBRQQab4RLwgXxoqETICr6S5JlogafbhNsidmrkVv2YRs5MLwpjoF2qpiGjQt8S9AoxtIV603s0GIUpY5eYQ==} peerDependencies: - react: '>=16.8.0' - react-dom: '>=16.8.0' + react: 19.2.1 + react-dom: 19.2.1 '@dnd-kit/modifiers@7.0.0': resolution: {integrity: sha512-BG/ETy3eBjFap7+zIti53f0PCLGDzNXyTmn6fSdrudORf+OH04MxrW4p5+mPu4mgMk9kM41iYONjc3DOUWTcfg==} peerDependencies: '@dnd-kit/core': ^6.1.0 - react: '>=16.8.0' + react: 19.2.1 '@dnd-kit/sortable@8.0.0': resolution: {integrity: sha512-U3jk5ebVXe1Lr7c2wU7SBZjcWdQP+j7peHJfCspnA81enlu88Mgd7CC8Q+pub9ubP7eKVETzJW+IBAhsqbSu/g==} peerDependencies: '@dnd-kit/core': ^6.1.0 - react: '>=16.8.0' + react: 19.2.1 '@dnd-kit/utilities@3.2.2': resolution: {integrity: sha512-+MKAJEOfaBe5SmV6t34p80MMKhjvUz0vRrvVJbPT0WElzaOJ/1xs+D+KDv+tD/NE5ujfrChEcshd4fLn0wpiqg==} peerDependencies: - react: '>=16.8.0' + react: 19.2.1 '@docsearch/css@3.8.3': resolution: {integrity: sha512-1nELpMV40JDLJ6rpVVFX48R1jsBFIQ6RnEQDsLFGmzOjPWTOMlZqUcXcvRx8VmYV/TqnS1l784Ofz+ZEb+wEOQ==} @@ -2619,8 +2622,8 @@ packages: resolution: {integrity: sha512-6UNrg88K7lJWmuS6zFPL/xgL+n326qXqZ7Ybyy4E8P/6Rcblk3GE8RXxeol4Pd5pFpKMhOhBhzABKKwHtbJCIg==} peerDependencies: '@types/react': 19.1.3 - react: '>= 16.8.0 < 19.0.0' - react-dom: '>= 16.8.0 < 19.0.0' + react: 19.2.1 + react-dom: 19.2.1 search-insights: '>= 1 < 3' peerDependenciesMeta: '@types/react': @@ -2651,8 +2654,8 @@ packages: hasBin: true peerDependencies: '@mdx-js/react': ^3.0.0 - react: ^18.0.0 || ^19.0.0 - react-dom: ^18.0.0 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 '@docusaurus/cssnano-preset@3.7.0': resolution: {integrity: sha512-X9GYgruZBSOozg4w4dzv9uOz8oK/EpPVQXkp0MM6Tsgp/nRIU9hJzJ0Pxg1aRa3xCeEQTOimZHcocQFlLwYajQ==} @@ -2666,119 +2669,119 @@ packages: resolution: {integrity: sha512-OFBG6oMjZzc78/U3WNPSHs2W9ZJ723ewAcvVJaqS0VgyeUfmzUV8f1sv+iUHA0DtwiR5T5FjOxj6nzEE8LY6VA==} engines: {node: '>=18.0'} peerDependencies: - react: ^18.0.0 || ^19.0.0 - react-dom: ^18.0.0 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 '@docusaurus/module-type-aliases@3.7.0': resolution: {integrity: sha512-g7WdPqDNaqA60CmBrr0cORTrsOit77hbsTj7xE2l71YhBn79sxdm7WMK7wfhcaafkbpIh7jv5ef5TOpf1Xv9Lg==} peerDependencies: - react: '*' - react-dom: '*' + react: 19.2.1 + react-dom: 19.2.1 '@docusaurus/plugin-client-redirects@3.7.0': resolution: {integrity: sha512-6B4XAtE5ZVKOyhPgpgMkb7LwCkN+Hgd4vOnlbwR8nCdTQhLjz8MHbGlwwvZ/cay2SPNRX5KssqKAlcHVZP2m8g==} engines: {node: '>=18.0'} peerDependencies: - react: ^18.0.0 || ^19.0.0 - react-dom: ^18.0.0 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 '@docusaurus/plugin-content-blog@3.7.0': resolution: {integrity: sha512-EFLgEz6tGHYWdPU0rK8tSscZwx+AsyuBW/r+tNig2kbccHYGUJmZtYN38GjAa3Fda4NU+6wqUO5kTXQSRBQD3g==} engines: {node: '>=18.0'} peerDependencies: '@docusaurus/plugin-content-docs': '*' - react: ^18.0.0 || ^19.0.0 - react-dom: ^18.0.0 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 '@docusaurus/plugin-content-docs@3.7.0': resolution: {integrity: sha512-GXg5V7kC9FZE4FkUZA8oo/NrlRb06UwuICzI6tcbzj0+TVgjq/mpUXXzSgKzMS82YByi4dY2Q808njcBCyy6tQ==} engines: {node: '>=18.0'} peerDependencies: - react: ^18.0.0 || ^19.0.0 - react-dom: ^18.0.0 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 '@docusaurus/plugin-content-pages@3.7.0': resolution: {integrity: sha512-YJSU3tjIJf032/Aeao8SZjFOrXJbz/FACMveSMjLyMH4itQyZ2XgUIzt4y+1ISvvk5zrW4DABVT2awTCqBkx0Q==} engines: {node: '>=18.0'} peerDependencies: - react: ^18.0.0 || ^19.0.0 - react-dom: ^18.0.0 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 '@docusaurus/plugin-debug@3.7.0': resolution: {integrity: sha512-Qgg+IjG/z4svtbCNyTocjIwvNTNEwgRjSXXSJkKVG0oWoH0eX/HAPiu+TS1HBwRPQV+tTYPWLrUypYFepfujZA==} engines: {node: '>=18.0'} peerDependencies: - react: ^18.0.0 || ^19.0.0 - react-dom: ^18.0.0 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 '@docusaurus/plugin-google-analytics@3.7.0': resolution: {integrity: sha512-otIqiRV/jka6Snjf+AqB360XCeSv7lQC+DKYW+EUZf6XbuE8utz5PeUQ8VuOcD8Bk5zvT1MC4JKcd5zPfDuMWA==} engines: {node: '>=18.0'} peerDependencies: - react: ^18.0.0 || ^19.0.0 - react-dom: ^18.0.0 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 '@docusaurus/plugin-google-gtag@3.7.0': resolution: {integrity: sha512-M3vrMct1tY65ModbyeDaMoA+fNJTSPe5qmchhAbtqhDD/iALri0g9LrEpIOwNaoLmm6lO88sfBUADQrSRSGSWA==} engines: {node: '>=18.0'} peerDependencies: - react: ^18.0.0 || ^19.0.0 - react-dom: ^18.0.0 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 '@docusaurus/plugin-google-tag-manager@3.7.0': resolution: {integrity: sha512-X8U78nb8eiMiPNg3jb9zDIVuuo/rE1LjGDGu+5m5CX4UBZzjMy+klOY2fNya6x8ACyE/L3K2erO1ErheP55W/w==} engines: {node: '>=18.0'} peerDependencies: - react: ^18.0.0 || ^19.0.0 - react-dom: ^18.0.0 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 '@docusaurus/plugin-sitemap@3.7.0': resolution: {integrity: sha512-bTRT9YLZ/8I/wYWKMQke18+PF9MV8Qub34Sku6aw/vlZ/U+kuEuRpQ8bTcNOjaTSfYsWkK4tTwDMHK2p5S86cA==} engines: {node: '>=18.0'} peerDependencies: - react: ^18.0.0 || ^19.0.0 - react-dom: ^18.0.0 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 '@docusaurus/plugin-svgr@3.7.0': resolution: {integrity: sha512-HByXIZTbc4GV5VAUkZ2DXtXv1Qdlnpk3IpuImwSnEzCDBkUMYcec5282hPjn6skZqB25M1TYCmWS91UbhBGxQg==} engines: {node: '>=18.0'} peerDependencies: - react: ^18.0.0 || ^19.0.0 - react-dom: ^18.0.0 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 '@docusaurus/preset-classic@3.7.0': resolution: {integrity: sha512-nPHj8AxDLAaQXs+O6+BwILFuhiWbjfQWrdw2tifOClQoNfuXDjfjogee6zfx6NGHWqshR23LrcN115DmkHC91Q==} engines: {node: '>=18.0'} peerDependencies: - react: ^18.0.0 || ^19.0.0 - react-dom: ^18.0.0 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 '@docusaurus/react-loadable@6.0.0': resolution: {integrity: sha512-YMMxTUQV/QFSnbgrP3tjDzLHRg7vsbMn8e9HAa8o/1iXoiomo48b7sk/kkmWEuWNDPJVlKSJRB6Y2fHqdJk+SQ==} peerDependencies: - react: '*' + react: 19.2.1 '@docusaurus/theme-classic@3.7.0': resolution: {integrity: sha512-MnLxG39WcvLCl4eUzHr0gNcpHQfWoGqzADCly54aqCofQX6UozOS9Th4RK3ARbM9m7zIRv3qbhggI53dQtx/hQ==} engines: {node: '>=18.0'} peerDependencies: - react: ^18.0.0 || ^19.0.0 - react-dom: ^18.0.0 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 '@docusaurus/theme-common@3.7.0': resolution: {integrity: sha512-8eJ5X0y+gWDsURZnBfH0WabdNm8XMCXHv8ENy/3Z/oQKwaB/EHt5lP9VsTDTf36lKEp0V6DjzjFyFIB+CetL0A==} engines: {node: '>=18.0'} peerDependencies: '@docusaurus/plugin-content-docs': '*' - react: ^18.0.0 || ^19.0.0 - react-dom: ^18.0.0 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 '@docusaurus/theme-search-algolia@3.7.0': resolution: {integrity: sha512-Al/j5OdzwRU1m3falm+sYy9AaB93S1XF1Lgk9Yc6amp80dNxJVplQdQTR4cYdzkGtuQqbzUA8+kaoYYO0RbK6g==} engines: {node: '>=18.0'} peerDependencies: - react: ^18.0.0 || ^19.0.0 - react-dom: ^18.0.0 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 '@docusaurus/theme-translations@3.7.0': resolution: {integrity: sha512-Ewq3bEraWDmienM6eaNK7fx+/lHMtGDHQyd1O+4+3EsDxxUmrzPkV7Ct3nBWTuE0MsoZr3yNwQVKjllzCMuU3g==} @@ -2790,8 +2793,8 @@ packages: '@docusaurus/types@3.7.0': resolution: {integrity: sha512-kOmZg5RRqJfH31m+6ZpnwVbkqMJrPOG5t0IOl4i/+3ruXyNfWzZ0lVtVrD0u4ONc/0NOsS9sWYaxxWNkH1LdLQ==} peerDependencies: - react: ^18.0.0 || ^19.0.0 - react-dom: ^18.0.0 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 '@docusaurus/utils-common@3.7.0': resolution: {integrity: sha512-IZeyIfCfXy0Mevj6bWNg7DG7B8G+S6o6JVpddikZtWyxJguiQ7JYr0SIZ0qWd8pGNuMyVwriWmbWqMnK7Y5PwA==} @@ -2817,7 +2820,7 @@ packages: '@emotion/core@10.3.1': resolution: {integrity: sha512-447aUEjPIm0MnE6QYIaFz9VQOHSXf4Iu6EWOIqq11EAPqinkSZmfymPTmlOE3QjLv846lH4JVZBUOtwGbuQoww==} peerDependencies: - react: '>=16.3.0' + react: 19.2.1 '@emotion/css@10.0.27': resolution: {integrity: sha512-6wZjsvYeBhyZQYNrGoR5yPMYbMBNEnanDrqmsqS1mzDm1cOTu12shvl2j4QHNS36UaTE0USIJawCH9C8oW34Zw==} @@ -2847,13 +2850,13 @@ packages: resolution: {integrity: sha512-PBRqsVKR7QRNkmfH78hTSSwHWcwDpecH9W6heujWAcyp2wdz/64PP73s7fWS1dIPm8/Exc8JAzYS8dEWXjv60w==} peerDependencies: '@emotion/core': ^10.0.28 - react: '>=16.3.0' + react: 19.2.1 '@emotion/styled@10.3.0': resolution: {integrity: sha512-GgcUpXBBEU5ido+/p/mCT2/Xx+Oqmp9JzQRuC+a4lYM4i4LBBn/dWvc0rQ19N9ObA8/T4NWMrPNe79kMBDJqoQ==} peerDependencies: '@emotion/core': ^10.0.27 - react: '>=16.3.0' + react: 19.2.1 '@emotion/stylis@0.8.5': resolution: {integrity: sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==} @@ -3086,14 +3089,14 @@ packages: '@floating-ui/react-dom@2.1.2': resolution: {integrity: sha512-06okr5cgPzMNBy+Ycse2A6udMi4bqwW/zgBF/rwjcNqWkyr82Mcg8b0vjX8OJpZFy/FKjJmw6wV7t44kK6kW7A==} peerDependencies: - react: '>=16.8.0' - react-dom: '>=16.8.0' + react: 19.2.1 + react-dom: 19.2.1 '@floating-ui/react@0.26.28': resolution: {integrity: sha512-yORQuuAtVpiRjpMhdc0wJj06b9JFjrYF4qp96j++v2NBpbi6SEGF7donUJ3TMieerQ6qVkAv1tgr7L4r5roTqw==} peerDependencies: - react: '>=16.8.0' - react-dom: '>=16.8.0' + react: 19.2.1 + react-dom: 19.2.1 '@floating-ui/utils@0.2.9': resolution: {integrity: sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==} @@ -3114,8 +3117,8 @@ packages: resolution: {integrity: sha512-H58dcHAt8vriAUtU8xxaKPJG6l0RN7ezDBbuUYvYsbIADEmiWbCzUPL9Tz8945Cy5gfFDEK4WwprGs4A5DHEow==} peerDependencies: '@headless-tree/core': '*' - react: '*' - react-dom: '*' + react: 19.2.1 + react-dom: 19.2.1 '@hookform/resolvers@5.2.2': resolution: {integrity: sha512-A/IxlMLShx3KjV/HeTcTfaMxdwy690+L/ZADoeaTltLx+CVuzkeVIPuybK3jrRfw7YZnmdKsVVHAlEPIAEUNlA==} @@ -3480,18 +3483,18 @@ packages: resolution: {integrity: sha512-JMyV4/jPATXxmE31g8TJxsrH7XvdrA5pwT4gg25zBl1KE5vLBpBLLjsHG728+bDKuf+bDV+8lw+1kqgW7FcplQ==} peerDependencies: '@mantine/hooks': 7.17.7 - react: ^18.x || ^19.x - react-dom: ^18.x || ^19.x + react: 19.2.1 + react-dom: 19.2.1 '@mantine/hooks@7.17.7': resolution: {integrity: sha512-5MIvN/YAcewc97nG3jVrlnFqAExnJRBNWmV6UgGHWbiZiPSCh5o2RJE/5ZVGSfkexDpav9gkm2jkWkIbemVqVA==} peerDependencies: - react: ^18.x || ^19.x + react: 19.2.1 '@mantine/utils@6.0.22': resolution: {integrity: sha512-RSKlNZvxhMCkOFZ6slbYvZYbWjHUM+PxDQnupIOxIdsTZQQjx/BFfrfJ7kQFOP+g7MtpOds8weAetEs5obwMOQ==} peerDependencies: - react: '>=16.8.0' + react: 19.2.1 '@manypkg/find-root@1.1.0': resolution: {integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==} @@ -3545,7 +3548,7 @@ packages: resolution: {integrity: sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==} peerDependencies: '@types/react': 19.1.3 - react: '>=16' + react: 19.2.1 '@mediapipe/tasks-vision@0.10.17': resolution: {integrity: sha512-CZWV/q6TTe8ta61cZXjfnnHsfWIdFhms03M9T7Cnd5y2mdpylJM0rF1qRq+wsQVRMLz1OYPVEBU9ph2Bx8cxrg==} @@ -3560,22 +3563,22 @@ packages: resolution: {integrity: sha512-cyzXQCtO47ydzxpQtCGSQGOC8Gk3ZUeBXFAxD+CWXYFo5OqZyZUonFl0DwUlTyAfRHntBfw2p3w4s9R6oe1eCA==} peerDependencies: monaco-editor: '>= 0.25.0 < 1' - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 '@monogrid/gainmap-js@3.1.0': resolution: {integrity: sha512-Obb0/gEd/HReTlg8ttaYk+0m62gQJmCblMOjHSMHRrBP2zdfKMHLCRbh/6ex9fSUJMKdjjIEiohwkbGD3wj2Nw==} peerDependencies: three: '>= 0.159.0' - '@next/env@15.3.2': - resolution: {integrity: sha512-xURk++7P7qR9JG1jJtLzPzf0qEvqCN0A/T3DXf8IPMKo9/6FfjxtEffRJIIew/bIL4T3C2jLLqBor8B/zVlx6g==} + '@next/env@15.3.6': + resolution: {integrity: sha512-/cK+QPcfRbDZxmI/uckT4lu9pHCfRIPBLqy88MhE+7Vg5hKrEYc333Ae76dn/cw2FBP2bR/GoK/4DU+U7by/Nw==} - '@next/eslint-plugin-next@15.3.2': - resolution: {integrity: sha512-ijVRTXBgnHT33aWnDtmlG+LJD+5vhc9AKTJPquGG5NKXjpKNjc62woIhFtrAcWdBobt8kqjCoaJ0q6sDQoX7aQ==} + '@next/eslint-plugin-next@15.3.6': + resolution: {integrity: sha512-gvt7l1r4N0zHCXyXYj39ObrTBr8TxyA/306Z/kjseYk6hiefu3zexRKRVjVmQqUpxe9oxyfYWMZFtsBYPgr1oA==} - '@next/mdx@15.3.2': - resolution: {integrity: sha512-D6lSSbVzn1EiPwrBKG5QzXClcgdqiNCL8a3/6oROinzgZnYSxbVmnfs0UrqygtGSOmgW7sdJJSEOy555DoAwvw==} + '@next/mdx@15.3.6': + resolution: {integrity: sha512-LCnNtVXbJeupfkHztksmNV7mg2b3z96NE0bmMZPHr0x6F3PM3aajUnEPx/cjqXRztjc35W+2cMxTXGSxrO/v/g==} peerDependencies: '@mdx-js/loader': '>=0.15.0' '@mdx-js/react': '>=0.15.0' @@ -3585,59 +3588,59 @@ packages: '@mdx-js/react': optional: true - '@next/swc-darwin-arm64@15.3.2': - resolution: {integrity: sha512-2DR6kY/OGcokbnCsjHpNeQblqCZ85/1j6njYSkzRdpLn5At7OkSdmk7WyAmB9G0k25+VgqVZ/u356OSoQZ3z0g==} + '@next/swc-darwin-arm64@15.3.5': + resolution: {integrity: sha512-lM/8tilIsqBq+2nq9kbTW19vfwFve0NR7MxfkuSUbRSgXlMQoJYg+31+++XwKVSXk4uT23G2eF/7BRIKdn8t8w==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@next/swc-darwin-x64@15.3.2': - resolution: {integrity: sha512-ro/fdqaZWL6k1S/5CLv1I0DaZfDVJkWNaUU3un8Lg6m0YENWlDulmIWzV96Iou2wEYyEsZq51mwV8+XQXqMp3w==} + '@next/swc-darwin-x64@15.3.5': + resolution: {integrity: sha512-WhwegPQJ5IfoUNZUVsI9TRAlKpjGVK0tpJTL6KeiC4cux9774NYE9Wu/iCfIkL/5J8rPAkqZpG7n+EfiAfidXA==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@next/swc-linux-arm64-gnu@15.3.2': - resolution: {integrity: sha512-covwwtZYhlbRWK2HlYX9835qXum4xYZ3E2Mra1mdQ+0ICGoMiw1+nVAn4d9Bo7R3JqSmK1grMq/va+0cdh7bJA==} + '@next/swc-linux-arm64-gnu@15.3.5': + resolution: {integrity: sha512-LVD6uMOZ7XePg3KWYdGuzuvVboxujGjbcuP2jsPAN3MnLdLoZUXKRc6ixxfs03RH7qBdEHCZjyLP/jBdCJVRJQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@next/swc-linux-arm64-musl@15.3.2': - resolution: {integrity: sha512-KQkMEillvlW5Qk5mtGA/3Yz0/tzpNlSw6/3/ttsV1lNtMuOHcGii3zVeXZyi4EJmmLDKYcTcByV2wVsOhDt/zg==} + '@next/swc-linux-arm64-musl@15.3.5': + resolution: {integrity: sha512-k8aVScYZ++BnS2P69ClK7v4nOu702jcF9AIHKu6llhHEtBSmM2zkPGl9yoqbSU/657IIIb0QHpdxEr0iW9z53A==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@next/swc-linux-x64-gnu@15.3.2': - resolution: {integrity: sha512-uRBo6THWei0chz+Y5j37qzx+BtoDRFIkDzZjlpCItBRXyMPIg079eIkOCl3aqr2tkxL4HFyJ4GHDes7W8HuAUg==} + '@next/swc-linux-x64-gnu@15.3.5': + resolution: {integrity: sha512-2xYU0DI9DGN/bAHzVwADid22ba5d/xrbrQlr2U+/Q5WkFUzeL0TDR963BdrtLS/4bMmKZGptLeg6282H/S2i8A==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@next/swc-linux-x64-musl@15.3.2': - resolution: {integrity: sha512-+uxFlPuCNx/T9PdMClOqeE8USKzj8tVz37KflT3Kdbx/LOlZBRI2yxuIcmx1mPNK8DwSOMNCr4ureSet7eyC0w==} + '@next/swc-linux-x64-musl@15.3.5': + resolution: {integrity: sha512-TRYIqAGf1KCbuAB0gjhdn5Ytd8fV+wJSM2Nh2is/xEqR8PZHxfQuaiNhoF50XfY90sNpaRMaGhF6E+qjV1b9Tg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@next/swc-win32-arm64-msvc@15.3.2': - resolution: {integrity: sha512-LLTKmaI5cfD8dVzh5Vt7+OMo+AIOClEdIU/TSKbXXT2iScUTSxOGoBhfuv+FU8R9MLmrkIL1e2fBMkEEjYAtPQ==} + '@next/swc-win32-arm64-msvc@15.3.5': + resolution: {integrity: sha512-h04/7iMEUSMY6fDGCvdanKqlO1qYvzNxntZlCzfE8i5P0uqzVQWQquU1TIhlz0VqGQGXLrFDuTJVONpqGqjGKQ==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@next/swc-win32-x64-msvc@15.3.2': - resolution: {integrity: sha512-aW5B8wOPioJ4mBdMDXkt5f3j8pUr9W8AnlX0Df35uRWNT1Y6RIybxjnSUe+PhM+M1bwgyY8PHLmXZC6zT1o5tA==} + '@next/swc-win32-x64-msvc@15.3.5': + resolution: {integrity: sha512-5fhH6fccXxnX2KhllnGhkYMndhOiLOLEiVGYjP2nizqeGWkN10sA9taATlXwake2E2XMvYZjjz0Uj7T0y+z1yw==} engines: {node: '>= 10'} cpu: [x64] os: [win32] - '@next/third-parties@15.3.2': - resolution: {integrity: sha512-zE9xYkMKZ6gLbkP6lWt60yaeKB5r0A4eZhFKAhgik/eO+zzZPFkTy5K7+0ykgfB6MTkcend3BaDXZhz9KnDjYw==} + '@next/third-parties@15.3.6': + resolution: {integrity: sha512-fHPnlIWmwzmJpL2024JD89eBXbIsV4Z7YBE4bs38DfnMhJsY8WpwsUtb93ox9/qDCJGvoynYEvw0DI9x+4ZIkg==} peerDependencies: - next: ^13.0.0 || ^14.0.0 || ^15.0.0 - react: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0 + next: 15.3.6 + react: 19.2.1 '@nodelib/fs.scandir@2.1.5': resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} @@ -3658,8 +3661,8 @@ packages: '@number-flow/react@0.5.9': resolution: {integrity: sha512-cletUjLUIV6NoNg36z4CR4khIff3fb4RWzuNx8TOZVw34pUpZlgWpnDpJb4UG8B2QyYAFbptVunW0RiqoHVCDA==} peerDependencies: - react: ^18 || ^19 - react-dom: ^18 || ^19 + react: 19.2.1 + react-dom: 19.2.1 '@octokit/auth-token@5.1.2': resolution: {integrity: sha512-JcQDsBdg49Yky2w2ld20IHAlwr8d/d8N6NiOXbtuoPCqzbsiJgF633mVUw3x4mo0H5ypataQIX7SFu3yy44Mpw==} @@ -3953,8 +3956,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -3966,8 +3969,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -3979,8 +3982,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -3992,8 +3995,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4005,8 +4008,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4018,8 +4021,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4031,8 +4034,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4044,8 +4047,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4056,7 +4059,7 @@ packages: resolution: {integrity: sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==} peerDependencies: '@types/react': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4066,8 +4069,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4078,7 +4081,7 @@ packages: resolution: {integrity: sha512-jCi/QKUM2r1Ju5a3J64TH2A5SpKAgh0LpknyqdQ4m6DCV0xJ2HG1xARRwNGPQfi1SLdLWZ1OJz6F4OMBBNiGJA==} peerDependencies: '@types/react': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4088,8 +4091,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4100,7 +4103,7 @@ packages: resolution: {integrity: sha512-1UEWRX6jnOA2y4H5WczZ44gOOjTEmlqv1uNW4GAJEO5+bauCBhv8snY65Iw5/VOS/ghKN9gr2KjnLKxrsvoMVw==} peerDependencies: '@types/react': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4110,8 +4113,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4123,8 +4126,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4135,7 +4138,7 @@ packages: resolution: {integrity: sha512-fyjAACV62oPV925xFCrH8DR5xWhg9KYtJT4s3u54jxp+L/hbpTY2kIeEFFbFe+a/HCE94zGQMZLIpVTPVZDhaA==} peerDependencies: '@types/react': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4145,8 +4148,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4158,8 +4161,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4169,13 +4172,13 @@ packages: '@radix-ui/react-icons@1.3.2': resolution: {integrity: sha512-fyQIhGDhzfc9pK2kH6Pl9c4BDJGfMkPqkyIgYDthyNYoNg3wVhoJMMh19WS4Up/1KMPFVpNsT2q3WmXn2N1m6g==} peerDependencies: - react: ^16.x || ^17.x || ^18.x || ^19.0.0 || ^19.0.0-rc + react: 19.2.1 '@radix-ui/react-id@1.1.1': resolution: {integrity: sha512-kGkGegYIdQsOb4XjsfM97rXsiHaBwco+hFI66oO4s9LU+PLAC5oJ7khdOVFxkhsmlbpUqDAvXw11CluXP+jkHg==} peerDependencies: '@types/react': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4185,8 +4188,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4198,8 +4201,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4211,8 +4214,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4224,8 +4227,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4237,8 +4240,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4250,8 +4253,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4263,8 +4266,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4276,8 +4279,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4289,8 +4292,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4302,8 +4305,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4315,8 +4318,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4328,8 +4331,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4341,8 +4344,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4354,8 +4357,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4367,8 +4370,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4380,8 +4383,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4393,8 +4396,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4405,7 +4408,7 @@ packages: resolution: {integrity: sha512-y7TBO4xN4Y94FvcWIOIh18fM4R1A8S4q1jhoz4PNzOoHsFcN8pogcFmZrTYAm4F9VRUrWP/Mw7xSKybIeRI+CQ==} peerDependencies: '@types/react': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4414,7 +4417,7 @@ packages: resolution: {integrity: sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==} peerDependencies: '@types/react': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4424,8 +4427,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4437,8 +4440,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4450,8 +4453,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4463,8 +4466,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4476,8 +4479,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4489,8 +4492,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4501,7 +4504,7 @@ packages: resolution: {integrity: sha512-FkBMwD+qbGQeMu1cOHnuGB6x4yzPjho8ap5WtbEJ26umhgqVXbhekKUQO+hZEL1vU92a3wHwdp0HAcqAUF5iDg==} peerDependencies: '@types/react': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4510,7 +4513,7 @@ packages: resolution: {integrity: sha512-BjasUjixPFdS+NKkypcyyN5Pmg83Olst0+c6vGov0diwTEo6mgdqVR6hxcEgFuh4QrAs7Rc+9KuGJ9TVCj0Zzg==} peerDependencies: '@types/react': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4519,7 +4522,7 @@ packages: resolution: {integrity: sha512-Qp8WbZOBe+blgpuUT+lw2xheLP8q0oatc9UpmiemEICxGvFLYmHm9QowVZGHtJlGbS6A6yJ3iViad/2cVjnOiA==} peerDependencies: '@types/react': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4528,7 +4531,7 @@ packages: resolution: {integrity: sha512-Il0+boE7w/XebUHyBjroE+DbByORGR9KKmITzbR7MyQ4akpORYP/ZmbhAr0DG7RmmBqoOnZdy2QlvajJ2QA59g==} peerDependencies: '@types/react': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4537,7 +4540,7 @@ packages: resolution: {integrity: sha512-U+UORVEq+cTnRIaostJv9AGdV3G6Y+zbVd+12e18jQ5A3c0xL03IhnHuiU4UV69wolOQp5GfR58NW/EgdQhwOA==} peerDependencies: '@types/react': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4546,7 +4549,7 @@ packages: resolution: {integrity: sha512-RbJRS4UWQFkzHTTwVymMTUv8EqYhOp8dOOviLj2ugtTiXRaRQS7GLGxZTLL1jWhMeoSCf5zmcZkqTl9IiYfXcQ==} peerDependencies: '@types/react': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4555,7 +4558,7 @@ packages: resolution: {integrity: sha512-2dHfToCj/pzca2Ck724OZ5L0EVrr3eHRNsG/b3xQJLA2hZpVCS99bLAX+hm1IHXDEnzU6by5z/5MIY794/a8NQ==} peerDependencies: '@types/react': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4564,7 +4567,7 @@ packages: resolution: {integrity: sha512-QTYuDesS0VtuHNNvMh+CjlKJ4LJickCMUAqjlE3+j8w+RlRpwyX3apEQKGFzbZGdo7XNG1tXa+bQqIE7HIXT2w==} peerDependencies: '@types/react': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4573,7 +4576,7 @@ packages: resolution: {integrity: sha512-ewrXRDTAqAXlkl6t/fkXWNAhFX9I+CkKlw6zjEwk86RSPKwZr3xpBRso655aqYafwtnbpHLj6toFzmd6xdVptQ==} peerDependencies: '@types/react': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4583,8 +4586,8 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -4597,179 +4600,179 @@ packages: '@react-email/body@0.0.11': resolution: {integrity: sha512-ZSD2SxVSgUjHGrB0Wi+4tu3MEpB4fYSbezsFNEJk2xCWDBkFiOeEsjTmR5dvi+CxTK691hQTQlHv0XWuP7ENTg==} peerDependencies: - react: ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 '@react-email/button@0.0.19': resolution: {integrity: sha512-HYHrhyVGt7rdM/ls6FuuD6XE7fa7bjZTJqB2byn6/oGsfiEZaogY77OtoLL/mrQHjHjZiJadtAMSik9XLcm7+A==} engines: {node: '>=18.0.0'} peerDependencies: - react: ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 '@react-email/code-block@0.0.13': resolution: {integrity: sha512-4DE4yPSgKEOnZMzcrDvRuD6mxsNxOex0hCYEG9F9q23geYgb2WCCeGBvIUXVzK69l703Dg4Vzrd5qUjl+JfcwA==} engines: {node: '>=18.0.0'} peerDependencies: - react: ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 '@react-email/code-inline@0.0.5': resolution: {integrity: sha512-MmAsOzdJpzsnY2cZoPHFPk6uDO/Ncpb4Kh1hAt9UZc1xOW3fIzpe1Pi9y9p6wwUmpaeeDalJxAxH6/fnTquinA==} engines: {node: '>=18.0.0'} peerDependencies: - react: ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 '@react-email/column@0.0.13': resolution: {integrity: sha512-Lqq17l7ShzJG/d3b1w/+lVO+gp2FM05ZUo/nW0rjxB8xBICXOVv6PqjDnn3FXKssvhO5qAV20lHM6S+spRhEwQ==} engines: {node: '>=18.0.0'} peerDependencies: - react: ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 '@react-email/components@0.0.38': resolution: {integrity: sha512-2cjMBZsSPjD1Iyur/MzGrgW/n5A6ONOJQ97pNaVOClxz/EaqNZTo1lFmKdH7p54P7LG9ZxRXxoTe2075VCCGQA==} engines: {node: '>=18.0.0'} peerDependencies: - react: ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 '@react-email/container@0.0.15': resolution: {integrity: sha512-Qo2IQo0ru2kZq47REmHW3iXjAQaKu4tpeq/M8m1zHIVwKduL2vYOBQWbC2oDnMtWPmkBjej6XxgtZByxM6cCFg==} engines: {node: '>=18.0.0'} peerDependencies: - react: ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 '@react-email/font@0.0.9': resolution: {integrity: sha512-4zjq23oT9APXkerqeslPH3OZWuh5X4crHK6nx82mVHV2SrLba8+8dPEnWbaACWTNjOCbcLIzaC9unk7Wq2MIXw==} peerDependencies: - react: ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 '@react-email/head@0.0.12': resolution: {integrity: sha512-X2Ii6dDFMF+D4niNwMAHbTkeCjlYYnMsd7edXOsi0JByxt9wNyZ9EnhFiBoQdqkE+SMDcu8TlNNttMrf5sJeMA==} engines: {node: '>=18.0.0'} peerDependencies: - react: ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 '@react-email/heading@0.0.15': resolution: {integrity: sha512-xF2GqsvBrp/HbRHWEfOgSfRFX+Q8I5KBEIG5+Lv3Vb2R/NYr0s8A5JhHHGf2pWBMJdbP4B2WHgj/VUrhy8dkIg==} engines: {node: '>=18.0.0'} peerDependencies: - react: ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 '@react-email/hr@0.0.11': resolution: {integrity: sha512-S1gZHVhwOsd1Iad5IFhpfICwNPMGPJidG/Uysy1AwmspyoAP5a4Iw3OWEpINFdgh9MHladbxcLKO2AJO+cA9Lw==} engines: {node: '>=18.0.0'} peerDependencies: - react: ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 '@react-email/html@0.0.11': resolution: {integrity: sha512-qJhbOQy5VW5qzU74AimjAR9FRFQfrMa7dn4gkEXKMB/S9xZN8e1yC1uA9C15jkXI/PzmJ0muDIWmFwatm5/+VA==} engines: {node: '>=18.0.0'} peerDependencies: - react: ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 '@react-email/img@0.0.11': resolution: {integrity: sha512-aGc8Y6U5C3igoMaqAJKsCpkbm1XjguQ09Acd+YcTKwjnC2+0w3yGUJkjWB2vTx4tN8dCqQCXO8FmdJpMfOA9EQ==} engines: {node: '>=18.0.0'} peerDependencies: - react: ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 '@react-email/link@0.0.12': resolution: {integrity: sha512-vF+xxQk2fGS1CN7UPQDbzvcBGfffr+GjTPNiWM38fhBfsLv6A/YUfaqxWlmL7zLzVmo0K2cvvV9wxlSyNba1aQ==} engines: {node: '>=18.0.0'} peerDependencies: - react: ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 '@react-email/markdown@0.0.15': resolution: {integrity: sha512-UQA9pVm5sbflgtg3EX3FquUP4aMBzmLReLbGJ6DZQZnAskBF36aI56cRykDq1o+1jT+CKIK1CducPYziaXliag==} engines: {node: '>=18.0.0'} peerDependencies: - react: ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 '@react-email/preview@0.0.12': resolution: {integrity: sha512-g/H5fa9PQPDK6WUEG7iTlC19sAktI23qyoiJtMLqQiXFCfWeQMhqjLGKeLSKkfzszqmfJCjZtpSiKtBoOdxp3Q==} engines: {node: '>=18.0.0'} peerDependencies: - react: ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 '@react-email/render@1.0.6': resolution: {integrity: sha512-zNueW5Wn/4jNC1c5LFgXzbUdv5Lhms+FWjOvWAhal7gx5YVf0q6dPJ0dnR70+ifo59gcMLwCZEaTS9EEuUhKvQ==} engines: {node: '>=18.0.0'} peerDependencies: - react: ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 '@react-email/render@1.1.0': resolution: {integrity: sha512-X4CsHvXi5X7kTn5NgXNGg8Y5U1VtVJmlpNLlTc2E8RVHKFS3bpr+o/ZXhEPN4yRkdY+ZYN5eqVTV922Hujqsxw==} engines: {node: '>=18.0.0'} peerDependencies: - react: ^18.0 || ^19.0 || ^19.0.0-rc - react-dom: ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 '@react-email/row@0.0.12': resolution: {integrity: sha512-HkCdnEjvK3o+n0y0tZKXYhIXUNPDx+2vq1dJTmqappVHXS5tXS6W5JOPZr5j+eoZ8gY3PShI2LWj5rWF7ZEtIQ==} engines: {node: '>=18.0.0'} peerDependencies: - react: ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 '@react-email/section@0.0.16': resolution: {integrity: sha512-FjqF9xQ8FoeUZYKSdt8sMIKvoT9XF8BrzhT3xiFKdEMwYNbsDflcjfErJe3jb7Wj/es/lKTbV5QR1dnLzGpL3w==} engines: {node: '>=18.0.0'} peerDependencies: - react: ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 '@react-email/tailwind@1.0.5': resolution: {integrity: sha512-BH00cZSeFfP9HiDASl+sPHi7Hh77W5nzDgdnxtsVr/m3uQD9g180UwxcE3PhOfx0vRdLzQUU8PtmvvDfbztKQg==} engines: {node: '>=18.0.0'} peerDependencies: - react: ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 '@react-email/text@0.1.3': resolution: {integrity: sha512-H22KR54MXUg29a+1/lTfg9oCQA65V8+TL4v19OzV7RsOxnEnzGOc287XKh8vc+v7ENewrMV97BzUPOnKz3bqkA==} engines: {node: '>=18.0.0'} peerDependencies: - react: ^18.0 || ^19.0 || ^19.0.0-rc + react: 19.2.1 '@react-hook/debounce@3.0.0': resolution: {integrity: sha512-ir/kPrSfAzY12Gre0sOHkZ2rkEmM4fS5M5zFxCi4BnCeXh2nvx9Ujd+U4IGpKCuPA+EQD0pg1eK2NGLvfWejag==} peerDependencies: - react: '>=16.8' + react: 19.2.1 '@react-hook/event@1.2.6': resolution: {integrity: sha512-JUL5IluaOdn5w5Afpe/puPa1rj8X6udMlQ9dt4hvMuKmTrBS1Ya6sb4sVgvfe2eU4yDuOfAhik8xhbcCekbg9Q==} peerDependencies: - react: '>=16.8' + react: 19.2.1 '@react-hook/latest@1.0.3': resolution: {integrity: sha512-dy6duzl+JnAZcDbNTfmaP3xHiKtbXYOaz3G51MGVljh548Y8MWzTr+PHLOfvpypEVW9zwvl+VyKjbWKEVbV1Rg==} peerDependencies: - react: '>=16.8' + react: 19.2.1 '@react-hook/passive-layout-effect@1.2.1': resolution: {integrity: sha512-IwEphTD75liO8g+6taS+4oqz+nnroocNfWVHWz7j+N+ZO2vYrc6PV1q7GQhuahL0IOR7JccFTsFKQ/mb6iZWAg==} peerDependencies: - react: '>=16.8' + react: 19.2.1 '@react-hook/throttle@2.2.0': resolution: {integrity: sha512-LJ5eg+yMV8lXtqK3lR+OtOZ2WH/EfWvuiEEu0M3bhR7dZRfTyEJKxH1oK9uyBxiXPtWXiQggWbZirMCXam51tg==} peerDependencies: - react: '>=16.8' + react: 19.2.1 '@react-hook/window-scroll@1.3.0': resolution: {integrity: sha512-LdYnCL22pFI+LTs85Fi2OQHSKWkzIuHFgv8lA+wwuaPxLOEhWR5bzJ21iygUH9X4meeLVRZKEbfpYi3OWWD4GQ==} peerDependencies: - react: '>=16.8' + react: 19.2.1 '@react-hook/window-size@3.1.1': resolution: {integrity: sha512-yWnVS5LKnOUIrEsI44oz3bIIUYqflamPL27n+k/PC//PsX/YeWBky09oPeAoc9As6jSH16Wgo8plI+ECZaHk3g==} peerDependencies: - react: '>=16.8' + react: 19.2.1 '@react-spring/animated@9.7.5': resolution: {integrity: sha512-Tqrwz7pIlsSDITzxoLS3n/v/YCUHQdOIKtOJf4yL6kYVSDTSmVK1LI1Q3M/uu2Sx4X3pIWF3xLUhlsA6SPNTNg==} peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react: 19.2.1 '@react-spring/core@9.7.5': resolution: {integrity: sha512-rmEqcxRcu7dWh7MnCcMXLvrf6/SDlSokLaLTxiPlAYi11nN3B5oiCUAblO72o+9z/87j2uzxa2Inm8UbLjXA+w==} peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react: 19.2.1 '@react-spring/rafz@9.7.5': resolution: {integrity: sha512-5ZenDQMC48wjUzPAm1EtwQ5Ot3bLIAwwqP2w2owG5KoNdNHpEJV263nGhCeKKmuA3vG2zLLOdu3or6kuDjA6Aw==} @@ -4777,7 +4780,7 @@ packages: '@react-spring/shared@9.7.5': resolution: {integrity: sha512-wdtoJrhUeeyD/PP/zo+np2s1Z820Ohr/BbuVYv+3dVLW7WctoiN7std8rISoYoHpUXtbkpesSKuPIw/6U1w1Pw==} peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react: 19.2.1 '@react-spring/types@9.7.5': resolution: {integrity: sha512-HVj7LrZ4ReHWBimBvu2SKND3cDVUPWKLqRTmWe/fNY6o1owGOX0cAHbdPDTMelgBlVbrTKrre6lFkhqGZErK/g==} @@ -4785,15 +4788,15 @@ packages: '@react-spring/web@9.7.5': resolution: {integrity: sha512-lmvqGwpe+CSttsWNZVr+Dg62adtKhauGwLyGE/RRyZ8AAMLgb9x3NDMA5RMElXo+IMyTkPp7nxTB8ZQlmhb6JQ==} peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + react: 19.2.1 + react-dom: 19.2.1 '@react-three/drei@10.1.2': resolution: {integrity: sha512-CCcLAqZEvYiUErOcJgGzovY3RH6KgdrqD4ubeAx1nyGbSPLnKR9a8ynYbPdtZhIyiWqGc07z+RYQzpaOfN4ZIA==} peerDependencies: '@react-three/fiber': ^9.0.0 - react: ^19 - react-dom: ^19 + react: 19.2.1 + react-dom: 19.2.1 three: '>=0.159' peerDependenciesMeta: react-dom: @@ -4806,8 +4809,8 @@ packages: expo-asset: '>=8.4' expo-file-system: '>=11.0' expo-gl: '>=11.0' - react: ^19.0.0 - react-dom: ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 react-native: '>=0.78' three: '>=0.156' peerDependenciesMeta: @@ -5031,7 +5034,7 @@ packages: resolution: {integrity: sha512-KDZ2EX2otbkaVnp6rBADdhSUrsg6r+KWeeZbYVW7zBYZ99ORG7+m3pOtf7qaMcoSivhElPoLzblCyvK0zcPpTg==} engines: {node: '>=18'} peerDependencies: - next: ^13.2.0 || ^14.0 || ^15.0.0-rc.0 + next: 15.3.6 '@sentry/node@9.24.0': resolution: {integrity: sha512-rIe8rLCdPi/9VWkoRlXRCbjpNlKhHeS8EqlT40ZwlWxdJl5WOcktq3mIWcV2oTqupWogDImjQgeCeydXWt5aog==} @@ -5052,7 +5055,7 @@ packages: resolution: {integrity: sha512-CEgNuxnaax5JXvCJGO8MaPU6Doqf8OMK/52SwZxTwJJFsQBAC2v7Dl+Qot7H4GVb0exg3psumL4NjNeXAfGcpA==} engines: {node: '>=18'} peerDependencies: - react: ^16.14.0 || 17.x || 18.x || 19.x + react: 19.2.1 '@sentry/vercel-edge@9.24.0': resolution: {integrity: sha512-X85EkcrHoICRDQ5+6f5KqGhXATbFaTw/NEz92uVqSLQjv0EEKJ+SPwQpIH9ccLSeXg/R5GYXR0Z6kEYS/zo/Vw==} @@ -5121,8 +5124,8 @@ packages: '@slorber/react-helmet-async@1.3.0': resolution: {integrity: sha512-e9/OK8VhwUSc67diWI8Rb3I0YgI9/SBQtnhe9aEuK6MhZm7ntZZimXgwXnd8W96YTmSOb9M4d8LwhRZyhWr/1A==} peerDependencies: - react: ^16.6.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - react-dom: ^16.6.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 '@slorber/remark-comment@1.0.0': resolution: {integrity: sha512-RCE24n7jsOj1M0UPvIQCHTe7fI0sFL4S2nwKVWwHyVr/wI/H8GosgsJGyhnsZoGFnD/P2hLf1mSbrrgSLN93NA==} @@ -5139,7 +5142,7 @@ packages: '@stepperize/react@3.1.1': resolution: {integrity: sha512-lbi4XrDo9ifWQ1Srhh81YgibIgBME7u4E7HAqKOlgqM0k0aIKsdcG7coItLUnUYYEO2leKdH9AwsrNWDmQF7mA==} peerDependencies: - react: ^18.0.0 + react: 19.2.1 '@supabase/auth-js@2.69.1': resolution: {integrity: sha512-FILtt5WjCNzmReeRLq5wRs3iShwmnWgBvxHfqapC/VoljJl+W8hDAyFmf1NVw3zH+ZjZ05AKxiKxVeb0HNWRMQ==} @@ -5356,14 +5359,14 @@ packages: resolution: {integrity: sha512-5nNMTSETP4ykGegmVkhjcS8tTLW6Vl4axfEGQN3v0zdHYbK4UfoqfPChclTrJ4EoK9QynqAu9oUf8VEmrpZ5Ww==} engines: {node: '>=12'} peerDependencies: - react: '>=16.8' - react-dom: '>=16.8' + react: 19.2.1 + react-dom: 19.2.1 '@tanstack/react-virtual@3.13.9': resolution: {integrity: sha512-SPWC8kwG/dWBf7Py7cfheAPOxuvIv4fFQ54PdmYbg7CpXfsKxkucak43Q0qKsxVthhUJQ1A7CIMAIplq4BjVwA==} peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 '@tanstack/table-core@8.21.3': resolution: {integrity: sha512-ldZXEhOBb8Is7xLs01fR3YEc3DERiz5silj8tnGkFZytt1abEvl/GhUmCE0PMLaMPTa3Jk4HbKmRlHmu+gCftg==} @@ -5384,8 +5387,8 @@ packages: resolution: {integrity: sha512-tzRNp7pzd5QmbtXNG/mhdcl7Awfu/Iz1RaVHY75zTdOkmHCuzMhRL83gWHSgOAcjS3CCbyfwUHMZgRJb4kAfpA==} engines: {node: '>=10'} peerDependencies: - react: '*' - react-dom: '*' + react: 19.2.1 + react-dom: 19.2.1 '@tiptap/core@2.12.0': resolution: {integrity: sha512-3qX8oGVKFFZzQ0vit+ZolR6AJIATBzmEmjAA0llFhWk4vf3v64p1YcXcJsOBsr5scizJu5L6RYWEFatFwqckRg==} @@ -5589,8 +5592,8 @@ packages: peerDependencies: '@tiptap/core': ^2.7.0 '@tiptap/pm': ^2.7.0 - react: ^17.0.0 || ^18.0.0 || ^19.0.0 - react-dom: ^17.0.0 || ^18.0.0 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 '@tiptap/starter-kit@2.12.0': resolution: {integrity: sha512-wlcEEtexd6u0gbR311/OFZnbtRWU97DUsY6/GsSQzN4rqZ7Ra6YbfHEN5Lutu+I/anomK8vKy8k9NyvfY5Hllg==} @@ -6207,8 +6210,8 @@ packages: resolution: {integrity: sha512-1I+RwWyS+kdv3Mv0Vmc+p0dPYH0DTRAo04HLyXReYBL9AeseDWUJyi4THuksBJcu9F0Pih69Ak150VDnqbVnXg==} engines: {node: '>=16'} peerDependencies: - react: '>=18.0.0' - react-dom: '>=18.0.0' + react: 19.2.1 + react-dom: 19.2.1 '@ungap/structured-clone@1.3.0': resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} @@ -6231,15 +6234,15 @@ packages: '@use-gesture/react@10.3.1': resolution: {integrity: sha512-Yy19y6O2GJq8f7CHf7L0nxL8bf4PZCPaVOCgJrusOeFHY1LvHgYXnmnXg6N5iwAnbgbZCDjo60SiM6IPJi9C5g==} peerDependencies: - react: '>= 16.8.0' + react: 19.2.1 '@vercel/analytics@1.5.0': resolution: {integrity: sha512-MYsBzfPki4gthY5HnYN7jgInhAZ7Ac1cYDoRWFomwGHWEX7odTEzbtg9kf/QSo7XEsEAqlQugA6gJ2WS2DEa3g==} peerDependencies: '@remix-run/react': ^2 '@sveltejs/kit': ^1 || ^2 - next: '>= 13' - react: ^18 || ^19 || ^19.0.0-rc + next: 15.3.6 + react: 19.2.1 svelte: '>= 4' vue: ^3 vue-router: ^4 @@ -6298,8 +6301,8 @@ packages: resolution: {integrity: sha512-y9GVzrUJ2xmgtQlzFP2KhVRoCglwfRQgjyfY607aU0hh0Un6d0OUyrJkjuAlsV18qR4zfoFPs/BiIj9YDS6Wzw==} peerDependencies: '@sveltejs/kit': ^1 || ^2 - next: '>= 13' - react: ^18 || ^19 || ^19.0.0-rc + next: 15.3.6 + react: 19.2.1 svelte: '>= 4' vue: ^3 vue-router: ^4 @@ -6320,28 +6323,28 @@ packages: '@visx/annotation@3.12.0': resolution: {integrity: sha512-ZH6Y4jfrb47iEUV9O2itU9TATE5IPzhs5qvP6J7vmv26qkqwDcuE7xN3S3l9R70WjyEKGbpO8js4EijA3FJWkA==} peerDependencies: - react: ^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0 + react: 19.2.1 '@visx/axis@3.12.0': resolution: {integrity: sha512-8MoWpfuaJkhm2Yg+HwyytK8nk+zDugCqTT/tRmQX7gW4LYrHYLXFUXOzbDyyBakCVaUbUaAhVFxpMASJiQKf7A==} peerDependencies: - react: ^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0 + react: 19.2.1 '@visx/bounds@3.12.0': resolution: {integrity: sha512-peAlNCUbYaaZ0IO6c1lDdEAnZv2iGPDiLIM8a6gu7CaMhtXZJkqrTh+AjidNcIqITktrICpGxJE/Qo9D099dvQ==} peerDependencies: - react: ^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0 - react-dom: ^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0 + react: 19.2.1 + react-dom: 19.2.1 '@visx/brush@3.12.0': resolution: {integrity: sha512-ceqQe/IlIi9X9FT/DuiO6b3l5YAGnux/aQMX8M1gvLdz4T8pXIW8nDv1OhqbZ7lmbQEUEEM9IexOkR9ix7pL+Q==} peerDependencies: - react: ^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0 + react: 19.2.1 '@visx/clip-path@3.12.0': resolution: {integrity: sha512-pjpjyoQ15lhOrgpDhxfWKAxC4IswzREHGOHhrdWtxQbPoGzVZvFH8HHvwRi4afL11uYDO10z235MDnaDwP8GnQ==} peerDependencies: - react: ^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0 + react: 19.2.1 '@visx/curve@3.12.0': resolution: {integrity: sha512-Ng1mefXIzoIoAivw7dJ+ZZYYUbfuwXgZCgQynShr6ZIVw7P4q4HeQfJP3W24ON+1uCSrzoycHSXRelhR9SBPcw==} @@ -6349,12 +6352,12 @@ packages: '@visx/delaunay@3.12.0': resolution: {integrity: sha512-bc8UCJ3l5G6lGnQt5AUo8GIZTm16vKpJycb/6IWHTDeBv4hJL0uahG5QKhy1d08T0cFtYQ3qv/xp5LQkwFxfsw==} peerDependencies: - react: ^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0 + react: 19.2.1 '@visx/drag@3.12.0': resolution: {integrity: sha512-LXOoPVw//YPjpYhDJYBsCYDuv1QimsXjDV98duH0aCy4V94ediXMQpe2wHq4pnlDobLEB71FjOZMFrbFmqtERg==} peerDependencies: - react: ^16.8.0-0 || ^17.0.0-0 || ^18.0.0-0 + react: 19.2.1 '@visx/event@3.12.0': resolution: {integrity: sha512-9Lvw6qJ0Fi+y1vsC1WspfdIKCxHTb7oy59Uql1uBdPGT8zChP0vuxW0jQNQRDbKgoefj4pCXAFi8+MF1mEtVTw==} @@ -6362,47 +6365,47 @@ packages: '@visx/geo@3.12.0': resolution: {integrity: sha512-/74NMEqGrAGXOKIdvuLsarUNs5liTjUs3XrgLb4UbSDMoo2itgQN6tCZuIxFKMdEBahfJl+s6pEVPLur5bH4vg==} peerDependencies: - react: ^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0 + react: 19.2.1 '@visx/glyph@3.12.0': resolution: {integrity: sha512-E9ST9MoPNyXQzjZxYYAGXT4CbBpnB90Qhx8UvUUM2/n/SZUNeH+m6UiB/CzT0jGK2b0lPHF91mlOiQ8JXBRhYg==} peerDependencies: - react: ^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0 + react: 19.2.1 '@visx/gradient@3.12.0': resolution: {integrity: sha512-QRatjjdUEPbcp4pqRca1JlChpAnmmIAO3r3ZscLK7D1xEIANlIjzjl3uNgrmseYmBAYyPCcJH8Zru07R97ovOg==} peerDependencies: - react: ^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0 + react: 19.2.1 '@visx/grid@3.12.0': resolution: {integrity: sha512-L4ex2ooSYhwNIxJ3XFIKRhoSvEGjPc2Y3YCrtNB4TV5Ofdj4q0UMOsxfrH23Pr8HSHuQhb6VGMgYoK0LuWqDmQ==} peerDependencies: - react: ^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0 + react: 19.2.1 '@visx/group@3.12.0': resolution: {integrity: sha512-Dye8iS1alVXPv7nj/7M37gJe6sSKqJLH7x6sEWAsRQ9clI0kFvjbKcKgF+U3aAVQr0NCohheFV+DtR8trfK/Ag==} peerDependencies: - react: ^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0 + react: 19.2.1 '@visx/heatmap@3.12.0': resolution: {integrity: sha512-+YhXHfMvwQOMf9xMd15FUOoiKqf84o1UF0zsmnNsCC75MqFMpjvzc3DeoC37fi69iBIKchU8DjhVubvCE9N4jA==} peerDependencies: - react: ^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0 + react: 19.2.1 '@visx/hierarchy@3.12.0': resolution: {integrity: sha512-+X1HOeLEOODxjAD7ixrWJ4KCVei4wFe8ra3dYU0uZ14RdPPgUeiuyBfdeXWZuAHM6Ix9qrryneatQjkC3h4mvA==} peerDependencies: - react: ^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0 + react: 19.2.1 '@visx/legend@3.12.0': resolution: {integrity: sha512-Tr6hdauEDXRXVNeNgIQ9JtCCrxn8Fbr8UCVlO9XsSxenk2hBC/2PIY5QPzpnKFEEEuH/C8vhj8T0JfFZV+D9zQ==} peerDependencies: - react: ^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0 + react: 19.2.1 '@visx/marker@3.12.0': resolution: {integrity: sha512-11aCWC13+PqbAatNgMVcm33J8PRNdyGiDbfMfwUXt5/FS2XLs2e1fjfhIwAxmCCLZ13FYlabrc1qnjnhwXbTVQ==} peerDependencies: - react: ^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0 + react: 19.2.1 '@visx/mock-data@3.12.0': resolution: {integrity: sha512-HI8LKdO3sU2tIBv16ZYRTc2JYsu0Ai/hQc7YUOBqbjhXUW993iCBe98pAgEdHDrSWqK2yvXY4En5ceBTAP34Jw==} @@ -6410,12 +6413,12 @@ packages: '@visx/network@3.12.0': resolution: {integrity: sha512-mVWF9TQVpe6Qz95IJ+Pm+FB6xhdjzFGRKK7/qQFhjRloIJqVZkChAiBIua04Ux8BeyCt37wdFgQKFl6C2u3DXA==} peerDependencies: - react: ^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0 + react: 19.2.1 '@visx/pattern@3.12.0': resolution: {integrity: sha512-ZkNA/2TkULNiiY4cw2IkuQcQRp9zI3SQ0/JoZMQ+UmUvY5RNBcsdTmic7649egHq0FRYCbY0DDQVJicccW5JUg==} peerDependencies: - react: ^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0 + react: 19.2.1 '@visx/point@3.12.0': resolution: {integrity: sha512-I6UrHoJAEVbx3RORQNupgTiX5EzjuZpiwLPxn8L2mI5nfERotPKi1Yus12Cq2WtXqEBR/WgqTnoImlqOXBykcA==} @@ -6424,17 +6427,17 @@ packages: resolution: {integrity: sha512-ehtmjFrUQx3g0mZ684M4LgI9UfQ84ZWD/m9tKfvXhEm1Vl8D4AjaZ4af1tTOg9S7vk2VlpxvVOVN7+t5pu0nSA==} peerDependencies: '@react-spring/web': ^9.4.5 - react: ^16.3.0-0 || ^17.0.0 || ^18.0.0 + react: 19.2.1 '@visx/responsive@3.12.0': resolution: {integrity: sha512-GV1BTYwAGlk/K5c9vH8lS2syPnTuIqEacI7L6LRPbsuaLscXMNi+i9fZyzo0BWvAdtRV8v6Urzglo++lvAXT1Q==} peerDependencies: - react: ^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0 + react: 19.2.1 '@visx/sankey@3.12.0': resolution: {integrity: sha512-B3zIUejzv8ySGmcgJhqiy616llauT0CwvL7wWyTh2z3eCBkFOlPVF85NBrQq823w/0DkwoX8+LmLpKyelh6Vpw==} peerDependencies: - react: ^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0 + react: 19.2.1 '@visx/scale@3.12.0': resolution: {integrity: sha512-+ubijrZ2AwWCsNey0HGLJ0YKNeC/XImEFsr9rM+Uef1CM3PNM43NDdNTrdBejSlzRq0lcfQPWYMYQFSlkLcPOg==} @@ -6442,23 +6445,23 @@ packages: '@visx/shape@3.12.0': resolution: {integrity: sha512-/1l0lrpX9tPic6SJEalryBKWjP/ilDRnQA+BGJTI1tj7i23mJ/J0t4nJHyA1GrL4QA/bM/qTJ35eyz5dEhJc4g==} peerDependencies: - react: ^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0 + react: 19.2.1 '@visx/text@3.12.0': resolution: {integrity: sha512-0rbDYQlbuKPhBqXkkGYKFec1gQo05YxV45DORzr6hCyaizdJk1G+n9VkuKSHKBy1vVQhBA0W3u/WXd7tiODQPA==} peerDependencies: - react: ^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0 + react: 19.2.1 '@visx/threshold@3.12.0': resolution: {integrity: sha512-HpbJbFBKaFOM7FiMiOQwZhQAoDtd5+xSUZRlZ3U7N7TF3S2oVKIBRNlMakhcu0eick7UNvmCl7ZTW2lI65IX4g==} peerDependencies: - react: ^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0 + react: 19.2.1 '@visx/tooltip@3.12.0': resolution: {integrity: sha512-pWhsYhgl0Shbeqf80qy4QCB6zpq6tQtMQQxKlh3UiKxzkkfl+Metaf9p0/S0HexNi4vewOPOo89xWx93hBeh3A==} peerDependencies: - react: ^16.8.0-0 || ^17.0.0-0 || ^18.0.0-0 - react-dom: ^16.8.0-0 || ^17.0.0-0 || ^18.0.0-0 + react: 19.2.1 + react-dom: 19.2.1 '@visx/vendor@3.12.0': resolution: {integrity: sha512-SVO+G0xtnL9dsNpGDcjCgoiCnlB3iLSM9KLz1sLbSrV7RaVXwY3/BTm2X9OWN1jH2a9M+eHt6DJ6sE6CXm4cUg==} @@ -6466,28 +6469,28 @@ packages: '@visx/visx@3.12.0': resolution: {integrity: sha512-Lx8XKFUz8eyaR07jdUWcMcPYRp+sfrd3OsGw8uFIuZeAJ0hF6Ni7f7TVvyW1W5chlvCrL4/MGQTCjN/A8o3UZQ==} peerDependencies: - react: ^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0 + react: 19.2.1 '@visx/voronoi@3.12.0': resolution: {integrity: sha512-U3HWu6g5UjQchFDq8k/A4U9WrlN+80rAFPdGOUvIGOueQw9RmlZlNaeg8IJcQr2yk1s4O/VSpt3nR82zdINWMw==} peerDependencies: - react: ^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0 + react: 19.2.1 '@visx/wordcloud@3.12.0': resolution: {integrity: sha512-TAo9w1Z65ddRM1OPmrELXNvDSOYf4MRO0+VAIX5FNFAc8v4FNmTJriSWc+A/FIZL+1svDOKnDP9SwF86NX4Alg==} peerDependencies: - react: ^16.8.0-0 || ^17.0.0-0 || ^18.0.0-0 + react: 19.2.1 '@visx/xychart@3.12.0': resolution: {integrity: sha512-itJ7qvj/STpVmHesVyo2vPOataBM1mgSaf9R6/s4Bpe340wZldfCJ+IqRcNgdtbBagz1Hlr/sRnla4tWE2yw9A==} peerDependencies: '@react-spring/web': ^9.4.5 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react: 19.2.1 '@visx/zoom@3.12.0': resolution: {integrity: sha512-JmxkOROPkjnMEdFGnnSKLo5BkFHgOkLe/N5KkWR02cA5bE+bmEkfAh7DJfrtVsPkqSPvwGH1TrMWWthJwoivPA==} peerDependencies: - react: ^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0 + react: 19.2.1 '@vue/compiler-core@3.5.13': resolution: {integrity: sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==} @@ -6578,8 +6581,8 @@ packages: '@xyflow/react@12.6.4': resolution: {integrity: sha512-/dOQ43Nu217cwHzy7f8kNUrFMeJJENzftVgT2VdFFHi6fHlG83pF+gLmvkRW9Be7alCsR6G+LFxxCdsQQbazHg==} peerDependencies: - react: '>=17' - react-dom: '>=17' + react: 19.2.1 + react-dom: 19.2.1 '@xyflow/system@0.0.61': resolution: {integrity: sha512-TsZG/Ez8dzxX6/Ol44LvFqVZsYvyz6dpDlAQZZk6hTL7JLGO5vN3dboRJqMwU8/Qtr5IEv5YBzojjAwIqW1HCA==} @@ -7268,8 +7271,8 @@ packages: cmdk@1.1.1: resolution: {integrity: sha512-Vsv7kFaXm+ptHDMZ7izaRsP70GgrW9NBNGswt9OZaVBLlE0SNpDq8eu/VGXyF9r7M0azK3Wy7OlYXsuyYLFzHg==} peerDependencies: - react: ^18 || ^19 || ^19.0.0-rc - react-dom: ^18 || ^19 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 co@4.6.0: resolution: {integrity: sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==} @@ -7397,7 +7400,7 @@ packages: console-feed@3.8.0: resolution: {integrity: sha512-H7d5dbVOmsujpMdI252RGHKxGwTybRI9o1aDUe2xDeVC63Koqh/QC7Rvo48EYcU3aMCM4OgWHKKISsZ2dMLX7w==} peerDependencies: - react: ^15.x || ^16.x || ^17.x || ^18.x || ^19.x + react: 19.2.1 content-disposition@0.5.2: resolution: {integrity: sha512-kRGRZw3bLlFISDBgwTSA1TMBFN6J6GWDeubmDE3AF+3+yXL8hTWv8r5rkLbqYXY4RjPk/EzHnClI3zQf1cFmHA==} @@ -8166,7 +8169,7 @@ packages: embla-carousel-react@8.6.0: resolution: {integrity: sha512-0/PjqU7geVmo6F734pmPqpyHqiM99olvyecY7zdweCw+6tKEXnrE90pBiBbMMU8s5tICemzpQ3hi5EpxzGW+JA==} peerDependencies: - react: ^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc + react: 19.2.1 embla-carousel-reactive-utils@8.6.0: resolution: {integrity: sha512-fMVUDUEx0/uIEDM0Mz3dHznDhfX+znCCDCeIophYb1QGVM7YThSWX+wz11zlYwWFOr74b4QLGg0hrGPJeG2s4A==} @@ -8203,7 +8206,7 @@ packages: resolution: {integrity: sha512-mXiD2Oj7N9b6+h/dC6oLf9hwxbtKHQjoIqtodEyL8CpkN4F3V4IK/BT4D0C7zSs4BBFOu4UlPJbvvBLa88SGEA==} peerDependencies: '@emotion/core': ^10.0.27 - react: '>=16.3.0' + react: 19.2.1 encodeurl@1.0.2: resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==} @@ -8331,8 +8334,8 @@ packages: engines: {node: '>=6.0'} hasBin: true - eslint-config-next@15.3.2: - resolution: {integrity: sha512-FerU4DYccO4FgeYFFglz0SnaKRe1ejXQrDb8kWUkTAg036YWi+jUsgg4sIGNCDhAsDITsZaL4MzBWKB6f4G1Dg==} + eslint-config-next@15.3.6: + resolution: {integrity: sha512-UylZINx8zjSgKHFn60h6Pjwgb40xkJ1ip9jfJ5t7D9/TJNnBIMoH5MtDWdEMatby3jiUB3twvk5cZgtOGOh9Qg==} peerDependencies: eslint: ^9 typescript: ^5 @@ -8790,8 +8793,8 @@ packages: resolution: {integrity: sha512-XKg/LnKExdLGugZrDILV7jZjI599785lDIJZLxMiiIFidCsy0a4R2ZEf+Izm67zyOuJgQYTHOmodi7igQsw3vg==} peerDependencies: '@emotion/is-prop-valid': '*' - react: ^18.0.0 || ^19.0.0 - react-dom: ^18.0.0 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@emotion/is-prop-valid': optional: true @@ -9375,8 +9378,8 @@ packages: input-format@0.3.14: resolution: {integrity: sha512-gHMrgrbCgmT4uK5Um5eVDUohuV9lcs95ZUUN9Px2Y0VIfjTzT2wF8Q3Z4fwLFm7c5Z2OXCm53FHoovj6SlOKdg==} peerDependencies: - react: '>=18.1.0' - react-dom: '>=18.1.0' + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: react: optional: true @@ -9386,8 +9389,8 @@ packages: input-otp@1.4.2: resolution: {integrity: sha512-l3jWwYNvrEa6NTCt7BECfCm48GvwuZzkoeG3gBL2w4CHeOXW3eKFmf9UNYkNfYc3mxMrthMnxjIE07MT0zLBQA==} peerDependencies: - react: ^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 internal-slot@1.1.0: resolution: {integrity: sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==} @@ -9710,7 +9713,7 @@ packages: its-fine@2.0.0: resolution: {integrity: sha512-KLViCmWx94zOvpLwSlsx6yOCeMhZYaxrJV87Po5k/FoZzcPSahvK5qJ7fYhS61sZi5ikmh2S3Hz55A2l3U69ng==} peerDependencies: - react: ^19.0.0 + react: 19.2.1 jackspeak@3.4.3: resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} @@ -10119,8 +10122,8 @@ packages: resolution: {integrity: sha512-74ivurkK6WHvHFozVaGtQWV38FzBwSTGNmJolEgFp7QgR2bl6ArUWlvT4GcHKbPe1z3nWYi+VUdDZk16zDOVug==} peerDependencies: jquery: '>= 1.11.0' - react: '>= 0.14.0' - react-dom: '>= 0.14.0' + react: 19.2.1 + react-dom: 19.2.1 linkifyjs@4.2.0: resolution: {integrity: sha512-pCj3PrQyATaoTYKHrgWRF3SJwsm61udVh+vuls/Rl6SptiDhgE7ziUIudAedRY9QEfynmM7/RmLEfPUyw1HPCw==} @@ -10223,12 +10226,12 @@ packages: lucide-react@0.511.0: resolution: {integrity: sha512-VK5a2ydJ7xm8GvBeKLS9mu1pVK6ucef9780JVUjw6bAjJL/QXnd4Y0p7SPeOUMC27YhzNCZvm5d/QX0Tp3rc0w==} peerDependencies: - react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react: 19.2.1 lucide-react@0.542.0: resolution: {integrity: sha512-w3hD8/SQB7+lzU2r4VdFyzzOzKnUjTZIF/MQJGSSvni7Llewni4vuViRppfRAa2guOsY5k4jZyxw/i9DQHv+dw==} peerDependencies: - react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react: 19.2.1 lz-string@1.5.0: resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==} @@ -10305,7 +10308,7 @@ packages: masonic@4.1.0: resolution: {integrity: sha512-3RNbAG5qLve7qNtGp1UM/u7vI39jO73ZFHDBAg3xl8AVh7A6Ikx7I7mBeC0NY0h1r1jJn2Wqeol1QMa09MQbyQ==} peerDependencies: - react: '>=16.8' + react: 19.2.1 math-expression-evaluator@1.4.0: resolution: {integrity: sha512-4vRUvPyxdO8cWULGTh9dZWL2tZK6LDBvj+OGHBER7poH9Qdt7kXEoj20wiz4lQUbUXQZFjPbe5mVDo9nutizCw==} @@ -10317,7 +10320,7 @@ packages: md-to-react-email@5.0.5: resolution: {integrity: sha512-OvAXqwq57uOk+WZqFFNCMZz8yDp8BD3WazW1wAKHUrPbbdr89K9DWS6JXY09vd9xNdPNeurI8DU/X4flcfaD8A==} peerDependencies: - react: ^18.0 || ^19.0 + react: 19.2.1 mdast-util-directive@3.1.0: resolution: {integrity: sha512-I3fNFt+DHmpWCYAT7quoM6lHf9wuqtI+oCOfvILnoicNIqjh5E3dEJWiXuYME2gNe8vl1iMQwyUHa7bgFmak6Q==} @@ -10716,8 +10719,8 @@ packages: resolution: {integrity: sha512-HLouXyIb1uQFiZgJTYGrtEzbatPc6vK+HP+Qt6afLQjaudiGiLLVsoy71CwzD/Stlh06FUd5OpyiXqn6XvqjqQ==} peerDependencies: '@emotion/is-prop-valid': '*' - react: ^18.0.0 || ^19.0.0 - react-dom: ^18.0.0 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@emotion/is-prop-valid': optional: true @@ -10756,8 +10759,8 @@ packages: nano-css@5.6.2: resolution: {integrity: sha512-+6bHaC8dSDGALM1HJjOHVXpuastdu2xFoZlC77Jh4cg+33Zcgm+Gxd+1xsnpZK14eyHObSp82+ll5y3SX75liw==} peerDependencies: - react: '*' - react-dom: '*' + react: 19.2.1 + react-dom: 19.2.1 nanoid@3.3.11: resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==} @@ -10791,19 +10794,19 @@ packages: next-themes@0.4.6: resolution: {integrity: sha512-pZvgD5L0IEvX5/9GWyHMf3m8BKiVQwsCMHfoFosXtXBMnaS0ZnIJ9ST4b4NqLVKDEm8QBxoNNGNaBv2JNF6XNA==} peerDependencies: - react: ^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc - react-dom: ^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 - next@15.3.2: - resolution: {integrity: sha512-CA3BatMyHkxZ48sgOCLdVHjFU36N7TF1HhqAHLFOkV6buwZnvMI84Cug8xD56B9mCuKrqXnLn94417GrZ/jjCQ==} + next@15.3.6: + resolution: {integrity: sha512-oI6D1zbbsh6JzzZFDCSHnnx6Qpvd1fSkVJu/5d8uluqnxzuoqtodVZjYvNovooznUq8udSAiKp7MbwlfZ8Gm6w==} engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0} hasBin: true peerDependencies: '@opentelemetry/api': ^1.1.0 '@playwright/test': ^1.41.2 babel-plugin-react-compiler: '*' - react: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0 - react-dom: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 sass: ^1.3.0 peerDependenciesMeta: '@opentelemetry/api': @@ -11739,7 +11742,7 @@ packages: prism-react-renderer@2.4.1: resolution: {integrity: sha512-ey8Ls/+Di31eqzUxC46h8MksNuGx/n0AAC8uKpwFau4RPDYLuE3EXTp8N8G2vX2N7UC/+IXeNUnlWBGGcAG+Ig==} peerDependencies: - react: '>=16.0.0' + react: 19.2.1 prismjs@1.30.0: resolution: {integrity: sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==} @@ -11958,26 +11961,26 @@ packages: re-resizable@6.11.2: resolution: {integrity: sha512-2xI2P3OHs5qw7K0Ud1aLILK6MQxW50TcO+DetD9eIV58j84TqYeHoZcL9H4GXFXXIh7afhH8mv5iUCXII7OW7A==} peerDependencies: - react: ^16.13.1 || ^17.0.0 || ^18.0.0 || ^19.0.0 - react-dom: ^16.13.1 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 react-colorful@5.6.1: resolution: {integrity: sha512-1exovf0uGTGyq5mXQT0zgQ80uvj2PCwvF8zY1RN9/vbJVSjSo3fsB/4L3ObbF7u70NduSiK4xu4Y6q1MHoUGEw==} peerDependencies: - react: '>=16.8.0' - react-dom: '>=16.8.0' + react: 19.2.1 + react-dom: 19.2.1 react-data-grid@7.0.0-beta.44: resolution: {integrity: sha512-VTql8VPBJEf7E+zkrqYW+jaQT1/m47dxigWzPq59QESJ8LhU59kHyzIx06BUpjdZKdK/tzbWaw2yyJpKoNnt5g==} peerDependencies: - react: ^18.0 - react-dom: ^18.0 + react: 19.2.1 + react-dom: 19.2.1 react-day-picker@8.10.1: resolution: {integrity: sha512-TMx7fNbhLk15eqcMt+7Z7S2KF7mfTId/XJDjKE8f+IUcFn0l08/kI4FiYTL/0yuOLmEcbR4Fwe3GJf/NiiMnPA==} peerDependencies: date-fns: ^2.28.0 || ^3.0.0 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react: 19.2.1 react-dev-utils@12.0.1: resolution: {integrity: sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==} @@ -11989,27 +11992,27 @@ packages: typescript: optional: true - react-dom@19.0.0: - resolution: {integrity: sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==} + react-dom@19.2.1: + resolution: {integrity: sha512-ibrK8llX2a4eOskq1mXKu/TGZj9qzomO+sNfO98M6d9zIPOEhlBkMkBUBLd1vgS0gQsLDBzA+8jJBVXDnfHmJg==} peerDependencies: - react: ^19.0.0 + react: 19.2.1 react-draggable@4.4.6: resolution: {integrity: sha512-LtY5Xw1zTPqHkVmtM3X8MUOxNDOUhv/khTgBgrUvwaS064bwVvxT+q5El0uUFNx5IEPKXuRejr7UqLwBIg5pdw==} peerDependencies: - react: '>= 16.3.0' - react-dom: '>= 16.3.0' + react: 19.2.1 + react-dom: 19.2.1 react-dropzone@14.3.8: resolution: {integrity: sha512-sBgODnq+lcA4P296DY4wacOZz3JFpD99fp+hb//iBO2HHnyeZU3FwWyXJ6salNpqQdsZrgMrotuko/BdJMV8Ug==} engines: {node: '>= 10.13'} peerDependencies: - react: '>= 16.8 || 18.0.0' + react: 19.2.1 react-error-boundary@4.1.2: resolution: {integrity: sha512-GQDxZ5Jd+Aq/qUxbCm1UtzmL/s++V7zKgE8yMktJiCQXCCFZnMZh9ng+6/Ne6PjNSXH0L9CjeOEREfRnq6Duag==} peerDependencies: - react: '>=16.13.1' + react: 19.2.1 react-error-overlay@6.1.0: resolution: {integrity: sha512-SN/U6Ytxf1QGkw/9ve5Y+NxBbZM6Ht95tuXNMKs8EJyFa/Vy/+Co3stop3KBHARfn/giv+Lj1uUnTfOJ3moFEQ==} @@ -12020,26 +12023,26 @@ packages: react-fast-marquee@1.6.5: resolution: {integrity: sha512-swDnPqrT2XISAih0o74zQVE2wQJFMvkx+9VZXYYNSLb/CUcAzU9pNj637Ar2+hyRw6b4tP6xh4GQZip2ZCpQpg==} peerDependencies: - react: '>= 16.8.0 || ^18.0.0' - react-dom: '>= 16.8.0 || ^18.0.0' + react: 19.2.1 + react-dom: 19.2.1 react-hook-form@7.56.4: resolution: {integrity: sha512-Rob7Ftz2vyZ/ZGsQZPaRdIefkgOSrQSPXfqBdvOPwJfoGnjwRJUs7EM7Kc1mcoDv3NOtqBzPGbcMB8CGn9CKgw==} engines: {node: '>=18.0.0'} peerDependencies: - react: ^16.8.0 || ^17 || ^18 || ^19 + react: 19.2.1 react-hotkeys-hook@4.6.2: resolution: {integrity: sha512-FmP+ZriY3EG59Ug/lxNfrObCnW9xQShgk7Nb83+CkpfkcCpfS95ydv+E9JuXA5cp8KtskU7LGlIARpkc92X22Q==} peerDependencies: - react: '>=16.8.1' - react-dom: '>=16.8.1' + react: 19.2.1 + react-dom: 19.2.1 react-i18next@13.5.0: resolution: {integrity: sha512-CFJ5NDGJ2MUyBohEHxljOq/39NQ972rh1ajnadG9BjTk+UXbHLq4z5DKEbEQBDoIhUmmbuS/fIMJKo6VOax1HA==} peerDependencies: i18next: '>= 23.2.3' - react: '>= 16.8.0' + react: 19.2.1 react-dom: '*' react-native: '*' peerDependenciesMeta: @@ -12051,17 +12054,17 @@ packages: react-icons@5.5.0: resolution: {integrity: sha512-MEFcXdkP3dLo8uumGI5xN3lDFNsRtrjbOEKDLD7yv76v4wpnEq2Lt2qeHaQOr34I/wPN3s3+N08WkQ+CW37Xiw==} peerDependencies: - react: '*' + react: 19.2.1 react-inline-center@1.0.1: resolution: {integrity: sha512-nMxG933OWuZET/CkvQTPBVEPNRI2zhfeeeiRqXKKzSdvIPHnHnDXZmh9KkRO2DDCjJFvZQ3KIe50lXaaxvnoNw==} peerDependencies: - react: '*' + react: 19.2.1 react-inspector@5.1.1: resolution: {integrity: sha512-GURDaYzoLbW8pMGXwYPDBIv6nqei4kK7LPRZ9q9HCZF54wqXz/dnylBp/kfE9XmekBhHvLDdcYeyIwSrvtOiWg==} peerDependencies: - react: ^16.8.4 || ^17.0.0 + react: 19.2.1 react-is@16.13.1: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} @@ -12076,7 +12079,7 @@ packages: resolution: {integrity: sha512-nWqA1E4jKPklL2jvHWs6s+7Na0qNgw9HCP6xehdQJeg6nPBTFZgGwyko9Q0oj+jQWKTTVRS30u0toM5wiuL3iw==} engines: {node: '>=14'} peerDependencies: - react: ^16.13.1 || ^17.0.0 || ^18.0.0 + react: 19.2.1 react-loadable-ssr-addon-v5-slorber@1.0.1: resolution: {integrity: sha512-lq3Lyw1lGku8zUEJPDxsNm1AfYHBrO9Y1+olAYwpUJ2IGFBskM0DMKok97A6LWUpHm+o7IvQBOWu9MLenp9Z+A==} @@ -12090,8 +12093,8 @@ packages: peerDependencies: mapbox-gl: '>=1.13.0' maplibre-gl: '>=1.13.0 <5.0.0' - react: '>=16.3.0' - react-dom: '>=16.3.0' + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: mapbox-gl: optional: true @@ -12102,19 +12105,19 @@ packages: resolution: {integrity: sha512-qKxVopLT/TyA6BX3Ue5NwabOsAzm0Q7kAPwq6L+wWDwisYs7R8vZ0nRXqq6rkueboxpkjvLGU9fWifiX/ZZFxQ==} peerDependencies: '@types/react': 19.1.3 - react: '>=18' + react: 19.2.1 react-medium-image-zoom@5.2.14: resolution: {integrity: sha512-nfTVYcAUnBzXQpPDcZL+cG/e6UceYUIG+zDcnemL7jtAqbJjVVkA85RgneGtJeni12dTyiRPZVM6Szkmwd/o8w==} peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 react-number-format@5.4.4: resolution: {integrity: sha512-wOmoNZoOpvMminhifQYiYSTCLUDOiUbBunrMrMjA+dV52sY+vck1S4UhR6PkgnoCquvvMSeJjErXZ4qSaWCliA==} peerDependencies: - react: ^0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - react-dom: ^0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 react-pageflip@2.0.3: resolution: {integrity: sha512-k81mHhRvUM52y8jyzTCh5t4O0lepkLhp+XGSUzq2C3uD+iW99Cv0jfRlqFCjZbD5N3jKkIFr7/3giucoXKDP3Q==} @@ -12123,8 +12126,8 @@ packages: resolution: {integrity: sha512-AJt0lAIkItWEZRA5d/mO+Om4nPCuTiQ0saA+qItO967DTjmGjnhmF+Bi2tL286mOTfBlF5CyLzJ35KTMaDoH+A==} peerDependencies: '@types/react': 19.1.3 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -12132,13 +12135,13 @@ packages: react-phone-number-input@3.4.12: resolution: {integrity: sha512-Raob77KdtLGm49iC6nuOX9qy6Mg16idkgC7Y1mHmvG2WBYoauHpzxYNlfmFskQKeiztrJIwPhPzBhjFwjenNCA==} peerDependencies: - react: '>=16.8' - react-dom: '>=16.8' + react: 19.2.1 + react-dom: 19.2.1 react-player@2.16.0: resolution: {integrity: sha512-mAIPHfioD7yxO0GNYVFD1303QFtI3lyyQZLY229UEAp/a10cSW+hPcakg0Keq8uWJxT2OiT/4Gt+Lc9bD6bJmQ==} peerDependencies: - react: '>=16.6.0' + react: 19.2.1 react-promise-suspense@0.3.4: resolution: {integrity: sha512-I42jl7L3Ze6kZaq+7zXWSunBa3b1on5yfvUW6Eo/3fFOj6dZ5Bqmcd264nJbTK/gn1HjjILAjSwnZbV4RpSaNQ==} @@ -12147,14 +12150,14 @@ packages: resolution: {integrity: sha512-7Ob7Z+URmesIsIVRjnLoDGwBEG/tVitidU0nMsqX/eeJaLY89RISO/10ERe0MqmzuKUUB1rmY+h1itMbUHg9BQ==} engines: {node: '>=0.10.0'} peerDependencies: - react: ^19.0.0 + react: 19.2.1 react-remove-scroll-bar@2.3.8: resolution: {integrity: sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==} engines: {node: '>=10'} peerDependencies: '@types/react': 19.1.3 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -12164,7 +12167,7 @@ packages: engines: {node: '>=10'} peerDependencies: '@types/react': 19.1.3 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc + react: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -12174,7 +12177,7 @@ packages: engines: {node: '>=10'} peerDependencies: '@types/react': 19.1.3 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc + react: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -12182,43 +12185,43 @@ packages: react-resizable-panels@3.0.6: resolution: {integrity: sha512-b3qKHQ3MLqOgSS+FRYKapNkJZf5EQzuf6+RLiq1/IlTHw99YrZ2NJZLk4hQIzTnnIkRg2LUqyVinu6YWWpUYew==} peerDependencies: - react: ^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc - react-dom: ^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 react-rnd@10.5.2: resolution: {integrity: sha512-0Tm4x7k7pfHf2snewJA8x7Nwgt3LV+58MVEWOVsFjk51eYruFEa6Wy7BNdxt4/lH0wIRsu7Gm3KjSXY2w7YaNw==} peerDependencies: - react: '>=16.3.0' - react-dom: '>=16.3.0' + react: 19.2.1 + react-dom: 19.2.1 react-router-config@5.1.1: resolution: {integrity: sha512-DuanZjaD8mQp1ppHjgnnUnyOlqYXZVjnov/JzFhjLEwd3Z4dYjMSnqrEzzGThH47vpCOqPPwJM2FtthLeJ8Pbg==} peerDependencies: - react: '>=15' + react: 19.2.1 react-router: '>=5' react-router-dom@5.3.4: resolution: {integrity: sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==} peerDependencies: - react: '>=15' + react: 19.2.1 react-router@5.3.4: resolution: {integrity: sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==} peerDependencies: - react: '>=15' + react: 19.2.1 react-smooth@4.0.4: resolution: {integrity: sha512-gnGKTpYwqL0Iii09gHobNolvX4Kiq4PKx6eWBCYYix+8cdw+cGo3do906l1NBPKkSWx1DghC1dlWG9L2uGd61Q==} peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 react-style-singleton@2.2.3: resolution: {integrity: sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ==} engines: {node: '>=10'} peerDependencies: '@types/react': 19.1.3 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc + react: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -12227,30 +12230,30 @@ packages: resolution: {integrity: sha512-U1DGlIQN5AwgjTyOEnI1oCcMuEr1pv1qOtklB2l4nyMGbHzWrI0eFsYK0zos2YWqAolJyG0IWJaqWmWj5ETh0A==} engines: {node: '>=10'} peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react: 19.2.1 react-timer-hook@4.0.5: resolution: {integrity: sha512-elDxx4OIxBTbm4rXSK5cjBHkq06prO2qY9JzoYxOa11AkL3ij69jp0VuDUOqcehEK38CV0uu7FzUKtPVISRLKA==} peerDependencies: - react: '>=16.8.0' + react: 19.2.1 react-transition-group@4.4.5: resolution: {integrity: sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==} peerDependencies: - react: '>=16.6.0' - react-dom: '>=16.6.0' + react: 19.2.1 + react-dom: 19.2.1 react-universal-interface@0.6.2: resolution: {integrity: sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw==} peerDependencies: - react: '*' + react: 19.2.1 tslib: '*' react-use-measure@2.1.7: resolution: {integrity: sha512-KrvcAo13I/60HpwGO5jpW7E9DfusKyLPLvuHlUyP5zqnmAPhNc6qTRjUQrdTADl0lpPpDVU2/Gg51UlOGHXbdg==} peerDependencies: - react: '>=16.13' - react-dom: '>=16.13' + react: 19.2.1 + react-dom: 19.2.1 peerDependenciesMeta: react-dom: optional: true @@ -12258,18 +12261,18 @@ packages: react-use@17.6.0: resolution: {integrity: sha512-OmedEScUMKFfzn1Ir8dBxiLLSOzhKe/dPZwVxcujweSj45aNM7BEGPb9BEVIgVEqEXx6f3/TsXzwIktNgUR02g==} peerDependencies: - react: '*' - react-dom: '*' + react: 19.2.1 + react-dom: 19.2.1 react-window@1.8.11: resolution: {integrity: sha512-+SRbUVT2scadgFSWx+R1P754xHPEqvcfSfVX10QYg6POOz+WNgkN48pS+BtZNIMGiL1HYrSEiCkwsMS15QogEQ==} engines: {node: '>8.0.0'} peerDependencies: - react: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - react-dom: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 - react@19.0.0: - resolution: {integrity: sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==} + react@19.2.1: + resolution: {integrity: sha512-DGrYcCWK7tvYMnWh79yrPHt+vdx9tY+1gPZa7nJQtO/p8bLTDaHp4dzwEhQB7pZ4Xe3ok4XKuEPrVuc+wlpkmw==} engines: {node: '>=0.10.0'} read-yaml-file@1.1.0: @@ -12301,8 +12304,8 @@ packages: resolution: {integrity: sha512-EdOPzTwcFSuqtvkDoaM5ws/Km1+WTAO2eizL7rqiG0V2UVhTnz0m7J2i0CjVPUCdEkZImaWvXLbZDS2H5t6GFQ==} engines: {node: '>=14'} peerDependencies: - react: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react: 19.2.1 + react-dom: 19.2.1 rechoir@0.6.2: resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==} @@ -12604,6 +12607,9 @@ packages: scheduler@0.25.0: resolution: {integrity: sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==} + scheduler@0.27.0: + resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==} + schema-utils@2.7.0: resolution: {integrity: sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==} engines: {node: '>= 8.9.0'} @@ -12714,7 +12720,7 @@ packages: shadergradient@1.3.5: resolution: {integrity: sha512-WqNgzo74JFGeDQYYsOfXpVMYqTtQ44KoW1fH3cTYe8jbuR7exDeX/0Bz5/bDm9Ai7T84wkcn2x5N3Ct4c+dAOQ==} peerDependencies: - react: '*' + react: 19.2.1 shallow-clone@3.0.1: resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==} @@ -12831,8 +12837,8 @@ packages: sonner@2.0.3: resolution: {integrity: sha512-njQ4Hht92m0sMqqHVDL32V2Oun9W1+PHO9NDv9FHfJjT3JT22IG4Jpo3FPQy+mouRKCXFWO+r67v6MrHX2zeIA==} peerDependencies: - react: ^18.0.0 || ^19.0.0 || ^19.0.0-rc - react-dom: ^18.0.0 || ^19.0.0 || ^19.0.0-rc + react: 19.2.1 + react-dom: 19.2.1 sort-asc@0.2.0: resolution: {integrity: sha512-umMGhjPeHAI6YjABoSTrFp2zaBtXBej1a0yKkuMUyjjqu6FJsTF+JYwCswWDg+zJfk/5npWUUbd33HH/WLzpaA==} @@ -12965,7 +12971,7 @@ packages: streamdown@1.4.0: resolution: {integrity: sha512-ylhDSQ4HpK5/nAH9v7OgIIdGJxlJB2HoYrYkJNGrO8lMpnWuKUcrz/A8xAMwA6eILA27469vIavcOTjmxctrKg==} peerDependencies: - react: ^18.0.0 || ^19.0.0 + react: 19.2.1 streamsearch@1.1.0: resolution: {integrity: sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==} @@ -13067,7 +13073,7 @@ packages: peerDependencies: '@babel/core': '*' babel-plugin-macros: '*' - react: '>= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0' + react: 19.2.1 peerDependenciesMeta: '@babel/core': optional: true @@ -13110,7 +13116,7 @@ packages: suspend-react@0.1.3: resolution: {integrity: sha512-aqldKgX9aZqpoDp3e8/BZ8Dm7x1pJl+qI3ZKxDN0i/IQTWUwBx/ManmlVJ3wowqbno6c2bmiIfs+Um6LbsjJyQ==} peerDependencies: - react: '>=17.0' + react: 19.2.1 svelte@4.2.19: resolution: {integrity: sha512-IY1rnGr6izd10B0A8LqsBfmlT5OILVuZ7XsI0vdGPEvuonFV7NYEUK4dAkm9Zg2q0Um92kYjTpS1CAP3Nh/KWw==} @@ -13131,7 +13137,7 @@ packages: swr@2.3.3: resolution: {integrity: sha512-dshNvs3ExOqtZ6kJBaAsabhPdHyeY4P2cKwRCniDVifBMoG/SVI7tfLWqPXriVspf2Rg4tPzXJTnwaihIeFw2A==} peerDependencies: - react: ^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react: 19.2.1 symbol-tree@3.2.4: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} @@ -13697,7 +13703,7 @@ packages: engines: {node: '>=10'} peerDependencies: '@types/react': 19.1.3 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc + react: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -13706,7 +13712,7 @@ packages: resolution: {integrity: sha512-djviaxuOOh7wkj0paeO1Q/4wMZ8Zrnag5H6yBvzN7AKKe8beOaED9SF5/ByLqsku8NP4zQqsvM2u3ew/tJK8/w==} peerDependencies: '@types/react': '*' - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -13717,13 +13723,13 @@ packages: peerDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3 - react: '>=16' + react: 19.2.1 use-isomorphic-layout-effect@1.2.0: resolution: {integrity: sha512-q6ayo8DWoPZT0VdG4u3D3uxcgONP3Mevx2i2b0434cwWBoL+aelL1DzkXI6w3PhTZzUeR2kaVlZn70iCiseP6w==} peerDependencies: '@types/react': '*' - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -13732,7 +13738,7 @@ packages: resolution: {integrity: sha512-mhg3xdm9NaM8q+gLT8KryJPnRFOz1/5XPBhmDEVZK1webPzDjrPk7f/mbpeLqTgB9msytYWANxgALOCJKnLvcQ==} peerDependencies: '@types/react': '*' - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -13742,7 +13748,7 @@ packages: engines: {node: '>=10'} peerDependencies: '@types/react': 19.1.3 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc + react: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -13750,18 +13756,18 @@ packages: use-stick-to-bottom@1.1.1: resolution: {integrity: sha512-JkDp0b0tSmv7HQOOpL1hT7t7QaoUBXkq045WWWOFDTlLGRzgIIyW7vyzOIJzY7L2XVIG7j1yUxeDj2LHm9Vwng==} peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react: 19.2.1 use-sync-external-store@1.5.0: resolution: {integrity: sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A==} peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react: 19.2.1 usehooks-ts@3.1.1: resolution: {integrity: sha512-I4diPp9Cq6ieSUH2wu+fDAVQO43xwtulo+fKEidHUwZPnYImbtkTjzIJYcDcJqxgmX31GVqNFURodvcgHcW0pA==} engines: {node: '>=16.15.0'} peerDependencies: - react: ^16.8.0 || ^17 || ^18 || ^19 || ^19.0.0-rc + react: 19.2.1 util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} @@ -13810,8 +13816,8 @@ packages: vaul@0.9.9: resolution: {integrity: sha512-7afKg48srluhZwIkaU+lgGtFCUsYBSGOl8vcc8N/M3YQlZFlynHD15AE+pwrYdc826o7nrIND4lL9Y6b9WWZZQ==} peerDependencies: - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 + react: 19.2.1 + react-dom: 19.2.1 vfile-location@5.0.3: resolution: {integrity: sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==} @@ -14212,7 +14218,7 @@ packages: peerDependencies: '@types/react': 19.1.3 immer: '>=9.0.6' - react: '>=16.8' + react: 19.2.1 peerDependenciesMeta: '@types/react': optional: true @@ -14227,7 +14233,7 @@ packages: peerDependencies: '@types/react': 19.1.3 immer: '>=9.0.6' - react: '>=18.0.0' + react: 19.2.1 use-sync-external-store: '>=1.2.0' peerDependenciesMeta: '@types/react': @@ -14245,7 +14251,7 @@ packages: peerDependencies: '@types/react': 19.1.3 immer: '>=9.0.6' - react: '>=18.0.0' + react: 19.2.1 use-sync-external-store: '>=1.2.0' peerDependenciesMeta: '@types/react': @@ -14306,12 +14312,12 @@ snapshots: dependencies: json-schema: 0.4.0 - '@ai-sdk/react@3.0.0-beta.94(react@19.0.0)(zod@4.1.12)': + '@ai-sdk/react@3.0.0-beta.94(react@19.2.1)(zod@4.1.12)': dependencies: '@ai-sdk/provider-utils': 4.0.0-beta.31(zod@4.1.12) ai: 6.0.0-beta.94(zod@4.1.12) - react: 19.0.0 - swr: 2.3.3(react@19.0.0) + react: 19.2.1 + swr: 2.3.3(react@19.2.1) throttleit: 2.1.0 transitivePeerDependencies: - '@valibot/to-json-schema' @@ -14329,13 +14335,13 @@ snapshots: - arktype - effect - '@ai-sdk/rsc@2.0.0-beta.94(react@19.0.0)(zod@4.1.12)': + '@ai-sdk/rsc@2.0.0-beta.94(react@19.2.1)(zod@4.1.12)': dependencies: '@ai-sdk/provider': 3.0.0-beta.15 '@ai-sdk/provider-utils': 4.0.0-beta.31(zod@4.1.12) ai: 6.0.0-beta.94(zod@4.1.12) jsondiffpatch: 0.6.0 - react: 19.0.0 + react: 19.2.1 optionalDependencies: zod: 4.1.12 transitivePeerDependencies: @@ -15516,16 +15522,16 @@ snapshots: - sugar-high - supports-color - '@blocknote/mantine@0.29.1(@types/hast@3.0.4)(@types/react@19.1.3)(highlight.js@11.11.1)(lowlight@3.3.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@blocknote/mantine@0.29.1(@types/hast@3.0.4)(@types/react@19.1.3)(highlight.js@11.11.1)(lowlight@3.3.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@blocknote/core': 0.29.1(@types/hast@3.0.4)(highlight.js@11.11.1)(lowlight@3.3.0) - '@blocknote/react': 0.29.1(@types/hast@3.0.4)(highlight.js@11.11.1)(lowlight@3.3.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@mantine/core': 7.17.7(@mantine/hooks@7.17.7(react@19.0.0))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@mantine/hooks': 7.17.7(react@19.0.0) - '@mantine/utils': 6.0.22(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) - react-icons: 5.5.0(react@19.0.0) + '@blocknote/react': 0.29.1(@types/hast@3.0.4)(highlight.js@11.11.1)(lowlight@3.3.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@mantine/core': 7.17.7(@mantine/hooks@7.17.7(react@19.2.1))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@mantine/hooks': 7.17.7(react@19.2.1) + '@mantine/utils': 6.0.22(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + react-icons: 5.5.0(react@19.2.1) transitivePeerDependencies: - '@hocuspocus/provider' - '@types/hast' @@ -15536,19 +15542,19 @@ snapshots: - sugar-high - supports-color - '@blocknote/react@0.29.1(@types/hast@3.0.4)(highlight.js@11.11.1)(lowlight@3.3.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@blocknote/react@0.29.1(@types/hast@3.0.4)(highlight.js@11.11.1)(lowlight@3.3.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@blocknote/core': 0.29.1(@types/hast@3.0.4)(highlight.js@11.11.1)(lowlight@3.3.0) '@emoji-mart/data': 1.2.1 - '@floating-ui/react': 0.26.28(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@floating-ui/react': 0.26.28(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@tiptap/core': 2.12.0(@tiptap/pm@2.12.0) '@tiptap/pm': 2.12.0 - '@tiptap/react': 2.12.0(@tiptap/core@2.12.0(@tiptap/pm@2.12.0))(@tiptap/pm@2.12.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@tiptap/react': 2.12.0(@tiptap/core@2.12.0(@tiptap/pm@2.12.0))(@tiptap/pm@2.12.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) emoji-mart: 5.6.0 lodash.merge: 4.6.2 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) - react-icons: 5.5.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + react-icons: 5.5.0(react@19.2.1) transitivePeerDependencies: - '@hocuspocus/provider' - '@types/hast' @@ -16011,41 +16017,41 @@ snapshots: '@discoveryjs/json-ext@0.5.7': {} - '@dnd-kit/accessibility@3.1.1(react@19.0.0)': + '@dnd-kit/accessibility@3.1.1(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 tslib: 2.8.1 - '@dnd-kit/core@6.3.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@dnd-kit/core@6.3.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@dnd-kit/accessibility': 3.1.1(react@19.0.0) - '@dnd-kit/utilities': 3.2.2(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@dnd-kit/accessibility': 3.1.1(react@19.2.1) + '@dnd-kit/utilities': 3.2.2(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) tslib: 2.8.1 - '@dnd-kit/modifiers@7.0.0(@dnd-kit/core@6.3.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)': + '@dnd-kit/modifiers@7.0.0(@dnd-kit/core@6.3.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(react@19.2.1)': dependencies: - '@dnd-kit/core': 6.3.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@dnd-kit/utilities': 3.2.2(react@19.0.0) - react: 19.0.0 + '@dnd-kit/core': 6.3.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@dnd-kit/utilities': 3.2.2(react@19.2.1) + react: 19.2.1 tslib: 2.8.1 - '@dnd-kit/sortable@8.0.0(@dnd-kit/core@6.3.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)': + '@dnd-kit/sortable@8.0.0(@dnd-kit/core@6.3.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(react@19.2.1)': dependencies: - '@dnd-kit/core': 6.3.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@dnd-kit/utilities': 3.2.2(react@19.0.0) - react: 19.0.0 + '@dnd-kit/core': 6.3.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@dnd-kit/utilities': 3.2.2(react@19.2.1) + react: 19.2.1 tslib: 2.8.1 - '@dnd-kit/utilities@3.2.2(react@19.0.0)': + '@dnd-kit/utilities@3.2.2(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 tslib: 2.8.1 '@docsearch/css@3.8.3': {} - '@docsearch/react@3.8.3(@algolia/client-search@5.20.2)(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.3)': + '@docsearch/react@3.8.3(@algolia/client-search@5.20.2)(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(search-insights@2.17.3)': dependencies: '@algolia/autocomplete-core': 1.17.9(@algolia/client-search@5.20.2)(algoliasearch@5.20.2)(search-insights@2.17.3) '@algolia/autocomplete-preset-algolia': 1.17.9(@algolia/client-search@5.20.2)(algoliasearch@5.20.2) @@ -16053,13 +16059,13 @@ snapshots: algoliasearch: 5.20.2 optionalDependencies: '@types/react': 19.1.3 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) search-insights: 2.17.3 transitivePeerDependencies: - '@algolia/client-search' - '@docusaurus/babel@3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@docusaurus/babel@3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@babel/core': 7.27.1 '@babel/generator': 7.26.9 @@ -16072,7 +16078,7 @@ snapshots: '@babel/runtime-corejs3': 7.26.9 '@babel/traverse': 7.26.9 '@docusaurus/logger': 3.7.0 - '@docusaurus/utils': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@docusaurus/utils': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) babel-plugin-dynamic-import-node: 2.3.3 fs-extra: 11.3.0 tslib: 2.8.1 @@ -16086,14 +16092,14 @@ snapshots: - uglify-js - webpack-cli - '@docusaurus/bundler@3.7.0(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)': + '@docusaurus/bundler@3.7.0(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3)': dependencies: '@babel/core': 7.27.1 - '@docusaurus/babel': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@docusaurus/babel': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@docusaurus/cssnano-preset': 3.7.0 '@docusaurus/logger': 3.7.0 - '@docusaurus/types': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@docusaurus/types': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) babel-loader: 9.2.1(@babel/core@7.27.1)(webpack@5.98.0(esbuild@0.25.4)) clean-css: 5.3.3 copy-webpack-plugin: 11.0.0(webpack@5.98.0(esbuild@0.25.4)) @@ -16131,16 +16137,16 @@ snapshots: - vue-template-compiler - webpack-cli - '@docusaurus/core@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)': + '@docusaurus/core@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3)': dependencies: - '@docusaurus/babel': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/bundler': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) + '@docusaurus/babel': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/bundler': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) '@docusaurus/logger': 3.7.0 - '@docusaurus/mdx-loader': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils-common': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils-validation': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@mdx-js/react': 3.1.0(@types/react@19.1.3)(react@19.0.0) + '@docusaurus/mdx-loader': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils-common': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils-validation': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@mdx-js/react': 3.1.0(@types/react@19.1.3)(react@19.2.1) boxen: 6.2.1 chalk: 4.1.2 chokidar: 3.6.0 @@ -16160,15 +16166,15 @@ snapshots: lodash: 4.17.21 p-map: 4.0.0 prompts: 2.4.2 - react: 19.0.0 + react: 19.2.1 react-dev-utils: 12.0.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3)(webpack@5.98.0(esbuild@0.25.4)) - react-dom: 19.0.0(react@19.0.0) - react-helmet-async: '@slorber/react-helmet-async@1.3.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)' - react-loadable: '@docusaurus/react-loadable@6.0.0(react@19.0.0)' - react-loadable-ssr-addon-v5-slorber: 1.0.1(@docusaurus/react-loadable@6.0.0(react@19.0.0))(webpack@5.98.0(esbuild@0.25.4)) - react-router: 5.3.4(react@19.0.0) - react-router-config: 5.1.1(react-router@5.3.4(react@19.0.0))(react@19.0.0) - react-router-dom: 5.3.4(react@19.0.0) + react-dom: 19.2.1(react@19.2.1) + react-helmet-async: '@slorber/react-helmet-async@1.3.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)' + react-loadable: '@docusaurus/react-loadable@6.0.0(react@19.2.1)' + react-loadable-ssr-addon-v5-slorber: 1.0.1(@docusaurus/react-loadable@6.0.0(react@19.2.1))(webpack@5.98.0(esbuild@0.25.4)) + react-router: 5.3.4(react@19.2.1) + react-router-config: 5.1.1(react-router@5.3.4(react@19.2.1))(react@19.2.1) + react-router-dom: 5.3.4(react@19.2.1) semver: 7.7.1 serve-handler: 6.1.6 shelljs: 0.8.5 @@ -16210,11 +16216,11 @@ snapshots: chalk: 4.1.2 tslib: 2.8.1 - '@docusaurus/mdx-loader@3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@docusaurus/mdx-loader@3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@docusaurus/logger': 3.7.0 - '@docusaurus/utils': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils-validation': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@docusaurus/utils': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils-validation': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@mdx-js/mdx': 3.1.0(acorn@8.14.1) '@slorber/remark-comment': 1.0.0 escape-html: 1.0.3 @@ -16224,8 +16230,8 @@ snapshots: image-size: 1.2.0 mdast-util-mdx: 3.0.0 mdast-util-to-string: 4.0.0 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) rehype-raw: 7.0.0 remark-directive: 3.0.1 remark-emoji: 4.0.1 @@ -16246,17 +16252,17 @@ snapshots: - uglify-js - webpack-cli - '@docusaurus/module-type-aliases@3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@docusaurus/module-type-aliases@3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@docusaurus/types': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@docusaurus/types': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@types/history': 4.7.11 '@types/react': 19.1.3 '@types/react-router-config': 5.0.11 '@types/react-router-dom': 5.3.3 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) - react-helmet-async: '@slorber/react-helmet-async@1.3.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)' - react-loadable: '@docusaurus/react-loadable@6.0.0(react@19.0.0)' + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + react-helmet-async: '@slorber/react-helmet-async@1.3.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)' + react-loadable: '@docusaurus/react-loadable@6.0.0(react@19.2.1)' transitivePeerDependencies: - '@swc/core' - acorn @@ -16265,18 +16271,18 @@ snapshots: - uglify-js - webpack-cli - '@docusaurus/plugin-client-redirects@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)': + '@docusaurus/plugin-client-redirects@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3)': dependencies: - '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) + '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) '@docusaurus/logger': 3.7.0 - '@docusaurus/utils': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils-common': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils-validation': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@docusaurus/utils': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils-common': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils-validation': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) eta: 2.2.0 fs-extra: 11.3.0 lodash: 4.17.21 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) tslib: 2.8.1 transitivePeerDependencies: - '@docusaurus/faster' @@ -16299,23 +16305,23 @@ snapshots: - vue-template-compiler - webpack-cli - '@docusaurus/plugin-content-blog@3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)': + '@docusaurus/plugin-content-blog@3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3))(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3)': dependencies: - '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) + '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) '@docusaurus/logger': 3.7.0 - '@docusaurus/mdx-loader': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) - '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/types': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils-common': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils-validation': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@docusaurus/mdx-loader': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) + '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3))(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/types': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils-common': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils-validation': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) cheerio: 1.0.0-rc.12 feed: 4.2.2 fs-extra: 11.3.0 lodash: 4.17.21 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) reading-time: 1.5.0 srcset: 4.0.0 tslib: 2.8.1 @@ -16343,24 +16349,24 @@ snapshots: - vue-template-compiler - webpack-cli - '@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)': + '@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3)': dependencies: - '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) + '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) '@docusaurus/logger': 3.7.0 - '@docusaurus/mdx-loader': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/module-type-aliases': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/types': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils-common': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils-validation': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@docusaurus/mdx-loader': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/module-type-aliases': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3))(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/types': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils-common': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils-validation': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@types/react-router-config': 5.0.11 combine-promises: 1.2.0 fs-extra: 11.3.0 js-yaml: 4.1.0 lodash: 4.17.21 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) tslib: 2.8.1 utility-types: 3.11.0 webpack: 5.98.0(esbuild@0.25.4) @@ -16385,16 +16391,16 @@ snapshots: - vue-template-compiler - webpack-cli - '@docusaurus/plugin-content-pages@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)': + '@docusaurus/plugin-content-pages@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3)': dependencies: - '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) - '@docusaurus/mdx-loader': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/types': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils-validation': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) + '@docusaurus/mdx-loader': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/types': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils-validation': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) fs-extra: 11.3.0 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) tslib: 2.8.1 webpack: 5.98.0(esbuild@0.25.4) transitivePeerDependencies: @@ -16418,15 +16424,15 @@ snapshots: - vue-template-compiler - webpack-cli - '@docusaurus/plugin-debug@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)': + '@docusaurus/plugin-debug@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3)': dependencies: - '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) - '@docusaurus/types': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) + '@docusaurus/types': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) fs-extra: 11.3.0 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) - react-json-view-lite: 1.5.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + react-json-view-lite: 1.5.0(react@19.2.1) tslib: 2.8.1 transitivePeerDependencies: - '@docusaurus/faster' @@ -16449,13 +16455,13 @@ snapshots: - vue-template-compiler - webpack-cli - '@docusaurus/plugin-google-analytics@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)': + '@docusaurus/plugin-google-analytics@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3)': dependencies: - '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) - '@docusaurus/types': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils-validation': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) + '@docusaurus/types': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils-validation': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) tslib: 2.8.1 transitivePeerDependencies: - '@docusaurus/faster' @@ -16478,14 +16484,14 @@ snapshots: - vue-template-compiler - webpack-cli - '@docusaurus/plugin-google-gtag@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)': + '@docusaurus/plugin-google-gtag@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3)': dependencies: - '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) - '@docusaurus/types': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils-validation': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) + '@docusaurus/types': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils-validation': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@types/gtag.js': 0.0.12 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) tslib: 2.8.1 transitivePeerDependencies: - '@docusaurus/faster' @@ -16508,13 +16514,13 @@ snapshots: - vue-template-compiler - webpack-cli - '@docusaurus/plugin-google-tag-manager@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)': + '@docusaurus/plugin-google-tag-manager@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3)': dependencies: - '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) - '@docusaurus/types': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils-validation': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) + '@docusaurus/types': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils-validation': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) tslib: 2.8.1 transitivePeerDependencies: - '@docusaurus/faster' @@ -16537,17 +16543,17 @@ snapshots: - vue-template-compiler - webpack-cli - '@docusaurus/plugin-sitemap@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)': + '@docusaurus/plugin-sitemap@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3)': dependencies: - '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) + '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) '@docusaurus/logger': 3.7.0 - '@docusaurus/types': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils-common': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils-validation': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@docusaurus/types': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils-common': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils-validation': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) fs-extra: 11.3.0 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) sitemap: 7.1.2 tslib: 2.8.1 transitivePeerDependencies: @@ -16571,16 +16577,16 @@ snapshots: - vue-template-compiler - webpack-cli - '@docusaurus/plugin-svgr@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)': + '@docusaurus/plugin-svgr@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3)': dependencies: - '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) - '@docusaurus/types': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils-validation': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) + '@docusaurus/types': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils-validation': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@svgr/core': 8.1.0(typescript@5.8.3) '@svgr/webpack': 8.1.0(typescript@5.8.3) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) tslib: 2.8.1 webpack: 5.98.0(esbuild@0.25.4) transitivePeerDependencies: @@ -16604,24 +16610,24 @@ snapshots: - vue-template-compiler - webpack-cli - '@docusaurus/preset-classic@3.7.0(@algolia/client-search@5.20.2)(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(@types/react@19.1.3)(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.3)(typescript@5.8.3)': - dependencies: - '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) - '@docusaurus/plugin-content-blog': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) - '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) - '@docusaurus/plugin-content-pages': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) - '@docusaurus/plugin-debug': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) - '@docusaurus/plugin-google-analytics': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) - '@docusaurus/plugin-google-gtag': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) - '@docusaurus/plugin-google-tag-manager': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) - '@docusaurus/plugin-sitemap': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) - '@docusaurus/plugin-svgr': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) - '@docusaurus/theme-classic': 3.7.0(@types/react@19.1.3)(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) - '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/theme-search-algolia': 3.7.0(@algolia/client-search@5.20.2)(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(@types/react@19.1.3)(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.3)(typescript@5.8.3) - '@docusaurus/types': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@docusaurus/preset-classic@3.7.0(@algolia/client-search@5.20.2)(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(@types/react@19.1.3)(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(search-insights@2.17.3)(typescript@5.8.3)': + dependencies: + '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) + '@docusaurus/plugin-content-blog': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3))(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) + '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) + '@docusaurus/plugin-content-pages': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) + '@docusaurus/plugin-debug': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) + '@docusaurus/plugin-google-analytics': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) + '@docusaurus/plugin-google-gtag': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) + '@docusaurus/plugin-google-tag-manager': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) + '@docusaurus/plugin-sitemap': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) + '@docusaurus/plugin-svgr': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) + '@docusaurus/theme-classic': 3.7.0(@types/react@19.1.3)(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) + '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3))(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/theme-search-algolia': 3.7.0(@algolia/client-search@5.20.2)(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(@types/react@19.1.3)(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(search-insights@2.17.3)(typescript@5.8.3) + '@docusaurus/types': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) transitivePeerDependencies: - '@algolia/client-search' - '@docusaurus/faster' @@ -16646,38 +16652,38 @@ snapshots: - vue-template-compiler - webpack-cli - '@docusaurus/react-loadable@6.0.0(react@19.0.0)': + '@docusaurus/react-loadable@6.0.0(react@19.2.1)': dependencies: '@types/react': 19.1.3 - react: 19.0.0 + react: 19.2.1 - '@docusaurus/theme-classic@3.7.0(@types/react@19.1.3)(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3)': + '@docusaurus/theme-classic@3.7.0(@types/react@19.1.3)(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3)': dependencies: - '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) + '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) '@docusaurus/logger': 3.7.0 - '@docusaurus/mdx-loader': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/module-type-aliases': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/plugin-content-blog': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) - '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) - '@docusaurus/plugin-content-pages': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) - '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@docusaurus/mdx-loader': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/module-type-aliases': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/plugin-content-blog': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3))(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) + '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) + '@docusaurus/plugin-content-pages': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) + '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3))(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@docusaurus/theme-translations': 3.7.0 - '@docusaurus/types': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils-common': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils-validation': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@mdx-js/react': 3.1.0(@types/react@19.1.3)(react@19.0.0) + '@docusaurus/types': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils-common': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils-validation': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@mdx-js/react': 3.1.0(@types/react@19.1.3)(react@19.2.1) clsx: 2.1.1 copy-text-to-clipboard: 3.2.0 infima: 0.2.0-alpha.45 lodash: 4.17.21 nprogress: 0.2.0 postcss: 8.5.4 - prism-react-renderer: 2.4.1(react@19.0.0) + prism-react-renderer: 2.4.1(react@19.2.1) prismjs: 1.30.0 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) - react-router-dom: 5.3.4(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + react-router-dom: 5.3.4(react@19.2.1) rtlcss: 4.3.0 tslib: 2.8.1 utility-types: 3.11.0 @@ -16702,21 +16708,21 @@ snapshots: - vue-template-compiler - webpack-cli - '@docusaurus/theme-common@3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@docusaurus/theme-common@3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3))(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@docusaurus/mdx-loader': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/module-type-aliases': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) - '@docusaurus/utils': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils-common': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@docusaurus/mdx-loader': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/module-type-aliases': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) + '@docusaurus/utils': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils-common': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@types/history': 4.7.11 '@types/react': 19.1.3 '@types/react-router-config': 5.0.11 clsx: 2.1.1 parse-numeric-range: 1.3.0 - prism-react-renderer: 2.4.1(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + prism-react-renderer: 2.4.1(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) tslib: 2.8.1 utility-types: 3.11.0 transitivePeerDependencies: @@ -16727,24 +16733,24 @@ snapshots: - uglify-js - webpack-cli - '@docusaurus/theme-search-algolia@3.7.0(@algolia/client-search@5.20.2)(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(@types/react@19.1.3)(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.3)(typescript@5.8.3)': + '@docusaurus/theme-search-algolia@3.7.0(@algolia/client-search@5.20.2)(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(@types/react@19.1.3)(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(search-insights@2.17.3)(typescript@5.8.3)': dependencies: - '@docsearch/react': 3.8.3(@algolia/client-search@5.20.2)(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.3) - '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) + '@docsearch/react': 3.8.3(@algolia/client-search@5.20.2)(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(search-insights@2.17.3) + '@docusaurus/core': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) '@docusaurus/logger': 3.7.0 - '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3) - '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.8.3))(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@docusaurus/plugin-content-docs': 3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3) + '@docusaurus/theme-common': 3.7.0(@docusaurus/plugin-content-docs@3.7.0(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))(acorn@8.14.1)(esbuild@0.25.4)(eslint@9.27.0(jiti@2.4.2))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(typescript@5.8.3))(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@docusaurus/theme-translations': 3.7.0 - '@docusaurus/utils': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils-validation': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@docusaurus/utils': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils-validation': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) algoliasearch: 5.20.2 algoliasearch-helper: 3.24.1(algoliasearch@5.20.2) clsx: 2.1.1 eta: 2.2.0 fs-extra: 11.3.0 lodash: 4.17.21 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) tslib: 2.8.1 utility-types: 3.11.0 transitivePeerDependencies: @@ -16778,16 +16784,16 @@ snapshots: '@docusaurus/tsconfig@3.7.0': {} - '@docusaurus/types@3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@docusaurus/types@3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@mdx-js/mdx': 3.1.0(acorn@8.14.1) '@types/history': 4.7.11 '@types/react': 19.1.3 commander: 5.1.0 joi: 17.13.3 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) - react-helmet-async: '@slorber/react-helmet-async@1.3.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)' + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + react-helmet-async: '@slorber/react-helmet-async@1.3.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)' utility-types: 3.11.0 webpack: 5.98.0(esbuild@0.25.4) webpack-merge: 5.10.0 @@ -16799,9 +16805,9 @@ snapshots: - uglify-js - webpack-cli - '@docusaurus/utils-common@3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@docusaurus/utils-common@3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@docusaurus/types': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@docusaurus/types': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) tslib: 2.8.1 transitivePeerDependencies: - '@swc/core' @@ -16813,11 +16819,11 @@ snapshots: - uglify-js - webpack-cli - '@docusaurus/utils-validation@3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@docusaurus/utils-validation@3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@docusaurus/logger': 3.7.0 - '@docusaurus/utils': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils-common': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@docusaurus/utils': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils-common': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) fs-extra: 11.3.0 joi: 17.13.3 js-yaml: 4.1.0 @@ -16833,11 +16839,11 @@ snapshots: - uglify-js - webpack-cli - '@docusaurus/utils@3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@docusaurus/utils@3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@docusaurus/logger': 3.7.0 - '@docusaurus/types': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@docusaurus/utils-common': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@docusaurus/types': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@docusaurus/utils-common': 3.7.0(acorn@8.14.1)(esbuild@0.25.4)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) escape-string-regexp: 4.0.0 file-loader: 6.2.0(webpack@5.98.0(esbuild@0.25.4)) fs-extra: 11.3.0 @@ -16879,7 +16885,7 @@ snapshots: '@emotion/utils': 0.11.3 '@emotion/weak-memoize': 0.2.5 - '@emotion/core@10.3.1(react@19.0.0)': + '@emotion/core@10.3.1(react@19.2.1)': dependencies: '@babel/runtime': 7.27.4 '@emotion/cache': 10.0.29 @@ -16887,7 +16893,7 @@ snapshots: '@emotion/serialize': 0.11.16 '@emotion/sheet': 0.9.4 '@emotion/utils': 0.11.3 - react: 19.0.0 + react: 19.2.1 transitivePeerDependencies: - supports-color @@ -16925,21 +16931,21 @@ snapshots: '@emotion/sheet@0.9.4': {} - '@emotion/styled-base@10.3.0(@emotion/core@10.3.1(react@19.0.0))(react@19.0.0)': + '@emotion/styled-base@10.3.0(@emotion/core@10.3.1(react@19.2.1))(react@19.2.1)': dependencies: '@babel/runtime': 7.27.4 - '@emotion/core': 10.3.1(react@19.0.0) + '@emotion/core': 10.3.1(react@19.2.1) '@emotion/is-prop-valid': 0.8.8 '@emotion/serialize': 0.11.16 '@emotion/utils': 0.11.3 - react: 19.0.0 + react: 19.2.1 - '@emotion/styled@10.3.0(@emotion/core@10.3.1(react@19.0.0))(react@19.0.0)': + '@emotion/styled@10.3.0(@emotion/core@10.3.1(react@19.2.1))(react@19.2.1)': dependencies: - '@emotion/core': 10.3.1(react@19.0.0) - '@emotion/styled-base': 10.3.0(@emotion/core@10.3.1(react@19.0.0))(react@19.0.0) + '@emotion/core': 10.3.1(react@19.2.1) + '@emotion/styled-base': 10.3.0(@emotion/core@10.3.1(react@19.2.1))(react@19.2.1) babel-plugin-emotion: 10.2.2 - react: 19.0.0 + react: 19.2.1 transitivePeerDependencies: - supports-color @@ -17097,18 +17103,18 @@ snapshots: '@floating-ui/core': 1.7.0 '@floating-ui/utils': 0.2.9 - '@floating-ui/react-dom@2.1.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@floating-ui/react-dom@2.1.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@floating-ui/dom': 1.7.0 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@floating-ui/react@0.26.28(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@floating-ui/react@0.26.28(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@floating-ui/react-dom': 2.1.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@floating-ui/react-dom': 2.1.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@floating-ui/utils': 0.2.9 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) tabbable: 6.2.0 '@floating-ui/utils@0.2.9': {} @@ -17125,16 +17131,16 @@ snapshots: '@headless-tree/core@1.0.1': {} - '@headless-tree/react@1.0.1(@headless-tree/core@1.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@headless-tree/react@1.0.1(@headless-tree/core@1.0.1)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@headless-tree/core': 1.0.1 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@hookform/resolvers@5.2.2(react-hook-form@7.56.4(react@19.0.0))': + '@hookform/resolvers@5.2.2(react-hook-form@7.56.4(react@19.2.1))': dependencies: '@standard-schema/utils': 0.3.0 - react-hook-form: 7.56.4(react@19.0.0) + react-hook-form: 7.56.4(react@19.2.1) '@humanfs/core@0.19.1': {} @@ -17539,27 +17545,27 @@ snapshots: '@leichtgewicht/ip-codec@2.0.5': {} - '@mantine/core@7.17.7(@mantine/hooks@7.17.7(react@19.0.0))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@mantine/core@7.17.7(@mantine/hooks@7.17.7(react@19.2.1))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@floating-ui/react': 0.26.28(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@mantine/hooks': 7.17.7(react@19.0.0) + '@floating-ui/react': 0.26.28(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@mantine/hooks': 7.17.7(react@19.2.1) clsx: 2.1.1 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) - react-number-format: 5.4.4(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - react-remove-scroll: 2.6.3(@types/react@19.1.3)(react@19.0.0) - react-textarea-autosize: 8.5.9(@types/react@19.1.3)(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + react-number-format: 5.4.4(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react-remove-scroll: 2.6.3(@types/react@19.1.3)(react@19.2.1) + react-textarea-autosize: 8.5.9(@types/react@19.1.3)(react@19.2.1) type-fest: 4.41.0 transitivePeerDependencies: - '@types/react' - '@mantine/hooks@7.17.7(react@19.0.0)': + '@mantine/hooks@7.17.7(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 - '@mantine/utils@6.0.22(react@19.0.0)': + '@mantine/utils@6.0.22(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 '@manypkg/find-root@1.1.0': dependencies: @@ -17658,11 +17664,11 @@ snapshots: - acorn - supports-color - '@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0)': + '@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1)': dependencies: '@types/mdx': 2.0.13 '@types/react': 19.1.3 - react: 19.0.0 + react: 19.2.1 '@mediapipe/tasks-vision@0.10.17': {} @@ -17674,65 +17680,65 @@ snapshots: dependencies: state-local: 1.0.7 - '@monaco-editor/react@4.7.0(monaco-editor@0.47.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@monaco-editor/react@4.7.0(monaco-editor@0.47.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@monaco-editor/loader': 1.5.0 monaco-editor: 0.47.0 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) '@monogrid/gainmap-js@3.1.0(three@0.170.0)': dependencies: promise-worker-transferable: 1.0.4 three: 0.170.0 - '@next/env@15.3.2': {} + '@next/env@15.3.6': {} - '@next/eslint-plugin-next@15.3.2': + '@next/eslint-plugin-next@15.3.6': dependencies: fast-glob: 3.3.1 - '@next/mdx@15.3.2(@mdx-js/loader@3.1.0(acorn@8.14.1)(webpack@5.98.0(esbuild@0.25.4)))(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.0.0))': + '@next/mdx@15.3.6(@mdx-js/loader@3.1.0(acorn@8.14.1)(webpack@5.98.0(esbuild@0.25.4)))(@mdx-js/react@3.1.0(@types/react@19.1.3)(react@19.2.1))': dependencies: source-map: 0.7.4 optionalDependencies: '@mdx-js/loader': 3.1.0(acorn@8.14.1)(webpack@5.98.0(esbuild@0.25.4)) - '@mdx-js/react': 3.1.0(@types/react@19.1.3)(react@19.0.0) + '@mdx-js/react': 3.1.0(@types/react@19.1.3)(react@19.2.1) - '@next/swc-darwin-arm64@15.3.2': + '@next/swc-darwin-arm64@15.3.5': optional: true - '@next/swc-darwin-x64@15.3.2': + '@next/swc-darwin-x64@15.3.5': optional: true - '@next/swc-linux-arm64-gnu@15.3.2': + '@next/swc-linux-arm64-gnu@15.3.5': optional: true - '@next/swc-linux-arm64-musl@15.3.2': + '@next/swc-linux-arm64-musl@15.3.5': optional: true - '@next/swc-linux-x64-gnu@15.3.2': + '@next/swc-linux-x64-gnu@15.3.5': optional: true - '@next/swc-linux-x64-musl@15.3.2': + '@next/swc-linux-x64-musl@15.3.5': optional: true - '@next/swc-win32-arm64-msvc@15.3.2': + '@next/swc-win32-arm64-msvc@15.3.5': optional: true - '@next/swc-win32-x64-msvc@15.3.2': + '@next/swc-win32-x64-msvc@15.3.5': optional: true - '@next/third-parties@15.3.2(next@15.3.2(@babel/core@7.27.1)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)': + '@next/third-parties@15.3.6(next@15.3.6(@babel/core@7.27.1)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(react@19.2.1)': dependencies: - next: 15.3.2(@babel/core@7.27.1)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - react: 19.0.0 + next: 15.3.6(@babel/core@7.27.1)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 third-party-capital: 1.0.20 - '@next/third-parties@15.3.2(next@15.3.2(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)': + '@next/third-parties@15.3.6(next@15.3.6(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(react@19.2.1)': dependencies: - next: 15.3.2(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - react: 19.0.0 + next: 15.3.6(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 third-party-capital: 1.0.20 '@nodelib/fs.scandir@2.1.5': @@ -17749,12 +17755,12 @@ snapshots: '@nolyfill/is-core-module@1.0.39': {} - '@number-flow/react@0.5.9(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@number-flow/react@0.5.9(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: esm-env: 1.2.2 number-flow: 0.5.7 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) '@octokit/auth-token@5.1.2': {} @@ -18106,884 +18112,884 @@ snapshots: '@radix-ui/primitive@1.1.2': {} - '@radix-ui/react-accordion@1.2.11(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-accordion@1.2.11(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-collapsible': 1.1.11(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-direction': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-collapsible': 1.1.11(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-alert-dialog@1.1.14(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-alert-dialog@1.1.14(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-dialog': 1.1.14(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-slot': 1.2.3(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-dialog': 1.1.14(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-slot': 1.2.3(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-arrow@1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-arrow@1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-aspect-ratio@1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-aspect-ratio@1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-avatar@1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-avatar@1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-is-hydrated': 0.1.0(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-is-hydrated': 0.1.0(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-checkbox@1.3.2(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-checkbox@1.3.2(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-previous': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-size': 1.1.1(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-previous': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-size': 1.1.1(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-collapsible@1.1.11(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-collapsible@1.1.11(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-collection@1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-collection@1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-slot': 1.2.3(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-slot': 1.2.3(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-compose-refs@1.1.2(@types/react@19.1.3)(react@19.0.0)': + '@radix-ui/react-compose-refs@1.1.2(@types/react@19.1.3)(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 optionalDependencies: '@types/react': 19.1.3 - '@radix-ui/react-context-menu@2.2.15(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-context-menu@2.2.15(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-menu': 2.1.15(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-menu': 2.1.15(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-context@1.1.2(@types/react@19.1.3)(react@19.0.0)': + '@radix-ui/react-context@1.1.2(@types/react@19.1.3)(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 optionalDependencies: '@types/react': 19.1.3 - '@radix-ui/react-dialog@1.1.14(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-dialog@1.1.14(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-slot': 1.2.3(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.0.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-slot': 1.2.3(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.2.1) aria-hidden: 1.2.4 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) - react-remove-scroll: 2.6.3(@types/react@19.1.3)(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + react-remove-scroll: 2.6.3(@types/react@19.1.3)(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-direction@1.1.1(@types/react@19.1.3)(react@19.0.0)': + '@radix-ui/react-direction@1.1.1(@types/react@19.1.3)(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 optionalDependencies: '@types/react': 19.1.3 - '@radix-ui/react-dismissable-layer@1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-dismissable-layer@1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-dropdown-menu@2.1.15(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-dropdown-menu@2.1.15(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-menu': 2.1.15(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-menu': 2.1.15(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-focus-guards@1.1.2(@types/react@19.1.3)(react@19.0.0)': + '@radix-ui/react-focus-guards@1.1.2(@types/react@19.1.3)(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 optionalDependencies: '@types/react': 19.1.3 - '@radix-ui/react-focus-scope@1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-focus-scope@1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-hover-card@1.1.14(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-hover-card@1.1.14(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-popper': 1.2.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-popper': 1.2.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-icons@1.3.2(react@19.0.0)': + '@radix-ui/react-icons@1.3.2(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 - '@radix-ui/react-id@1.1.1(@types/react@19.1.3)(react@19.0.0)': + '@radix-ui/react-id@1.1.1(@types/react@19.1.3)(react@19.2.1)': dependencies: - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 optionalDependencies: '@types/react': 19.1.3 - '@radix-ui/react-label@2.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-label@2.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-menu@2.1.15(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-menu@2.1.15(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-direction': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-popper': 1.2.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-roving-focus': 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-slot': 1.2.3(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.3)(react@19.0.0) + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-popper': 1.2.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-roving-focus': 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-slot': 1.2.3(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.3)(react@19.2.1) aria-hidden: 1.2.6 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) - react-remove-scroll: 2.7.0(@types/react@19.1.3)(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + react-remove-scroll: 2.7.0(@types/react@19.1.3)(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-menubar@1.1.15(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-menubar@1.1.15(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-direction': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-menu': 2.1.15(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-roving-focus': 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-menu': 2.1.15(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-roving-focus': 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-navigation-menu@1.2.13(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-navigation-menu@1.2.13(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-direction': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-previous': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-previous': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-popover@1.1.14(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-popover@1.1.14(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-popper': 1.2.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-slot': 1.2.3(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.0.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-popper': 1.2.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-slot': 1.2.3(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.2.1) aria-hidden: 1.2.4 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) - react-remove-scroll: 2.6.3(@types/react@19.1.3)(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + react-remove-scroll: 2.6.3(@types/react@19.1.3)(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-popper@1.2.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': - dependencies: - '@floating-ui/react-dom': 2.1.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-rect': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-size': 1.1.1(@types/react@19.1.3)(react@19.0.0) + '@radix-ui/react-popper@1.2.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': + dependencies: + '@floating-ui/react-dom': 2.1.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-rect': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-size': 1.1.1(@types/react@19.1.3)(react@19.2.1) '@radix-ui/rect': 1.1.1 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-portal@1.1.9(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-portal@1.1.9(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-presence@1.1.4(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-presence@1.1.4(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-primitive@2.1.2(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-primitive@2.1.2(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@radix-ui/react-slot': 1.2.2(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-slot': 1.2.2(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-primitive@2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-primitive@2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@radix-ui/react-slot': 1.2.3(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-slot': 1.2.3(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-progress@1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-progress@1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-radio-group@1.3.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-radio-group@1.3.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-direction': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-roving-focus': 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-previous': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-size': 1.1.1(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-roving-focus': 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-previous': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-size': 1.1.1(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-roving-focus@1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-roving-focus@1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-direction': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-scroll-area@1.2.9(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-scroll-area@1.2.9(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/number': 1.1.1 '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-direction': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-select@2.2.5(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-select@2.2.5(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/number': 1.1.1 '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-direction': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-popper': 1.2.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-slot': 1.2.3(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-previous': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-popper': 1.2.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-slot': 1.2.3(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-previous': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) aria-hidden: 1.2.4 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) - react-remove-scroll: 2.6.3(@types/react@19.1.3)(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + react-remove-scroll: 2.6.3(@types/react@19.1.3)(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-separator@1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-separator@1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-slider@1.3.5(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-slider@1.3.5(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/number': 1.1.1 '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-direction': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-previous': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-size': 1.1.1(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-previous': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-size': 1.1.1(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-slot@1.2.2(@types/react@19.1.3)(react@19.0.0)': + '@radix-ui/react-slot@1.2.2(@types/react@19.1.3)(react@19.2.1)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 optionalDependencies: '@types/react': 19.1.3 - '@radix-ui/react-slot@1.2.3(@types/react@19.1.3)(react@19.0.0)': + '@radix-ui/react-slot@1.2.3(@types/react@19.1.3)(react@19.2.1)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 optionalDependencies: '@types/react': 19.1.3 - '@radix-ui/react-switch@1.2.5(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-switch@1.2.5(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-previous': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-size': 1.1.1(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-previous': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-size': 1.1.1(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-tabs@1.1.12(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-tabs@1.1.12(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-direction': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-roving-focus': 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-roving-focus': 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-toggle-group@1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-toggle-group@1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-direction': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-roving-focus': 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-toggle': 1.1.9(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-roving-focus': 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-toggle': 1.1.9(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-toggle@1.1.9(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-toggle@1.1.9(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-toolbar@1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-toolbar@1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-direction': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-roving-focus': 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-separator': 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-toggle-group': 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-direction': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-roving-focus': 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-separator': 1.1.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-toggle-group': 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-tooltip@1.2.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-tooltip@1.2.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@radix-ui/primitive': 1.1.2 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-popper': 1.2.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-slot': 1.2.3(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-context': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-popper': 1.2.7(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-slot': 1.2.3(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) - '@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.1.3)(react@19.0.0)': + '@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.1.3)(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 optionalDependencies: '@types/react': 19.1.3 - '@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.1.3)(react@19.0.0)': + '@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.1.3)(react@19.2.1)': dependencies: - '@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 + '@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 optionalDependencies: '@types/react': 19.1.3 - '@radix-ui/react-use-effect-event@0.0.2(@types/react@19.1.3)(react@19.0.0)': + '@radix-ui/react-use-effect-event@0.0.2(@types/react@19.1.3)(react@19.2.1)': dependencies: - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 optionalDependencies: '@types/react': 19.1.3 - '@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.1.3)(react@19.0.0)': + '@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.1.3)(react@19.2.1)': dependencies: - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 optionalDependencies: '@types/react': 19.1.3 - '@radix-ui/react-use-is-hydrated@0.1.0(@types/react@19.1.3)(react@19.0.0)': + '@radix-ui/react-use-is-hydrated@0.1.0(@types/react@19.1.3)(react@19.2.1)': dependencies: - react: 19.0.0 - use-sync-external-store: 1.5.0(react@19.0.0) + react: 19.2.1 + use-sync-external-store: 1.5.0(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 - '@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.1.3)(react@19.0.0)': + '@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.1.3)(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 optionalDependencies: '@types/react': 19.1.3 - '@radix-ui/react-use-previous@1.1.1(@types/react@19.1.3)(react@19.0.0)': + '@radix-ui/react-use-previous@1.1.1(@types/react@19.1.3)(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 optionalDependencies: '@types/react': 19.1.3 - '@radix-ui/react-use-rect@1.1.1(@types/react@19.1.3)(react@19.0.0)': + '@radix-ui/react-use-rect@1.1.1(@types/react@19.1.3)(react@19.2.1)': dependencies: '@radix-ui/rect': 1.1.1 - react: 19.0.0 + react: 19.2.1 optionalDependencies: '@types/react': 19.1.3 - '@radix-ui/react-use-size@1.1.1(@types/react@19.1.3)(react@19.0.0)': + '@radix-ui/react-use-size@1.1.1(@types/react@19.1.3)(react@19.2.1)': dependencies: - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 optionalDependencies: '@types/react': 19.1.3 - '@radix-ui/react-visually-hidden@1.2.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@radix-ui/react-visually-hidden@1.2.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) '@radix-ui/rect@1.1.1': {} - '@react-email/body@0.0.11(react@19.0.0)': + '@react-email/body@0.0.11(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 - '@react-email/button@0.0.19(react@19.0.0)': + '@react-email/button@0.0.19(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 - '@react-email/code-block@0.0.13(react@19.0.0)': + '@react-email/code-block@0.0.13(react@19.2.1)': dependencies: prismjs: 1.30.0 - react: 19.0.0 - - '@react-email/code-inline@0.0.5(react@19.0.0)': - dependencies: - react: 19.0.0 - - '@react-email/column@0.0.13(react@19.0.0)': - dependencies: - react: 19.0.0 - - '@react-email/components@0.0.38(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': - dependencies: - '@react-email/body': 0.0.11(react@19.0.0) - '@react-email/button': 0.0.19(react@19.0.0) - '@react-email/code-block': 0.0.13(react@19.0.0) - '@react-email/code-inline': 0.0.5(react@19.0.0) - '@react-email/column': 0.0.13(react@19.0.0) - '@react-email/container': 0.0.15(react@19.0.0) - '@react-email/font': 0.0.9(react@19.0.0) - '@react-email/head': 0.0.12(react@19.0.0) - '@react-email/heading': 0.0.15(react@19.0.0) - '@react-email/hr': 0.0.11(react@19.0.0) - '@react-email/html': 0.0.11(react@19.0.0) - '@react-email/img': 0.0.11(react@19.0.0) - '@react-email/link': 0.0.12(react@19.0.0) - '@react-email/markdown': 0.0.15(react@19.0.0) - '@react-email/preview': 0.0.12(react@19.0.0) - '@react-email/render': 1.1.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@react-email/row': 0.0.12(react@19.0.0) - '@react-email/section': 0.0.16(react@19.0.0) - '@react-email/tailwind': 1.0.5(react@19.0.0) - '@react-email/text': 0.1.3(react@19.0.0) - react: 19.0.0 + react: 19.2.1 + + '@react-email/code-inline@0.0.5(react@19.2.1)': + dependencies: + react: 19.2.1 + + '@react-email/column@0.0.13(react@19.2.1)': + dependencies: + react: 19.2.1 + + '@react-email/components@0.0.38(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': + dependencies: + '@react-email/body': 0.0.11(react@19.2.1) + '@react-email/button': 0.0.19(react@19.2.1) + '@react-email/code-block': 0.0.13(react@19.2.1) + '@react-email/code-inline': 0.0.5(react@19.2.1) + '@react-email/column': 0.0.13(react@19.2.1) + '@react-email/container': 0.0.15(react@19.2.1) + '@react-email/font': 0.0.9(react@19.2.1) + '@react-email/head': 0.0.12(react@19.2.1) + '@react-email/heading': 0.0.15(react@19.2.1) + '@react-email/hr': 0.0.11(react@19.2.1) + '@react-email/html': 0.0.11(react@19.2.1) + '@react-email/img': 0.0.11(react@19.2.1) + '@react-email/link': 0.0.12(react@19.2.1) + '@react-email/markdown': 0.0.15(react@19.2.1) + '@react-email/preview': 0.0.12(react@19.2.1) + '@react-email/render': 1.1.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@react-email/row': 0.0.12(react@19.2.1) + '@react-email/section': 0.0.16(react@19.2.1) + '@react-email/tailwind': 1.0.5(react@19.2.1) + '@react-email/text': 0.1.3(react@19.2.1) + react: 19.2.1 transitivePeerDependencies: - react-dom - '@react-email/container@0.0.15(react@19.0.0)': + '@react-email/container@0.0.15(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 - '@react-email/font@0.0.9(react@19.0.0)': + '@react-email/font@0.0.9(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 - '@react-email/head@0.0.12(react@19.0.0)': + '@react-email/head@0.0.12(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 - '@react-email/heading@0.0.15(react@19.0.0)': + '@react-email/heading@0.0.15(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 - '@react-email/hr@0.0.11(react@19.0.0)': + '@react-email/hr@0.0.11(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 - '@react-email/html@0.0.11(react@19.0.0)': + '@react-email/html@0.0.11(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 - '@react-email/img@0.0.11(react@19.0.0)': + '@react-email/img@0.0.11(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 - '@react-email/link@0.0.12(react@19.0.0)': + '@react-email/link@0.0.12(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 - '@react-email/markdown@0.0.15(react@19.0.0)': + '@react-email/markdown@0.0.15(react@19.2.1)': dependencies: - md-to-react-email: 5.0.5(react@19.0.0) - react: 19.0.0 + md-to-react-email: 5.0.5(react@19.2.1) + react: 19.2.1 - '@react-email/preview@0.0.12(react@19.0.0)': + '@react-email/preview@0.0.12(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 - '@react-email/render@1.0.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@react-email/render@1.0.6(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: html-to-text: 9.0.5 prettier: 3.5.3 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) react-promise-suspense: 0.3.4 - '@react-email/render@1.1.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@react-email/render@1.1.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: html-to-text: 9.0.5 prettier: 3.5.3 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) react-promise-suspense: 0.3.4 - '@react-email/row@0.0.12(react@19.0.0)': + '@react-email/row@0.0.12(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 - '@react-email/section@0.0.16(react@19.0.0)': + '@react-email/section@0.0.16(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 - '@react-email/tailwind@1.0.5(react@19.0.0)': + '@react-email/tailwind@1.0.5(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 - '@react-email/text@0.1.3(react@19.0.0)': + '@react-email/text@0.1.3(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 - '@react-hook/debounce@3.0.0(react@19.0.0)': + '@react-hook/debounce@3.0.0(react@19.2.1)': dependencies: - '@react-hook/latest': 1.0.3(react@19.0.0) - react: 19.0.0 + '@react-hook/latest': 1.0.3(react@19.2.1) + react: 19.2.1 - '@react-hook/event@1.2.6(react@19.0.0)': + '@react-hook/event@1.2.6(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 - '@react-hook/latest@1.0.3(react@19.0.0)': + '@react-hook/latest@1.0.3(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 - '@react-hook/passive-layout-effect@1.2.1(react@19.0.0)': + '@react-hook/passive-layout-effect@1.2.1(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 - '@react-hook/throttle@2.2.0(react@19.0.0)': + '@react-hook/throttle@2.2.0(react@19.2.1)': dependencies: - '@react-hook/latest': 1.0.3(react@19.0.0) - react: 19.0.0 + '@react-hook/latest': 1.0.3(react@19.2.1) + react: 19.2.1 - '@react-hook/window-scroll@1.3.0(react@19.0.0)': + '@react-hook/window-scroll@1.3.0(react@19.2.1)': dependencies: - '@react-hook/event': 1.2.6(react@19.0.0) - '@react-hook/throttle': 2.2.0(react@19.0.0) - react: 19.0.0 + '@react-hook/event': 1.2.6(react@19.2.1) + '@react-hook/throttle': 2.2.0(react@19.2.1) + react: 19.2.1 - '@react-hook/window-size@3.1.1(react@19.0.0)': + '@react-hook/window-size@3.1.1(react@19.2.1)': dependencies: - '@react-hook/debounce': 3.0.0(react@19.0.0) - '@react-hook/event': 1.2.6(react@19.0.0) - '@react-hook/throttle': 2.2.0(react@19.0.0) - react: 19.0.0 + '@react-hook/debounce': 3.0.0(react@19.2.1) + '@react-hook/event': 1.2.6(react@19.2.1) + '@react-hook/throttle': 2.2.0(react@19.2.1) + react: 19.2.1 - '@react-spring/animated@9.7.5(react@19.0.0)': + '@react-spring/animated@9.7.5(react@19.2.1)': dependencies: - '@react-spring/shared': 9.7.5(react@19.0.0) + '@react-spring/shared': 9.7.5(react@19.2.1) '@react-spring/types': 9.7.5 - react: 19.0.0 + react: 19.2.1 - '@react-spring/core@9.7.5(react@19.0.0)': + '@react-spring/core@9.7.5(react@19.2.1)': dependencies: - '@react-spring/animated': 9.7.5(react@19.0.0) - '@react-spring/shared': 9.7.5(react@19.0.0) + '@react-spring/animated': 9.7.5(react@19.2.1) + '@react-spring/shared': 9.7.5(react@19.2.1) '@react-spring/types': 9.7.5 - react: 19.0.0 + react: 19.2.1 '@react-spring/rafz@9.7.5': {} - '@react-spring/shared@9.7.5(react@19.0.0)': + '@react-spring/shared@9.7.5(react@19.2.1)': dependencies: '@react-spring/rafz': 9.7.5 '@react-spring/types': 9.7.5 - react: 19.0.0 + react: 19.2.1 '@react-spring/types@9.7.5': {} - '@react-spring/web@9.7.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@react-spring/web@9.7.5(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@react-spring/animated': 9.7.5(react@19.0.0) - '@react-spring/core': 9.7.5(react@19.0.0) - '@react-spring/shared': 9.7.5(react@19.0.0) + '@react-spring/animated': 9.7.5(react@19.2.1) + '@react-spring/core': 9.7.5(react@19.2.1) + '@react-spring/shared': 9.7.5(react@19.2.1) '@react-spring/types': 9.7.5 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@react-three/drei@10.1.2(@react-three/fiber@9.1.2(@types/react@19.1.3)(immer@9.0.21)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(three@0.170.0))(@types/react@19.1.3)(@types/three@0.170.0)(immer@9.0.21)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(three@0.170.0)': + '@react-three/drei@10.1.2(@react-three/fiber@9.1.2(@types/react@19.1.3)(immer@9.0.21)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(three@0.170.0))(@types/react@19.1.3)(@types/three@0.170.0)(immer@9.0.21)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(three@0.170.0)': dependencies: '@babel/runtime': 7.27.1 '@mediapipe/tasks-vision': 0.10.17 '@monogrid/gainmap-js': 3.1.0(three@0.170.0) - '@react-three/fiber': 9.1.2(@types/react@19.1.3)(immer@9.0.21)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(three@0.170.0) - '@use-gesture/react': 10.3.1(react@19.0.0) + '@react-three/fiber': 9.1.2(@types/react@19.1.3)(immer@9.0.21)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(three@0.170.0) + '@use-gesture/react': 10.3.1(react@19.2.1) camera-controls: 2.10.1(three@0.170.0) cross-env: 7.0.3 detect-gpu: 5.0.70 @@ -18991,43 +18997,43 @@ snapshots: hls.js: 1.6.2 maath: 0.10.8(@types/three@0.170.0)(three@0.170.0) meshline: 3.3.1(three@0.170.0) - react: 19.0.0 + react: 19.2.1 stats-gl: 2.4.2(@types/three@0.170.0)(three@0.170.0) stats.js: 0.17.0 - suspend-react: 0.1.3(react@19.0.0) + suspend-react: 0.1.3(react@19.2.1) three: 0.170.0 three-mesh-bvh: 0.8.3(three@0.170.0) three-stdlib: 2.36.0(three@0.170.0) troika-three-text: 0.52.4(three@0.170.0) - tunnel-rat: 0.1.2(@types/react@19.1.3)(immer@9.0.21)(react@19.0.0) - use-sync-external-store: 1.5.0(react@19.0.0) + tunnel-rat: 0.1.2(@types/react@19.1.3)(immer@9.0.21)(react@19.2.1) + use-sync-external-store: 1.5.0(react@19.2.1) utility-types: 3.11.0 - zustand: 5.0.4(@types/react@19.1.3)(immer@9.0.21)(react@19.0.0)(use-sync-external-store@1.5.0(react@19.0.0)) + zustand: 5.0.4(@types/react@19.1.3)(immer@9.0.21)(react@19.2.1)(use-sync-external-store@1.5.0(react@19.2.1)) optionalDependencies: - react-dom: 19.0.0(react@19.0.0) + react-dom: 19.2.1(react@19.2.1) transitivePeerDependencies: - '@types/react' - '@types/three' - immer - '@react-three/fiber@9.1.2(@types/react@19.1.3)(immer@9.0.21)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(three@0.170.0)': + '@react-three/fiber@9.1.2(@types/react@19.1.3)(immer@9.0.21)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)(three@0.170.0)': dependencies: '@babel/runtime': 7.27.1 '@types/react-reconciler': 0.28.9(@types/react@19.1.3) '@types/webxr': 0.5.22 base64-js: 1.5.1 buffer: 6.0.3 - its-fine: 2.0.0(@types/react@19.1.3)(react@19.0.0) - react: 19.0.0 - react-reconciler: 0.31.0(react@19.0.0) - react-use-measure: 2.1.7(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + its-fine: 2.0.0(@types/react@19.1.3)(react@19.2.1) + react: 19.2.1 + react-reconciler: 0.31.0(react@19.2.1) + react-use-measure: 2.1.7(react-dom@19.2.1(react@19.2.1))(react@19.2.1) scheduler: 0.25.0 - suspend-react: 0.1.3(react@19.0.0) + suspend-react: 0.1.3(react@19.2.1) three: 0.170.0 - use-sync-external-store: 1.5.0(react@19.0.0) - zustand: 5.0.4(@types/react@19.1.3)(immer@9.0.21)(react@19.0.0)(use-sync-external-store@1.5.0(react@19.0.0)) + use-sync-external-store: 1.5.0(react@19.2.1) + zustand: 5.0.4(@types/react@19.1.3)(immer@9.0.21)(react@19.2.1)(use-sync-external-store@1.5.0(react@19.2.1)) optionalDependencies: - react-dom: 19.0.0(react@19.0.0) + react-dom: 19.2.1(react@19.2.1) transitivePeerDependencies: - '@types/react' - immer @@ -19204,7 +19210,7 @@ snapshots: '@sentry/core@9.24.0': {} - '@sentry/nextjs@9.24.0(@opentelemetry/context-async-hooks@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/core@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.57.2(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.30.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@15.3.2(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(webpack@5.98.0(esbuild@0.25.4))': + '@sentry/nextjs@9.24.0(@opentelemetry/context-async-hooks@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/core@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.57.2(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.30.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(next@15.3.6(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(react@19.2.1)(webpack@5.98.0(esbuild@0.25.4))': dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/semantic-conventions': 1.34.0 @@ -19213,11 +19219,11 @@ snapshots: '@sentry/core': 9.24.0 '@sentry/node': 9.24.0 '@sentry/opentelemetry': 9.24.0(@opentelemetry/api@1.9.0)(@opentelemetry/context-async-hooks@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/core@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.57.2(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.30.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.34.0) - '@sentry/react': 9.24.0(react@19.0.0) + '@sentry/react': 9.24.0(react@19.2.1) '@sentry/vercel-edge': 9.24.0 '@sentry/webpack-plugin': 3.5.0(encoding@0.1.13)(webpack@5.98.0(esbuild@0.25.4)) chalk: 3.0.0 - next: 15.3.2(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + next: 15.3.6(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) resolve: 1.22.8 rollup: 4.35.0 stacktrace-parser: 0.1.11 @@ -19280,12 +19286,12 @@ snapshots: '@opentelemetry/semantic-conventions': 1.34.0 '@sentry/core': 9.24.0 - '@sentry/react@9.24.0(react@19.0.0)': + '@sentry/react@9.24.0(react@19.2.1)': dependencies: '@sentry/browser': 9.24.0 '@sentry/core': 9.24.0 hoist-non-react-statics: 3.3.2 - react: 19.0.0 + react: 19.2.1 '@sentry/vercel-edge@9.24.0': dependencies: @@ -19364,13 +19370,13 @@ snapshots: dependencies: '@sinonjs/commons': 3.0.1 - '@slorber/react-helmet-async@1.3.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@slorber/react-helmet-async@1.3.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@babel/runtime': 7.27.4 invariant: 2.2.4 prop-types: 15.8.1 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) react-fast-compare: 3.2.2 shallowequal: 1.1.0 @@ -19386,9 +19392,9 @@ snapshots: '@standard-schema/utils@0.3.0': {} - '@stepperize/react@3.1.1(react@19.0.0)': + '@stepperize/react@3.1.1(react@19.2.1)': dependencies: - react: 19.0.0 + react: 19.2.1 '@supabase/auth-js@2.69.1': dependencies: @@ -19624,17 +19630,17 @@ snapshots: postcss-selector-parser: 6.0.10 tailwindcss: 4.1.8 - '@tanstack/react-table@8.21.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@tanstack/react-table@8.21.3(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@tanstack/table-core': 8.21.3 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@tanstack/react-virtual@3.13.9(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@tanstack/react-virtual@3.13.9(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@tanstack/virtual-core': 3.13.9 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) '@tanstack/table-core@8.21.3': {} @@ -19663,12 +19669,12 @@ snapshots: lodash: 4.17.21 redent: 3.0.0 - '@testing-library/react@11.2.7(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@testing-library/react@11.2.7(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@babel/runtime': 7.26.9 '@testing-library/dom': 7.31.2 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) '@tiptap/core@2.12.0(@tiptap/pm@2.12.0)': dependencies: @@ -19853,7 +19859,7 @@ snapshots: prosemirror-transform: 1.10.2 prosemirror-view: 1.36.0 - '@tiptap/react@2.12.0(@tiptap/core@2.12.0(@tiptap/pm@2.12.0))(@tiptap/pm@2.12.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@tiptap/react@2.12.0(@tiptap/core@2.12.0(@tiptap/pm@2.12.0))(@tiptap/pm@2.12.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@tiptap/core': 2.12.0(@tiptap/pm@2.12.0) '@tiptap/extension-bubble-menu': 2.12.0(@tiptap/core@2.12.0(@tiptap/pm@2.12.0))(@tiptap/pm@2.12.0) @@ -19861,9 +19867,9 @@ snapshots: '@tiptap/pm': 2.12.0 '@types/use-sync-external-store': 0.0.6 fast-deep-equal: 3.1.3 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) - use-sync-external-store: 1.5.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + use-sync-external-store: 1.5.0(react@19.2.1) '@tiptap/starter-kit@2.12.0': dependencies: @@ -20513,7 +20519,7 @@ snapshots: '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/type-utils': 5.62.0(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) '@typescript-eslint/utils': 5.62.0(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) - debug: 4.4.0 + debug: 4.4.1 eslint: 9.27.0(jiti@2.4.2) graphemer: 1.4.0 ignore: 5.3.2 @@ -20530,7 +20536,7 @@ snapshots: '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.8.3) - debug: 4.4.0 + debug: 4.4.1 eslint: 9.27.0(jiti@2.4.2) optionalDependencies: typescript: 5.8.3 @@ -20546,7 +20552,7 @@ snapshots: dependencies: '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.8.3) '@typescript-eslint/utils': 5.62.0(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) - debug: 4.4.0 + debug: 4.4.1 eslint: 9.27.0(jiti@2.4.2) tsutils: 3.21.0(typescript@5.8.3) optionalDependencies: @@ -20560,7 +20566,7 @@ snapshots: dependencies: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/visitor-keys': 5.62.0 - debug: 4.4.0 + debug: 4.4.1 globby: 11.1.0 is-glob: 4.0.3 semver: 7.7.2 @@ -20590,10 +20596,10 @@ snapshots: '@typescript-eslint/types': 5.62.0 eslint-visitor-keys: 3.4.3 - '@uidotdev/usehooks@2.4.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@uidotdev/usehooks@2.4.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) '@ungap/structured-clone@1.3.0': {} @@ -20612,15 +20618,15 @@ snapshots: '@use-gesture/core@10.3.1': {} - '@use-gesture/react@10.3.1(react@19.0.0)': + '@use-gesture/react@10.3.1(react@19.2.1)': dependencies: '@use-gesture/core': 10.3.1 - react: 19.0.0 + react: 19.2.1 - '@vercel/analytics@1.5.0(next@15.3.2(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(svelte@4.2.19)(vue@3.5.13(typescript@5.8.3))': + '@vercel/analytics@1.5.0(next@15.3.6(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(react@19.2.1)(svelte@4.2.19)(vue@3.5.13(typescript@5.8.3))': optionalDependencies: - next: 15.3.2(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - react: 19.0.0 + next: 15.3.6(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 svelte: 4.2.19 vue: 3.5.13(typescript@5.8.3) @@ -20640,270 +20646,270 @@ snapshots: dependencies: zod: 4.1.12 - '@vercel/speed-insights@1.2.0(next@15.3.2(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(svelte@4.2.19)(vue@3.5.13(typescript@5.8.3))': + '@vercel/speed-insights@1.2.0(next@15.3.6(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(react@19.2.1)(svelte@4.2.19)(vue@3.5.13(typescript@5.8.3))': optionalDependencies: - next: 15.3.2(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - react: 19.0.0 + next: 15.3.6(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 svelte: 4.2.19 vue: 3.5.13(typescript@5.8.3) - '@visx/annotation@3.12.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@visx/annotation@3.12.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@types/react': 19.1.3 - '@visx/drag': 3.12.0(react@19.0.0) - '@visx/group': 3.12.0(react@19.0.0) - '@visx/text': 3.12.0(react@19.0.0) + '@visx/drag': 3.12.0(react@19.2.1) + '@visx/group': 3.12.0(react@19.2.1) + '@visx/text': 3.12.0(react@19.2.1) classnames: 2.5.1 prop-types: 15.8.1 - react: 19.0.0 - react-use-measure: 2.1.7(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + react: 19.2.1 + react-use-measure: 2.1.7(react-dom@19.2.1(react@19.2.1))(react@19.2.1) transitivePeerDependencies: - react-dom - '@visx/axis@3.12.0(react@19.0.0)': + '@visx/axis@3.12.0(react@19.2.1)': dependencies: '@types/react': 19.1.3 - '@visx/group': 3.12.0(react@19.0.0) + '@visx/group': 3.12.0(react@19.2.1) '@visx/point': 3.12.0 '@visx/scale': 3.12.0 - '@visx/shape': 3.12.0(react@19.0.0) - '@visx/text': 3.12.0(react@19.0.0) + '@visx/shape': 3.12.0(react@19.2.1) + '@visx/text': 3.12.0(react@19.2.1) classnames: 2.5.1 prop-types: 15.8.1 - react: 19.0.0 + react: 19.2.1 - '@visx/bounds@3.12.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@visx/bounds@3.12.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) prop-types: 15.8.1 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - '@visx/brush@3.12.0(react@19.0.0)': + '@visx/brush@3.12.0(react@19.2.1)': dependencies: - '@visx/drag': 3.12.0(react@19.0.0) + '@visx/drag': 3.12.0(react@19.2.1) '@visx/event': 3.12.0 - '@visx/group': 3.12.0(react@19.0.0) + '@visx/group': 3.12.0(react@19.2.1) '@visx/scale': 3.12.0 - '@visx/shape': 3.12.0(react@19.0.0) + '@visx/shape': 3.12.0(react@19.2.1) classnames: 2.5.1 prop-types: 15.8.1 - react: 19.0.0 + react: 19.2.1 - '@visx/clip-path@3.12.0(react@19.0.0)': + '@visx/clip-path@3.12.0(react@19.2.1)': dependencies: '@types/react': 19.1.3 prop-types: 15.8.1 - react: 19.0.0 + react: 19.2.1 '@visx/curve@3.12.0': dependencies: '@types/d3-shape': 1.3.12 d3-shape: 1.3.7 - '@visx/delaunay@3.12.0(react@19.0.0)': + '@visx/delaunay@3.12.0(react@19.2.1)': dependencies: '@types/react': 19.1.3 '@visx/vendor': 3.12.0 classnames: 2.5.1 prop-types: 15.8.1 - react: 19.0.0 + react: 19.2.1 - '@visx/drag@3.12.0(react@19.0.0)': + '@visx/drag@3.12.0(react@19.2.1)': dependencies: '@types/react': 19.1.3 '@visx/event': 3.12.0 '@visx/point': 3.12.0 prop-types: 15.8.1 - react: 19.0.0 + react: 19.2.1 '@visx/event@3.12.0': dependencies: '@types/react': 19.1.3 '@visx/point': 3.12.0 - '@visx/geo@3.12.0(react@19.0.0)': + '@visx/geo@3.12.0(react@19.2.1)': dependencies: '@types/geojson': 7946.0.16 '@types/react': 19.1.3 - '@visx/group': 3.12.0(react@19.0.0) + '@visx/group': 3.12.0(react@19.2.1) '@visx/vendor': 3.12.0 classnames: 2.5.1 prop-types: 15.8.1 - react: 19.0.0 + react: 19.2.1 - '@visx/glyph@3.12.0(react@19.0.0)': + '@visx/glyph@3.12.0(react@19.2.1)': dependencies: '@types/d3-shape': 1.3.12 '@types/react': 19.1.3 - '@visx/group': 3.12.0(react@19.0.0) + '@visx/group': 3.12.0(react@19.2.1) classnames: 2.5.1 d3-shape: 1.3.7 prop-types: 15.8.1 - react: 19.0.0 + react: 19.2.1 - '@visx/gradient@3.12.0(react@19.0.0)': + '@visx/gradient@3.12.0(react@19.2.1)': dependencies: '@types/react': 19.1.3 prop-types: 15.8.1 - react: 19.0.0 + react: 19.2.1 - '@visx/grid@3.12.0(react@19.0.0)': + '@visx/grid@3.12.0(react@19.2.1)': dependencies: '@types/react': 19.1.3 '@visx/curve': 3.12.0 - '@visx/group': 3.12.0(react@19.0.0) + '@visx/group': 3.12.0(react@19.2.1) '@visx/point': 3.12.0 '@visx/scale': 3.12.0 - '@visx/shape': 3.12.0(react@19.0.0) + '@visx/shape': 3.12.0(react@19.2.1) classnames: 2.5.1 prop-types: 15.8.1 - react: 19.0.0 + react: 19.2.1 - '@visx/group@3.12.0(react@19.0.0)': + '@visx/group@3.12.0(react@19.2.1)': dependencies: '@types/react': 19.1.3 classnames: 2.5.1 prop-types: 15.8.1 - react: 19.0.0 + react: 19.2.1 - '@visx/heatmap@3.12.0(react@19.0.0)': + '@visx/heatmap@3.12.0(react@19.2.1)': dependencies: '@types/react': 19.1.3 - '@visx/group': 3.12.0(react@19.0.0) + '@visx/group': 3.12.0(react@19.2.1) classnames: 2.5.1 prop-types: 15.8.1 - react: 19.0.0 + react: 19.2.1 - '@visx/hierarchy@3.12.0(react@19.0.0)': + '@visx/hierarchy@3.12.0(react@19.2.1)': dependencies: '@types/d3-hierarchy': 1.1.11 '@types/react': 19.1.3 - '@visx/group': 3.12.0(react@19.0.0) + '@visx/group': 3.12.0(react@19.2.1) classnames: 2.5.1 d3-hierarchy: 1.1.9 prop-types: 15.8.1 - react: 19.0.0 + react: 19.2.1 - '@visx/legend@3.12.0(react@19.0.0)': + '@visx/legend@3.12.0(react@19.2.1)': dependencies: '@types/react': 19.1.3 - '@visx/group': 3.12.0(react@19.0.0) + '@visx/group': 3.12.0(react@19.2.1) '@visx/scale': 3.12.0 classnames: 2.5.1 prop-types: 15.8.1 - react: 19.0.0 + react: 19.2.1 - '@visx/marker@3.12.0(react@19.0.0)': + '@visx/marker@3.12.0(react@19.2.1)': dependencies: '@types/react': 19.1.3 - '@visx/group': 3.12.0(react@19.0.0) - '@visx/shape': 3.12.0(react@19.0.0) + '@visx/group': 3.12.0(react@19.2.1) + '@visx/shape': 3.12.0(react@19.2.1) classnames: 2.5.1 prop-types: 15.8.1 - react: 19.0.0 + react: 19.2.1 '@visx/mock-data@3.12.0': dependencies: '@types/d3-random': 2.2.3 d3-random: 2.2.2 - '@visx/network@3.12.0(react@19.0.0)': + '@visx/network@3.12.0(react@19.2.1)': dependencies: '@types/react': 19.1.3 - '@visx/group': 3.12.0(react@19.0.0) + '@visx/group': 3.12.0(react@19.2.1) classnames: 2.5.1 prop-types: 15.8.1 - react: 19.0.0 + react: 19.2.1 - '@visx/pattern@3.12.0(react@19.0.0)': + '@visx/pattern@3.12.0(react@19.2.1)': dependencies: '@types/react': 19.1.3 classnames: 2.5.1 prop-types: 15.8.1 - react: 19.0.0 + react: 19.2.1 '@visx/point@3.12.0': {} - '@visx/react-spring@3.12.0(@react-spring/web@9.7.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)': + '@visx/react-spring@3.12.0(@react-spring/web@9.7.5(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(react@19.2.1)': dependencies: - '@react-spring/web': 9.7.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@react-spring/web': 9.7.5(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@types/react': 19.1.3 - '@visx/axis': 3.12.0(react@19.0.0) - '@visx/grid': 3.12.0(react@19.0.0) + '@visx/axis': 3.12.0(react@19.2.1) + '@visx/grid': 3.12.0(react@19.2.1) '@visx/scale': 3.12.0 - '@visx/text': 3.12.0(react@19.0.0) + '@visx/text': 3.12.0(react@19.2.1) classnames: 2.5.1 prop-types: 15.8.1 - react: 19.0.0 + react: 19.2.1 - '@visx/responsive@3.12.0(react@19.0.0)': + '@visx/responsive@3.12.0(react@19.2.1)': dependencies: '@types/lodash': 4.17.15 '@types/react': 19.1.3 lodash: 4.17.21 prop-types: 15.8.1 - react: 19.0.0 + react: 19.2.1 - '@visx/sankey@3.12.0(react@19.0.0)': + '@visx/sankey@3.12.0(react@19.2.1)': dependencies: '@types/d3-sankey': 0.12.4 '@types/react': 19.1.3 - '@visx/group': 3.12.0(react@19.0.0) + '@visx/group': 3.12.0(react@19.2.1) classnames: 2.5.1 d3-sankey: 0.12.3 d3-shape: 1.3.7 - react: 19.0.0 + react: 19.2.1 '@visx/scale@3.12.0': dependencies: '@visx/vendor': 3.12.0 - '@visx/shape@3.12.0(react@19.0.0)': + '@visx/shape@3.12.0(react@19.2.1)': dependencies: '@types/d3-path': 1.0.11 '@types/d3-shape': 1.3.12 '@types/lodash': 4.17.15 '@types/react': 19.1.3 '@visx/curve': 3.12.0 - '@visx/group': 3.12.0(react@19.0.0) + '@visx/group': 3.12.0(react@19.2.1) '@visx/scale': 3.12.0 classnames: 2.5.1 d3-path: 1.0.9 d3-shape: 1.3.7 lodash: 4.17.21 prop-types: 15.8.1 - react: 19.0.0 + react: 19.2.1 - '@visx/text@3.12.0(react@19.0.0)': + '@visx/text@3.12.0(react@19.2.1)': dependencies: '@types/lodash': 4.17.15 '@types/react': 19.1.3 classnames: 2.5.1 lodash: 4.17.21 prop-types: 15.8.1 - react: 19.0.0 + react: 19.2.1 reduce-css-calc: 1.3.0 - '@visx/threshold@3.12.0(react@19.0.0)': + '@visx/threshold@3.12.0(react@19.2.1)': dependencies: '@types/react': 19.1.3 - '@visx/clip-path': 3.12.0(react@19.0.0) - '@visx/shape': 3.12.0(react@19.0.0) + '@visx/clip-path': 3.12.0(react@19.2.1) + '@visx/shape': 3.12.0(react@19.2.1) classnames: 2.5.1 prop-types: 15.8.1 - react: 19.0.0 + react: 19.2.1 - '@visx/tooltip@3.12.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@visx/tooltip@3.12.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@types/react': 19.1.3 - '@visx/bounds': 3.12.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@visx/bounds': 3.12.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) classnames: 2.5.1 prop-types: 15.8.1 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) - react-use-measure: 2.1.7(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + react-use-measure: 2.1.7(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@visx/vendor@3.12.0': dependencies: @@ -20927,97 +20933,97 @@ snapshots: d3-time-format: 4.1.0 internmap: 2.0.3 - '@visx/visx@3.12.0(@react-spring/web@9.7.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@visx/visx@3.12.0(@react-spring/web@9.7.5(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@visx/annotation': 3.12.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@visx/axis': 3.12.0(react@19.0.0) - '@visx/bounds': 3.12.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@visx/brush': 3.12.0(react@19.0.0) - '@visx/clip-path': 3.12.0(react@19.0.0) + '@visx/annotation': 3.12.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@visx/axis': 3.12.0(react@19.2.1) + '@visx/bounds': 3.12.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@visx/brush': 3.12.0(react@19.2.1) + '@visx/clip-path': 3.12.0(react@19.2.1) '@visx/curve': 3.12.0 - '@visx/delaunay': 3.12.0(react@19.0.0) - '@visx/drag': 3.12.0(react@19.0.0) + '@visx/delaunay': 3.12.0(react@19.2.1) + '@visx/drag': 3.12.0(react@19.2.1) '@visx/event': 3.12.0 - '@visx/geo': 3.12.0(react@19.0.0) - '@visx/glyph': 3.12.0(react@19.0.0) - '@visx/gradient': 3.12.0(react@19.0.0) - '@visx/grid': 3.12.0(react@19.0.0) - '@visx/group': 3.12.0(react@19.0.0) - '@visx/heatmap': 3.12.0(react@19.0.0) - '@visx/hierarchy': 3.12.0(react@19.0.0) - '@visx/legend': 3.12.0(react@19.0.0) - '@visx/marker': 3.12.0(react@19.0.0) + '@visx/geo': 3.12.0(react@19.2.1) + '@visx/glyph': 3.12.0(react@19.2.1) + '@visx/gradient': 3.12.0(react@19.2.1) + '@visx/grid': 3.12.0(react@19.2.1) + '@visx/group': 3.12.0(react@19.2.1) + '@visx/heatmap': 3.12.0(react@19.2.1) + '@visx/hierarchy': 3.12.0(react@19.2.1) + '@visx/legend': 3.12.0(react@19.2.1) + '@visx/marker': 3.12.0(react@19.2.1) '@visx/mock-data': 3.12.0 - '@visx/network': 3.12.0(react@19.0.0) - '@visx/pattern': 3.12.0(react@19.0.0) + '@visx/network': 3.12.0(react@19.2.1) + '@visx/pattern': 3.12.0(react@19.2.1) '@visx/point': 3.12.0 - '@visx/responsive': 3.12.0(react@19.0.0) - '@visx/sankey': 3.12.0(react@19.0.0) + '@visx/responsive': 3.12.0(react@19.2.1) + '@visx/sankey': 3.12.0(react@19.2.1) '@visx/scale': 3.12.0 - '@visx/shape': 3.12.0(react@19.0.0) - '@visx/text': 3.12.0(react@19.0.0) - '@visx/threshold': 3.12.0(react@19.0.0) - '@visx/tooltip': 3.12.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@visx/voronoi': 3.12.0(react@19.0.0) - '@visx/wordcloud': 3.12.0(react@19.0.0) - '@visx/xychart': 3.12.0(@react-spring/web@9.7.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@visx/zoom': 3.12.0(react@19.0.0) - react: 19.0.0 + '@visx/shape': 3.12.0(react@19.2.1) + '@visx/text': 3.12.0(react@19.2.1) + '@visx/threshold': 3.12.0(react@19.2.1) + '@visx/tooltip': 3.12.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@visx/voronoi': 3.12.0(react@19.2.1) + '@visx/wordcloud': 3.12.0(react@19.2.1) + '@visx/xychart': 3.12.0(@react-spring/web@9.7.5(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@visx/zoom': 3.12.0(react@19.2.1) + react: 19.2.1 transitivePeerDependencies: - '@react-spring/web' - react-dom - '@visx/voronoi@3.12.0(react@19.0.0)': + '@visx/voronoi@3.12.0(react@19.2.1)': dependencies: '@types/d3-voronoi': 1.1.12 '@types/react': 19.1.3 classnames: 2.5.1 d3-voronoi: 1.1.4 prop-types: 15.8.1 - react: 19.0.0 + react: 19.2.1 - '@visx/wordcloud@3.12.0(react@19.0.0)': + '@visx/wordcloud@3.12.0(react@19.2.1)': dependencies: '@types/d3-cloud': 1.2.5 - '@visx/group': 3.12.0(react@19.0.0) + '@visx/group': 3.12.0(react@19.2.1) d3-cloud: 1.2.7 - react: 19.0.0 + react: 19.2.1 - '@visx/xychart@3.12.0(@react-spring/web@9.7.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@visx/xychart@3.12.0(@react-spring/web@9.7.5(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: - '@react-spring/web': 9.7.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@react-spring/web': 9.7.5(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@types/lodash': 4.17.15 '@types/react': 19.1.3 - '@visx/annotation': 3.12.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@visx/axis': 3.12.0(react@19.0.0) + '@visx/annotation': 3.12.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@visx/axis': 3.12.0(react@19.2.1) '@visx/event': 3.12.0 - '@visx/glyph': 3.12.0(react@19.0.0) - '@visx/grid': 3.12.0(react@19.0.0) - '@visx/react-spring': 3.12.0(@react-spring/web@9.7.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0) - '@visx/responsive': 3.12.0(react@19.0.0) + '@visx/glyph': 3.12.0(react@19.2.1) + '@visx/grid': 3.12.0(react@19.2.1) + '@visx/react-spring': 3.12.0(@react-spring/web@9.7.5(react-dom@19.2.1(react@19.2.1))(react@19.2.1))(react@19.2.1) + '@visx/responsive': 3.12.0(react@19.2.1) '@visx/scale': 3.12.0 - '@visx/shape': 3.12.0(react@19.0.0) - '@visx/text': 3.12.0(react@19.0.0) - '@visx/tooltip': 3.12.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@visx/shape': 3.12.0(react@19.2.1) + '@visx/text': 3.12.0(react@19.2.1) + '@visx/tooltip': 3.12.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@visx/vendor': 3.12.0 - '@visx/voronoi': 3.12.0(react@19.0.0) + '@visx/voronoi': 3.12.0(react@19.2.1) classnames: 2.5.1 d3-interpolate-path: 2.2.1 d3-shape: 2.1.0 lodash: 4.17.21 mitt: 2.1.0 prop-types: 15.8.1 - react: 19.0.0 + react: 19.2.1 transitivePeerDependencies: - react-dom - '@visx/zoom@3.12.0(react@19.0.0)': + '@visx/zoom@3.12.0(react@19.2.1)': dependencies: '@types/react': 19.1.3 - '@use-gesture/react': 10.3.1(react@19.0.0) + '@use-gesture/react': 10.3.1(react@19.2.1) '@visx/event': 3.12.0 prop-types: 15.8.1 - react: 19.0.0 + react: 19.2.1 '@vue/compiler-core@3.5.13': dependencies: @@ -21166,13 +21172,13 @@ snapshots: '@xtuc/long@4.2.2': {} - '@xyflow/react@12.6.4(@types/react@19.1.3)(immer@9.0.21)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@xyflow/react@12.6.4(@types/react@19.1.3)(immer@9.0.21)(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': dependencies: '@xyflow/system': 0.0.61 classcat: 5.0.5 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) - zustand: 4.5.7(@types/react@19.1.3)(immer@9.0.21)(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + zustand: 4.5.7(@types/react@19.1.3)(immer@9.0.21)(react@19.2.1) transitivePeerDependencies: - '@types/react' - immer @@ -22045,14 +22051,14 @@ snapshots: clsx@2.1.1: {} - cmdk@1.1.1(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + cmdk@1.1.1(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-dialog': 1.1.14(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@radix-ui/react-id': 1.1.1(@types/react@19.1.3)(react@19.0.0) - '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-dialog': 1.1.14(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + '@radix-ui/react-id': 1.1.1(@types/react@19.1.3)(react@19.2.1) + '@radix-ui/react-primitive': 2.1.2(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) transitivePeerDependencies: - '@types/react' - '@types/react-dom' @@ -22179,15 +22185,15 @@ snapshots: console-control-strings@1.1.0: optional: true - console-feed@3.8.0(jquery@3.7.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + console-feed@3.8.0(jquery@3.7.1)(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: - '@emotion/core': 10.3.1(react@19.0.0) - '@emotion/styled': 10.3.0(@emotion/core@10.3.1(react@19.0.0))(react@19.0.0) - emotion-theming: 10.3.0(@emotion/core@10.3.1(react@19.0.0))(react@19.0.0) - linkifyjs: 2.1.9(jquery@3.7.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - react: 19.0.0 - react-inline-center: 1.0.1(react@19.0.0) - react-inspector: 5.1.1(react@19.0.0) + '@emotion/core': 10.3.1(react@19.2.1) + '@emotion/styled': 10.3.0(@emotion/core@10.3.1(react@19.2.1))(react@19.2.1) + emotion-theming: 10.3.0(@emotion/core@10.3.1(react@19.2.1))(react@19.2.1) + linkifyjs: 2.1.9(jquery@3.7.1)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-inline-center: 1.0.1(react@19.2.1) + react-inspector: 5.1.1(react@19.2.1) transitivePeerDependencies: - jquery - react-dom @@ -23000,11 +23006,11 @@ snapshots: dependencies: embla-carousel: 8.6.0 - embla-carousel-react@8.6.0(react@19.0.0): + embla-carousel-react@8.6.0(react@19.2.1): dependencies: embla-carousel: 8.6.0 embla-carousel-reactive-utils: 8.6.0(embla-carousel@8.6.0) - react: 19.0.0 + react: 19.2.1 embla-carousel-reactive-utils@8.6.0(embla-carousel@8.6.0): dependencies: @@ -23026,13 +23032,13 @@ snapshots: emoticon@4.1.0: {} - emotion-theming@10.3.0(@emotion/core@10.3.1(react@19.0.0))(react@19.0.0): + emotion-theming@10.3.0(@emotion/core@10.3.1(react@19.2.1))(react@19.2.1): dependencies: '@babel/runtime': 7.27.4 - '@emotion/core': 10.3.1(react@19.0.0) + '@emotion/core': 10.3.1(react@19.2.1) '@emotion/weak-memoize': 0.2.5 hoist-non-react-statics: 3.3.2 - react: 19.0.0 + react: 19.2.1 encodeurl@1.0.2: {} @@ -23252,16 +23258,16 @@ snapshots: optionalDependencies: source-map: 0.6.1 - eslint-config-next@15.3.2(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3): + eslint-config-next@15.3.6(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3): dependencies: - '@next/eslint-plugin-next': 15.3.2 + '@next/eslint-plugin-next': 15.3.6 '@rushstack/eslint-patch': 1.10.5 '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) '@typescript-eslint/parser': 5.62.0(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) eslint: 9.27.0(jiti@2.4.2) eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.8.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@5.62.0(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.27.0(jiti@2.4.2)))(eslint@9.27.0(jiti@2.4.2)) - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@5.62.0(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-typescript@3.8.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@5.62.0(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.27.0(jiti@2.4.2)))(eslint@9.27.0(jiti@2.4.2)))(eslint@9.27.0(jiti@2.4.2)) + eslint-import-resolver-typescript: 3.8.0(eslint-plugin-import@2.31.0)(eslint@9.27.0(jiti@2.4.2)) + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@5.62.0(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-typescript@3.8.0)(eslint@9.27.0(jiti@2.4.2)) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.27.0(jiti@2.4.2)) eslint-plugin-react: 7.37.4(eslint@9.27.0(jiti@2.4.2)) eslint-plugin-react-hooks: 5.1.0(eslint@9.27.0(jiti@2.4.2)) @@ -23280,10 +23286,10 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-import-resolver-typescript@3.8.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@5.62.0(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.27.0(jiti@2.4.2)))(eslint@9.27.0(jiti@2.4.2)): + eslint-import-resolver-typescript@3.8.0(eslint-plugin-import@2.31.0)(eslint@9.27.0(jiti@2.4.2)): dependencies: '@nolyfill/is-core-module': 1.0.39 - debug: 4.4.0 + debug: 4.4.1 enhanced-resolve: 5.18.1 eslint: 9.27.0(jiti@2.4.2) get-tsconfig: 4.10.0 @@ -23291,22 +23297,22 @@ snapshots: stable-hash: 0.0.4 tinyglobby: 0.2.13 optionalDependencies: - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@5.62.0(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-typescript@3.8.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@5.62.0(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.27.0(jiti@2.4.2)))(eslint@9.27.0(jiti@2.4.2)))(eslint@9.27.0(jiti@2.4.2)) + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@5.62.0(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-typescript@3.8.0)(eslint@9.27.0(jiti@2.4.2)) transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.0(@typescript-eslint/parser@5.62.0(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.8.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@5.62.0(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.27.0(jiti@2.4.2)))(eslint@9.27.0(jiti@2.4.2)))(eslint@9.27.0(jiti@2.4.2)): + eslint-module-utils@2.12.0(@typescript-eslint/parser@5.62.0(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.8.0)(eslint@9.27.0(jiti@2.4.2)): dependencies: debug: 3.2.7 optionalDependencies: '@typescript-eslint/parser': 5.62.0(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3) eslint: 9.27.0(jiti@2.4.2) eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.8.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@5.62.0(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.27.0(jiti@2.4.2)))(eslint@9.27.0(jiti@2.4.2)) + eslint-import-resolver-typescript: 3.8.0(eslint-plugin-import@2.31.0)(eslint@9.27.0(jiti@2.4.2)) transitivePeerDependencies: - supports-color - eslint-plugin-import@2.31.0(@typescript-eslint/parser@5.62.0(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-typescript@3.8.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@5.62.0(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.27.0(jiti@2.4.2)))(eslint@9.27.0(jiti@2.4.2)))(eslint@9.27.0(jiti@2.4.2)): + eslint-plugin-import@2.31.0(@typescript-eslint/parser@5.62.0(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-typescript@3.8.0)(eslint@9.27.0(jiti@2.4.2)): dependencies: '@rtsao/scc': 1.1.0 array-includes: 3.1.8 @@ -23317,7 +23323,7 @@ snapshots: doctrine: 2.1.0 eslint: 9.27.0(jiti@2.4.2) eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@5.62.0(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.8.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@5.62.0(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.27.0(jiti@2.4.2)))(eslint@9.27.0(jiti@2.4.2)))(eslint@9.27.0(jiti@2.4.2)) + eslint-module-utils: 2.12.0(@typescript-eslint/parser@5.62.0(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.8.0)(eslint@9.27.0(jiti@2.4.2)) hasown: 2.0.2 is-core-module: 2.16.1 is-glob: 4.0.3 @@ -23827,15 +23833,15 @@ snapshots: dependencies: simplesignal: 2.1.7 - framer-motion@12.15.0(@emotion/is-prop-valid@1.3.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + framer-motion@12.15.0(@emotion/is-prop-valid@1.3.1)(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: motion-dom: 12.15.0 motion-utils: 12.12.1 tslib: 2.8.1 optionalDependencies: '@emotion/is-prop-valid': 1.3.1 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) fresh@0.5.2: {} @@ -24577,17 +24583,17 @@ snapshots: dependencies: css-in-js-utils: 3.1.0 - input-format@0.3.14(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + input-format@0.3.14(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: prop-types: 15.8.1 optionalDependencies: - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - input-otp@1.4.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + input-otp@1.4.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) internal-slot@1.1.0: dependencies: @@ -24889,10 +24895,10 @@ snapshots: has-symbols: 1.1.0 set-function-name: 2.0.2 - its-fine@2.0.0(@types/react@19.1.3)(react@19.0.0): + its-fine@2.0.0(@types/react@19.1.3)(react@19.2.1): dependencies: '@types/react-reconciler': 0.28.9(@types/react@19.1.3) - react: 19.0.0 + react: 19.2.1 transitivePeerDependencies: - '@types/react' @@ -25479,11 +25485,11 @@ snapshots: dependencies: uc.micro: 2.1.0 - linkifyjs@2.1.9(jquery@3.7.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + linkifyjs@2.1.9(jquery@3.7.1)(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: jquery: 3.7.1 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) linkifyjs@4.2.0: {} @@ -25571,13 +25577,13 @@ snapshots: dependencies: yallist: 3.1.1 - lucide-react@0.511.0(react@19.0.0): + lucide-react@0.511.0(react@19.2.1): dependencies: - react: 19.0.0 + react: 19.2.1 - lucide-react@0.542.0(react@19.0.0): + lucide-react@0.542.0(react@19.2.1): dependencies: - react: 19.0.0 + react: 19.2.1 lz-string@1.5.0: {} @@ -25674,29 +25680,29 @@ snapshots: splaytree: 0.1.4 tinyqueue: 1.2.3 - masonic@4.1.0(react@19.0.0): + masonic@4.1.0(react@19.2.1): dependencies: '@essentials/memoize-one': 1.1.0 '@essentials/one-key-map': 1.2.0 '@essentials/request-timeout': 1.3.0 - '@react-hook/event': 1.2.6(react@19.0.0) - '@react-hook/latest': 1.0.3(react@19.0.0) - '@react-hook/passive-layout-effect': 1.2.1(react@19.0.0) - '@react-hook/throttle': 2.2.0(react@19.0.0) - '@react-hook/window-scroll': 1.3.0(react@19.0.0) - '@react-hook/window-size': 3.1.1(react@19.0.0) + '@react-hook/event': 1.2.6(react@19.2.1) + '@react-hook/latest': 1.0.3(react@19.2.1) + '@react-hook/passive-layout-effect': 1.2.1(react@19.2.1) + '@react-hook/throttle': 2.2.0(react@19.2.1) + '@react-hook/window-scroll': 1.3.0(react@19.2.1) + '@react-hook/window-size': 3.1.1(react@19.2.1) raf-schd: 4.0.3 - react: 19.0.0 + react: 19.2.1 trie-memoize: 1.2.0 math-expression-evaluator@1.4.0: {} math-intrinsics@1.1.0: {} - md-to-react-email@5.0.5(react@19.0.0): + md-to-react-email@5.0.5(react@19.2.1): dependencies: marked: 7.0.4 - react: 19.0.0 + react: 19.2.1 mdast-util-directive@3.1.0: dependencies: @@ -26420,14 +26426,14 @@ snapshots: motion-utils@12.12.1: {} - motion@12.15.0(@emotion/is-prop-valid@1.3.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + motion@12.15.0(@emotion/is-prop-valid@1.3.1)(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: - framer-motion: 12.15.0(@emotion/is-prop-valid@1.3.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + framer-motion: 12.15.0(@emotion/is-prop-valid@1.3.1)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) tslib: 2.8.1 optionalDependencies: '@emotion/is-prop-valid': 1.3.1 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) mri@1.2.0: {} @@ -26453,15 +26459,15 @@ snapshots: nan@2.22.2: optional: true - nano-css@5.6.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + nano-css@5.6.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: '@jridgewell/sourcemap-codec': 1.5.0 css-tree: 1.1.3 csstype: 3.1.3 fastest-stable-stringify: 2.0.2 inline-style-prefixer: 7.0.1 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) rtl-css-js: 1.16.1 stacktrace-js: 2.0.2 stylis: 4.3.6 @@ -26483,31 +26489,31 @@ snapshots: neo-async@2.6.2: {} - next-themes@0.4.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + next-themes@0.4.6(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - next@15.3.2(@babel/core@7.27.1)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + next@15.3.6(@babel/core@7.27.1)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: - '@next/env': 15.3.2 + '@next/env': 15.3.6 '@swc/counter': 0.1.3 '@swc/helpers': 0.5.15 busboy: 1.6.0 caniuse-lite: 1.0.30001717 postcss: 8.4.31 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) - styled-jsx: 5.1.6(@babel/core@7.27.1)(babel-plugin-macros@3.1.0)(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + styled-jsx: 5.1.6(@babel/core@7.27.1)(babel-plugin-macros@3.1.0)(react@19.2.1) optionalDependencies: - '@next/swc-darwin-arm64': 15.3.2 - '@next/swc-darwin-x64': 15.3.2 - '@next/swc-linux-arm64-gnu': 15.3.2 - '@next/swc-linux-arm64-musl': 15.3.2 - '@next/swc-linux-x64-gnu': 15.3.2 - '@next/swc-linux-x64-musl': 15.3.2 - '@next/swc-win32-arm64-msvc': 15.3.2 - '@next/swc-win32-x64-msvc': 15.3.2 + '@next/swc-darwin-arm64': 15.3.5 + '@next/swc-darwin-x64': 15.3.5 + '@next/swc-linux-arm64-gnu': 15.3.5 + '@next/swc-linux-arm64-musl': 15.3.5 + '@next/swc-linux-x64-gnu': 15.3.5 + '@next/swc-linux-x64-musl': 15.3.5 + '@next/swc-win32-arm64-msvc': 15.3.5 + '@next/swc-win32-x64-msvc': 15.3.5 '@opentelemetry/api': 1.9.0 '@playwright/test': 1.52.0 sharp: 0.34.1 @@ -26515,26 +26521,26 @@ snapshots: - '@babel/core' - babel-plugin-macros - next@15.3.2(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + next@15.3.6(@babel/core@7.27.4)(@opentelemetry/api@1.9.0)(@playwright/test@1.52.0)(babel-plugin-macros@3.1.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: - '@next/env': 15.3.2 + '@next/env': 15.3.6 '@swc/counter': 0.1.3 '@swc/helpers': 0.5.15 busboy: 1.6.0 caniuse-lite: 1.0.30001717 postcss: 8.4.31 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) - styled-jsx: 5.1.6(@babel/core@7.27.4)(babel-plugin-macros@3.1.0)(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + styled-jsx: 5.1.6(@babel/core@7.27.4)(babel-plugin-macros@3.1.0)(react@19.2.1) optionalDependencies: - '@next/swc-darwin-arm64': 15.3.2 - '@next/swc-darwin-x64': 15.3.2 - '@next/swc-linux-arm64-gnu': 15.3.2 - '@next/swc-linux-arm64-musl': 15.3.2 - '@next/swc-linux-x64-gnu': 15.3.2 - '@next/swc-linux-x64-musl': 15.3.2 - '@next/swc-win32-arm64-msvc': 15.3.2 - '@next/swc-win32-x64-msvc': 15.3.2 + '@next/swc-darwin-arm64': 15.3.5 + '@next/swc-darwin-x64': 15.3.5 + '@next/swc-linux-arm64-gnu': 15.3.5 + '@next/swc-linux-arm64-musl': 15.3.5 + '@next/swc-linux-x64-gnu': 15.3.5 + '@next/swc-linux-x64-musl': 15.3.5 + '@next/swc-win32-arm64-msvc': 15.3.5 + '@next/swc-win32-x64-msvc': 15.3.5 '@opentelemetry/api': 1.9.0 '@playwright/test': 1.52.0 sharp: 0.34.1 @@ -27502,11 +27508,11 @@ snapshots: pretty-time@1.1.0: {} - prism-react-renderer@2.4.1(react@19.0.0): + prism-react-renderer@2.4.1(react@19.2.1): dependencies: '@types/prismjs': 1.26.5 clsx: 2.1.1 - react: 19.0.0 + react: 19.2.1 prismjs@1.30.0: {} @@ -27746,26 +27752,26 @@ snapshots: minimist: 1.2.8 strip-json-comments: 2.0.1 - re-resizable@6.11.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + re-resizable@6.11.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - react-colorful@5.6.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + react-colorful@5.6.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - react-data-grid@7.0.0-beta.44(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + react-data-grid@7.0.0-beta.44(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: clsx: 2.1.1 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - react-day-picker@8.10.1(date-fns@3.6.0)(react@19.0.0): + react-day-picker@8.10.1(date-fns@3.6.0)(react@19.2.1): dependencies: date-fns: 3.6.0 - react: 19.0.0 + react: 19.2.1 react-dev-utils@12.0.1(eslint@9.27.0(jiti@2.4.2))(typescript@5.8.3)(webpack@5.98.0(esbuild@0.25.4)): dependencies: @@ -27801,71 +27807,71 @@ snapshots: - supports-color - vue-template-compiler - react-dom@19.0.0(react@19.0.0): + react-dom@19.2.1(react@19.2.1): dependencies: - react: 19.0.0 - scheduler: 0.25.0 + react: 19.2.1 + scheduler: 0.27.0 - react-draggable@4.4.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + react-draggable@4.4.6(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: clsx: 1.2.1 prop-types: 15.8.1 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - react-dropzone@14.3.8(react@19.0.0): + react-dropzone@14.3.8(react@19.2.1): dependencies: attr-accept: 2.2.5 file-selector: 2.1.2 prop-types: 15.8.1 - react: 19.0.0 + react: 19.2.1 - react-error-boundary@4.1.2(react@19.0.0): + react-error-boundary@4.1.2(react@19.2.1): dependencies: '@babel/runtime': 7.26.9 - react: 19.0.0 + react: 19.2.1 react-error-overlay@6.1.0: {} react-fast-compare@3.2.2: {} - react-fast-marquee@1.6.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + react-fast-marquee@1.6.5(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - react-hook-form@7.56.4(react@19.0.0): + react-hook-form@7.56.4(react@19.2.1): dependencies: - react: 19.0.0 + react: 19.2.1 - react-hotkeys-hook@4.6.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + react-hotkeys-hook@4.6.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - react-i18next@13.5.0(i18next@23.16.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + react-i18next@13.5.0(i18next@23.16.8)(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: '@babel/runtime': 7.26.9 html-parse-stringify: 3.0.1 i18next: 23.16.8 - react: 19.0.0 + react: 19.2.1 optionalDependencies: - react-dom: 19.0.0(react@19.0.0) + react-dom: 19.2.1(react@19.2.1) - react-icons@5.5.0(react@19.0.0): + react-icons@5.5.0(react@19.2.1): dependencies: - react: 19.0.0 + react: 19.2.1 - react-inline-center@1.0.1(react@19.0.0): + react-inline-center@1.0.1(react@19.2.1): dependencies: - react: 19.0.0 + react: 19.2.1 - react-inspector@5.1.1(react@19.0.0): + react-inspector@5.1.1(react@19.2.1): dependencies: '@babel/runtime': 7.27.4 is-dom: 1.1.0 prop-types: 15.8.1 - react: 19.0.0 + react: 19.2.1 react-is@16.13.1: {} @@ -27873,26 +27879,26 @@ snapshots: react-is@18.3.1: {} - react-json-view-lite@1.5.0(react@19.0.0): + react-json-view-lite@1.5.0(react@19.2.1): dependencies: - react: 19.0.0 + react: 19.2.1 - react-loadable-ssr-addon-v5-slorber@1.0.1(@docusaurus/react-loadable@6.0.0(react@19.0.0))(webpack@5.98.0(esbuild@0.25.4)): + react-loadable-ssr-addon-v5-slorber@1.0.1(@docusaurus/react-loadable@6.0.0(react@19.2.1))(webpack@5.98.0(esbuild@0.25.4)): dependencies: '@babel/runtime': 7.27.1 - react-loadable: '@docusaurus/react-loadable@6.0.0(react@19.0.0)' + react-loadable: '@docusaurus/react-loadable@6.0.0(react@19.2.1)' webpack: 5.98.0(esbuild@0.25.4) - react-map-gl@7.1.9(mapbox-gl@3.12.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + react-map-gl@7.1.9(mapbox-gl@3.12.0)(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: '@maplibre/maplibre-gl-style-spec': 19.3.3 '@types/mapbox-gl': 3.4.1 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) optionalDependencies: mapbox-gl: 3.12.0 - react-markdown@10.1.0(@types/react@19.1.3)(react@19.0.0): + react-markdown@10.1.0(@types/react@19.1.3)(react@19.2.1): dependencies: '@types/hast': 3.0.4 '@types/mdast': 4.0.4 @@ -27901,7 +27907,7 @@ snapshots: hast-util-to-jsx-runtime: 2.3.2 html-url-attributes: 3.0.1 mdast-util-to-hast: 13.2.0 - react: 19.0.0 + react: 19.2.1 remark-parse: 11.0.0 remark-rehype: 11.1.2 unified: 11.0.5 @@ -27910,21 +27916,21 @@ snapshots: transitivePeerDependencies: - supports-color - react-medium-image-zoom@5.2.14(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + react-medium-image-zoom@5.2.14(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - react-number-format@5.4.4(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + react-number-format@5.4.4(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) react-pageflip@2.0.3: dependencies: page-flip: 2.0.7 - react-pdf@9.2.1(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + react-pdf@9.2.1(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: clsx: 2.1.1 dequal: 2.0.3 @@ -27932,102 +27938,102 @@ snapshots: make-event-props: 1.6.2 merge-refs: 1.3.0(@types/react@19.1.3) pdfjs-dist: 4.8.69 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) tiny-invariant: 1.3.3 warning: 4.0.3 optionalDependencies: '@types/react': 19.1.3 - react-phone-number-input@3.4.12(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + react-phone-number-input@3.4.12(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: classnames: 2.5.1 country-flag-icons: 1.5.18 - input-format: 0.3.14(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + input-format: 0.3.14(react-dom@19.2.1(react@19.2.1))(react@19.2.1) libphonenumber-js: 1.12.8 prop-types: 15.8.1 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - react-player@2.16.0(react@19.0.0): + react-player@2.16.0(react@19.2.1): dependencies: deepmerge: 4.3.1 load-script: 1.0.0 memoize-one: 5.2.1 prop-types: 15.8.1 - react: 19.0.0 + react: 19.2.1 react-fast-compare: 3.2.2 react-promise-suspense@0.3.4: dependencies: fast-deep-equal: 2.0.1 - react-reconciler@0.31.0(react@19.0.0): + react-reconciler@0.31.0(react@19.2.1): dependencies: - react: 19.0.0 + react: 19.2.1 scheduler: 0.25.0 - react-remove-scroll-bar@2.3.8(@types/react@19.1.3)(react@19.0.0): + react-remove-scroll-bar@2.3.8(@types/react@19.1.3)(react@19.2.1): dependencies: - react: 19.0.0 - react-style-singleton: 2.2.3(@types/react@19.1.3)(react@19.0.0) + react: 19.2.1 + react-style-singleton: 2.2.3(@types/react@19.1.3)(react@19.2.1) tslib: 2.8.1 optionalDependencies: '@types/react': 19.1.3 - react-remove-scroll@2.6.3(@types/react@19.1.3)(react@19.0.0): + react-remove-scroll@2.6.3(@types/react@19.1.3)(react@19.2.1): dependencies: - react: 19.0.0 - react-remove-scroll-bar: 2.3.8(@types/react@19.1.3)(react@19.0.0) - react-style-singleton: 2.2.3(@types/react@19.1.3)(react@19.0.0) + react: 19.2.1 + react-remove-scroll-bar: 2.3.8(@types/react@19.1.3)(react@19.2.1) + react-style-singleton: 2.2.3(@types/react@19.1.3)(react@19.2.1) tslib: 2.8.1 - use-callback-ref: 1.3.3(@types/react@19.1.3)(react@19.0.0) - use-sidecar: 1.1.3(@types/react@19.1.3)(react@19.0.0) + use-callback-ref: 1.3.3(@types/react@19.1.3)(react@19.2.1) + use-sidecar: 1.1.3(@types/react@19.1.3)(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 - react-remove-scroll@2.7.0(@types/react@19.1.3)(react@19.0.0): + react-remove-scroll@2.7.0(@types/react@19.1.3)(react@19.2.1): dependencies: - react: 19.0.0 - react-remove-scroll-bar: 2.3.8(@types/react@19.1.3)(react@19.0.0) - react-style-singleton: 2.2.3(@types/react@19.1.3)(react@19.0.0) + react: 19.2.1 + react-remove-scroll-bar: 2.3.8(@types/react@19.1.3)(react@19.2.1) + react-style-singleton: 2.2.3(@types/react@19.1.3)(react@19.2.1) tslib: 2.8.1 - use-callback-ref: 1.3.3(@types/react@19.1.3)(react@19.0.0) - use-sidecar: 1.1.3(@types/react@19.1.3)(react@19.0.0) + use-callback-ref: 1.3.3(@types/react@19.1.3)(react@19.2.1) + use-sidecar: 1.1.3(@types/react@19.1.3)(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 - react-resizable-panels@3.0.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + react-resizable-panels@3.0.6(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - react-rnd@10.5.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + react-rnd@10.5.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: - re-resizable: 6.11.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) - react-draggable: 4.4.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + re-resizable: 6.11.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + react-draggable: 4.4.6(react-dom@19.2.1(react@19.2.1))(react@19.2.1) tslib: 2.6.2 - react-router-config@5.1.1(react-router@5.3.4(react@19.0.0))(react@19.0.0): + react-router-config@5.1.1(react-router@5.3.4(react@19.2.1))(react@19.2.1): dependencies: '@babel/runtime': 7.27.1 - react: 19.0.0 - react-router: 5.3.4(react@19.0.0) + react: 19.2.1 + react-router: 5.3.4(react@19.2.1) - react-router-dom@5.3.4(react@19.0.0): + react-router-dom@5.3.4(react@19.2.1): dependencies: '@babel/runtime': 7.27.1 history: 4.10.1 loose-envify: 1.4.0 prop-types: 15.8.1 - react: 19.0.0 - react-router: 5.3.4(react@19.0.0) + react: 19.2.1 + react-router: 5.3.4(react@19.2.1) tiny-invariant: 1.3.3 tiny-warning: 1.0.3 - react-router@5.3.4(react@19.0.0): + react-router@5.3.4(react@19.2.1): dependencies: '@babel/runtime': 7.27.1 history: 4.10.1 @@ -28035,61 +28041,61 @@ snapshots: loose-envify: 1.4.0 path-to-regexp: 1.9.0 prop-types: 15.8.1 - react: 19.0.0 + react: 19.2.1 react-is: 16.13.1 tiny-invariant: 1.3.3 tiny-warning: 1.0.3 - react-smooth@4.0.4(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + react-smooth@4.0.4(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: fast-equals: 5.2.2 prop-types: 15.8.1 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) - react-transition-group: 4.4.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + react-transition-group: 4.4.5(react-dom@19.2.1(react@19.2.1))(react@19.2.1) - react-style-singleton@2.2.3(@types/react@19.1.3)(react@19.0.0): + react-style-singleton@2.2.3(@types/react@19.1.3)(react@19.2.1): dependencies: get-nonce: 1.0.1 - react: 19.0.0 + react: 19.2.1 tslib: 2.8.1 optionalDependencies: '@types/react': 19.1.3 - react-textarea-autosize@8.5.9(@types/react@19.1.3)(react@19.0.0): + react-textarea-autosize@8.5.9(@types/react@19.1.3)(react@19.2.1): dependencies: '@babel/runtime': 7.27.0 - react: 19.0.0 - use-composed-ref: 1.4.0(@types/react@19.1.3)(react@19.0.0) - use-latest: 1.3.0(@types/react@19.1.3)(react@19.0.0) + react: 19.2.1 + use-composed-ref: 1.4.0(@types/react@19.1.3)(react@19.2.1) + use-latest: 1.3.0(@types/react@19.1.3)(react@19.2.1) transitivePeerDependencies: - '@types/react' - react-timer-hook@4.0.5(react@19.0.0): + react-timer-hook@4.0.5(react@19.2.1): dependencies: - react: 19.0.0 + react: 19.2.1 - react-transition-group@4.4.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + react-transition-group@4.4.5(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: '@babel/runtime': 7.27.4 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - react-universal-interface@0.6.2(react@19.0.0)(tslib@2.8.1): + react-universal-interface@0.6.2(react@19.2.1)(tslib@2.8.1): dependencies: - react: 19.0.0 + react: 19.2.1 tslib: 2.8.1 - react-use-measure@2.1.7(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + react-use-measure@2.1.7(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: - react: 19.0.0 + react: 19.2.1 optionalDependencies: - react-dom: 19.0.0(react@19.0.0) + react-dom: 19.2.1(react@19.2.1) - react-use@17.6.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + react-use@17.6.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: '@types/js-cookie': 2.2.7 '@xobotyi/scrollbar-width': 1.9.5 @@ -28097,10 +28103,10 @@ snapshots: fast-deep-equal: 3.1.3 fast-shallow-equal: 1.0.0 js-cookie: 2.2.1 - nano-css: 5.6.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) - react-universal-interface: 0.6.2(react@19.0.0)(tslib@2.8.1) + nano-css: 5.6.2(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) + react-universal-interface: 0.6.2(react@19.2.1)(tslib@2.8.1) resize-observer-polyfill: 1.5.1 screenfull: 5.2.0 set-harmonic-interval: 1.0.1 @@ -28108,14 +28114,14 @@ snapshots: ts-easing: 0.2.0 tslib: 2.8.1 - react-window@1.8.11(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + react-window@1.8.11(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: '@babel/runtime': 7.26.9 memoize-one: 5.2.1 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) - react@19.0.0: {} + react@19.2.1: {} read-yaml-file@1.1.0: dependencies: @@ -28152,15 +28158,15 @@ snapshots: dependencies: decimal.js-light: 2.5.1 - recharts@2.15.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + recharts@2.15.3(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: clsx: 2.1.1 eventemitter3: 4.0.7 lodash: 4.17.21 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) react-is: 18.3.1 - react-smooth: 4.0.4(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + react-smooth: 4.0.4(react-dom@19.2.1(react@19.2.1))(react@19.2.1) recharts-scale: 0.4.5 tiny-invariant: 1.3.3 victory-vendor: 36.9.2 @@ -28460,9 +28466,9 @@ snapshots: requires-port@1.0.0: {} - resend@4.5.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + resend@4.5.1(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: - '@react-email/render': 1.0.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@react-email/render': 1.0.6(react-dom@19.2.1(react@19.2.1))(react@19.2.1) transitivePeerDependencies: - react - react-dom @@ -28607,6 +28613,8 @@ snapshots: scheduler@0.25.0: {} + scheduler@0.27.0: {} + schema-utils@2.7.0: dependencies: '@types/json-schema': 7.0.15 @@ -28765,9 +28773,9 @@ snapshots: setprototypeof@1.2.0: {} - shadergradient@1.3.5(react@19.0.0): + shadergradient@1.3.5(react@19.2.1): dependencies: - react: 19.0.0 + react: 19.2.1 shallow-clone@3.0.1: dependencies: @@ -28959,10 +28967,10 @@ snapshots: uuid: 8.3.2 websocket-driver: 0.7.4 - sonner@2.0.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + sonner@2.0.3(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) sort-asc@0.2.0: {} @@ -29090,15 +29098,15 @@ snapshots: stoppable@1.1.0: {} - streamdown@1.4.0(@types/react@19.1.3)(react@19.0.0): + streamdown@1.4.0(@types/react@19.1.3)(react@19.2.1): dependencies: clsx: 2.1.1 katex: 0.16.25 - lucide-react: 0.542.0(react@19.0.0) + lucide-react: 0.542.0(react@19.2.1) marked: 16.4.1 mermaid: 11.12.1 - react: 19.0.0 - react-markdown: 10.1.0(@types/react@19.1.3)(react@19.0.0) + react: 19.2.1 + react-markdown: 10.1.0(@types/react@19.1.3)(react@19.2.1) rehype-harden: 1.1.5 rehype-katex: 7.0.1 rehype-raw: 7.0.0 @@ -29228,18 +29236,18 @@ snapshots: dependencies: inline-style-parser: 0.2.4 - styled-jsx@5.1.6(@babel/core@7.27.1)(babel-plugin-macros@3.1.0)(react@19.0.0): + styled-jsx@5.1.6(@babel/core@7.27.1)(babel-plugin-macros@3.1.0)(react@19.2.1): dependencies: client-only: 0.0.1 - react: 19.0.0 + react: 19.2.1 optionalDependencies: '@babel/core': 7.27.1 babel-plugin-macros: 3.1.0 - styled-jsx@5.1.6(@babel/core@7.27.4)(babel-plugin-macros@3.1.0)(react@19.0.0): + styled-jsx@5.1.6(@babel/core@7.27.4)(babel-plugin-macros@3.1.0)(react@19.2.1): dependencies: client-only: 0.0.1 - react: 19.0.0 + react: 19.2.1 optionalDependencies: '@babel/core': 7.27.4 babel-plugin-macros: 3.1.0 @@ -29278,9 +29286,9 @@ snapshots: supports-preserve-symlinks-flag@1.0.0: {} - suspend-react@0.1.3(react@19.0.0): + suspend-react@0.1.3(react@19.2.1): dependencies: - react: 19.0.0 + react: 19.2.1 svelte@4.2.19: dependencies: @@ -29314,11 +29322,11 @@ snapshots: csso: 5.0.5 picocolors: 1.1.1 - swr@2.3.3(react@19.0.0): + swr@2.3.3(react@19.2.1): dependencies: dequal: 2.0.3 - react: 19.0.0 - use-sync-external-store: 1.5.0(react@19.0.0) + react: 19.2.1 + use-sync-external-store: 1.5.0(react@19.2.1) symbol-tree@3.2.4: {} @@ -29681,9 +29689,9 @@ snapshots: safe-buffer: 5.2.1 optional: true - tunnel-rat@0.1.2(@types/react@19.1.3)(immer@9.0.21)(react@19.0.0): + tunnel-rat@0.1.2(@types/react@19.1.3)(immer@9.0.21)(react@19.2.1): dependencies: - zustand: 4.5.7(@types/react@19.1.3)(immer@9.0.21)(react@19.0.0) + zustand: 4.5.7(@types/react@19.1.3)(immer@9.0.21)(react@19.2.1) transitivePeerDependencies: - '@types/react' - immer @@ -29954,59 +29962,59 @@ snapshots: querystringify: 2.2.0 requires-port: 1.0.0 - use-callback-ref@1.3.3(@types/react@19.1.3)(react@19.0.0): + use-callback-ref@1.3.3(@types/react@19.1.3)(react@19.2.1): dependencies: - react: 19.0.0 + react: 19.2.1 tslib: 2.8.1 optionalDependencies: '@types/react': 19.1.3 - use-composed-ref@1.4.0(@types/react@19.1.3)(react@19.0.0): + use-composed-ref@1.4.0(@types/react@19.1.3)(react@19.2.1): dependencies: - react: 19.0.0 + react: 19.2.1 optionalDependencies: '@types/react': 19.1.3 - use-file-picker@2.1.4(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react@19.0.0): + use-file-picker@2.1.4(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react@19.2.1): dependencies: '@types/react': 19.1.3 '@types/react-dom': 19.1.3(@types/react@19.1.3) file-selector: 2.1.2 - react: 19.0.0 + react: 19.2.1 - use-isomorphic-layout-effect@1.2.0(@types/react@19.1.3)(react@19.0.0): + use-isomorphic-layout-effect@1.2.0(@types/react@19.1.3)(react@19.2.1): dependencies: - react: 19.0.0 + react: 19.2.1 optionalDependencies: '@types/react': 19.1.3 - use-latest@1.3.0(@types/react@19.1.3)(react@19.0.0): + use-latest@1.3.0(@types/react@19.1.3)(react@19.2.1): dependencies: - react: 19.0.0 - use-isomorphic-layout-effect: 1.2.0(@types/react@19.1.3)(react@19.0.0) + react: 19.2.1 + use-isomorphic-layout-effect: 1.2.0(@types/react@19.1.3)(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 - use-sidecar@1.1.3(@types/react@19.1.3)(react@19.0.0): + use-sidecar@1.1.3(@types/react@19.1.3)(react@19.2.1): dependencies: detect-node-es: 1.1.0 - react: 19.0.0 + react: 19.2.1 tslib: 2.8.1 optionalDependencies: '@types/react': 19.1.3 - use-stick-to-bottom@1.1.1(react@19.0.0): + use-stick-to-bottom@1.1.1(react@19.2.1): dependencies: - react: 19.0.0 + react: 19.2.1 - use-sync-external-store@1.5.0(react@19.0.0): + use-sync-external-store@1.5.0(react@19.2.1): dependencies: - react: 19.0.0 + react: 19.2.1 - usehooks-ts@3.1.1(react@19.0.0): + usehooks-ts@3.1.1(react@19.2.1): dependencies: lodash.debounce: 4.0.8 - react: 19.0.0 + react: 19.2.1 util-deprecate@1.0.2: {} @@ -30037,11 +30045,11 @@ snapshots: vary@1.1.2: {} - vaul@0.9.9(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + vaul@0.9.9(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1): dependencies: - '@radix-ui/react-dialog': 1.1.14(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + '@radix-ui/react-dialog': 1.1.14(@types/react-dom@19.1.3(@types/react@19.1.3))(@types/react@19.1.3)(react-dom@19.2.1(react@19.2.1))(react@19.2.1) + react: 19.2.1 + react-dom: 19.2.1(react@19.2.1) transitivePeerDependencies: - '@types/react' - '@types/react-dom' @@ -30526,26 +30534,26 @@ snapshots: zod@4.1.12: {} - zustand@4.5.7(@types/react@19.1.3)(immer@9.0.21)(react@19.0.0): + zustand@4.5.7(@types/react@19.1.3)(immer@9.0.21)(react@19.2.1): dependencies: - use-sync-external-store: 1.5.0(react@19.0.0) + use-sync-external-store: 1.5.0(react@19.2.1) optionalDependencies: '@types/react': 19.1.3 immer: 9.0.21 - react: 19.0.0 + react: 19.2.1 - zustand@5.0.4(@types/react@19.1.3)(immer@9.0.21)(react@19.0.0)(use-sync-external-store@1.5.0(react@19.0.0)): + zustand@5.0.4(@types/react@19.1.3)(immer@9.0.21)(react@19.2.1)(use-sync-external-store@1.5.0(react@19.2.1)): optionalDependencies: '@types/react': 19.1.3 immer: 9.0.21 - react: 19.0.0 - use-sync-external-store: 1.5.0(react@19.0.0) + react: 19.2.1 + use-sync-external-store: 1.5.0(react@19.2.1) - zustand@5.0.5(@types/react@19.1.3)(immer@9.0.21)(react@19.0.0)(use-sync-external-store@1.5.0(react@19.0.0)): + zustand@5.0.5(@types/react@19.1.3)(immer@9.0.21)(react@19.2.1)(use-sync-external-store@1.5.0(react@19.2.1)): optionalDependencies: '@types/react': 19.1.3 immer: 9.0.21 - react: 19.0.0 - use-sync-external-store: 1.5.0(react@19.0.0) + react: 19.2.1 + use-sync-external-store: 1.5.0(react@19.2.1) zwitch@2.0.4: {}