diff --git a/.changeset/strong-waves-fry.md b/.changeset/strong-waves-fry.md new file mode 100644 index 00000000..7b078fe8 --- /dev/null +++ b/.changeset/strong-waves-fry.md @@ -0,0 +1,6 @@ +--- +"@tinloof/sanity-studio": minor +"@tinloof/sanity-web": minor +--- + +use `sanity/presentation` instead of `@sanity/presentation` diff --git a/apps/next/package.json b/apps/next/package.json index afb10a65..fcf513ce 100644 --- a/apps/next/package.json +++ b/apps/next/package.json @@ -15,20 +15,20 @@ "singleQuote": true }, "dependencies": { - "@sanity/client": "^6.24.1", - "@sanity/preview-url-secret": "^2.0.5", - "@sanity/react-loader": "^1.10.30", - "@sanity/vision": "^3.68.1", + "@sanity/client": "^6.27.2", + "@sanity/preview-url-secret": "^2.1.4", + "@sanity/react-loader": "^1.10.41", + "@sanity/vision": "^3.74.0", "@tailwindcss/typography": "0.5.15", "@tinloof/sanity-studio": "workspace:*", "@tinloof/sanity-web": "workspace:*", "classnames": "2.5.1", "lucide-react": "^0.453.0", "next": "15.1.1", - "next-sanity": "^9.8.27", + "next-sanity": "^9.8.51", "react": "^19.0.0", "react-dom": "^19.0.0", - "sanity": "^3.68.1", + "sanity": "^3.74.0", "server-only": "0.0.1" }, "devDependencies": { diff --git a/apps/studio/package.json b/apps/studio/package.json index 144f7f78..bdbc7a55 100644 --- a/apps/studio/package.json +++ b/apps/studio/package.json @@ -15,12 +15,12 @@ "sanity" ], "dependencies": { - "@sanity/vision": "^3.68.1", + "@sanity/vision": "^3.74.0", "@tinloof/sanity-studio": "workspace:*", "react": "^18.3.1", "react-dom": "^18.3.1", "react-is": "^18.3.1", - "sanity": "^3.68.1", + "sanity": "^3.74.0", "styled-components": "^6.1.13" }, "devDependencies": { diff --git a/apps/studio/sanity.config.ts b/apps/studio/sanity.config.ts index 9ce43caf..c555dd7d 100644 --- a/apps/studio/sanity.config.ts +++ b/apps/studio/sanity.config.ts @@ -13,7 +13,7 @@ export default defineConfig({ structureTool(), pages({ previewUrl: { - draftMode: { + previewMode: { enable: 'http://localhost:9999/api/draft', }, }, diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index 05398b78..d654ad0d 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -15,18 +15,18 @@ "singleQuote": true }, "dependencies": { - "@sanity/client": "^6.24.1", - "@sanity/preview-url-secret": "^2.0.5", - "@sanity/vision": "^3.68.1", + "@sanity/client": "^6.27.2", + "@sanity/preview-url-secret": "^2.1.4", + "@sanity/vision": "^3.74.0", "@tailwindcss/typography": "0.5.15", "@tinloof/sanity-studio": "workspace:*", "classnames": "2.5.1", "lucide-react": "^0.453.0", "next": "15.1.1", - "next-sanity": "^9.8.27", + "next-sanity": "^9.8.51", "react": "^18.3.1", "react-dom": "^18.3.1", - "sanity": "^3.68.1", + "sanity": "^3.74.0", "server-only": "0.0.1" }, "devDependencies": { diff --git a/examples/with-i18n/package.json b/examples/with-i18n/package.json index ad0c3bc2..e9d03dc0 100644 --- a/examples/with-i18n/package.json +++ b/examples/with-i18n/package.json @@ -15,18 +15,18 @@ "singleQuote": true }, "dependencies": { - "@sanity/client": "^6.24.1", - "@sanity/preview-url-secret": "^2.0.5", - "@sanity/vision": "^3.68.1", + "@sanity/client": "^6.27.2", + "@sanity/preview-url-secret": "^2.1.4", + "@sanity/vision": "^3.74.0", "@tailwindcss/typography": "0.5.15", "@tinloof/sanity-studio": "workspace:*", "classnames": "2.5.1", "lucide-react": "^0.453.0", "next": "15.1.1", - "next-sanity": "^9.8.27", + "next-sanity": "^9.8.51", "react": "^18.3.1", "react-dom": "^18.3.1", - "sanity": "^3.68.1", + "sanity": "^3.74.0", "server-only": "0.0.1" }, "devDependencies": { diff --git a/examples/with-sections/package.json b/examples/with-sections/package.json index 9b9b75a6..8e89abd4 100644 --- a/examples/with-sections/package.json +++ b/examples/with-sections/package.json @@ -16,18 +16,18 @@ }, "dependencies": { "@heroicons/react": "^2.1.5", - "@sanity/client": "^6.24.1", - "@sanity/preview-url-secret": "^2.0.5", - "@sanity/vision": "^3.68.1", + "@sanity/client": "^6.27.2", + "@sanity/preview-url-secret": "^2.1.4", + "@sanity/vision": "^3.74.0", "@tailwindcss/typography": "0.5.15", "@tinloof/sanity-studio": "workspace:*", "classnames": "2.5.1", "lucide-react": "^0.453.0", "next": "15.1.1", - "next-sanity": "^9.8.27", + "next-sanity": "^9.8.51", "react": "^18.3.1", "react-dom": "^18.3.1", - "sanity": "^3.68.1", + "sanity": "^3.74.0", "server-only": "0.0.1" }, "devDependencies": { diff --git a/packages/sanity-studio/package.json b/packages/sanity-studio/package.json index 1d76790d..280b42c3 100644 --- a/packages/sanity-studio/package.json +++ b/packages/sanity-studio/package.json @@ -51,18 +51,17 @@ }, "dependencies": { "@sanity/asset-utils": "^1.3.0", - "@sanity/document-internationalization": "^3.2.0", - "@sanity/icons": "^3.5.3", + "@sanity/document-internationalization": "^3.3.1", + "@sanity/icons": "^3.5.7", "@sanity/image-url": "^1.1.0", "@sanity/incompatible-plugin": "^1.0.5", - "@sanity/presentation": "^1.19.13", - "@sanity/ui": "^2.10.11", - "@sanity/util": "^3.68.1", + "@sanity/ui": "^2.11.8", + "@sanity/util": "^3.74.0", "@tanstack/react-virtual": "^3.10.8", "@tinloof/sanity-web": "workspace:*", "lodash": "^4.17.21", "nanoid": "^5.0.7", - "react-rx": "^4.1.9", + "react-rx": "^4.1.18", "use-debounce": "^10.0.4" }, "devDependencies": { @@ -85,13 +84,13 @@ "react-dom": "^18.3.1", "react-is": "^18.3.1", "rimraf": "^5.0.10", - "sanity": "^3.62.0", + "sanity": "^3.74.0", "styled-components": "^6.1.13", "typescript": "^5.6.2" }, "peerDependencies": { "react": "^18.3.1 || ^19", - "sanity": "^3.68.1" + "sanity": "^3.74.0" }, "engines": { "node": ">=14" diff --git a/packages/sanity-studio/src/components/PathnameFieldComponent.tsx b/packages/sanity-studio/src/components/PathnameFieldComponent.tsx index 35c1a0db..45025a20 100644 --- a/packages/sanity-studio/src/components/PathnameFieldComponent.tsx +++ b/packages/sanity-studio/src/components/PathnameFieldComponent.tsx @@ -5,11 +5,6 @@ import { LockIcon, RefreshIcon, } from "@sanity/icons"; -import { - PresentationNavigateContextValue, - usePresentationNavigate, - usePresentationParams, -} from "@sanity/presentation"; import { Box, Button, @@ -33,6 +28,11 @@ import { unset, useFormValue, } from "sanity"; +import { + PresentationNavigateContextValue, + usePresentationNavigate, + usePresentationParams, +} from "sanity/presentation"; import { styled } from "styled-components"; import { useDebounce, useDebouncedCallback } from "use-debounce"; diff --git a/packages/sanity-studio/src/plugins/navigator/index.ts b/packages/sanity-studio/src/plugins/navigator/index.ts index f6004e3e..43261682 100644 --- a/packages/sanity-studio/src/plugins/navigator/index.ts +++ b/packages/sanity-studio/src/plugins/navigator/index.ts @@ -1,5 +1,5 @@ -import { presentationTool } from "@sanity/presentation"; import { definePlugin } from "sanity"; +import { presentationTool } from "sanity/presentation"; import { PagesNavigatorPluginOptions } from "../../types"; import { createPagesNavigator } from "./components/DefaultPagesNavigator"; @@ -18,7 +18,7 @@ import { createPageTemplates, normalizeCreatablePages } from "./utils"; * plugins: [ * pages({ * previewUrl: { - * draftMode: { + * previewMode: { * enable: '/api/draft', * }, * }, diff --git a/packages/sanity-studio/src/types.ts b/packages/sanity-studio/src/types.ts index 84a824a3..43c5fccf 100644 --- a/packages/sanity-studio/src/types.ts +++ b/packages/sanity-studio/src/types.ts @@ -1,8 +1,4 @@ import { Language as Locale } from "@sanity/document-internationalization"; -import { - NavigatorOptions as PresentationNavigatorOptions, - PresentationPluginOptions, -} from "@sanity/presentation"; import { LocalizePathnameFn } from "@tinloof/sanity-web"; import { FieldDefinitionBase, @@ -16,9 +12,13 @@ import { SlugOptions, SlugValue, StringDefinition, - StringSchemaType, StringInputProps, + StringSchemaType, } from "sanity"; +import { + NavigatorOptions as PresentationNavigatorOptions, + PresentationPluginOptions, +} from "sanity/presentation"; import { SlugContext } from "./hooks/usePathnameContext"; diff --git a/packages/sanity-web/package.json b/packages/sanity-web/package.json index d187ae28..9796b8a4 100644 --- a/packages/sanity-web/package.json +++ b/packages/sanity-web/package.json @@ -37,7 +37,7 @@ "@portabletext/react": "^3.2.0", "@sanity/asset-utils": "^1.3.0", "@sanity/image-url": "^1.1.0", - "sanity": "^3.68.1", + "sanity": "^3.74.0", "speakingurl": "^14.0.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 88778bdc..2cf1634b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -26,17 +26,17 @@ importers: apps/next: dependencies: '@sanity/client': - specifier: ^6.24.1 - version: 6.24.1(debug@4.4.0) + specifier: ^6.27.2 + version: 6.27.2(debug@4.4.0) '@sanity/preview-url-secret': - specifier: ^2.0.5 - version: 2.0.5(@sanity/client@6.24.1(debug@4.4.0)) + specifier: ^2.1.4 + version: 2.1.4(@sanity/client@6.27.2(debug@4.4.0)) '@sanity/react-loader': - specifier: ^1.10.30 - version: 1.10.30(react@19.0.0) + specifier: ^1.10.41 + version: 1.10.41(@sanity/types@3.68.1)(react@19.0.0) '@sanity/vision': - specifier: ^3.68.1 - version: 3.68.1(@babel/runtime@7.26.0)(@codemirror/lint@6.8.4)(@codemirror/theme-one-dark@6.1.2)(@emotion/is-prop-valid@1.2.2)(codemirror@6.0.1)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) + specifier: ^3.74.0 + version: 3.74.0(@babel/runtime@7.26.0)(@codemirror/lint@6.8.4)(@codemirror/theme-one-dark@6.1.2)(@emotion/is-prop-valid@1.2.2)(codemirror@6.0.1)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) '@tailwindcss/typography': specifier: 0.5.15 version: 0.5.15(tailwindcss@3.4.14) @@ -54,10 +54,10 @@ importers: version: 0.453.0(react@19.0.0) next: specifier: 15.1.1 - version: 15.1.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 15.1.1(@babel/core@7.26.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) next-sanity: - specifier: ^9.8.27 - version: 9.8.27(@sanity/client@6.24.1)(@sanity/icons@3.5.3(react@19.0.0))(@sanity/types@3.68.1)(@sanity/ui@2.10.11(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0)))(next@15.1.1(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)(sanity@3.68.1(@emotion/is-prop-valid@1.2.2)(@types/node@22.10.2)(@types/react@18.3.17)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(terser@5.37.0))(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) + specifier: ^9.8.51 + version: 9.8.51(@sanity/client@6.27.2)(@sanity/icons@3.5.7(react@19.0.0))(@sanity/types@3.68.1)(@sanity/ui@2.11.8(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0)))(next@15.1.1(@babel/core@7.26.0)(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)(sanity@3.74.0(@emotion/is-prop-valid@1.2.2)(@types/node@22.10.2)(@types/react@18.3.17)(jiti@1.21.7)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1))(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) react: specifier: ^19.0.0 version: 19.0.0 @@ -65,8 +65,8 @@ importers: specifier: ^19.0.0 version: 19.0.0(react@19.0.0) sanity: - specifier: ^3.68.1 - version: 3.68.1(@emotion/is-prop-valid@1.2.2)(@types/node@22.10.2)(@types/react@18.3.17)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(terser@5.37.0) + specifier: ^3.74.0 + version: 3.74.0(@emotion/is-prop-valid@1.2.2)(@types/node@22.10.2)(@types/react@18.3.17)(jiti@1.21.7)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1) server-only: specifier: 0.0.1 version: 0.0.1 @@ -117,8 +117,8 @@ importers: apps/studio: dependencies: '@sanity/vision': - specifier: ^3.68.1 - version: 3.68.1(@babel/runtime@7.26.0)(@codemirror/lint@6.8.4)(@codemirror/theme-one-dark@6.1.2)(@emotion/is-prop-valid@1.2.2)(codemirror@6.0.1)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + specifier: ^3.74.0 + version: 3.74.0(@babel/runtime@7.26.0)(@codemirror/lint@6.8.4)(@codemirror/theme-one-dark@6.1.2)(@emotion/is-prop-valid@1.2.2)(codemirror@6.0.1)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@tinloof/sanity-studio': specifier: workspace:* version: link:../../packages/sanity-studio @@ -132,8 +132,8 @@ importers: specifier: ^18.3.1 version: 18.3.1 sanity: - specifier: ^3.68.1 - version: 3.68.1(@emotion/is-prop-valid@1.2.2)(@types/node@22.10.2)(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0) + specifier: ^3.74.0 + version: 3.74.0(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(jiti@1.21.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1) styled-components: specifier: ^6.1.13 version: 6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -157,14 +157,14 @@ importers: examples/hello-world: dependencies: '@sanity/client': - specifier: ^6.24.1 - version: 6.24.1(debug@4.4.0) + specifier: ^6.27.2 + version: 6.27.2(debug@4.4.0) '@sanity/preview-url-secret': - specifier: ^2.0.5 - version: 2.0.5(@sanity/client@6.24.1(debug@4.4.0)) + specifier: ^2.1.4 + version: 2.1.4(@sanity/client@6.27.2(debug@4.4.0)) '@sanity/vision': - specifier: ^3.68.1 - version: 3.68.1(@babel/runtime@7.26.0)(@codemirror/lint@6.8.4)(@codemirror/theme-one-dark@6.1.2)(@emotion/is-prop-valid@1.2.2)(codemirror@6.0.1)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + specifier: ^3.74.0 + version: 3.74.0(@babel/runtime@7.26.0)(@codemirror/lint@6.8.4)(@codemirror/theme-one-dark@6.1.2)(@emotion/is-prop-valid@1.2.2)(codemirror@6.0.1)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@tailwindcss/typography': specifier: 0.5.15 version: 0.5.15(tailwindcss@3.4.14) @@ -181,8 +181,8 @@ importers: specifier: 15.1.1 version: 15.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) next-sanity: - specifier: ^9.8.27 - version: 9.8.27(@sanity/client@6.24.1)(@sanity/icons@3.5.3(react@18.3.1))(@sanity/types@3.68.1)(@sanity/ui@2.10.11(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(next@15.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sanity@3.68.1(@emotion/is-prop-valid@1.2.2)(@types/node@22.10.2)(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + specifier: ^9.8.51 + version: 9.8.51(@sanity/client@6.27.2)(@sanity/icons@3.5.7(react@18.3.1))(@sanity/types@3.68.1)(@sanity/ui@2.11.8(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(next@15.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sanity@3.74.0(@emotion/is-prop-valid@1.2.2)(@types/node@22.10.2)(@types/react@18.3.17)(jiti@1.21.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) react: specifier: ^18.3.1 version: 18.3.1 @@ -190,8 +190,8 @@ importers: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) sanity: - specifier: ^3.68.1 - version: 3.68.1(@emotion/is-prop-valid@1.2.2)(@types/node@22.10.2)(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0) + specifier: ^3.74.0 + version: 3.74.0(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(jiti@1.21.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1) server-only: specifier: 0.0.1 version: 0.0.1 @@ -242,14 +242,14 @@ importers: examples/with-i18n: dependencies: '@sanity/client': - specifier: ^6.24.1 - version: 6.24.1(debug@4.4.0) + specifier: ^6.27.2 + version: 6.27.2(debug@4.4.0) '@sanity/preview-url-secret': - specifier: ^2.0.5 - version: 2.0.5(@sanity/client@6.24.1(debug@4.4.0)) + specifier: ^2.1.4 + version: 2.1.4(@sanity/client@6.27.2(debug@4.4.0)) '@sanity/vision': - specifier: ^3.68.1 - version: 3.68.1(@babel/runtime@7.26.0)(@codemirror/lint@6.8.4)(@codemirror/theme-one-dark@6.1.2)(@emotion/is-prop-valid@1.2.2)(codemirror@6.0.1)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + specifier: ^3.74.0 + version: 3.74.0(@babel/runtime@7.26.0)(@codemirror/lint@6.8.4)(@codemirror/theme-one-dark@6.1.2)(@emotion/is-prop-valid@1.2.2)(codemirror@6.0.1)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@tailwindcss/typography': specifier: 0.5.15 version: 0.5.15(tailwindcss@3.4.14) @@ -266,8 +266,8 @@ importers: specifier: 15.1.1 version: 15.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) next-sanity: - specifier: ^9.8.27 - version: 9.8.27(@sanity/client@6.24.1)(@sanity/icons@3.5.3(react@18.3.1))(@sanity/types@3.68.1)(@sanity/ui@2.10.11(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(next@15.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sanity@3.68.1(@emotion/is-prop-valid@1.2.2)(@types/node@22.10.2)(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + specifier: ^9.8.51 + version: 9.8.51(@sanity/client@6.27.2)(@sanity/icons@3.5.7(react@18.3.1))(@sanity/types@3.68.1)(@sanity/ui@2.11.8(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(next@15.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sanity@3.74.0(@emotion/is-prop-valid@1.2.2)(@types/node@22.10.2)(@types/react@18.3.17)(jiti@1.21.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) react: specifier: ^18.3.1 version: 18.3.1 @@ -275,8 +275,8 @@ importers: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) sanity: - specifier: ^3.68.1 - version: 3.68.1(@emotion/is-prop-valid@1.2.2)(@types/node@22.10.2)(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0) + specifier: ^3.74.0 + version: 3.74.0(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(jiti@1.21.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1) server-only: specifier: 0.0.1 version: 0.0.1 @@ -330,14 +330,14 @@ importers: specifier: ^2.1.5 version: 2.2.0(react@18.3.1) '@sanity/client': - specifier: ^6.24.1 - version: 6.24.1(debug@4.4.0) + specifier: ^6.27.2 + version: 6.27.2(debug@4.4.0) '@sanity/preview-url-secret': - specifier: ^2.0.5 - version: 2.0.5(@sanity/client@6.24.1(debug@4.4.0)) + specifier: ^2.1.4 + version: 2.1.4(@sanity/client@6.27.2(debug@4.4.0)) '@sanity/vision': - specifier: ^3.68.1 - version: 3.68.1(@babel/runtime@7.26.0)(@codemirror/lint@6.8.4)(@codemirror/theme-one-dark@6.1.2)(@emotion/is-prop-valid@1.2.2)(codemirror@6.0.1)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + specifier: ^3.74.0 + version: 3.74.0(@babel/runtime@7.26.0)(@codemirror/lint@6.8.4)(@codemirror/theme-one-dark@6.1.2)(@emotion/is-prop-valid@1.2.2)(codemirror@6.0.1)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@tailwindcss/typography': specifier: 0.5.15 version: 0.5.15(tailwindcss@3.4.14) @@ -354,8 +354,8 @@ importers: specifier: 15.1.1 version: 15.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) next-sanity: - specifier: ^9.8.27 - version: 9.8.27(@sanity/client@6.24.1)(@sanity/icons@3.5.3(react@18.3.1))(@sanity/types@3.68.1)(@sanity/ui@2.10.11(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(next@15.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sanity@3.68.1(@emotion/is-prop-valid@1.2.2)(@types/node@22.10.2)(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + specifier: ^9.8.51 + version: 9.8.51(@sanity/client@6.27.2)(@sanity/icons@3.5.7(react@18.3.1))(@sanity/types@3.68.1)(@sanity/ui@2.11.8(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(next@15.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sanity@3.74.0(@emotion/is-prop-valid@1.2.2)(@types/node@22.10.2)(@types/react@18.3.17)(jiti@1.21.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) react: specifier: ^18.3.1 version: 18.3.1 @@ -363,8 +363,8 @@ importers: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) sanity: - specifier: ^3.68.1 - version: 3.68.1(@emotion/is-prop-valid@1.2.2)(@types/node@22.10.2)(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0) + specifier: ^3.74.0 + version: 3.74.0(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(jiti@1.21.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1) server-only: specifier: 0.0.1 version: 0.0.1 @@ -442,26 +442,23 @@ importers: specifier: ^1.3.0 version: 1.3.2 '@sanity/document-internationalization': - specifier: ^3.2.0 - version: 3.2.0(@emotion/is-prop-valid@1.2.2)(@sanity/mutator@3.68.1)(@sanity/ui@2.10.11(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(rxjs@7.8.1)(sanity@3.68.1(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + specifier: ^3.3.1 + version: 3.3.1(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(rxjs@7.8.1)(sanity@3.74.0(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(jiti@1.21.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@sanity/icons': - specifier: ^3.5.3 - version: 3.5.3(react@18.3.1) + specifier: ^3.5.7 + version: 3.5.7(react@18.3.1) '@sanity/image-url': specifier: ^1.1.0 version: 1.1.0 '@sanity/incompatible-plugin': specifier: ^1.0.5 version: 1.0.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@sanity/presentation': - specifier: ^1.19.13 - version: 1.19.13(@emotion/is-prop-valid@1.2.2)(@sanity/color@3.0.6)(debug@4.4.0)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@sanity/ui': - specifier: ^2.10.11 - version: 2.10.11(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + specifier: ^2.11.8 + version: 2.11.8(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@sanity/util': - specifier: ^3.68.1 - version: 3.68.1(debug@4.4.0) + specifier: ^3.74.0 + version: 3.74.0(debug@4.4.0) '@tanstack/react-virtual': specifier: ^3.10.8 version: 3.11.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -475,15 +472,15 @@ importers: specifier: ^5.0.7 version: 5.0.9 react-rx: - specifier: ^4.1.9 - version: 4.1.9(react@18.3.1)(rxjs@7.8.1) + specifier: ^4.1.18 + version: 4.1.18(react@18.3.1)(rxjs@7.8.1) use-debounce: specifier: ^10.0.4 version: 10.0.4(react@18.3.1) devDependencies: '@sanity/pkg-utils': specifier: ^6.12.1 - version: 6.12.1(@types/babel__core@7.20.5)(@types/node@22.10.2)(typescript@5.7.2) + version: 6.13.4(@types/babel__core@7.20.5)(@types/node@22.10.2)(typescript@5.7.2) '@sanity/plugin-kit': specifier: ^4.0.18 version: 4.0.18(@types/babel__core@7.20.5)(@types/node@22.10.2)(eslint@8.57.1)(typescript@5.7.2) @@ -539,8 +536,8 @@ importers: specifier: ^5.0.10 version: 5.0.10 sanity: - specifier: ^3.62.0 - version: 3.68.1(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0) + specifier: ^3.74.0 + version: 3.74.0(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(jiti@1.21.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1) styled-components: specifier: ^6.1.13 version: 6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -560,8 +557,8 @@ importers: specifier: ^1.1.0 version: 1.1.0 sanity: - specifier: ^3.68.1 - version: 3.68.1(@emotion/is-prop-valid@1.2.2)(@types/node@22.10.2)(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0) + specifier: ^3.74.0 + version: 3.74.0(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(jiti@1.21.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1) speakingurl: specifier: ^14.0.1 version: 14.0.1 @@ -580,7 +577,7 @@ importers: version: 18.3.1(react@18.3.1) tsup: specifier: ^8.3.0 - version: 8.3.5(@microsoft/api-extractor@7.48.1(@types/node@22.10.2))(jiti@1.21.7)(postcss@8.4.47)(typescript@5.7.2)(yaml@2.6.1) + version: 8.3.5(@microsoft/api-extractor@7.48.1(@types/node@22.10.2))(jiti@1.21.7)(postcss@8.5.1)(typescript@5.7.2)(yaml@2.6.1) typescript: specifier: ^5.6.2 version: 5.7.2 @@ -1246,9 +1243,6 @@ packages: '@codemirror/lang-javascript@6.2.2': resolution: {integrity: sha512-VGQfY+FCc285AhWuwjYxQyUQcYurWlxdKYT4bqwr3Twnd5wP5WSeu52t4tvvuWmljT4EmgEgZCqSieokhtY8hg==} - '@codemirror/language@6.10.7': - resolution: {integrity: sha512-aOswhVOLYhMNeqykt4P7+ukQSpGL0ynZYaEyFDVHE7fl2xgluU3yuE9MdgYNfw6EmaNidoFMIQ2iTh1ADrnT6A==} - '@codemirror/language@6.10.8': resolution: {integrity: sha512-wcP8XPPhDH2vTqf181U8MbZnW+tDyPYy0UzVOa+oHORjyT+mhhom9vBd7dApJwoDz9Nb/a8kHjJIsuA/t8vNFw==} @@ -1264,9 +1258,6 @@ packages: '@codemirror/theme-one-dark@6.1.2': resolution: {integrity: sha512-F+sH0X16j/qFLMAfbciKTxVOwkdAS336b7AXTKOZhy8BR3eH/RelsnLgLFINrpST63mmN2OuwUt0W2ndUgYwUA==} - '@codemirror/view@6.36.0': - resolution: {integrity: sha512-aMePDnkNNKE8dSOo1w689xYa3dijREbRajiRcgjSGc2TWN7MTdE+9pm5fxwdz0C4D9Di1VZomrn2M+xDe7tTVg==} - '@codemirror/view@6.36.1': resolution: {integrity: sha512-miD1nyT4m4uopZaDdO2uXU/LLHliKNYL9kB1C1wJHrunHLm/rpkb5QVSokqgw9hFqEZakrdlb/VGWX8aYZTslQ==} @@ -1322,8 +1313,8 @@ packages: cpu: [ppc64] os: [aix] - '@esbuild/aix-ppc64@0.24.0': - resolution: {integrity: sha512-WtKdFM7ls47zkKHFVzMz8opM7LkcsIp9amDUBIAWirg70RM71WRSjdILPsY5Uv1D42ZpUfaPILDlfactHgsRkw==} + '@esbuild/aix-ppc64@0.24.2': + resolution: {integrity: sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==} engines: {node: '>=18'} cpu: [ppc64] os: [aix] @@ -1340,8 +1331,8 @@ packages: cpu: [arm64] os: [android] - '@esbuild/android-arm64@0.24.0': - resolution: {integrity: sha512-Vsm497xFM7tTIPYK9bNTYJyF/lsP590Qc1WxJdlB6ljCbdZKU9SY8i7+Iin4kyhV/KV5J2rOKsBQbB77Ab7L/w==} + '@esbuild/android-arm64@0.24.2': + resolution: {integrity: sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==} engines: {node: '>=18'} cpu: [arm64] os: [android] @@ -1358,8 +1349,8 @@ packages: cpu: [arm] os: [android] - '@esbuild/android-arm@0.24.0': - resolution: {integrity: sha512-arAtTPo76fJ/ICkXWetLCc9EwEHKaeya4vMrReVlEIUCAUncH7M4bhMQ+M9Vf+FFOZJdTNMXNBrWwW+OXWpSew==} + '@esbuild/android-arm@0.24.2': + resolution: {integrity: sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==} engines: {node: '>=18'} cpu: [arm] os: [android] @@ -1376,8 +1367,8 @@ packages: cpu: [x64] os: [android] - '@esbuild/android-x64@0.24.0': - resolution: {integrity: sha512-t8GrvnFkiIY7pa7mMgJd7p8p8qqYIz1NYiAoKc75Zyv73L3DZW++oYMSHPRarcotTKuSs6m3hTOa5CKHaS02TQ==} + '@esbuild/android-x64@0.24.2': + resolution: {integrity: sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==} engines: {node: '>=18'} cpu: [x64] os: [android] @@ -1394,8 +1385,8 @@ packages: cpu: [arm64] os: [darwin] - '@esbuild/darwin-arm64@0.24.0': - resolution: {integrity: sha512-CKyDpRbK1hXwv79soeTJNHb5EiG6ct3efd/FTPdzOWdbZZfGhpbcqIpiD0+vwmpu0wTIL97ZRPZu8vUt46nBSw==} + '@esbuild/darwin-arm64@0.24.2': + resolution: {integrity: sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==} engines: {node: '>=18'} cpu: [arm64] os: [darwin] @@ -1412,8 +1403,8 @@ packages: cpu: [x64] os: [darwin] - '@esbuild/darwin-x64@0.24.0': - resolution: {integrity: sha512-rgtz6flkVkh58od4PwTRqxbKH9cOjaXCMZgWD905JOzjFKW+7EiUObfd/Kav+A6Gyud6WZk9w+xu6QLytdi2OA==} + '@esbuild/darwin-x64@0.24.2': + resolution: {integrity: sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==} engines: {node: '>=18'} cpu: [x64] os: [darwin] @@ -1430,8 +1421,8 @@ packages: cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-arm64@0.24.0': - resolution: {integrity: sha512-6Mtdq5nHggwfDNLAHkPlyLBpE5L6hwsuXZX8XNmHno9JuL2+bg2BX5tRkwjyfn6sKbxZTq68suOjgWqCicvPXA==} + '@esbuild/freebsd-arm64@0.24.2': + resolution: {integrity: sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==} engines: {node: '>=18'} cpu: [arm64] os: [freebsd] @@ -1448,8 +1439,8 @@ packages: cpu: [x64] os: [freebsd] - '@esbuild/freebsd-x64@0.24.0': - resolution: {integrity: sha512-D3H+xh3/zphoX8ck4S2RxKR6gHlHDXXzOf6f/9dbFt/NRBDIE33+cVa49Kil4WUjxMGW0ZIYBYtaGCa2+OsQwQ==} + '@esbuild/freebsd-x64@0.24.2': + resolution: {integrity: sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==} engines: {node: '>=18'} cpu: [x64] os: [freebsd] @@ -1466,8 +1457,8 @@ packages: cpu: [arm64] os: [linux] - '@esbuild/linux-arm64@0.24.0': - resolution: {integrity: sha512-TDijPXTOeE3eaMkRYpcy3LarIg13dS9wWHRdwYRnzlwlA370rNdZqbcp0WTyyV/k2zSxfko52+C7jU5F9Tfj1g==} + '@esbuild/linux-arm64@0.24.2': + resolution: {integrity: sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==} engines: {node: '>=18'} cpu: [arm64] os: [linux] @@ -1484,8 +1475,8 @@ packages: cpu: [arm] os: [linux] - '@esbuild/linux-arm@0.24.0': - resolution: {integrity: sha512-gJKIi2IjRo5G6Glxb8d3DzYXlxdEj2NlkixPsqePSZMhLudqPhtZ4BUrpIuTjJYXxvF9njql+vRjB2oaC9XpBw==} + '@esbuild/linux-arm@0.24.2': + resolution: {integrity: sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==} engines: {node: '>=18'} cpu: [arm] os: [linux] @@ -1502,8 +1493,8 @@ packages: cpu: [ia32] os: [linux] - '@esbuild/linux-ia32@0.24.0': - resolution: {integrity: sha512-K40ip1LAcA0byL05TbCQ4yJ4swvnbzHscRmUilrmP9Am7//0UjPreh4lpYzvThT2Quw66MhjG//20mrufm40mA==} + '@esbuild/linux-ia32@0.24.2': + resolution: {integrity: sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==} engines: {node: '>=18'} cpu: [ia32] os: [linux] @@ -1520,8 +1511,8 @@ packages: cpu: [loong64] os: [linux] - '@esbuild/linux-loong64@0.24.0': - resolution: {integrity: sha512-0mswrYP/9ai+CU0BzBfPMZ8RVm3RGAN/lmOMgW4aFUSOQBjA31UP8Mr6DDhWSuMwj7jaWOT0p0WoZ6jeHhrD7g==} + '@esbuild/linux-loong64@0.24.2': + resolution: {integrity: sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==} engines: {node: '>=18'} cpu: [loong64] os: [linux] @@ -1538,8 +1529,8 @@ packages: cpu: [mips64el] os: [linux] - '@esbuild/linux-mips64el@0.24.0': - resolution: {integrity: sha512-hIKvXm0/3w/5+RDtCJeXqMZGkI2s4oMUGj3/jM0QzhgIASWrGO5/RlzAzm5nNh/awHE0A19h/CvHQe6FaBNrRA==} + '@esbuild/linux-mips64el@0.24.2': + resolution: {integrity: sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==} engines: {node: '>=18'} cpu: [mips64el] os: [linux] @@ -1556,8 +1547,8 @@ packages: cpu: [ppc64] os: [linux] - '@esbuild/linux-ppc64@0.24.0': - resolution: {integrity: sha512-HcZh5BNq0aC52UoocJxaKORfFODWXZxtBaaZNuN3PUX3MoDsChsZqopzi5UupRhPHSEHotoiptqikjN/B77mYQ==} + '@esbuild/linux-ppc64@0.24.2': + resolution: {integrity: sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==} engines: {node: '>=18'} cpu: [ppc64] os: [linux] @@ -1574,8 +1565,8 @@ packages: cpu: [riscv64] os: [linux] - '@esbuild/linux-riscv64@0.24.0': - resolution: {integrity: sha512-bEh7dMn/h3QxeR2KTy1DUszQjUrIHPZKyO6aN1X4BCnhfYhuQqedHaa5MxSQA/06j3GpiIlFGSsy1c7Gf9padw==} + '@esbuild/linux-riscv64@0.24.2': + resolution: {integrity: sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==} engines: {node: '>=18'} cpu: [riscv64] os: [linux] @@ -1592,8 +1583,8 @@ packages: cpu: [s390x] os: [linux] - '@esbuild/linux-s390x@0.24.0': - resolution: {integrity: sha512-ZcQ6+qRkw1UcZGPyrCiHHkmBaj9SiCD8Oqd556HldP+QlpUIe2Wgn3ehQGVoPOvZvtHm8HPx+bH20c9pvbkX3g==} + '@esbuild/linux-s390x@0.24.2': + resolution: {integrity: sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==} engines: {node: '>=18'} cpu: [s390x] os: [linux] @@ -1610,12 +1601,18 @@ packages: cpu: [x64] os: [linux] - '@esbuild/linux-x64@0.24.0': - resolution: {integrity: sha512-vbutsFqQ+foy3wSSbmjBXXIJ6PL3scghJoM8zCL142cGaZKAdCZHyf+Bpu/MmX9zT9Q0zFBVKb36Ma5Fzfa8xA==} + '@esbuild/linux-x64@0.24.2': + resolution: {integrity: sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==} engines: {node: '>=18'} cpu: [x64] os: [linux] + '@esbuild/netbsd-arm64@0.24.2': + resolution: {integrity: sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==} + engines: {node: '>=18'} + cpu: [arm64] + os: [netbsd] + '@esbuild/netbsd-x64@0.21.5': resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==} engines: {node: '>=12'} @@ -1628,8 +1625,8 @@ packages: cpu: [x64] os: [netbsd] - '@esbuild/netbsd-x64@0.24.0': - resolution: {integrity: sha512-hjQ0R/ulkO8fCYFsG0FZoH+pWgTTDreqpqY7UnQntnaKv95uP5iW3+dChxnx7C3trQQU40S+OgWhUVwCjVFLvg==} + '@esbuild/netbsd-x64@0.24.2': + resolution: {integrity: sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==} engines: {node: '>=18'} cpu: [x64] os: [netbsd] @@ -1640,8 +1637,8 @@ packages: cpu: [arm64] os: [openbsd] - '@esbuild/openbsd-arm64@0.24.0': - resolution: {integrity: sha512-MD9uzzkPQbYehwcN583yx3Tu5M8EIoTD+tUgKF982WYL9Pf5rKy9ltgD0eUgs8pvKnmizxjXZyLt0z6DC3rRXg==} + '@esbuild/openbsd-arm64@0.24.2': + resolution: {integrity: sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==} engines: {node: '>=18'} cpu: [arm64] os: [openbsd] @@ -1658,8 +1655,8 @@ packages: cpu: [x64] os: [openbsd] - '@esbuild/openbsd-x64@0.24.0': - resolution: {integrity: sha512-4ir0aY1NGUhIC1hdoCzr1+5b43mw99uNwVzhIq1OY3QcEwPDO3B7WNXBzaKY5Nsf1+N11i1eOfFcq+D/gOS15Q==} + '@esbuild/openbsd-x64@0.24.2': + resolution: {integrity: sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==} engines: {node: '>=18'} cpu: [x64] os: [openbsd] @@ -1676,8 +1673,8 @@ packages: cpu: [x64] os: [sunos] - '@esbuild/sunos-x64@0.24.0': - resolution: {integrity: sha512-jVzdzsbM5xrotH+W5f1s+JtUy1UWgjU0Cf4wMvffTB8m6wP5/kx0KiaLHlbJO+dMgtxKV8RQ/JvtlFcdZ1zCPA==} + '@esbuild/sunos-x64@0.24.2': + resolution: {integrity: sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==} engines: {node: '>=18'} cpu: [x64] os: [sunos] @@ -1694,8 +1691,8 @@ packages: cpu: [arm64] os: [win32] - '@esbuild/win32-arm64@0.24.0': - resolution: {integrity: sha512-iKc8GAslzRpBytO2/aN3d2yb2z8XTVfNV0PjGlCxKo5SgWmNXx82I/Q3aG1tFfS+A2igVCY97TJ8tnYwpUWLCA==} + '@esbuild/win32-arm64@0.24.2': + resolution: {integrity: sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==} engines: {node: '>=18'} cpu: [arm64] os: [win32] @@ -1712,8 +1709,8 @@ packages: cpu: [ia32] os: [win32] - '@esbuild/win32-ia32@0.24.0': - resolution: {integrity: sha512-vQW36KZolfIudCcTnaTpmLQ24Ha1RjygBo39/aLkM2kmjkWmZGEJ5Gn9l5/7tzXA42QGIoWbICfg6KLLkIw6yw==} + '@esbuild/win32-ia32@0.24.2': + resolution: {integrity: sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==} engines: {node: '>=18'} cpu: [ia32] os: [win32] @@ -1730,8 +1727,8 @@ packages: cpu: [x64] os: [win32] - '@esbuild/win32-x64@0.24.0': - resolution: {integrity: sha512-7IAFPrjSQIJrGsK6flwg7NFmwBoSTyF3rl7If0hNUFQU4ilTsEPL6GuMuU9BfIWVVGuRnuIidkSMC+c0Otu8IA==} + '@esbuild/win32-x64@0.24.2': + resolution: {integrity: sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==} engines: {node: '>=18'} cpu: [x64] os: [win32] @@ -2146,19 +2143,23 @@ packages: resolution: {integrity: sha512-c83qWb22rNRuB0UaVCI0uRPNRr8Z0FWnEIvT47jiHAmOIUHbBOg5XvV7pM5x+rKn9HRpjxquDbXYSXr3fAKFcw==} engines: {node: '>=12'} - '@portabletext/editor@1.17.1': - resolution: {integrity: sha512-TtLw1wvvmGI6rcOsTa3j6SlgIvs5kQ0isLQb6Mno+vT5pJ/0o/TV+aYk4+b3Pnf0cRMG/F7Ecd174Hv8wVZ2ZA==} + '@portabletext/block-tools@1.1.5': + resolution: {integrity: sha512-8feoCEzIKKWCahoBZn3d4MXLt8hJGUPjvj2lgVn1vzFCHM6CEb7KeM+dxEM7ViCV1TBqR5wapxpRdg3xAHWyQw==} + peerDependencies: + '@sanity/types': ^3.62.0 + '@types/react': ^18.3.11 + + '@portabletext/editor@1.30.3': + resolution: {integrity: sha512-k304khMyvIfzpVV5/2z6XYwdbL97Nmawx+c1BHO8dqc0hTzWWA7aY3WHL5a3yuw/u3/rux5qArZzrVMlDhv+cw==} engines: {node: '>=18'} peerDependencies: - '@sanity/block-tools': ^3.68.0 - '@sanity/schema': ^3.68.0 + '@sanity/schema': ^3.74.0 '@sanity/types': ^3.62.0 react: ^16.9 || ^17 || ^18 || ^19 rxjs: ^7.8.1 - styled-components: ^6.1.13 - '@portabletext/patches@1.1.1': - resolution: {integrity: sha512-FXeVdLvSJ3JmZzS0dbxEFJZXplFo7K27/Twv0/dX/l86tfhhUkDSqaTlWcigxuibvohjdEYp2mB8Ucgao/JzIQ==} + '@portabletext/patches@1.1.2': + resolution: {integrity: sha512-ENGxLD+AJc2Uq2GfDCNmeU/9dT50VYBMX5zKYyPVw2/OYDEpLYDlEZBjh0v0RqEuE2ecUu+eBaHf4PE6C0CoQQ==} '@portabletext/react@3.2.0': resolution: {integrity: sha512-BA216Z8yhb/eP24bfb09uiT0SVnQHTVZMPXf4MRBEZ+G8cMzZM/ab3tcp8owyp91+3kTKR0qSIpzYSKdm1Pakw==} @@ -2166,6 +2167,10 @@ packages: peerDependencies: react: ^17 || ^18 || >=19.0.0-0 + '@portabletext/to-html@2.0.13': + resolution: {integrity: sha512-T3zL+2RcPCPGCp7rRrGrNJnGAqkdlpiOZnb/wh4tjDYJevteGY+5hmA0/5idLXzLiPv6vT8Gld852Sc0aFXwUA==} + engines: {node: ^14.13.1 || >=16.0.0} + '@portabletext/toolkit@2.0.16': resolution: {integrity: sha512-aBvnD8MscoAlEIuZBn0Aksd+oCuoMGFOT3CtHIgRBaac0Vu4YnnMUF45xo/B/T5vmwWcnDXoJEJdn+SKDg1m+A==} engines: {node: ^14.13.1 || >=16.0.0} @@ -2301,98 +2306,98 @@ packages: rollup: optional: true - '@rollup/rollup-android-arm-eabi@4.28.1': - resolution: {integrity: sha512-2aZp8AES04KI2dy3Ss6/MDjXbwBzj+i0GqKtWXgw2/Ma6E4jJvujryO6gJAghIRVz7Vwr9Gtl/8na3nDUKpraQ==} + '@rollup/rollup-android-arm-eabi@4.34.3': + resolution: {integrity: sha512-8kq/NjMKkMTGKMPldWihncOl62kgnLYk7cW+/4NCUWfS70/wz4+gQ7rMxMMpZ3dIOP/xw7wKNzIuUnN/H2GfUg==} cpu: [arm] os: [android] - '@rollup/rollup-android-arm64@4.28.1': - resolution: {integrity: sha512-EbkK285O+1YMrg57xVA+Dp0tDBRB93/BZKph9XhMjezf6F4TpYjaUSuPt5J0fZXlSag0LmZAsTmdGGqPp4pQFA==} + '@rollup/rollup-android-arm64@4.34.3': + resolution: {integrity: sha512-1PqMHiuRochQ6++SDI7SaRDWJKr/NgAlezBi5nOne6Da6IWJo3hK0TdECBDwd92IUDPG4j/bZmWuwOnomNT8wA==} cpu: [arm64] os: [android] - '@rollup/rollup-darwin-arm64@4.28.1': - resolution: {integrity: sha512-prduvrMKU6NzMq6nxzQw445zXgaDBbMQvmKSJaxpaZ5R1QDM8w+eGxo6Y/jhT/cLoCvnZI42oEqf9KQNYz1fqQ==} + '@rollup/rollup-darwin-arm64@4.34.3': + resolution: {integrity: sha512-fqbrykX4mGV3DlCDXhF4OaMGcchd2tmLYxVt3On5oOZWVDFfdEoYAV2alzNChl8OzNaeMAGqm1f7gk7eIw/uDg==} cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-x64@4.28.1': - resolution: {integrity: sha512-WsvbOunsUk0wccO/TV4o7IKgloJ942hVFK1CLatwv6TJspcCZb9umQkPdvB7FihmdxgaKR5JyxDjWpCOp4uZlQ==} + '@rollup/rollup-darwin-x64@4.34.3': + resolution: {integrity: sha512-8Wxrx/KRvMsTyLTbdrMXcVKfpW51cCNW8x7iQD72xSEbjvhCY3b+w83Bea3nQfysTMR7K28esc+ZFITThXm+1w==} cpu: [x64] os: [darwin] - '@rollup/rollup-freebsd-arm64@4.28.1': - resolution: {integrity: sha512-HTDPdY1caUcU4qK23FeeGxCdJF64cKkqajU0iBnTVxS8F7H/7BewvYoG+va1KPSL63kQ1PGNyiwKOfReavzvNA==} + '@rollup/rollup-freebsd-arm64@4.34.3': + resolution: {integrity: sha512-lpBmV2qSiELh+ATQPTjQczt5hvbTLsE0c43Rx4bGxN2VpnAZWy77we7OO62LyOSZNY7CzjMoceRPc+Lt4e9J6A==} cpu: [arm64] os: [freebsd] - '@rollup/rollup-freebsd-x64@4.28.1': - resolution: {integrity: sha512-m/uYasxkUevcFTeRSM9TeLyPe2QDuqtjkeoTpP9SW0XxUWfcYrGDMkO/m2tTw+4NMAF9P2fU3Mw4ahNvo7QmsQ==} + '@rollup/rollup-freebsd-x64@4.34.3': + resolution: {integrity: sha512-sNPvBIXpgaYcI6mAeH13GZMXFrrw5mdZVI1M9YQPRG2LpjwL8DSxSIflZoh/B5NEuOi53kxsR/S2GKozK1vDXA==} cpu: [x64] os: [freebsd] - '@rollup/rollup-linux-arm-gnueabihf@4.28.1': - resolution: {integrity: sha512-QAg11ZIt6mcmzpNE6JZBpKfJaKkqTm1A9+y9O+frdZJEuhQxiugM05gnCWiANHj4RmbgeVJpTdmKRmH/a+0QbA==} + '@rollup/rollup-linux-arm-gnueabihf@4.34.3': + resolution: {integrity: sha512-MW6N3AoC61OfE1VgnN5O1OW0gt8VTbhx9s/ZEPLBM11wEdHjeilPzOxVmmsrx5YmejpGPvez8QwGGvMU+pGxpw==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.28.1': - resolution: {integrity: sha512-dRP9PEBfolq1dmMcFqbEPSd9VlRuVWEGSmbxVEfiq2cs2jlZAl0YNxFzAQS2OrQmsLBLAATDMb3Z6MFv5vOcXg==} + '@rollup/rollup-linux-arm-musleabihf@4.34.3': + resolution: {integrity: sha512-2SQkhr5xvatYq0/+H6qyW0zvrQz9LM4lxGkpWURLoQX5+yP8MsERh4uWmxFohOvwCP6l/+wgiHZ1qVwLDc7Qmw==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.28.1': - resolution: {integrity: sha512-uGr8khxO+CKT4XU8ZUH1TTEUtlktK6Kgtv0+6bIFSeiSlnGJHG1tSFSjm41uQ9sAO/5ULx9mWOz70jYLyv1QkA==} + '@rollup/rollup-linux-arm64-gnu@4.34.3': + resolution: {integrity: sha512-R3JLYt8YoRwKI5shJsovLpcR6pwIMui/MGG/MmxZ1DYI3iRSKI4qcYrvYgDf4Ss2oCR3RL3F3dYK7uAGQgMIuQ==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.28.1': - resolution: {integrity: sha512-QF54q8MYGAqMLrX2t7tNpi01nvq5RI59UBNx+3+37zoKX5KViPo/gk2QLhsuqok05sSCRluj0D00LzCwBikb0A==} + '@rollup/rollup-linux-arm64-musl@4.34.3': + resolution: {integrity: sha512-4XQhG8v/t3S7Rxs7rmFUuM6j09hVrTArzONS3fUZ6oBRSN/ps9IPQjVhp62P0W3KhqJdQADo/MRlYRMdgxr/3w==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-loongarch64-gnu@4.28.1': - resolution: {integrity: sha512-vPul4uodvWvLhRco2w0GcyZcdyBfpfDRgNKU+p35AWEbJ/HPs1tOUrkSueVbBS0RQHAf/A+nNtDpvw95PeVKOA==} + '@rollup/rollup-linux-loongarch64-gnu@4.34.3': + resolution: {integrity: sha512-QlW1jCUZ1LHUIYCAK2FciVw1ptHsxzApYVi05q7bz2A8oNE8QxQ85NhM4arLxkAlcnS42t4avJbSfzSQwbIaKg==} cpu: [loong64] os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.28.1': - resolution: {integrity: sha512-pTnTdBuC2+pt1Rmm2SV7JWRqzhYpEILML4PKODqLz+C7Ou2apEV52h19CR7es+u04KlqplggmN9sqZlekg3R1A==} + '@rollup/rollup-linux-powerpc64le-gnu@4.34.3': + resolution: {integrity: sha512-kMbLToizVeCcN69+nnm20Dh0hrRIAjgaaL+Wh0gWZcNt8e542d2FUGtsyuNsHVNNF3gqTJrpzUGIdwMGLEUM7g==} cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.28.1': - resolution: {integrity: sha512-vWXy1Nfg7TPBSuAncfInmAI/WZDd5vOklyLJDdIRKABcZWojNDY0NJwruY2AcnCLnRJKSaBgf/GiJfauu8cQZA==} + '@rollup/rollup-linux-riscv64-gnu@4.34.3': + resolution: {integrity: sha512-YgD0DnZ3CHtvXRH8rzjVSxwI0kMTr0RQt3o1N92RwxGdx7YejzbBO0ELlSU48DP96u1gYYVWfUhDRyaGNqJqJg==} cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.28.1': - resolution: {integrity: sha512-/yqC2Y53oZjb0yz8PVuGOQQNOTwxcizudunl/tFs1aLvObTclTwZ0JhXF2XcPT/zuaymemCDSuuUPXJJyqeDOg==} + '@rollup/rollup-linux-s390x-gnu@4.34.3': + resolution: {integrity: sha512-dIOoOz8altjp6UjAi3U9EW99s8nta4gzi52FeI45GlPyrUH4QixUoBMH9VsVjt+9A2RiZBWyjYNHlJ/HmJOBCQ==} cpu: [s390x] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.28.1': - resolution: {integrity: sha512-fzgeABz7rrAlKYB0y2kSEiURrI0691CSL0+KXwKwhxvj92VULEDQLpBYLHpF49MSiPG4sq5CK3qHMnb9tlCjBw==} + '@rollup/rollup-linux-x64-gnu@4.34.3': + resolution: {integrity: sha512-lOyG3aF4FTKrhpzXfMmBXgeKUUXdAWmP2zSNf8HTAXPqZay6QYT26l64hVizBjq+hJx3pl0DTEyvPi9sTA6VGA==} cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.28.1': - resolution: {integrity: sha512-xQTDVzSGiMlSshpJCtudbWyRfLaNiVPXt1WgdWTwWz9n0U12cI2ZVtWe/Jgwyv/6wjL7b66uu61Vg0POWVfz4g==} + '@rollup/rollup-linux-x64-musl@4.34.3': + resolution: {integrity: sha512-usztyYLu2i+mYzzOjqHZTaRXbUOqw3P6laNUh1zcqxbPH1P2Tz/QdJJCQSnGxCtsRQeuU2bCyraGMtMumC46rw==} cpu: [x64] os: [linux] - '@rollup/rollup-win32-arm64-msvc@4.28.1': - resolution: {integrity: sha512-wSXmDRVupJstFP7elGMgv+2HqXelQhuNf+IS4V+nUpNVi/GUiBgDmfwD0UGN3pcAnWsgKG3I52wMOBnk1VHr/A==} + '@rollup/rollup-win32-arm64-msvc@4.34.3': + resolution: {integrity: sha512-ojFOKaz/ZyalIrizdBq2vyc2f0kFbJahEznfZlxdB6pF9Do6++i1zS5Gy6QLf8D7/S57MHrmBLur6AeRYeQXSA==} cpu: [arm64] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.28.1': - resolution: {integrity: sha512-ZkyTJ/9vkgrE/Rk9vhMXhf8l9D+eAhbAVbsGsXKy2ohmJaWg0LPQLnIxRdRp/bKyr8tXuPlXhIoGlEB5XpJnGA==} + '@rollup/rollup-win32-ia32-msvc@4.34.3': + resolution: {integrity: sha512-K/V97GMbNa+Da9mGcZqmSl+DlJmWfHXTuI9V8oB2evGsQUtszCl67+OxWjBKpeOnYwox9Jpmt/J6VhpeRCYqow==} cpu: [ia32] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.28.1': - resolution: {integrity: sha512-ZvK2jBafvttJjoIdKm/Q/Bh7IJ1Ose9IBOwpOXcOvW3ikGTQGmKDgxTC6oCAzW6PynbkKP8+um1du81XJHZ0JA==} + '@rollup/rollup-win32-x64-msvc@4.34.3': + resolution: {integrity: sha512-CUypcYP31Q8O04myV6NKGzk9GVXslO5EJNfmARNSzLF2A+5rmZUlDJ4et6eoJaZgBT9wrC2p4JZH04Vkic8HdQ==} cpu: [x64] os: [win32] @@ -2454,57 +2459,47 @@ packages: '@sanity/bifur-client@0.4.1': resolution: {integrity: sha512-mHM8WR7pujbIw2qxuV0lzinS1izOoyLza/ejWV6quITTLpBhUoPIQGPER3Ar0SON5JV0VEEqkJGa1kjiYYgx2w==} - '@sanity/block-tools@3.68.1': - resolution: {integrity: sha512-WD4a/wNySfb8YQ/qkOkzQm3K6mT+65FLZQ2oaP1Mn1fnVaf2ZF/fhFdnSudAmzOaV8FEzIaz5KXInnNoaGhI0w==} - - '@sanity/browserslist-config@1.0.4': - resolution: {integrity: sha512-hQzfKVItzeJOTpGx9XvFKjmht5lmAcRWuw52Y+EzWWZlouSt6MiSLjF0v13vUf9E9TPK7wbgx+4F8tMyxpOxMQ==} + '@sanity/browserslist-config@1.0.5': + resolution: {integrity: sha512-so+/UtCge8t1jq509hH0otbbptRz0zM/Aa0dh5MhMD7HGT6n2igWIL2VWH/9QR9e77Jn3dJsjz23mW1WCxT+sg==} - '@sanity/cli@3.68.1': - resolution: {integrity: sha512-zpyHl2oMja2qmUl7r9zfUWQbFTCBg84kmQjsY3wifyTdn0bxRFSGpqwSfDtVhnH/ce7gsiFp2/GXaeWTCNGMug==} + '@sanity/cli@3.74.0': + resolution: {integrity: sha512-8akykQACBQlCOALQIwutmVW+JqUUcBCXnu+pcQxvvt+1YMVe3iPT9GD/SWXCNJryjsruqW2e0JTBP4DuU8kwXQ==} engines: {node: '>=18'} hasBin: true - '@sanity/client@6.24.1': - resolution: {integrity: sha512-k5aW5C8RdqVGnvuX0KZ+AAIlhYueb6sx3edhKkIMmr2UfD8vSTSW3oAXVt+/WlBstlMIqvkc5RCLLWZQcF3gaA==} + '@sanity/client@6.27.2': + resolution: {integrity: sha512-x5KaN5atPnEFa3GGSH3YKSAYh1MAECvEs9o+NSLd5W19imxvSxPquQBv0Q60Zdsg6iaTJPAAa79Ak5Xyg2FHvA==} engines: {node: '>=14.18'} - '@sanity/codegen@3.68.1': - resolution: {integrity: sha512-YeqJjmtlecJX8iNC1U33eSU/NiNQ5q9EJEPc1hZ5zACg+YenyZuVofJbj4GNkKoyFUNZwU98V8ZvVEgTdbYQmg==} + '@sanity/codegen@3.74.0': + resolution: {integrity: sha512-fMs2oTcxMvRy33hUBjGbNIBxDMtk6N+hkrnHuaJxY0Z0CVkAd3sUY8mYOvgUB61bzOSJ+qFQN3l2Y8rYKoNkOA==} engines: {node: '>=18'} '@sanity/color@3.0.6': resolution: {integrity: sha512-2TjYEvOftD0v7ukx3Csdh9QIu44P2z7NDJtlC3qITJRYV36J7R6Vfd3trVhFnN77/7CZrGjqngrtohv8VqO5nw==} engines: {node: '>=18.0.0'} - '@sanity/comlink@2.0.1': - resolution: {integrity: sha512-Sdl0qCHwtKxEZ7Xa2xjKYslosmPteWB3p81u84X8PdTocVqp036S6r3vgQJPHlcEiEaJgMjpEJkjUaR8Jx5BcA==} + '@sanity/comlink@3.0.1': + resolution: {integrity: sha512-I1F57GKL69xoJUF9/4XTMvXFJZ7BnaFmTBIaiRvXaovJEZ677p5f+UkURPG/dd9L63+OnTV0SNmhTjIIzNexdw==} engines: {node: '>=18'} - '@sanity/comlink@2.0.2': - resolution: {integrity: sha512-8FUwaBrfjsQYWuoS8t+krllLQH0/khd6PT9bQ5Ac7xgHQEnZCzOXSxx+ENL0daCIdpqCpIu7nYUA2qLUUpQqEg==} + '@sanity/core-loader@1.7.32': + resolution: {integrity: sha512-gWxTvzXVPCcIWkTZ07oLq2D5/ngAWutfFyndQglds7GrIC2OJeTwslA0VLXJhWmW5hfmnlmT/RINwQYAlSrlHg==} engines: {node: '>=18'} - '@sanity/core-loader@1.7.21': - resolution: {integrity: sha512-DeZn2czD3uqSbZzeZD3UggtV49l9qMZx9f1n7QLgD5Fj+o3ZmUbYWIWE/5PGH95Jnpg80rDap6vuAvPyMp9sWQ==} - engines: {node: '>=18'} - - '@sanity/diff-match-patch@3.1.2': - resolution: {integrity: sha512-jW2zqnnV3cLXy7exOKbqaWJPb15rFSQGseAhlPljzbg5CP0hrujk0TwYpsNMz2xwTELOk1JkBUINQYbPE4TmaA==} + '@sanity/diff-match-patch@3.2.0': + resolution: {integrity: sha512-4hPADs0qUThFZkBK/crnfKKHg71qkRowfktBljH2UIxGHHTxIzt8g8fBiXItyCjxkuNy+zpYOdRMifQNv8+Yww==} engines: {node: '>=18.18'} - '@sanity/diff@3.68.1': - resolution: {integrity: sha512-c/F1BGeLebFzS4+N0FwJr6WfKE2kYUgLHUWGtpshAiCLvvfbm3OJoeHAWA5yWaH0TjEfiq/XdLSTcuOqx1EAYw==} + '@sanity/diff@3.74.0': + resolution: {integrity: sha512-fydTlir3EckL/AFxVa9oUPY7sryKsAiEojq2pBXuRSf991GqufhzTeYFwGHTbnypSUebqjG5lTqi0XxSH2tY6w==} engines: {node: '>=18'} - '@sanity/document-internationalization@3.2.0': - resolution: {integrity: sha512-06AgZt6MS1PN24e5GZergEj+suUoc0PgHUBZMDEzzx7UQyuSbPK5wlglVNvTzDjCLCoVgVGH79Rxtb9YYQuG1g==} + '@sanity/document-internationalization@3.3.1': + resolution: {integrity: sha512-m9BScIN+MAa5EAJDUiAkX7cEYiAJEZb3oTC7S0CRE1GknWn9PfGh5EeHaWp/qnMasv5FtTGqhhTjPj4ftJwXCQ==} engines: {node: '>=14'} peerDependencies: - '@sanity/mutator': ^3.40.0 - '@sanity/ui': ^2.1 - react: ^18 - react-dom: ^18 + react: ^18 || ^19 sanity: ^3.40.0 styled-components: ^6.1 @@ -2514,21 +2509,15 @@ packages: '@sanity/eventsource@5.0.2': resolution: {integrity: sha512-/B9PMkUvAlUrpRq0y+NzXgRv5lYCLxZNsBJD2WXVnqZYOfByL9oQBV7KiTaARuObp5hcQYuPfOAVjgXe3hrixA==} - '@sanity/export@3.41.1': - resolution: {integrity: sha512-iiYuyMkia1mZF14xz2R7dvMQzxOgTH61tYOe7YCZ54AwwjcLQCbuJnAan8LFDUC6tZMIKG5tIDyU/tHDvUQI1A==} + '@sanity/export@3.42.2': + resolution: {integrity: sha512-3dpGwzyhMXFPdGkS28rv7nBAnCKgW+OGTVM+tO31YO9AIZJ9M016WZcYKEYhX+wCLNiGTNrqWXfac9L4Unh8fQ==} engines: {node: '>=18'} '@sanity/generate-help-url@3.0.0': resolution: {integrity: sha512-wtMYcV5GIDIhVyF/jjmdwq1GdlK07dRL40XMns73VbrFI7FteRltxv48bhYVZPcLkRXb0SHjpDS/icj9/yzbVA==} - '@sanity/icons@2.11.8': - resolution: {integrity: sha512-C4ViXtk6eyiNTQ5OmxpfmcK6Jw+LLTi9zg9XBUD15DzC4xTHaGW9SVfUa43YtPGs3WC3M0t0K59r0GDjh52HIg==} - engines: {node: '>=14.0.0'} - peerDependencies: - react: ^18 - - '@sanity/icons@3.5.3': - resolution: {integrity: sha512-vI633N44QeSuUoYDZqI7vx6IAfgZshUPSnJHJUBODQdxW8064yEqtcROHP/FThp400RmXUGncWZNBoGbwbhl5w==} + '@sanity/icons@3.5.7': + resolution: {integrity: sha512-Gdqh1Cst/GL2RF23Ztx14hFEOBltK7PYMDHTi83TQ4Vq2/W0rhhMTVlaAopb4MgnUBwzISHRLD85SuvDMi9SuA==} engines: {node: '>=14.0.0'} peerDependencies: react: ^18.3 || ^19.0.0-0 @@ -2548,8 +2537,8 @@ packages: react: ^16.9 || ^17 || ^18 || ^19 react-dom: ^16.9 || ^17 || ^18 || ^19 - '@sanity/insert-menu@1.0.16': - resolution: {integrity: sha512-qBnOH+Ntis+Y74gyTvpHE0H1yK7HN3P9Ryr2hugbWBomKaJOL5ztbxUnS4LqHefuTDgYHBuc9CbB8w12ep+KSA==} + '@sanity/insert-menu@1.0.20': + resolution: {integrity: sha512-oYhGCerabMOJBU47ukjY5Hq6g87yHlN8Xr/HaqNLGG7ustGaT6cWA4UMaDuWd980qbWeC3s9Ph6cKRT/Sy8JtA==} engines: {node: '>=18.0.0'} peerDependencies: '@sanity/types': ^3.62.0 @@ -2572,12 +2561,12 @@ packages: '@sanity/color': ^2.0 || ^3.0 || ^3.0.0-beta react: ^18.3 || >=19.0.0-rc - '@sanity/migrate@3.68.1': - resolution: {integrity: sha512-mB8guWRkLThkfNUggV7O5lGVux7FcyMWScat2pbxoR/u68V6IAkYrzuewdqCv23Uxjwa3A20droBxhnkNc9esw==} + '@sanity/migrate@3.74.0': + resolution: {integrity: sha512-g8xJtDMkexKvACpmOi5gkdbnhrn14k626fXSjBn4awIuzjXHMD6ndsFh5At6EVgpXNFu3DRjbxTTnJAW9tVMMw==} engines: {node: '>=18'} - '@sanity/mutate@0.11.0-canary.3': - resolution: {integrity: sha512-zZQo3rsjsTZBlRi+D3S90MebvzWNtdRzb6A0s07gEO2PtCtc5LEUSyPCLvIZiv6e2YMjBmMmuref4IB8VixKnw==} + '@sanity/mutate@0.11.0-canary.4': + resolution: {integrity: sha512-82jU3PvxQepY+jVJU1WaXQOf2Q9Q/fOCE2ksJZ4cnH3/WFOsg7RceYoOWb1XKthchTCD9zSBS9DRmb7FQ0Jlsg==} engines: {node: '>=18'} peerDependencies: xstate: ^5.19.0 @@ -2585,15 +2574,15 @@ packages: xstate: optional: true - '@sanity/mutate@0.11.1': - resolution: {integrity: sha512-72chdEK8s9h1BLE/n7tOkCOGnrfFV/cH1fpvH/PpcxhpUY7wg6vvL7/durpXLEchWCO1ToS5DcFrCfmy1iKOrw==} + '@sanity/mutate@0.12.1': + resolution: {integrity: sha512-SuOpMOEwcTcE5fFHpy44qVuGs8NeBAOF8wwN5DYz0Jl4MJZWGsUS81YUeFwQl0XqBZpfiLVzwutp1KYCZPuqUQ==} engines: {node: '>=18'} - '@sanity/mutator@3.68.1': - resolution: {integrity: sha512-8/1urP75kKHECWTNwLjn9j2IgXWJV8a1G0HJ2SIn+AsP620j8zgj6aehHZ2mD7a9yfLq4wT9sh+YFR25gdilfQ==} + '@sanity/mutator@3.74.0': + resolution: {integrity: sha512-tpatMe8uoibawZkQT27QQ22cwnoDGKZQaYGKqZp+mDf60ABOnAdVaA39v/xwejQBTwEKu2fuUhIECDyDShlRmA==} - '@sanity/next-loader@1.2.5': - resolution: {integrity: sha512-9Ldq+iRfRINSGgL0SvqAEpG1EQKQ/4MqJGiixLSL/tsRr0uv278jsU8aNkDK3EJfa2bfF3m+l+nPnV+vza8hGA==} + '@sanity/next-loader@1.2.22': + resolution: {integrity: sha512-ravBnqrzaYYguFKCiIWubk/iiV2TtoEvMIqMLs8ows0hoaHsgKTVhvfq5Rzqy/tXNRKdsBBcxI8rg796hNF/QA==} engines: {node: '>=18.18'} peerDependencies: next: ^14.1 || ^15.0.0-0 @@ -2606,8 +2595,8 @@ packages: peerDependencies: typescript: 5.4.x || 5.5.x - '@sanity/pkg-utils@6.12.1': - resolution: {integrity: sha512-y6IuzUwMdKoz63tjsxnrcAlzA2XtTpMjET3vc6O+/cOOhvs4rcKQzhVjIiStBoCQPdJWH2Ts6McK3QowdTBpyg==} + '@sanity/pkg-utils@6.13.4': + resolution: {integrity: sha512-m4x0qyu2wiUHKuVxy/B2kcQRh20RvsyvUlUjPbiM5ENt4hwpJPLFfxtPe53GOCf3NJfcSK/te4yQkMOyL8RzAA==} engines: {node: '>=18.17.0'} hasBin: true peerDependencies: @@ -2624,41 +2613,36 @@ packages: peerDependencies: eslint: '>=8.0.0' - '@sanity/presentation@1.19.13': - resolution: {integrity: sha512-E1CEim2soQJ3I3GV0cDBX9BwqXBEg+J+uoMHIHbKG36b+1Bz9uDkj91Hkq48dVc/XeI76y/1nVRbEgjl4dchJw==} - engines: {node: '>=16.14'} - - '@sanity/preview-kit-compat@1.5.25': - resolution: {integrity: sha512-ghOAnT1TPidgbr36oVOaHgfEUq7vQhYgWdhW+IOSplQAzqGyzaWiE0CvWOfdSAm3RjMBwPdc+JDQLtSQq+X2jg==} + '@sanity/presentation-comlink@1.0.4': + resolution: {integrity: sha512-TqXTjVPM8vRFXpATZ5eRPv9vGp3XsStGcW1SB3csXekNTEJSdP/VgWqtaMTsrtE4tYYcYPe1kB2DsbnE5k0Sxg==} engines: {node: '>=18'} peerDependencies: - '@sanity/client': ^6.24.1 - react: ^18.3 || >=19.0.0-rc + '@sanity/client': ^6.27.2 - '@sanity/preview-kit@5.1.23': - resolution: {integrity: sha512-3qgf6kEB0a2iOrRFnkoIZxpYWwTkRKWM6lMn7+PiIixUMaF5cJqn7knrk2m4iULb8S+MqdSdBn7Mfx1YZ7Y4SA==} + '@sanity/preview-kit@5.2.2': + resolution: {integrity: sha512-DwOuApteYFhviUiB6EM37bXRwPLzLENITCu0PkW2aoH9w+wONX9X4uXlxfifAHjiGqRYPnD91GfnTPmMF0mOJQ==} engines: {node: '>=18'} peerDependencies: - '@sanity/client': ^6.24.1 + '@sanity/client': ^6.27.2 react: ^18.0.0 || >=19.0.0-rc peerDependenciesMeta: react: optional: true - '@sanity/preview-url-secret@2.0.5': - resolution: {integrity: sha512-YWExuJ/Z0CW37vYdiouE9A/NAN3QEewZL6qu6IohXqVY6wDDT0b9ubetTR4Op1kzmK6WbPGj79aiHrPubrM70A==} + '@sanity/preview-url-secret@2.1.4': + resolution: {integrity: sha512-D66VcYbGGXIkF4VQrvWo61l921LdyHKZgg5PYH0ZHcAE/wTXrMIM93I70jOp1DpN913c0vJ1sLxbLCbrEk7n8Q==} engines: {node: '>=18'} peerDependencies: - '@sanity/client': ^6.23.0 + '@sanity/client': ^6.27.2 - '@sanity/react-loader@1.10.30': - resolution: {integrity: sha512-V9Xj3kwd7c4NfIEt5+8QB+ZpCdvA2lU5QGalkn6S/1101Xkk3z8Q+tsSPQ1yHWVJ9VOMYDbOv8sYX/RkwhlmcA==} + '@sanity/react-loader@1.10.41': + resolution: {integrity: sha512-HkY7VOkk+7HgHye/e4BX5+UJxHarbWdlUXsHLExsIeSG9kwO0YhjefszEE2SFx9Tu8sHbCL/cuLuCgLyl0Hk+w==} engines: {node: '>=18'} peerDependencies: react: ^18.3 || >=19.0.0-rc - '@sanity/schema@3.68.1': - resolution: {integrity: sha512-atTO+T4+RXIO5kTf19CLcsV5uLp4H51D0Blv0p4UydB4ZWq3ynYTAPuBOL/WzH9+2SKJeRItp+zg1RAkNB3I5A==} + '@sanity/schema@3.74.0': + resolution: {integrity: sha512-UphKbZqOPKVCL7vY6oxghmUdGtHhUds8FofdXO/NcF4VpWJB+c05lopazNQ3DMLL+gBek95GhI2XRofeQ3E0oQ==} '@sanity/telemetry@0.7.9': resolution: {integrity: sha512-TBBRK2SUwiNND+ZJPwdWSu8tbEjdIz7UjagmCCBBWcfXtDKXXlWawC/DOEWuI4Q+WcA5OWLDjboxZT4ApWjVbw==} @@ -2666,15 +2650,16 @@ packages: peerDependencies: react: ^18.2 || >=19.0.0-rc - '@sanity/template-validator@1.1.0': - resolution: {integrity: sha512-uOOyVt0BjRYIqwbfTgeVgbdYvtNwlqEihXFOm97xi+WwjlPTStyFYElSV4rJ5ylvqix2rnLMgkC0MoXtCPUH1g==} + '@sanity/template-validator@2.4.0': + resolution: {integrity: sha512-gkQ4hPbfad7CtLrl5ZFReqKbFEBf9ijsyqNJaKny53QTMlyGgwL0JKxiM+bwAiU0uOUT0vSqdzSAxDJNF0BDpg==} engines: {node: '>=18.0.0'} + hasBin: true '@sanity/types@3.68.1': resolution: {integrity: sha512-MWHlBQsk4x5puyPw/VhBR9ycvT/Ek+aElefIz9H1F2LPrEFBL5Rl+5A3Fy35fxx6948b6pAE7smOj6VzO7Ym5A==} - '@sanity/ui@2.10.11': - resolution: {integrity: sha512-yq4JzfitBpspgAgoVBIXerQN2W1yBhGCyHYHuNboXXk7KCx2CpRPqeYbHBmmQQodcymOYKF2Wj/LH8baEg5PKA==} + '@sanity/ui@2.11.8': + resolution: {integrity: sha512-zi+tDVtt/DFGgIN7jEpzzzmUAHCmJdJ0kExZD8/FnMfHEcorSQg0wYawisrrxCNuJ8HM8we8HSF8qFR66AH6oA==} engines: {node: '>=14.0.0'} peerDependencies: react: ^18 || >=19.0.0-0 @@ -2682,34 +2667,50 @@ packages: react-is: ^18 || >=19.0.0-0 styled-components: ^5.2 || ^6 - '@sanity/util@3.37.2': - resolution: {integrity: sha512-hq0eLjyV2iaOm9ivtPw12YTQ4QsE3jnV/Ui0zhclEhu8Go5JiaEhFt2+WM2lLGRH6qcSA414QbsCNCcyhJL6rA==} + '@sanity/util@3.68.3': + resolution: {integrity: sha512-J4Ov75oUvMqx221VEJkKNSibzF0D8VyCzejtwftW+jP80XguYFqBz7bAcTmwJ5vnxNUoAUCeAdZBoOYVpgew4g==} engines: {node: '>=18'} - '@sanity/util@3.68.1': - resolution: {integrity: sha512-mkH24nR70x0bT4Ka3n3cXQUaz/r6kccc7TD5+TSAJz3eQnhmDlfLP2gbTQFMvYgsFV7FAuowByfAGlzqwG9YRw==} + '@sanity/util@3.74.0': + resolution: {integrity: sha512-tJ0VFsP5ZgbnPqPcAMt47qaIz04e6IfNmyGjAv5ZrzeNXU0bLKO/5K3k/HFdMgookiKwbrKcoKtZQMuRU7hUAQ==} engines: {node: '>=18'} '@sanity/uuid@3.0.2': resolution: {integrity: sha512-vzdhqOrX7JGbMyK40KuIwwyXHm7GMLOGuYgn3xlC09e4ZVNofUO5mgezQqnRv0JAMthIRhofqs9f6ufUjMKOvw==} - '@sanity/vision@3.68.1': - resolution: {integrity: sha512-UB9OeIJOFLkSSSmSv9eeFphEvREni6vY0DVclpHnmhkXuH11kahBeZWgOuh4JjpxItjialgMqtKAyjBw5He9xA==} + '@sanity/vision@3.74.0': + resolution: {integrity: sha512-n5vqiZ0P787JNpeJRQBznr6RUQBmma3RiSQnmD9tscCba0BTivZL0AZMX+8MxpTuxkcif10/S3aB/fILKC8fpQ==} peerDependencies: react: ^18 || ^19.0.0 styled-components: ^6.1 - '@sanity/visual-editing@2.10.6': - resolution: {integrity: sha512-+edG4S6o4s7VOJJMSLDHea1X7tds566bfgG5aHEdLqkV9RFd8Bkri5IoWtffKXfPQa9GfoozqsYQzVNPhaEPGw==} + '@sanity/visual-editing-csm@2.0.2': + resolution: {integrity: sha512-Trk9cosL/mwx9wMPIMcPulf66Yodil0Z+KVM9h4NfI9lj5LbIzp5jejOnZqLr1HASQik0JG7k8azJJR8fdSiqg==} + engines: {node: '>=18'} + peerDependencies: + '@sanity/client': ^6.27.2 + + '@sanity/visual-editing-types@1.0.4': + resolution: {integrity: sha512-zg4fObu+okPBD4/xAYF1IQjvtDTmRzS2eRFYvqG+TGHGygNIZjIx0obZAMioXvUoTZqy3eZzyzyadbsYM/w0RA==} + engines: {node: '>=18'} + peerDependencies: + '@sanity/client': ^6.27.2 + '@sanity/types': ^3.62.0 + peerDependenciesMeta: + '@sanity/types': + optional: true + + '@sanity/visual-editing@2.12.14': + resolution: {integrity: sha512-4vXd9huhhD1o0TZbTy3vM4z0/owR5x25gU65OLZc065cBzV1OFm7PXZrBVUtfa8ryEVRE++XmBMbeO2NQCG9Mg==} engines: {node: '>=18'} peerDependencies: '@remix-run/react': '>= 2' - '@sanity/client': ^6.24.1 + '@sanity/client': ^6.27.2 '@sveltejs/kit': '>= 2' next: '>= 13 || >=14.3.0-canary.0 <14.3.0 || >=15.0.0-rc' react: ^18.3 || >=19.0.0-rc react-dom: ^18.3 || >=19.0.0-rc - react-router: '>= 7' + react-router: '>= 6 || >= 7' svelte: '>= 4' peerDependenciesMeta: '@remix-run/react': @@ -2863,6 +2864,9 @@ packages: '@types/react-is@18.3.1': resolution: {integrity: sha512-zts4lhQn5ia0cF/y2+3V6Riu0MAfez9/LJYavdM8TvcVl+S91A/7VWxyBT8hbRuWspmuCaiGI0F41OJYGrKhRA==} + '@types/react-is@19.0.0': + resolution: {integrity: sha512-71dSZeeJ0t3aoPyY9x6i+JNSvg5m9EF2i2OlSZI5QoJuI8Ocgor610i+4A10TQmURR+0vLwcVCEYFpXdzM1Biw==} + '@types/react@18.3.17': resolution: {integrity: sha512-opAQ5no6LqJNo9TqnxBKsgnkIYHozW9KSTlFVoSUJYh1Fl/sswkEoqIugRSm7tbh6pABtYjGAjW+GOS23j8qbw==} @@ -3097,11 +3101,11 @@ packages: peerDependencies: vite: ^4.2.0 || ^5.0.0 || ^6.0.0 - '@xstate/react@5.0.0': - resolution: {integrity: sha512-MkYMpmqqCdK43wSl/V/jSpsvumzV4RSG2ZOUEAIrg/w36BJpyufMrsR0rz7POX5ICF5s3xzP9q7Hd5TyM5SSyQ==} + '@xstate/react@5.0.2': + resolution: {integrity: sha512-x5GOrE0ZYjU2ba986u0CCp7SaPwzElSn1SW0mZ9MuBgsZ+BW7vTLVOvGmURynwojdso8d6nVbK3c2+MRVqGVgA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-0 - xstate: ^5.19.0 + xstate: ^5.19.2 peerDependenciesMeta: xstate: optional: true @@ -3362,8 +3366,8 @@ packages: browserify-zlib@0.1.4: resolution: {integrity: sha512-19OEpq7vWgsH6WkvkBJQDFvJS1uPcbFOQ4v9CU839dO+ZZXUZO6XpE6hNCqvlIIj+4fZvRiJ6DsAQ382GwiyTQ==} - browserslist@4.24.3: - resolution: {integrity: sha512-1CPmv8iobE2fyRMV97dAcMVegvvWKxmq94hkLiAkUGwKVTyDLw33K+ZxiFrREKmmps4rIw6grcCFCnTMSZ/YiA==} + browserslist@4.24.4: + resolution: {integrity: sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true @@ -3969,8 +3973,8 @@ packages: engines: {node: '>=18'} hasBin: true - esbuild@0.24.0: - resolution: {integrity: sha512-FuLPevChGDshgSicjisSooU0cemp/sGXR841D5LHMB7mTVOmsEHcAxaH3irL53+8YDIeVNQEySh4DaYU/iuPqQ==} + esbuild@0.24.2: + resolution: {integrity: sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==} engines: {node: '>=18'} hasBin: true @@ -4395,8 +4399,8 @@ packages: fraction.js@4.3.7: resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==} - framer-motion@11.15.0: - resolution: {integrity: sha512-MLk8IvZntxOMg7lDBLw2qgTHHv664bYoYmnFTmE0Gm/FW67aOJk0WM3ctMcG+Xhcv+vh5uyyXwxvxhSeJzSe+w==} + framer-motion@12.2.0: + resolution: {integrity: sha512-sYzL4obvn6KH/keIxcgUaXlWoOpkWejI228NMSr57hBunzvUNQD+rP/7I35CY1ciE8r9LjuItOalD+m51urBkg==} peerDependencies: '@emotion/is-prop-valid': '*' react: ^18.0.0 || ^19.0.0 @@ -4465,8 +4469,8 @@ packages: resolution: {integrity: sha512-I7AKP1Xl2q2j4ucvU0yMtiM+xZKgzD1Fvyh1YcZCT66i+wNrxJAonV+H1yynB3gerZ17uA00IXg61LVLdDeiCg==} engines: {node: '>=14.0.0'} - get-it@8.6.5: - resolution: {integrity: sha512-o1hjPwrb/icm3WJbCweTSq8mKuDfJlqwbFauI+Pdgid99at/BFaBXFBJZE+uqvHyOVARE4z680S44vrDm8SsCw==} + get-it@8.6.7: + resolution: {integrity: sha512-AMEotvykAlcEPTPmYeZPqr9w3K53Ni8z1tplo1mwNS8T4i/gr5T7mSfvaLhhIQhF+0thIH901kLdDA5d5bvDGA==} engines: {node: '>=14.0.0'} get-latest-version@5.1.0: @@ -4600,12 +4604,12 @@ packages: graphemer@1.4.0: resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} - groq-js@1.14.2: - resolution: {integrity: sha512-1CtOqgATOhmB6jRKL6zvojb2Vt8aP2y6m/7ZN4JlpFhyB/d8WRW3/kZgapIUHys6/Vrkk1oTbjjDbxNL8QxHSQ==} + groq-js@1.15.0: + resolution: {integrity: sha512-PB0phOsvoYq6V5G5K5nOUDhzHH6NaqlzSaUmjBNS487kU/CJ0m2xIuvbnZM5nz1oC1jfDpCW3IXh3GKpMpU5Pw==} engines: {node: '>= 14'} - groq@3.68.1: - resolution: {integrity: sha512-R7cmAdJOqQsQaAEQ8wiuTcMrFIZEiIoeitcYA5QIXT+ta74SYKo6b4nDHbsMQ2lPe1EsUg/lnWPusGvWJbrthw==} + groq@3.74.0: + resolution: {integrity: sha512-4MeM7/Xw9sjaPUN2yMnRqcYI9YFtRIcV7ZwvNfdjQimrFGYGkeGgT6A7eRYGwCRvUG/9v9Sbx3IMr0NHsewHhQ==} engines: {node: '>=18'} gunzip-maybe@1.4.2: @@ -5130,6 +5134,9 @@ packages: json-stable-stringify-without-jsonify@1.0.1: resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} + json-stream-stringify@2.0.4: + resolution: {integrity: sha512-gIPoa6K5w6j/RnQ3fOtmvICKNJGViI83A7dnTIL+0QJ/1GKuNvCPFvbFWxt0agruF4iGgDFJvge4Gua4ZoiggQ==} + json5@1.0.2: resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} hasBin: true @@ -5206,6 +5213,9 @@ packages: resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} engines: {node: '>=10'} + lodash-es@4.17.21: + resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==} + lodash.castarray@4.4.0: resolution: {integrity: sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q==} @@ -5394,20 +5404,17 @@ packages: engines: {node: '>=10'} hasBin: true - mnemonist@0.39.8: - resolution: {integrity: sha512-vyWo2K3fjrUw8YeeZ1zF0fy6Mu59RHokURlld8ymdUPjMlD9EC9ov1/YPqTgqRvUN9nTr3Gqfz29LYAmu0PHPQ==} - module-alias@2.2.3: resolution: {integrity: sha512-23g5BFj4zdQL/b6tor7Ji+QY4pEfNH784BMslY9Qb0UnJWRAt+lQGLYmRaM0KDBwIG23ffEBELhZDP2rhi9f/Q==} moment@2.30.1: resolution: {integrity: sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==} - motion-dom@11.14.3: - resolution: {integrity: sha512-lW+D2wBy5vxLJi6aCP0xyxTxlTfiu+b+zcpVbGVFUxotwThqhdpPRSmX8xztAgtZMPMeU0WGVn/k1w4I+TbPqA==} + motion-dom@12.0.0: + resolution: {integrity: sha512-CvYd15OeIR6kHgMdonCc1ihsaUG4MYh/wrkz8gZ3hBX/uamyZCXN9S9qJoYF03GqfTt7thTV/dxnHYX4+55vDg==} - motion-utils@11.14.3: - resolution: {integrity: sha512-Xg+8xnqIJTpr0L/cidfTTBFkvRw26ZtGGuIhA94J9PQ2p4mEa06Xx7QVYZH0BP+EpMSaDlu+q0I0mmvwADPsaQ==} + motion-utils@12.0.0: + resolution: {integrity: sha512-MNFiBKbbqnmvOjkPyOKgHUp3Q6oiokLkI1bEwm5QA28cxMZrv0CbbBGDNmhF6DIXsi1pCQBSs0dX8xjeER1tmA==} mri@1.2.0: resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} @@ -5442,18 +5449,17 @@ packages: natural-compare@1.4.0: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} - next-sanity@9.8.27: - resolution: {integrity: sha512-jo/7725A4GVb2EcOu6Gpcn+FwC/Ohr3O1AaPB2q3KHrZCYts1yVuHgcPB/P26tF8I7BKXtdQXQ7Af/kJgLeW/Q==} + next-sanity@9.8.51: + resolution: {integrity: sha512-4V71BUAvSfVGxWI0fKrkeOAIO8X7r1ff8kBKySOiIvLhRZI901cRkQbhHCP+wute8sfTI1sbnJ4r2s+RXzOmlg==} engines: {node: '>=18.18'} peerDependencies: - '@sanity/client': ^6.24.1 - '@sanity/icons': ^3.4.0 + '@sanity/client': ^6.27.2 + '@sanity/icons': ^3.5.7 '@sanity/types': ^3.62.0 - '@sanity/ui': ^2.8.10 + '@sanity/ui': ^2.11.8 next: ^14.2 || ^15.0.0-0 react: ^18.3 || ^19.0.0-0 - react-dom: ^18.3 || ^19.0.0-0 - sanity: ^3.62.0 + sanity: ^3.74.0 styled-components: ^6.1 next@15.1.1: @@ -5573,9 +5579,6 @@ packages: resolution: {integrity: sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==} engines: {node: '>= 0.4'} - obliterator@2.0.4: - resolution: {integrity: sha512-lgHwxlxV1qIg1Eap7LgIeoBWIMFibOjbrYPIPJZcI1mmGAI2m3lNYpK12Y+GBdPQ0U1hRwSord7GIaawz962qQ==} - observable-callback@1.0.3: resolution: {integrity: sha512-VlS275UyPnwdMtzxDgr/lCiOUyq9uXNll3vdwzDcJ6PB/LuO7gLmxAQopcCA3JoFwwujBwyA7/tP5TXZwWSXew==} engines: {node: '>=16'} @@ -5925,6 +5928,10 @@ packages: resolution: {integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==} engines: {node: ^10 || ^12 || >=14} + postcss@8.5.1: + resolution: {integrity: sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==} + engines: {node: ^10 || ^12 || >=14} + prelude-ls@1.2.1: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} @@ -6099,15 +6106,10 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc - react-compiler-runtime@19.0.0-beta-201e55d-20241215: - resolution: {integrity: sha512-jBEo/UqVgiz6veJjhQMoNaGQLKUQwzMQpiYrA4XsGVOC2sElDF0oMjic5107LitP988yHrqDDZwZirS4OAEqyA==} + react-compiler-runtime@19.0.0-beta-714736e-20250131: + resolution: {integrity: sha512-RJQqbR2zIobjLZ242MRQlWlyxLDxw0fRxbniImHxSsBqHSf35vK8CsClA37MfO729M3n4jCIawI3BCdBHksOvA==} peerDependencies: - react: ^17.0.0 || ^18.0.0 || ^19.0.0 - - react-compiler-runtime@19.0.0-beta-37ed2a7-20241206: - resolution: {integrity: sha512-9e6rCpVylr9EnVocgYAjft7+2v01BDpajeHKRoO+oc9pKcAMTpstHtHvE/TSVbyf4FvzCGjfKcfHM9XGTXI6Tw==} - peerDependencies: - react: ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 || ^0.0.0-experimental react-dom@18.3.1: resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==} @@ -6159,8 +6161,8 @@ packages: resolution: {integrity: sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==} engines: {node: '>=0.10.0'} - react-rx@4.1.9: - resolution: {integrity: sha512-I7R+UClYHfG+gTu+UPvzOIhNVDcHGC+ouGJMwFQreQ1N2zl2WR9qmiq7Dp3QDX9k/er6hSkQoXk8ssDwM1rvhA==} + react-rx@4.1.18: + resolution: {integrity: sha512-q3QiZi/cmOA2eUlK9UKba1qfziw11D3mwKtVTw/J85tbSQjvM2lK8JJ1HG2+4gJ43zZAVTd9lrf6NCtAKpK9xQ==} peerDependencies: react: ^18.3 || >=19.0.0-0 rxjs: ^7 @@ -6343,8 +6345,8 @@ packages: esbuild: '>=0.18.0' rollup: ^1.20.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 - rollup@4.28.1: - resolution: {integrity: sha512-61fXYl/qNVinKmGSTHAZ6Yy8I3YIJC/r2m9feHo6SwVAVcLT5MPwOUFe7EuURA/4m0NR8lXG4BBXuo/IZEsjMg==} + rollup@4.34.3: + resolution: {integrity: sha512-ORCtU0UBJyiAIn9m0llUXJXAswG/68pZptCrqxHG7//Z2DDzAUeyyY5hqf4XrsGlUxscMr9GkQ2QI7KTLqeyPw==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true @@ -6366,6 +6368,12 @@ packages: peerDependencies: rxjs: 7.x + rxjs-mergemap-array@0.1.0: + resolution: {integrity: sha512-19fXxPXN4X8LPWu7fg/nyX+nr0G97qSNXhEvF32cdgWuoyUVQ4MrFr+UL4HGip6iO5kbZOL4puAjPeQ/D5qSlA==} + engines: {node: '>=18.0.0'} + peerDependencies: + rxjs: 7.x + rxjs@7.8.1: resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} @@ -6390,14 +6398,12 @@ packages: resolution: {integrity: sha512-1OOTx/Uw0J3rwNkI4J/4XJfTGb2Rze/gl5jJGRw+M2hRGkp1QEu2wFHiC9adj83ABYthOczBCBpTHHeZluctdw==} engines: {node: '>=18.2'} - sanity-plugin-internationalized-array@2.1.0: - resolution: {integrity: sha512-YpG8O3wdNbewsPNhSHZ13MYTPDqsf0Iz8eC6fB5hhDwttxcM6ftD40R1qXT73Ccl68X4DrbHi3bQzXC60E7D7g==} + sanity-plugin-internationalized-array@3.1.1: + resolution: {integrity: sha512-ohu8ev5VUAmWGZOESmelhj01oydckgtTK0wDTaZvNs+O0mRJijkKZEqj5uJFP/e2fRClyRje36RLUCA4d6MmFw==} engines: {node: '>=14'} peerDependencies: - '@sanity/ui': ^2.1.0 - react: ^18 - react-dom: ^18 - sanity: ^3.36.4 + react: ^18.3 || ^19 + sanity: ^3.52.4 styled-components: ^6.1 sanity-plugin-utils@1.6.7: @@ -6409,8 +6415,8 @@ packages: sanity: ^3.43.0 styled-components: ^6.1 - sanity@3.68.1: - resolution: {integrity: sha512-NvgSHsEAPyJMdl32BEc2b0mBPKSVFzMh9fa8SFyTTwJjvfA3jilKWs4EbiZcDZhSz85+ZBNY1BBsLYQT3/EhXA==} + sanity@3.74.0: + resolution: {integrity: sha512-rQD4vFQmyHioOxCXolcgnXSoi8E5CbPDpJ365jYab2TQpmSgRJsxx4V9C60RC0YjH36I27vJwwFy0FXCOGsrNQ==} engines: {node: '>=18'} hasBin: true peerDependencies: @@ -6516,9 +6522,6 @@ packages: resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} engines: {node: '>=14'} - silver-fleece@1.1.0: - resolution: {integrity: sha512-V3vShUiLRVPMu9aSWpU5kLDoU/HO7muJKE236EO663po3YxivAkMLbRg+amV/FhbIfF5bWXX5TVX+VYmRaOBFA==} - simple-swizzle@0.2.2: resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==} @@ -6536,13 +6539,13 @@ packages: resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} engines: {node: '>=8'} - slate-dom@0.111.0: - resolution: {integrity: sha512-VjeBh2xIRvP6ToEhrO1TPahc5fPezxbeSUhsRTppBPtHfidEdyp/MTI9TjUrZnlznJiVZ7QKrORXilFq8hsbtQ==} + slate-dom@0.112.2: + resolution: {integrity: sha512-cozITMlpcBxrov854reM6+TooiHiqpfM/nZPrnjpN1wSiDsAQmYbWUyftC+jlwcpFj80vywfDHzlG6hXIc5h6A==} peerDependencies: slate: '>=0.99.0' - slate-react@0.112.0: - resolution: {integrity: sha512-LoHb/XXnI5uf+n2hnjDKjWb3D+H3lGIg16N7Zzm1nHhhXm3NzwoKOTbzdKOMLdt2+tnhTaHpSxYfT7zZ+wdzUw==} + slate-react@0.112.1: + resolution: {integrity: sha512-V9b+waxPweXqAkSQmKQ1afG4Me6nVQACPpxQtHPIX02N7MXa5f5WilYv+bKt7vKKw+IZC2F0Gjzhv5BekVgP/A==} peerDependencies: react: '>=18.2.0' react-dom: '>=18.2.0' @@ -7181,8 +7184,8 @@ packages: resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==} hasBin: true - uuid@11.0.3: - resolution: {integrity: sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==} + uuid@11.0.5: + resolution: {integrity: sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==} hasBin: true uuid@8.3.2: @@ -7206,22 +7209,27 @@ packages: resolution: {integrity: sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - vite@5.4.11: - resolution: {integrity: sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==} - engines: {node: ^18.0.0 || >=20.0.0} + vite@6.0.11: + resolution: {integrity: sha512-4VL9mQPKoHy4+FE0NnRE/kbY51TOfaknxAjt3fJbGJxhIpBZiqVzlZDEesWWsuREXHwNdAoOFZ9MkPEVXczHwg==} + engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: - '@types/node': ^18.0.0 || >=20.0.0 + '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0 + jiti: '>=1.21.0' less: '*' lightningcss: ^1.21.0 sass: '*' sass-embedded: '*' stylus: '*' sugarss: '*' - terser: ^5.4.0 + terser: ^5.16.0 + tsx: ^4.8.1 + yaml: ^2.4.2 peerDependenciesMeta: '@types/node': optional: true + jiti: + optional: true less: optional: true lightningcss: @@ -7236,6 +7244,10 @@ packages: optional: true terser: optional: true + tsx: + optional: true + yaml: + optional: true void-elements@3.1.0: resolution: {integrity: sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==} @@ -7342,8 +7354,8 @@ packages: xregexp@2.0.0: resolution: {integrity: sha512-xl/50/Cf32VsGq/1R8jJE5ajH1yMCQkpmoS10QbFZWl2Oor4H0Me64Pu2yxvsRWK3m6soJbmGfzSR7BYmDcWAA==} - xstate@5.19.0: - resolution: {integrity: sha512-Juh1MjeRaVWr1IRxXYvQMMRFMrei6vq6+AfP6Zk9D9YV0ZuvubN0aM6s2ITwUrq+uWtP1NTO8kOZmsM/IqeOiQ==} + xstate@5.19.2: + resolution: {integrity: sha512-B8fL2aP0ogn5aviAXFzI5oZseAMqN00fg/TeDa3ZtatyDcViYLIfuQl4y8qmHCiKZgGEzmnTyNtNQL9oeJE2gw==} xtend@4.0.2: resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} @@ -7521,7 +7533,7 @@ snapshots: dependencies: '@babel/compat-data': 7.26.3 '@babel/helper-validator-option': 7.25.9 - browserslist: 4.24.3 + browserslist: 4.24.4 lru-cache: 5.1.1 semver: 6.3.1 @@ -8352,37 +8364,28 @@ snapshots: '@codemirror/autocomplete@6.18.4': dependencies: - '@codemirror/language': 6.10.7 + '@codemirror/language': 6.10.8 '@codemirror/state': 6.5.0 - '@codemirror/view': 6.36.0 + '@codemirror/view': 6.36.1 '@lezer/common': 1.2.3 '@codemirror/commands@6.7.1': dependencies: - '@codemirror/language': 6.10.7 + '@codemirror/language': 6.10.8 '@codemirror/state': 6.5.0 - '@codemirror/view': 6.36.0 + '@codemirror/view': 6.36.1 '@lezer/common': 1.2.3 '@codemirror/lang-javascript@6.2.2': dependencies: '@codemirror/autocomplete': 6.18.4 - '@codemirror/language': 6.10.7 + '@codemirror/language': 6.10.8 '@codemirror/lint': 6.8.4 '@codemirror/state': 6.5.0 - '@codemirror/view': 6.36.0 + '@codemirror/view': 6.36.1 '@lezer/common': 1.2.3 '@lezer/javascript': 1.4.21 - '@codemirror/language@6.10.7': - dependencies: - '@codemirror/state': 6.5.0 - '@codemirror/view': 6.36.0 - '@lezer/common': 1.2.3 - '@lezer/highlight': 1.2.1 - '@lezer/lr': 1.4.2 - style-mod: 4.1.2 - '@codemirror/language@6.10.8': dependencies: '@codemirror/state': 6.5.0 @@ -8395,13 +8398,13 @@ snapshots: '@codemirror/lint@6.8.4': dependencies: '@codemirror/state': 6.5.0 - '@codemirror/view': 6.36.0 + '@codemirror/view': 6.36.1 crelt: 1.0.6 '@codemirror/search@6.5.8': dependencies: '@codemirror/state': 6.5.0 - '@codemirror/view': 6.36.0 + '@codemirror/view': 6.36.1 crelt: 1.0.6 '@codemirror/state@6.5.0': @@ -8415,12 +8418,6 @@ snapshots: '@codemirror/view': 6.36.1 '@lezer/highlight': 1.2.1 - '@codemirror/view@6.36.0': - dependencies: - '@codemirror/state': 6.5.0 - style-mod: 4.1.2 - w3c-keyname: 2.2.8 - '@codemirror/view@6.36.1': dependencies: '@codemirror/state': 6.5.0 @@ -8510,7 +8507,7 @@ snapshots: '@esbuild/aix-ppc64@0.23.1': optional: true - '@esbuild/aix-ppc64@0.24.0': + '@esbuild/aix-ppc64@0.24.2': optional: true '@esbuild/android-arm64@0.21.5': @@ -8519,7 +8516,7 @@ snapshots: '@esbuild/android-arm64@0.23.1': optional: true - '@esbuild/android-arm64@0.24.0': + '@esbuild/android-arm64@0.24.2': optional: true '@esbuild/android-arm@0.21.5': @@ -8528,7 +8525,7 @@ snapshots: '@esbuild/android-arm@0.23.1': optional: true - '@esbuild/android-arm@0.24.0': + '@esbuild/android-arm@0.24.2': optional: true '@esbuild/android-x64@0.21.5': @@ -8537,7 +8534,7 @@ snapshots: '@esbuild/android-x64@0.23.1': optional: true - '@esbuild/android-x64@0.24.0': + '@esbuild/android-x64@0.24.2': optional: true '@esbuild/darwin-arm64@0.21.5': @@ -8546,7 +8543,7 @@ snapshots: '@esbuild/darwin-arm64@0.23.1': optional: true - '@esbuild/darwin-arm64@0.24.0': + '@esbuild/darwin-arm64@0.24.2': optional: true '@esbuild/darwin-x64@0.21.5': @@ -8555,7 +8552,7 @@ snapshots: '@esbuild/darwin-x64@0.23.1': optional: true - '@esbuild/darwin-x64@0.24.0': + '@esbuild/darwin-x64@0.24.2': optional: true '@esbuild/freebsd-arm64@0.21.5': @@ -8564,7 +8561,7 @@ snapshots: '@esbuild/freebsd-arm64@0.23.1': optional: true - '@esbuild/freebsd-arm64@0.24.0': + '@esbuild/freebsd-arm64@0.24.2': optional: true '@esbuild/freebsd-x64@0.21.5': @@ -8573,7 +8570,7 @@ snapshots: '@esbuild/freebsd-x64@0.23.1': optional: true - '@esbuild/freebsd-x64@0.24.0': + '@esbuild/freebsd-x64@0.24.2': optional: true '@esbuild/linux-arm64@0.21.5': @@ -8582,7 +8579,7 @@ snapshots: '@esbuild/linux-arm64@0.23.1': optional: true - '@esbuild/linux-arm64@0.24.0': + '@esbuild/linux-arm64@0.24.2': optional: true '@esbuild/linux-arm@0.21.5': @@ -8591,7 +8588,7 @@ snapshots: '@esbuild/linux-arm@0.23.1': optional: true - '@esbuild/linux-arm@0.24.0': + '@esbuild/linux-arm@0.24.2': optional: true '@esbuild/linux-ia32@0.21.5': @@ -8600,7 +8597,7 @@ snapshots: '@esbuild/linux-ia32@0.23.1': optional: true - '@esbuild/linux-ia32@0.24.0': + '@esbuild/linux-ia32@0.24.2': optional: true '@esbuild/linux-loong64@0.21.5': @@ -8609,7 +8606,7 @@ snapshots: '@esbuild/linux-loong64@0.23.1': optional: true - '@esbuild/linux-loong64@0.24.0': + '@esbuild/linux-loong64@0.24.2': optional: true '@esbuild/linux-mips64el@0.21.5': @@ -8618,7 +8615,7 @@ snapshots: '@esbuild/linux-mips64el@0.23.1': optional: true - '@esbuild/linux-mips64el@0.24.0': + '@esbuild/linux-mips64el@0.24.2': optional: true '@esbuild/linux-ppc64@0.21.5': @@ -8627,7 +8624,7 @@ snapshots: '@esbuild/linux-ppc64@0.23.1': optional: true - '@esbuild/linux-ppc64@0.24.0': + '@esbuild/linux-ppc64@0.24.2': optional: true '@esbuild/linux-riscv64@0.21.5': @@ -8636,7 +8633,7 @@ snapshots: '@esbuild/linux-riscv64@0.23.1': optional: true - '@esbuild/linux-riscv64@0.24.0': + '@esbuild/linux-riscv64@0.24.2': optional: true '@esbuild/linux-s390x@0.21.5': @@ -8645,7 +8642,7 @@ snapshots: '@esbuild/linux-s390x@0.23.1': optional: true - '@esbuild/linux-s390x@0.24.0': + '@esbuild/linux-s390x@0.24.2': optional: true '@esbuild/linux-x64@0.21.5': @@ -8654,7 +8651,10 @@ snapshots: '@esbuild/linux-x64@0.23.1': optional: true - '@esbuild/linux-x64@0.24.0': + '@esbuild/linux-x64@0.24.2': + optional: true + + '@esbuild/netbsd-arm64@0.24.2': optional: true '@esbuild/netbsd-x64@0.21.5': @@ -8663,13 +8663,13 @@ snapshots: '@esbuild/netbsd-x64@0.23.1': optional: true - '@esbuild/netbsd-x64@0.24.0': + '@esbuild/netbsd-x64@0.24.2': optional: true '@esbuild/openbsd-arm64@0.23.1': optional: true - '@esbuild/openbsd-arm64@0.24.0': + '@esbuild/openbsd-arm64@0.24.2': optional: true '@esbuild/openbsd-x64@0.21.5': @@ -8678,7 +8678,7 @@ snapshots: '@esbuild/openbsd-x64@0.23.1': optional: true - '@esbuild/openbsd-x64@0.24.0': + '@esbuild/openbsd-x64@0.24.2': optional: true '@esbuild/sunos-x64@0.21.5': @@ -8687,7 +8687,7 @@ snapshots: '@esbuild/sunos-x64@0.23.1': optional: true - '@esbuild/sunos-x64@0.24.0': + '@esbuild/sunos-x64@0.24.2': optional: true '@esbuild/win32-arm64@0.21.5': @@ -8696,7 +8696,7 @@ snapshots: '@esbuild/win32-arm64@0.23.1': optional: true - '@esbuild/win32-arm64@0.24.0': + '@esbuild/win32-arm64@0.24.2': optional: true '@esbuild/win32-ia32@0.21.5': @@ -8705,7 +8705,7 @@ snapshots: '@esbuild/win32-ia32@0.23.1': optional: true - '@esbuild/win32-ia32@0.24.0': + '@esbuild/win32-ia32@0.24.2': optional: true '@esbuild/win32-x64@0.21.5': @@ -8714,7 +8714,7 @@ snapshots: '@esbuild/win32-x64@0.23.1': optional: true - '@esbuild/win32-x64@0.24.0': + '@esbuild/win32-x64@0.24.2': optional: true '@eslint-community/eslint-utils@4.4.1(eslint@8.57.1)': @@ -9118,17 +9118,17 @@ snapshots: dependencies: '@octokit/openapi-types': 22.2.0 - '@optimize-lodash/rollup-plugin@4.0.4(rollup@4.28.1)': + '@optimize-lodash/rollup-plugin@4.0.4(rollup@4.34.3)': dependencies: '@optimize-lodash/transform': 3.0.3 - '@rollup/pluginutils': 5.0.5(rollup@4.28.1) - rollup: 4.28.1 + '@rollup/pluginutils': 5.0.5(rollup@4.34.3) + rollup: 4.34.3 - '@optimize-lodash/rollup-plugin@5.0.0(rollup@4.28.1)': + '@optimize-lodash/rollup-plugin@5.0.0(rollup@4.34.3)': dependencies: '@optimize-lodash/transform': 3.0.4 - '@rollup/pluginutils': 5.1.4(rollup@4.28.1) - rollup: 4.28.1 + '@rollup/pluginutils': 5.1.4(rollup@4.34.3) + rollup: 4.34.3 '@optimize-lodash/transform@3.0.3': dependencies: @@ -9157,59 +9157,66 @@ snapshots: '@pnpm/network.ca-file': 1.0.2 config-chain: 1.1.13 - '@portabletext/editor@1.17.1(@sanity/block-tools@3.68.1(debug@4.4.0))(@sanity/schema@3.68.1(debug@4.4.0))(@sanity/types@3.68.1)(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(rxjs@7.8.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': + '@portabletext/block-tools@1.1.5(@sanity/types@3.68.1)(@types/react@18.3.17)': dependencies: - '@portabletext/patches': 1.1.1 - '@sanity/block-tools': 3.68.1(debug@4.4.0) - '@sanity/schema': 3.68.1(debug@4.4.0) '@sanity/types': 3.68.1(debug@4.4.0) - '@xstate/react': 5.0.0(@types/react@18.3.17)(react@18.3.1)(xstate@5.19.0) + '@types/react': 18.3.17 + get-random-values-esm: 1.0.2 + lodash: 4.17.21 + + '@portabletext/editor@1.30.3(@sanity/schema@3.74.0(debug@4.4.0))(@sanity/types@3.68.1(debug@4.4.0))(@types/react@18.3.17)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(rxjs@7.8.1)': + dependencies: + '@portabletext/block-tools': 1.1.5(@sanity/types@3.68.1)(@types/react@18.3.17) + '@portabletext/patches': 1.1.2 + '@portabletext/to-html': 2.0.13 + '@sanity/schema': 3.74.0(debug@4.4.0) + '@sanity/types': 3.68.1(debug@4.4.0) + '@xstate/react': 5.0.2(@types/react@18.3.17)(react@19.0.0)(xstate@5.19.2) debug: 4.4.0(supports-color@5.5.0) get-random-values-esm: 1.0.2 lodash: 4.17.21 lodash.startcase: 4.4.0 - react: 18.3.1 - react-compiler-runtime: 19.0.0-beta-201e55d-20241215(react@18.3.1) + react: 19.0.0 + react-compiler-runtime: 19.0.0-beta-714736e-20250131(react@19.0.0) rxjs: 7.8.1 slate: 0.112.0 - slate-dom: 0.111.0(slate@0.112.0) - slate-react: 0.112.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(slate-dom@0.111.0(slate@0.112.0))(slate@0.112.0) - styled-components: 6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - use-effect-event: 1.0.2(react@18.3.1) - xstate: 5.19.0 + slate-dom: 0.112.2(slate@0.112.0) + slate-react: 0.112.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(slate-dom@0.112.2(slate@0.112.0))(slate@0.112.0) + use-effect-event: 1.0.2(react@19.0.0) + xstate: 5.19.2 transitivePeerDependencies: - '@types/react' - react-dom - supports-color - '@portabletext/editor@1.17.1(@sanity/block-tools@3.68.1(debug@4.4.0))(@sanity/schema@3.68.1(debug@4.4.0))(@sanity/types@3.68.1)(@types/react@18.3.17)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(rxjs@7.8.1)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0))': + '@portabletext/editor@1.30.3(@sanity/schema@3.74.0(debug@4.4.0))(@sanity/types@3.68.1)(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(rxjs@7.8.1)': dependencies: - '@portabletext/patches': 1.1.1 - '@sanity/block-tools': 3.68.1(debug@4.4.0) - '@sanity/schema': 3.68.1(debug@4.4.0) + '@portabletext/block-tools': 1.1.5(@sanity/types@3.68.1)(@types/react@18.3.17) + '@portabletext/patches': 1.1.2 + '@portabletext/to-html': 2.0.13 + '@sanity/schema': 3.74.0(debug@4.4.0) '@sanity/types': 3.68.1(debug@4.4.0) - '@xstate/react': 5.0.0(@types/react@18.3.17)(react@19.0.0)(xstate@5.19.0) + '@xstate/react': 5.0.2(@types/react@18.3.17)(react@18.3.1)(xstate@5.19.2) debug: 4.4.0(supports-color@5.5.0) get-random-values-esm: 1.0.2 lodash: 4.17.21 lodash.startcase: 4.4.0 - react: 19.0.0 - react-compiler-runtime: 19.0.0-beta-201e55d-20241215(react@19.0.0) + react: 18.3.1 + react-compiler-runtime: 19.0.0-beta-714736e-20250131(react@18.3.1) rxjs: 7.8.1 slate: 0.112.0 - slate-dom: 0.111.0(slate@0.112.0) - slate-react: 0.112.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(slate-dom@0.111.0(slate@0.112.0))(slate@0.112.0) - styled-components: 6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - use-effect-event: 1.0.2(react@19.0.0) - xstate: 5.19.0 + slate-dom: 0.112.2(slate@0.112.0) + slate-react: 0.112.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(slate-dom@0.112.2(slate@0.112.0))(slate@0.112.0) + use-effect-event: 1.0.2(react@18.3.1) + xstate: 5.19.2 transitivePeerDependencies: - '@types/react' - react-dom - supports-color - '@portabletext/patches@1.1.1': + '@portabletext/patches@1.1.2': dependencies: - '@sanity/diff-match-patch': 3.1.2 + '@sanity/diff-match-patch': 3.2.0 lodash: 4.17.21 '@portabletext/react@3.2.0(react@18.3.1)': @@ -9224,6 +9231,11 @@ snapshots: '@portabletext/types': 2.0.13 react: 19.0.0 + '@portabletext/to-html@2.0.13': + dependencies: + '@portabletext/toolkit': 2.0.16 + '@portabletext/types': 2.0.13 + '@portabletext/toolkit@2.0.16': dependencies: '@portabletext/types': 2.0.13 @@ -9254,35 +9266,35 @@ snapshots: react: 19.0.0 react-dom: 19.0.0(react@19.0.0) - '@rollup/plugin-alias@5.1.1(rollup@4.28.1)': + '@rollup/plugin-alias@5.1.1(rollup@4.34.3)': optionalDependencies: - rollup: 4.28.1 + rollup: 4.34.3 - '@rollup/plugin-babel@6.0.4(@babel/core@7.26.0)(@types/babel__core@7.20.5)(rollup@4.28.1)': + '@rollup/plugin-babel@6.0.4(@babel/core@7.26.0)(@types/babel__core@7.20.5)(rollup@4.34.3)': dependencies: '@babel/core': 7.26.0 '@babel/helper-module-imports': 7.25.9 - '@rollup/pluginutils': 5.1.4(rollup@4.28.1) + '@rollup/pluginutils': 5.1.4(rollup@4.34.3) optionalDependencies: '@types/babel__core': 7.20.5 - rollup: 4.28.1 + rollup: 4.34.3 transitivePeerDependencies: - supports-color - '@rollup/plugin-commonjs@26.0.3(rollup@4.28.1)': + '@rollup/plugin-commonjs@26.0.3(rollup@4.34.3)': dependencies: - '@rollup/pluginutils': 5.1.4(rollup@4.28.1) + '@rollup/pluginutils': 5.1.4(rollup@4.34.3) commondir: 1.0.1 estree-walker: 2.0.2 glob: 10.4.5 is-reference: 1.2.1 magic-string: 0.30.17 optionalDependencies: - rollup: 4.28.1 + rollup: 4.34.3 - '@rollup/plugin-commonjs@28.0.2(rollup@4.28.1)': + '@rollup/plugin-commonjs@28.0.2(rollup@4.34.3)': dependencies: - '@rollup/pluginutils': 5.1.4(rollup@4.28.1) + '@rollup/pluginutils': 5.1.4(rollup@4.34.3) commondir: 1.0.1 estree-walker: 2.0.2 fdir: 6.4.2(picomatch@4.0.2) @@ -9290,127 +9302,127 @@ snapshots: magic-string: 0.30.17 picomatch: 4.0.2 optionalDependencies: - rollup: 4.28.1 + rollup: 4.34.3 - '@rollup/plugin-json@6.1.0(rollup@4.28.1)': + '@rollup/plugin-json@6.1.0(rollup@4.34.3)': dependencies: - '@rollup/pluginutils': 5.1.4(rollup@4.28.1) + '@rollup/pluginutils': 5.1.4(rollup@4.34.3) optionalDependencies: - rollup: 4.28.1 + rollup: 4.34.3 - '@rollup/plugin-node-resolve@15.3.1(rollup@4.28.1)': + '@rollup/plugin-node-resolve@15.3.1(rollup@4.34.3)': dependencies: - '@rollup/pluginutils': 5.1.4(rollup@4.28.1) + '@rollup/pluginutils': 5.1.4(rollup@4.34.3) '@types/resolve': 1.20.2 deepmerge: 4.3.1 is-module: 1.0.0 resolve: 1.22.9 optionalDependencies: - rollup: 4.28.1 + rollup: 4.34.3 - '@rollup/plugin-node-resolve@16.0.0(rollup@4.28.1)': + '@rollup/plugin-node-resolve@16.0.0(rollup@4.34.3)': dependencies: - '@rollup/pluginutils': 5.1.4(rollup@4.28.1) + '@rollup/pluginutils': 5.1.4(rollup@4.34.3) '@types/resolve': 1.20.2 deepmerge: 4.3.1 is-module: 1.0.0 resolve: 1.22.9 optionalDependencies: - rollup: 4.28.1 + rollup: 4.34.3 - '@rollup/plugin-replace@5.0.7(rollup@4.28.1)': + '@rollup/plugin-replace@5.0.7(rollup@4.34.3)': dependencies: - '@rollup/pluginutils': 5.1.4(rollup@4.28.1) + '@rollup/pluginutils': 5.1.4(rollup@4.34.3) magic-string: 0.30.17 optionalDependencies: - rollup: 4.28.1 + rollup: 4.34.3 - '@rollup/plugin-replace@6.0.2(rollup@4.28.1)': + '@rollup/plugin-replace@6.0.2(rollup@4.34.3)': dependencies: - '@rollup/pluginutils': 5.1.4(rollup@4.28.1) + '@rollup/pluginutils': 5.1.4(rollup@4.34.3) magic-string: 0.30.17 optionalDependencies: - rollup: 4.28.1 + rollup: 4.34.3 - '@rollup/plugin-terser@0.4.4(rollup@4.28.1)': + '@rollup/plugin-terser@0.4.4(rollup@4.34.3)': dependencies: serialize-javascript: 6.0.2 smob: 1.5.0 terser: 5.37.0 optionalDependencies: - rollup: 4.28.1 + rollup: 4.34.3 - '@rollup/pluginutils@5.0.5(rollup@4.28.1)': + '@rollup/pluginutils@5.0.5(rollup@4.34.3)': dependencies: '@types/estree': 1.0.6 estree-walker: 2.0.2 picomatch: 2.3.1 optionalDependencies: - rollup: 4.28.1 + rollup: 4.34.3 - '@rollup/pluginutils@5.1.4(rollup@4.28.1)': + '@rollup/pluginutils@5.1.4(rollup@4.34.3)': dependencies: '@types/estree': 1.0.6 estree-walker: 2.0.2 picomatch: 4.0.2 optionalDependencies: - rollup: 4.28.1 + rollup: 4.34.3 - '@rollup/rollup-android-arm-eabi@4.28.1': + '@rollup/rollup-android-arm-eabi@4.34.3': optional: true - '@rollup/rollup-android-arm64@4.28.1': + '@rollup/rollup-android-arm64@4.34.3': optional: true - '@rollup/rollup-darwin-arm64@4.28.1': + '@rollup/rollup-darwin-arm64@4.34.3': optional: true - '@rollup/rollup-darwin-x64@4.28.1': + '@rollup/rollup-darwin-x64@4.34.3': optional: true - '@rollup/rollup-freebsd-arm64@4.28.1': + '@rollup/rollup-freebsd-arm64@4.34.3': optional: true - '@rollup/rollup-freebsd-x64@4.28.1': + '@rollup/rollup-freebsd-x64@4.34.3': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.28.1': + '@rollup/rollup-linux-arm-gnueabihf@4.34.3': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.28.1': + '@rollup/rollup-linux-arm-musleabihf@4.34.3': optional: true - '@rollup/rollup-linux-arm64-gnu@4.28.1': + '@rollup/rollup-linux-arm64-gnu@4.34.3': optional: true - '@rollup/rollup-linux-arm64-musl@4.28.1': + '@rollup/rollup-linux-arm64-musl@4.34.3': optional: true - '@rollup/rollup-linux-loongarch64-gnu@4.28.1': + '@rollup/rollup-linux-loongarch64-gnu@4.34.3': optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.28.1': + '@rollup/rollup-linux-powerpc64le-gnu@4.34.3': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.28.1': + '@rollup/rollup-linux-riscv64-gnu@4.34.3': optional: true - '@rollup/rollup-linux-s390x-gnu@4.28.1': + '@rollup/rollup-linux-s390x-gnu@4.34.3': optional: true - '@rollup/rollup-linux-x64-gnu@4.28.1': + '@rollup/rollup-linux-x64-gnu@4.34.3': optional: true - '@rollup/rollup-linux-x64-musl@4.28.1': + '@rollup/rollup-linux-x64-musl@4.34.3': optional: true - '@rollup/rollup-win32-arm64-msvc@4.28.1': + '@rollup/rollup-win32-arm64-msvc@4.34.3': optional: true - '@rollup/rollup-win32-ia32-msvc@4.28.1': + '@rollup/rollup-win32-ia32-msvc@4.34.3': optional: true - '@rollup/rollup-win32-x64-msvc@4.28.1': + '@rollup/rollup-win32-x64-msvc@4.34.3': optional: true '@rtsao/scc@1.1.0': {} @@ -9489,63 +9501,26 @@ snapshots: nanoid: 3.3.8 rxjs: 7.8.1 - '@sanity/block-tools@3.68.1(debug@4.4.0)': - dependencies: - '@sanity/types': 3.68.1(debug@4.4.0) - '@types/react': 18.3.17 - get-random-values-esm: 1.0.2 - lodash: 4.17.21 - transitivePeerDependencies: - - debug - - '@sanity/browserslist-config@1.0.4': {} + '@sanity/browserslist-config@1.0.5': {} - '@sanity/cli@3.68.1(@types/babel__core@7.20.5)(@types/node@22.10.2)(react@18.3.1)': + '@sanity/cli@3.74.0(@types/babel__core@7.20.5)(@types/node@22.10.2)(react@18.3.1)(typescript@5.7.2)': dependencies: '@babel/traverse': 7.26.4 - '@sanity/client': 6.24.1(debug@4.4.0) - '@sanity/codegen': 3.68.1 + '@sanity/client': 6.27.2(debug@4.4.0) + '@sanity/codegen': 3.74.0 '@sanity/telemetry': 0.7.9(react@18.3.1) - '@sanity/template-validator': 1.1.0(@types/babel__core@7.20.5)(@types/node@22.10.2)(debug@4.4.0) - '@sanity/util': 3.68.1(debug@4.4.0) + '@sanity/template-validator': 2.4.0(@types/babel__core@7.20.5)(@types/node@22.10.2)(debug@4.4.0)(typescript@5.7.2) + '@sanity/util': 3.74.0(debug@4.4.0) chalk: 4.1.2 debug: 4.4.0(supports-color@5.5.0) decompress: 4.2.1 esbuild: 0.21.5 esbuild-register: 3.6.0(esbuild@0.21.5) - get-it: 8.6.5(debug@4.4.0) - groq-js: 1.14.2 + get-it: 8.6.7(debug@4.4.0) + groq-js: 1.15.0 pkg-dir: 5.0.0 prettier: 3.4.2 semver: 7.6.3 - silver-fleece: 1.1.0 - validate-npm-package-name: 3.0.0 - transitivePeerDependencies: - - '@types/babel__core' - - '@types/node' - - babel-plugin-react-compiler - - react - - supports-color - - '@sanity/cli@3.68.1(@types/node@22.10.2)(react@18.3.1)': - dependencies: - '@babel/traverse': 7.26.4 - '@sanity/client': 6.24.1(debug@4.4.0) - '@sanity/codegen': 3.68.1 - '@sanity/telemetry': 0.7.9(react@18.3.1) - '@sanity/template-validator': 1.1.0(@types/babel__core@7.20.5)(@types/node@22.10.2)(debug@4.4.0) - '@sanity/util': 3.68.1(debug@4.4.0) - chalk: 4.1.2 - debug: 4.4.0(supports-color@5.5.0) - decompress: 4.2.1 - esbuild: 0.21.5 - esbuild-register: 3.6.0(esbuild@0.21.5) - get-it: 8.6.5(debug@4.4.0) - groq-js: 1.14.2 - pkg-dir: 5.0.0 - prettier: 3.4.2 - semver: 7.6.3 - silver-fleece: 1.1.0 validate-npm-package-name: 3.0.0 transitivePeerDependencies: - '@types/babel__core' @@ -9553,26 +9528,26 @@ snapshots: - babel-plugin-react-compiler - react - supports-color + - typescript - '@sanity/cli@3.68.1(@types/node@22.10.2)(react@19.0.0)': + '@sanity/cli@3.74.0(@types/node@22.10.2)(react@19.0.0)(typescript@5.7.2)': dependencies: '@babel/traverse': 7.26.4 - '@sanity/client': 6.24.1(debug@4.4.0) - '@sanity/codegen': 3.68.1 + '@sanity/client': 6.27.2(debug@4.4.0) + '@sanity/codegen': 3.74.0 '@sanity/telemetry': 0.7.9(react@19.0.0) - '@sanity/template-validator': 1.1.0(@types/babel__core@7.20.5)(@types/node@22.10.2)(debug@4.4.0) - '@sanity/util': 3.68.1(debug@4.4.0) + '@sanity/template-validator': 2.4.0(@types/babel__core@7.20.5)(@types/node@22.10.2)(debug@4.4.0)(typescript@5.7.2) + '@sanity/util': 3.74.0(debug@4.4.0) chalk: 4.1.2 debug: 4.4.0(supports-color@5.5.0) decompress: 4.2.1 esbuild: 0.21.5 esbuild-register: 3.6.0(esbuild@0.21.5) - get-it: 8.6.5(debug@4.4.0) - groq-js: 1.14.2 + get-it: 8.6.7(debug@4.4.0) + groq-js: 1.15.0 pkg-dir: 5.0.0 prettier: 3.4.2 semver: 7.6.3 - silver-fleece: 1.1.0 validate-npm-package-name: 3.0.0 transitivePeerDependencies: - '@types/babel__core' @@ -9580,16 +9555,17 @@ snapshots: - babel-plugin-react-compiler - react - supports-color + - typescript - '@sanity/client@6.24.1(debug@4.4.0)': + '@sanity/client@6.27.2(debug@4.4.0)': dependencies: '@sanity/eventsource': 5.0.2 - get-it: 8.6.5(debug@4.4.0) + get-it: 8.6.7(debug@4.4.0) rxjs: 7.8.1 transitivePeerDependencies: - debug - '@sanity/codegen@3.68.1': + '@sanity/codegen@3.74.0': dependencies: '@babel/core': 7.26.0 '@babel/generator': 7.26.3 @@ -9601,8 +9577,8 @@ snapshots: '@babel/types': 7.26.3 debug: 4.4.0(supports-color@5.5.0) globby: 11.1.0 - groq: 3.68.1 - groq-js: 1.14.2 + groq: 3.74.0 + groq-js: 1.15.0 json5: 2.2.3 tsconfig-paths: 4.2.0 zod: 3.24.1 @@ -9611,49 +9587,47 @@ snapshots: '@sanity/color@3.0.6': {} - '@sanity/comlink@2.0.1': - dependencies: - rxjs: 7.8.1 - uuid: 10.0.0 - xstate: 5.19.0 - - '@sanity/comlink@2.0.2': + '@sanity/comlink@3.0.1': dependencies: rxjs: 7.8.1 - uuid: 10.0.0 - xstate: 5.19.0 + uuid: 11.0.5 + xstate: 5.19.2 - '@sanity/core-loader@1.7.21': + '@sanity/core-loader@1.7.32(@sanity/types@3.68.1)': dependencies: - '@sanity/client': 6.24.1(debug@4.4.0) - '@sanity/comlink': 2.0.2 + '@sanity/client': 6.27.2(debug@4.4.0) + '@sanity/comlink': 3.0.1 + '@sanity/presentation-comlink': 1.0.4(@sanity/client@6.27.2)(@sanity/types@3.68.1) + '@sanity/visual-editing-csm': 2.0.2(@sanity/client@6.27.2)(@sanity/types@3.68.1) transitivePeerDependencies: + - '@sanity/types' - debug - '@sanity/diff-match-patch@3.1.2': {} + '@sanity/diff-match-patch@3.2.0': {} - '@sanity/diff@3.68.1': + '@sanity/diff@3.74.0': dependencies: - '@sanity/diff-match-patch': 3.1.2 + '@sanity/diff-match-patch': 3.2.0 - '@sanity/document-internationalization@3.2.0(@emotion/is-prop-valid@1.2.2)(@sanity/mutator@3.68.1)(@sanity/ui@2.10.11(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(rxjs@7.8.1)(sanity@3.68.1(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': + '@sanity/document-internationalization@3.3.1(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(rxjs@7.8.1)(sanity@3.74.0(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(jiti@1.21.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': dependencies: - '@sanity/icons': 2.11.8(react@18.3.1) + '@sanity/icons': 3.5.7(react@18.3.1) '@sanity/incompatible-plugin': 1.0.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@sanity/mutator': 3.68.1 - '@sanity/ui': 2.10.11(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@sanity/mutator': 3.74.0 + '@sanity/ui': 2.11.8(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@sanity/uuid': 3.0.2 react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - sanity: 3.68.1(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0) - sanity-plugin-internationalized-array: 2.1.0(@emotion/is-prop-valid@1.2.2)(@sanity/ui@2.10.11(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(sanity@3.68.1(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - sanity-plugin-utils: 1.6.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(rxjs@7.8.1)(sanity@3.68.1(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + sanity: 3.74.0(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(jiti@1.21.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1) + sanity-plugin-internationalized-array: 3.1.1(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(sanity@3.74.0(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(jiti@1.21.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + sanity-plugin-utils: 1.6.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(rxjs@7.8.1)(sanity@3.74.0(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(jiti@1.21.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) styled-components: 6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) transitivePeerDependencies: - '@emotion/is-prop-valid' - debug + - react-dom - react-is - rxjs + - supports-color '@sanity/eslint-config-studio@4.0.0(eslint@8.57.1)(typescript@5.7.2)': dependencies: @@ -9680,13 +9654,14 @@ snapshots: event-source-polyfill: 1.0.31 eventsource: 2.0.2 - '@sanity/export@3.41.1': + '@sanity/export@3.42.2': dependencies: - '@sanity/client': 6.24.1(debug@4.4.0) - '@sanity/util': 3.37.2(debug@4.4.0) + '@sanity/client': 6.27.2(debug@4.4.0) + '@sanity/util': 3.68.3(debug@4.4.0) archiver: 7.0.1 debug: 4.4.0(supports-color@5.5.0) - get-it: 8.6.5(debug@4.4.0) + get-it: 8.6.7(debug@4.4.0) + json-stream-stringify: 2.0.4 lodash: 4.17.21 mississippi: 4.0.0 p-queue: 2.4.2 @@ -9699,19 +9674,13 @@ snapshots: '@sanity/generate-help-url@3.0.0': {} - '@sanity/icons@2.11.8(react@18.3.1)': + '@sanity/icons@3.5.7(react@18.3.1)': dependencies: react: 18.3.1 - '@sanity/icons@3.5.3(react@18.3.1)': - dependencies: - react: 18.3.1 - react-compiler-runtime: 19.0.0-beta-201e55d-20241215(react@18.3.1) - - '@sanity/icons@3.5.3(react@19.0.0)': + '@sanity/icons@3.5.7(react@19.0.0)': dependencies: react: 19.0.0 - react-compiler-runtime: 19.0.0-beta-201e55d-20241215(react@19.0.0) '@sanity/image-url@1.1.0': {} @@ -9719,11 +9688,11 @@ snapshots: dependencies: '@sanity/asset-utils': 2.2.1 '@sanity/generate-help-url': 3.0.0 - '@sanity/mutator': 3.68.1 + '@sanity/mutator': 3.74.0 '@sanity/uuid': 3.0.2 debug: 4.4.0(supports-color@5.5.0) file-url: 2.0.2 - get-it: 8.6.5(debug@4.4.0) + get-it: 8.6.7(debug@4.4.0) get-uri: 2.0.4 gunzip-maybe: 1.4.2 is-tar: 1.0.0 @@ -9746,40 +9715,40 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@sanity/insert-menu@1.0.16(@emotion/is-prop-valid@1.2.2)(@sanity/types@3.68.1)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': + '@sanity/insert-menu@1.0.20(@emotion/is-prop-valid@1.2.2)(@sanity/types@3.68.1(debug@4.4.0))(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0))': dependencies: - '@sanity/icons': 3.5.3(react@18.3.1) + '@sanity/icons': 3.5.7(react@19.0.0) '@sanity/types': 3.68.1(debug@4.4.0) - '@sanity/ui': 2.10.11(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@sanity/ui': 2.11.8(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) lodash: 4.17.21 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.0.0 + react-dom: 19.0.0(react@19.0.0) react-is: 18.3.1 transitivePeerDependencies: - '@emotion/is-prop-valid' - styled-components - '@sanity/insert-menu@1.0.16(@emotion/is-prop-valid@1.2.2)(@sanity/types@3.68.1)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0))': + '@sanity/insert-menu@1.0.20(@emotion/is-prop-valid@1.2.2)(@sanity/types@3.68.1)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': dependencies: - '@sanity/icons': 3.5.3(react@19.0.0) + '@sanity/icons': 3.5.7(react@18.3.1) '@sanity/types': 3.68.1(debug@4.4.0) - '@sanity/ui': 2.10.11(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) + '@sanity/ui': 2.11.8(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) lodash: 4.17.21 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) react-is: 18.3.1 transitivePeerDependencies: - '@emotion/is-prop-valid' - styled-components - '@sanity/language-filter@4.0.3(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(sanity@3.68.1(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': + '@sanity/language-filter@4.0.3(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(sanity@3.74.0(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(jiti@1.21.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': dependencies: - '@sanity/icons': 3.5.3(react@18.3.1) + '@sanity/icons': 3.5.7(react@18.3.1) '@sanity/incompatible-plugin': 1.0.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@sanity/ui': 2.10.11(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@sanity/util': 3.68.1(debug@4.4.0) + '@sanity/ui': 2.11.8(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@sanity/util': 3.74.0(debug@4.4.0) react: 18.3.1 - sanity: 3.68.1(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0) + sanity: 3.74.0(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(jiti@1.21.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1) styled-components: 6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) transitivePeerDependencies: - '@emotion/is-prop-valid' @@ -9797,37 +9766,39 @@ snapshots: '@sanity/color': 3.0.6 react: 19.0.0 - '@sanity/migrate@3.68.1': + '@sanity/migrate@3.74.0': dependencies: - '@sanity/client': 6.24.1(debug@4.4.0) - '@sanity/mutate': 0.11.1(debug@4.4.0) + '@sanity/client': 6.27.2(debug@4.4.0) + '@sanity/mutate': 0.12.1(debug@4.4.0) '@sanity/types': 3.68.1(debug@4.4.0) - '@sanity/util': 3.68.1(debug@4.4.0) + '@sanity/util': 3.74.0(debug@4.4.0) arrify: 2.0.1 debug: 4.4.0(supports-color@5.5.0) fast-fifo: 1.3.2 - groq-js: 1.14.2 + groq-js: 1.15.0 p-map: 7.0.3 transitivePeerDependencies: - supports-color - '@sanity/mutate@0.11.0-canary.3(xstate@5.19.0)': + '@sanity/mutate@0.11.0-canary.4(xstate@5.19.2)': dependencies: - '@sanity/client': 6.24.1(debug@4.4.0) - '@sanity/diff-match-patch': 3.1.2 + '@sanity/client': 6.27.2(debug@4.4.0) + '@sanity/diff-match-patch': 3.2.0 hotscript: 1.0.13 lodash: 4.17.21 + lodash-es: 4.17.21 mendoza: 3.0.8 rxjs: 7.8.1 optionalDependencies: - xstate: 5.19.0 + xstate: 5.19.2 transitivePeerDependencies: - debug - '@sanity/mutate@0.11.1(debug@4.4.0)': + '@sanity/mutate@0.12.1(debug@4.4.0)': dependencies: - '@sanity/client': 6.24.1(debug@4.4.0) - '@sanity/diff-match-patch': 3.1.2 + '@sanity/client': 6.27.2(debug@4.4.0) + '@sanity/diff-match-patch': 3.2.0 + '@sanity/uuid': 3.0.2 hotscript: 1.0.13 lodash: 4.17.21 mendoza: 3.0.8 @@ -9836,9 +9807,9 @@ snapshots: transitivePeerDependencies: - debug - '@sanity/mutator@3.68.1': + '@sanity/mutator@3.74.0': dependencies: - '@sanity/diff-match-patch': 3.1.2 + '@sanity/diff-match-patch': 3.2.0 '@sanity/types': 3.68.1(debug@4.4.0) '@sanity/uuid': 3.0.2 debug: 4.4.0(supports-color@5.5.0) @@ -9846,24 +9817,28 @@ snapshots: transitivePeerDependencies: - supports-color - '@sanity/next-loader@1.2.5(next@15.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)': + '@sanity/next-loader@1.2.22(@sanity/types@3.68.1)(next@15.1.1(@babel/core@7.26.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)': dependencies: - '@sanity/client': 6.24.1(debug@4.4.0) - '@sanity/comlink': 2.0.1 - next: 15.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react: 18.3.1 - use-effect-event: 1.0.2(react@18.3.1) + '@sanity/client': 6.27.2(debug@4.4.0) + '@sanity/comlink': 3.0.1 + '@sanity/presentation-comlink': 1.0.4(@sanity/client@6.27.2)(@sanity/types@3.68.1) + next: 15.1.1(@babel/core@7.26.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + react: 19.0.0 + use-effect-event: 1.0.2(react@19.0.0) transitivePeerDependencies: + - '@sanity/types' - debug - '@sanity/next-loader@1.2.5(next@15.1.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)': + '@sanity/next-loader@1.2.22(@sanity/types@3.68.1)(next@15.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)': dependencies: - '@sanity/client': 6.24.1(debug@4.4.0) - '@sanity/comlink': 2.0.1 - next: 15.1.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - react: 19.0.0 - use-effect-event: 1.0.2(react@19.0.0) + '@sanity/client': 6.27.2(debug@4.4.0) + '@sanity/comlink': 3.0.1 + '@sanity/presentation-comlink': 1.0.4(@sanity/client@6.27.2)(@sanity/types@3.68.1) + next: 15.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react: 18.3.1 + use-effect-event: 1.0.2(react@18.3.1) transitivePeerDependencies: + - '@sanity/types' - debug '@sanity/pkg-utils@6.10.7(@types/babel__core@7.20.5)(@types/node@22.10.2)(typescript@5.7.2)': @@ -9873,17 +9848,17 @@ snapshots: '@babel/types': 7.26.3 '@microsoft/api-extractor': 7.47.4(@types/node@22.10.2) '@microsoft/tsdoc-config': 0.17.0 - '@optimize-lodash/rollup-plugin': 4.0.4(rollup@4.28.1) - '@rollup/plugin-alias': 5.1.1(rollup@4.28.1) - '@rollup/plugin-babel': 6.0.4(@babel/core@7.26.0)(@types/babel__core@7.20.5)(rollup@4.28.1) - '@rollup/plugin-commonjs': 26.0.3(rollup@4.28.1) - '@rollup/plugin-json': 6.1.0(rollup@4.28.1) - '@rollup/plugin-node-resolve': 15.3.1(rollup@4.28.1) - '@rollup/plugin-replace': 5.0.7(rollup@4.28.1) - '@rollup/plugin-terser': 0.4.4(rollup@4.28.1) - '@sanity/browserslist-config': 1.0.4 + '@optimize-lodash/rollup-plugin': 4.0.4(rollup@4.34.3) + '@rollup/plugin-alias': 5.1.1(rollup@4.34.3) + '@rollup/plugin-babel': 6.0.4(@babel/core@7.26.0)(@types/babel__core@7.20.5)(rollup@4.34.3) + '@rollup/plugin-commonjs': 26.0.3(rollup@4.34.3) + '@rollup/plugin-json': 6.1.0(rollup@4.34.3) + '@rollup/plugin-node-resolve': 15.3.1(rollup@4.34.3) + '@rollup/plugin-replace': 5.0.7(rollup@4.34.3) + '@rollup/plugin-terser': 0.4.4(rollup@4.34.3) + '@sanity/browserslist-config': 1.0.5 babel-plugin-react-compiler: 0.0.0-experimental-938cd9a-20240601 - browserslist: 4.24.3 + browserslist: 4.24.4 cac: 6.7.14 chalk: 4.1.2 chokidar: 3.6.0 @@ -9903,8 +9878,8 @@ snapshots: prompts: 2.4.2 recast: 0.23.9 rimraf: 4.4.1 - rollup: 4.28.1 - rollup-plugin-esbuild: 6.1.1(esbuild@0.23.1)(rollup@4.28.1) + rollup: 4.34.3 + rollup-plugin-esbuild: 6.1.1(esbuild@0.23.1)(rollup@4.34.3) rxjs: 7.8.1 treeify: 1.1.0 typescript: 5.7.2 @@ -9917,28 +9892,28 @@ snapshots: - debug - supports-color - '@sanity/pkg-utils@6.12.1(@types/babel__core@7.20.5)(@types/node@22.10.2)(debug@4.4.0)(typescript@5.7.2)': + '@sanity/pkg-utils@6.13.4(@types/babel__core@7.20.5)(@types/node@22.10.2)(debug@4.4.0)(typescript@5.7.2)': dependencies: '@babel/core': 7.26.0 '@babel/preset-typescript': 7.26.0(@babel/core@7.26.0) '@babel/types': 7.26.3 '@microsoft/api-extractor': 7.48.1(@types/node@22.10.2) '@microsoft/tsdoc-config': 0.17.1 - '@optimize-lodash/rollup-plugin': 5.0.0(rollup@4.28.1) - '@rollup/plugin-alias': 5.1.1(rollup@4.28.1) - '@rollup/plugin-babel': 6.0.4(@babel/core@7.26.0)(@types/babel__core@7.20.5)(rollup@4.28.1) - '@rollup/plugin-commonjs': 28.0.2(rollup@4.28.1) - '@rollup/plugin-json': 6.1.0(rollup@4.28.1) - '@rollup/plugin-node-resolve': 16.0.0(rollup@4.28.1) - '@rollup/plugin-replace': 6.0.2(rollup@4.28.1) - '@rollup/plugin-terser': 0.4.4(rollup@4.28.1) - '@sanity/browserslist-config': 1.0.4 - browserslist: 4.24.3 + '@optimize-lodash/rollup-plugin': 5.0.0(rollup@4.34.3) + '@rollup/plugin-alias': 5.1.1(rollup@4.34.3) + '@rollup/plugin-babel': 6.0.4(@babel/core@7.26.0)(@types/babel__core@7.20.5)(rollup@4.34.3) + '@rollup/plugin-commonjs': 28.0.2(rollup@4.34.3) + '@rollup/plugin-json': 6.1.0(rollup@4.34.3) + '@rollup/plugin-node-resolve': 16.0.0(rollup@4.34.3) + '@rollup/plugin-replace': 6.0.2(rollup@4.34.3) + '@rollup/plugin-terser': 0.4.4(rollup@4.34.3) + '@sanity/browserslist-config': 1.0.5 + browserslist: 4.24.4 cac: 6.7.14 chalk: 4.1.2 chokidar: 4.0.3 - esbuild: 0.24.0 - esbuild-register: 3.6.0(esbuild@0.24.0) + esbuild: 0.24.2 + esbuild-register: 3.6.0(esbuild@0.24.2) find-config: 1.0.0 get-latest-version: 5.1.0(debug@4.4.0) git-url-parse: 16.0.0 @@ -9953,12 +9928,12 @@ snapshots: prompts: 2.4.2 recast: 0.23.9 rimraf: 4.4.1 - rollup: 4.28.1 - rollup-plugin-esbuild: 6.1.1(esbuild@0.24.0)(rollup@4.28.1) + rollup: 4.34.3 + rollup-plugin-esbuild: 6.1.1(esbuild@0.24.2)(rollup@4.34.3) rxjs: 7.8.1 treeify: 1.1.0 typescript: 5.7.2 - uuid: 11.0.3 + uuid: 11.0.5 zod: 3.24.1 zod-validation-error: 3.4.0(zod@3.24.1) transitivePeerDependencies: @@ -9967,28 +9942,28 @@ snapshots: - debug - supports-color - '@sanity/pkg-utils@6.12.1(@types/babel__core@7.20.5)(@types/node@22.10.2)(typescript@5.7.2)': + '@sanity/pkg-utils@6.13.4(@types/babel__core@7.20.5)(@types/node@22.10.2)(typescript@5.7.2)': dependencies: '@babel/core': 7.26.0 '@babel/preset-typescript': 7.26.0(@babel/core@7.26.0) '@babel/types': 7.26.3 '@microsoft/api-extractor': 7.48.1(@types/node@22.10.2) '@microsoft/tsdoc-config': 0.17.1 - '@optimize-lodash/rollup-plugin': 5.0.0(rollup@4.28.1) - '@rollup/plugin-alias': 5.1.1(rollup@4.28.1) - '@rollup/plugin-babel': 6.0.4(@babel/core@7.26.0)(@types/babel__core@7.20.5)(rollup@4.28.1) - '@rollup/plugin-commonjs': 28.0.2(rollup@4.28.1) - '@rollup/plugin-json': 6.1.0(rollup@4.28.1) - '@rollup/plugin-node-resolve': 16.0.0(rollup@4.28.1) - '@rollup/plugin-replace': 6.0.2(rollup@4.28.1) - '@rollup/plugin-terser': 0.4.4(rollup@4.28.1) - '@sanity/browserslist-config': 1.0.4 - browserslist: 4.24.3 + '@optimize-lodash/rollup-plugin': 5.0.0(rollup@4.34.3) + '@rollup/plugin-alias': 5.1.1(rollup@4.34.3) + '@rollup/plugin-babel': 6.0.4(@babel/core@7.26.0)(@types/babel__core@7.20.5)(rollup@4.34.3) + '@rollup/plugin-commonjs': 28.0.2(rollup@4.34.3) + '@rollup/plugin-json': 6.1.0(rollup@4.34.3) + '@rollup/plugin-node-resolve': 16.0.0(rollup@4.34.3) + '@rollup/plugin-replace': 6.0.2(rollup@4.34.3) + '@rollup/plugin-terser': 0.4.4(rollup@4.34.3) + '@sanity/browserslist-config': 1.0.5 + browserslist: 4.24.4 cac: 6.7.14 chalk: 4.1.2 chokidar: 4.0.3 - esbuild: 0.24.0 - esbuild-register: 3.6.0(esbuild@0.24.0) + esbuild: 0.24.2 + esbuild-register: 3.6.0(esbuild@0.24.2) find-config: 1.0.0 get-latest-version: 5.1.0(debug@4.4.0) git-url-parse: 16.0.0 @@ -10003,12 +9978,12 @@ snapshots: prompts: 2.4.2 recast: 0.23.9 rimraf: 4.4.1 - rollup: 4.28.1 - rollup-plugin-esbuild: 6.1.1(esbuild@0.24.0)(rollup@4.28.1) + rollup: 4.34.3 + rollup-plugin-esbuild: 6.1.1(esbuild@0.24.2)(rollup@4.34.3) rxjs: 7.8.1 treeify: 1.1.0 typescript: 5.7.2 - uuid: 11.0.3 + uuid: 11.0.5 zod: 3.24.1 zod-validation-error: 3.4.0(zod@3.24.1) transitivePeerDependencies: @@ -10053,109 +10028,65 @@ snapshots: - supports-color - typescript - '@sanity/presentation@1.19.13(@emotion/is-prop-valid@1.2.2)(@sanity/color@3.0.6)(debug@4.4.0)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': + '@sanity/presentation-comlink@1.0.4(@sanity/client@6.27.2(debug@4.4.0))(@sanity/types@3.68.1(debug@4.4.0))': dependencies: - '@sanity/client': 6.24.1(debug@4.4.0) - '@sanity/comlink': 2.0.2 - '@sanity/icons': 3.5.3(react@18.3.1) - '@sanity/logos': 2.1.13(@sanity/color@3.0.6)(react@18.3.1) - '@sanity/preview-url-secret': 2.0.5(@sanity/client@6.24.1(debug@4.4.0)) - '@sanity/ui': 2.10.11(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@sanity/uuid': 3.0.2 - fast-deep-equal: 3.1.3 - framer-motion: 11.15.0(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - lodash: 4.17.21 - mendoza: 3.0.8 - mnemonist: 0.39.8 - path-to-regexp: 6.3.0 - react-compiler-runtime: 19.0.0-beta-201e55d-20241215(react@18.3.1) - rxjs: 7.8.1 - suspend-react: 0.1.3(react@18.3.1) - use-effect-event: 1.0.2(react@18.3.1) + '@sanity/client': 6.27.2(debug@4.4.0) + '@sanity/comlink': 3.0.1 + '@sanity/visual-editing-types': 1.0.4(@sanity/client@6.27.2(debug@4.4.0))(@sanity/types@3.68.1(debug@4.4.0)) transitivePeerDependencies: - - '@emotion/is-prop-valid' - - '@sanity/color' - - debug - - react - - react-dom - - react-is - - styled-components + - '@sanity/types' - '@sanity/presentation@1.19.13(@emotion/is-prop-valid@1.2.2)(@sanity/color@3.0.6)(debug@4.4.0)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0))': + '@sanity/presentation-comlink@1.0.4(@sanity/client@6.27.2)(@sanity/types@3.68.1)': dependencies: - '@sanity/client': 6.24.1(debug@4.4.0) - '@sanity/comlink': 2.0.2 - '@sanity/icons': 3.5.3(react@19.0.0) - '@sanity/logos': 2.1.13(@sanity/color@3.0.6)(react@19.0.0) - '@sanity/preview-url-secret': 2.0.5(@sanity/client@6.24.1(debug@4.4.0)) - '@sanity/ui': 2.10.11(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) - '@sanity/uuid': 3.0.2 - fast-deep-equal: 3.1.3 - framer-motion: 11.15.0(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - lodash: 4.17.21 - mendoza: 3.0.8 - mnemonist: 0.39.8 - path-to-regexp: 6.3.0 - react-compiler-runtime: 19.0.0-beta-201e55d-20241215(react@19.0.0) - rxjs: 7.8.1 - suspend-react: 0.1.3(react@19.0.0) - use-effect-event: 1.0.2(react@19.0.0) + '@sanity/client': 6.27.2(debug@4.4.0) + '@sanity/comlink': 3.0.1 + '@sanity/visual-editing-types': 1.0.4(@sanity/client@6.27.2)(@sanity/types@3.68.1) transitivePeerDependencies: - - '@emotion/is-prop-valid' - - '@sanity/color' - - debug - - react - - react-dom - - react-is - - styled-components + - '@sanity/types' - '@sanity/preview-kit-compat@1.5.25(@sanity/client@6.24.1)(react@18.3.1)': + '@sanity/preview-kit@5.2.2(@sanity/client@6.27.2)(@sanity/types@3.68.1)(react@18.3.1)': dependencies: - '@sanity/client': 6.24.1(debug@4.4.0) - '@sanity/comlink': 2.0.1 - react: 18.3.1 - - '@sanity/preview-kit-compat@1.5.25(@sanity/client@6.24.1)(react@19.0.0)': - dependencies: - '@sanity/client': 6.24.1(debug@4.4.0) - '@sanity/comlink': 2.0.1 - react: 19.0.0 - - '@sanity/preview-kit@5.1.23(@sanity/client@6.24.1)(react@18.3.1)': - dependencies: - '@sanity/client': 6.24.1(debug@4.4.0) - '@sanity/preview-kit-compat': 1.5.25(@sanity/client@6.24.1)(react@18.3.1) + '@sanity/client': 6.27.2(debug@4.4.0) + '@sanity/comlink': 3.0.1 + '@sanity/presentation-comlink': 1.0.4(@sanity/client@6.27.2)(@sanity/types@3.68.1) mendoza: 3.0.8 optionalDependencies: react: 18.3.1 + transitivePeerDependencies: + - '@sanity/types' - '@sanity/preview-kit@5.1.23(@sanity/client@6.24.1)(react@19.0.0)': + '@sanity/preview-kit@5.2.2(@sanity/client@6.27.2)(@sanity/types@3.68.1)(react@19.0.0)': dependencies: - '@sanity/client': 6.24.1(debug@4.4.0) - '@sanity/preview-kit-compat': 1.5.25(@sanity/client@6.24.1)(react@19.0.0) + '@sanity/client': 6.27.2(debug@4.4.0) + '@sanity/comlink': 3.0.1 + '@sanity/presentation-comlink': 1.0.4(@sanity/client@6.27.2)(@sanity/types@3.68.1) mendoza: 3.0.8 optionalDependencies: react: 19.0.0 + transitivePeerDependencies: + - '@sanity/types' - '@sanity/preview-url-secret@2.0.5(@sanity/client@6.24.1(debug@4.4.0))': + '@sanity/preview-url-secret@2.1.4(@sanity/client@6.27.2(debug@4.4.0))': dependencies: - '@sanity/client': 6.24.1(debug@4.4.0) + '@sanity/client': 6.27.2(debug@4.4.0) '@sanity/uuid': 3.0.2 - '@sanity/react-loader@1.10.30(react@19.0.0)': + '@sanity/react-loader@1.10.41(@sanity/types@3.68.1)(react@19.0.0)': dependencies: - '@sanity/client': 6.24.1(debug@4.4.0) - '@sanity/core-loader': 1.7.21 + '@sanity/client': 6.27.2(debug@4.4.0) + '@sanity/core-loader': 1.7.32(@sanity/types@3.68.1) + '@sanity/visual-editing-csm': 2.0.2(@sanity/client@6.27.2)(@sanity/types@3.68.1) react: 19.0.0 transitivePeerDependencies: + - '@sanity/types' - debug - '@sanity/schema@3.68.1(debug@4.4.0)': + '@sanity/schema@3.74.0(debug@4.4.0)': dependencies: '@sanity/generate-help-url': 3.0.0 '@sanity/types': 3.68.1(debug@4.4.0) arrify: 2.0.1 - groq-js: 1.14.2 + groq-js: 1.15.0 humanize-list: 1.0.1 leven: 3.1.0 lodash: 4.17.21 @@ -10178,12 +10109,11 @@ snapshots: rxjs: 7.8.1 typeid-js: 0.3.0 - '@sanity/template-validator@1.1.0(@types/babel__core@7.20.5)(@types/node@22.10.2)(debug@4.4.0)': + '@sanity/template-validator@2.4.0(@types/babel__core@7.20.5)(@types/node@22.10.2)(debug@4.4.0)(typescript@5.7.2)': dependencies: '@actions/core': 1.11.1 '@actions/github': 6.0.0 - '@sanity/pkg-utils': 6.12.1(@types/babel__core@7.20.5)(@types/node@22.10.2)(debug@4.4.0)(typescript@5.7.2) - typescript: 5.7.2 + '@sanity/pkg-utils': 6.13.4(@types/babel__core@7.20.5)(@types/node@22.10.2)(debug@4.4.0)(typescript@5.7.2) yaml: 2.6.1 transitivePeerDependencies: - '@types/babel__core' @@ -10191,23 +10121,24 @@ snapshots: - babel-plugin-react-compiler - debug - supports-color + - typescript '@sanity/types@3.68.1(debug@4.4.0)': dependencies: - '@sanity/client': 6.24.1(debug@4.4.0) + '@sanity/client': 6.27.2(debug@4.4.0) '@types/react': 18.3.17 transitivePeerDependencies: - debug - '@sanity/ui@2.10.11(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': + '@sanity/ui@2.11.8(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': dependencies: '@floating-ui/react-dom': 2.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@sanity/color': 3.0.6 - '@sanity/icons': 3.5.3(react@18.3.1) + '@sanity/icons': 3.5.7(react@18.3.1) csstype: 3.1.3 - framer-motion: 11.15.0(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + framer-motion: 12.2.0(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 - react-compiler-runtime: 19.0.0-beta-201e55d-20241215(react@18.3.1) + react-compiler-runtime: 19.0.0-beta-714736e-20250131(react@18.3.1) react-dom: 18.3.1(react@18.3.1) react-is: 18.3.1 react-refractor: 2.2.0(react@18.3.1) @@ -10216,15 +10147,15 @@ snapshots: transitivePeerDependencies: - '@emotion/is-prop-valid' - '@sanity/ui@2.10.11(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0))': + '@sanity/ui@2.11.8(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)(styled-components@6.1.13(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) '@sanity/color': 3.0.6 - '@sanity/icons': 3.5.3(react@19.0.0) + '@sanity/icons': 3.5.7(react@19.0.0) csstype: 3.1.3 - framer-motion: 11.15.0(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + framer-motion: 12.2.0(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) react: 19.0.0 - react-compiler-runtime: 19.0.0-beta-201e55d-20241215(react@19.0.0) + react-compiler-runtime: 19.0.0-beta-714736e-20250131(react@19.0.0) react-dom: 19.0.0(react@19.0.0) react-is: 18.3.1 react-refractor: 2.2.0(react@19.0.0) @@ -10233,9 +10164,9 @@ snapshots: transitivePeerDependencies: - '@emotion/is-prop-valid' - '@sanity/util@3.37.2(debug@4.4.0)': + '@sanity/util@3.68.3(debug@4.4.0)': dependencies: - '@sanity/client': 6.24.1(debug@4.4.0) + '@sanity/client': 6.27.2(debug@4.4.0) '@sanity/types': 3.68.1(debug@4.4.0) get-random-values-esm: 1.0.2 moment: 2.30.1 @@ -10243,9 +10174,9 @@ snapshots: transitivePeerDependencies: - debug - '@sanity/util@3.68.1(debug@4.4.0)': + '@sanity/util@3.74.0(debug@4.4.0)': dependencies: - '@sanity/client': 6.24.1(debug@4.4.0) + '@sanity/client': 6.27.2(debug@4.4.0) '@sanity/types': 3.68.1(debug@4.4.0) get-random-values-esm: 1.0.2 moment: 2.30.1 @@ -10258,30 +10189,31 @@ snapshots: '@types/uuid': 8.3.4 uuid: 8.3.2 - '@sanity/vision@3.68.1(@babel/runtime@7.26.0)(@codemirror/lint@6.8.4)(@codemirror/theme-one-dark@6.1.2)(@emotion/is-prop-valid@1.2.2)(codemirror@6.0.1)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': + '@sanity/vision@3.74.0(@babel/runtime@7.26.0)(@codemirror/lint@6.8.4)(@codemirror/theme-one-dark@6.1.2)(@emotion/is-prop-valid@1.2.2)(codemirror@6.0.1)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': dependencies: '@codemirror/autocomplete': 6.18.4 '@codemirror/commands': 6.7.1 '@codemirror/lang-javascript': 6.2.2 - '@codemirror/language': 6.10.7 + '@codemirror/language': 6.10.8 '@codemirror/search': 6.5.8 '@codemirror/state': 6.5.0 - '@codemirror/view': 6.36.0 + '@codemirror/view': 6.36.1 '@juggle/resize-observer': 3.4.0 '@lezer/highlight': 1.2.1 '@rexxars/react-json-inspector': 9.0.1(react@18.3.1) '@rexxars/react-split-pane': 1.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@sanity/color': 3.0.6 - '@sanity/icons': 3.5.3(react@18.3.1) - '@sanity/ui': 2.10.11(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@uiw/react-codemirror': 4.23.7(@babel/runtime@7.26.0)(@codemirror/autocomplete@6.18.4)(@codemirror/language@6.10.7)(@codemirror/lint@6.8.4)(@codemirror/search@6.5.8)(@codemirror/state@6.5.0)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.0)(codemirror@6.0.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@sanity/icons': 3.5.7(react@18.3.1) + '@sanity/ui': 2.11.8(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@uiw/react-codemirror': 4.23.7(@babel/runtime@7.26.0)(@codemirror/autocomplete@6.18.4)(@codemirror/language@6.10.8)(@codemirror/lint@6.8.4)(@codemirror/search@6.5.8)(@codemirror/state@6.5.0)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.1)(codemirror@6.0.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) is-hotkey-esm: 1.0.0 json-2-csv: 5.5.7 json5: 2.2.3 lodash: 4.17.21 quick-lru: 5.1.1 react: 18.3.1 - react-compiler-runtime: 19.0.0-beta-201e55d-20241215(react@18.3.1) + react-compiler-runtime: 19.0.0-beta-714736e-20250131(react@18.3.1) + react-fast-compare: 3.2.2 styled-components: 6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) transitivePeerDependencies: - '@babel/runtime' @@ -10292,30 +10224,31 @@ snapshots: - react-dom - react-is - '@sanity/vision@3.68.1(@babel/runtime@7.26.0)(@codemirror/lint@6.8.4)(@codemirror/theme-one-dark@6.1.2)(@emotion/is-prop-valid@1.2.2)(codemirror@6.0.1)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0))': + '@sanity/vision@3.74.0(@babel/runtime@7.26.0)(@codemirror/lint@6.8.4)(@codemirror/theme-one-dark@6.1.2)(@emotion/is-prop-valid@1.2.2)(codemirror@6.0.1)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0))': dependencies: '@codemirror/autocomplete': 6.18.4 '@codemirror/commands': 6.7.1 '@codemirror/lang-javascript': 6.2.2 - '@codemirror/language': 6.10.7 + '@codemirror/language': 6.10.8 '@codemirror/search': 6.5.8 '@codemirror/state': 6.5.0 - '@codemirror/view': 6.36.0 + '@codemirror/view': 6.36.1 '@juggle/resize-observer': 3.4.0 '@lezer/highlight': 1.2.1 '@rexxars/react-json-inspector': 9.0.1(react@19.0.0) '@rexxars/react-split-pane': 1.0.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@sanity/color': 3.0.6 - '@sanity/icons': 3.5.3(react@19.0.0) - '@sanity/ui': 2.10.11(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) - '@uiw/react-codemirror': 4.23.7(@babel/runtime@7.26.0)(@codemirror/autocomplete@6.18.4)(@codemirror/language@6.10.7)(@codemirror/lint@6.8.4)(@codemirror/search@6.5.8)(@codemirror/state@6.5.0)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.0)(codemirror@6.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@sanity/icons': 3.5.7(react@19.0.0) + '@sanity/ui': 2.11.8(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) + '@uiw/react-codemirror': 4.23.7(@babel/runtime@7.26.0)(@codemirror/autocomplete@6.18.4)(@codemirror/language@6.10.8)(@codemirror/lint@6.8.4)(@codemirror/search@6.5.8)(@codemirror/state@6.5.0)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.1)(codemirror@6.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) is-hotkey-esm: 1.0.0 json-2-csv: 5.5.7 json5: 2.2.3 lodash: 4.17.21 quick-lru: 5.1.1 react: 19.0.0 - react-compiler-runtime: 19.0.0-beta-201e55d-20241215(react@19.0.0) + react-compiler-runtime: 19.0.0-beta-714736e-20250131(react@19.0.0) + react-fast-compare: 3.2.2 styled-components: 6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0) transitivePeerDependencies: - '@babel/runtime' @@ -10326,46 +10259,70 @@ snapshots: - react-dom - react-is - '@sanity/visual-editing@2.10.6(@sanity/client@6.24.1)(next@15.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@sanity/visual-editing-csm@2.0.2(@sanity/client@6.27.2)(@sanity/types@3.68.1)': + dependencies: + '@sanity/client': 6.27.2(debug@4.4.0) + '@sanity/visual-editing-types': 1.0.4(@sanity/client@6.27.2)(@sanity/types@3.68.1) + valibot: 0.31.1 + transitivePeerDependencies: + - '@sanity/types' + + '@sanity/visual-editing-types@1.0.4(@sanity/client@6.27.2(debug@4.4.0))(@sanity/types@3.68.1(debug@4.4.0))': + dependencies: + '@sanity/client': 6.27.2(debug@4.4.0) + optionalDependencies: + '@sanity/types': 3.68.1(debug@4.4.0) + + '@sanity/visual-editing-types@1.0.4(@sanity/client@6.27.2)(@sanity/types@3.68.1)': dependencies: - '@sanity/comlink': 2.0.1 - '@sanity/mutate': 0.11.0-canary.3(xstate@5.19.0) - '@sanity/preview-url-secret': 2.0.5(@sanity/client@6.24.1(debug@4.4.0)) + '@sanity/client': 6.27.2(debug@4.4.0) + optionalDependencies: + '@sanity/types': 3.68.1(debug@4.4.0) + + '@sanity/visual-editing@2.12.14(@sanity/client@6.27.2)(@sanity/types@3.68.1)(next@15.1.1(@babel/core@7.26.0)(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)': + dependencies: + '@sanity/comlink': 3.0.1 + '@sanity/mutate': 0.11.0-canary.4(xstate@5.19.2) + '@sanity/presentation-comlink': 1.0.4(@sanity/client@6.27.2)(@sanity/types@3.68.1) + '@sanity/preview-url-secret': 2.1.4(@sanity/client@6.27.2(debug@4.4.0)) + '@sanity/visual-editing-csm': 2.0.2(@sanity/client@6.27.2)(@sanity/types@3.68.1) '@vercel/stega': 0.1.2 get-random-values-esm: 1.0.2 - react: 18.3.1 - react-compiler-runtime: 19.0.0-beta-37ed2a7-20241206(react@18.3.1) - react-dom: 18.3.1(react@18.3.1) + react: 19.0.0 + react-dom: 19.0.0(react@19.0.0) rxjs: 7.8.1 scroll-into-view-if-needed: 3.1.0 - use-effect-event: 1.0.2(react@18.3.1) + use-effect-event: 1.0.2(react@19.0.0) valibot: 0.31.1 - xstate: 5.19.0 + xstate: 5.19.2 optionalDependencies: - '@sanity/client': 6.24.1(debug@4.4.0) - next: 15.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@sanity/client': 6.27.2(debug@4.4.0) + next: 15.1.1(@babel/core@7.26.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) transitivePeerDependencies: + - '@sanity/types' - debug - '@sanity/visual-editing@2.10.6(@sanity/client@6.24.1)(next@15.1.1(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)': + '@sanity/visual-editing@2.12.14(@sanity/client@6.27.2)(@sanity/types@3.68.1)(next@15.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@sanity/comlink': 2.0.1 - '@sanity/mutate': 0.11.0-canary.3(xstate@5.19.0) - '@sanity/preview-url-secret': 2.0.5(@sanity/client@6.24.1(debug@4.4.0)) + '@sanity/comlink': 3.0.1 + '@sanity/mutate': 0.11.0-canary.4(xstate@5.19.2) + '@sanity/presentation-comlink': 1.0.4(@sanity/client@6.27.2)(@sanity/types@3.68.1) + '@sanity/preview-url-secret': 2.1.4(@sanity/client@6.27.2(debug@4.4.0)) + '@sanity/visual-editing-csm': 2.0.2(@sanity/client@6.27.2)(@sanity/types@3.68.1) '@vercel/stega': 0.1.2 get-random-values-esm: 1.0.2 - react: 19.0.0 - react-compiler-runtime: 19.0.0-beta-37ed2a7-20241206(react@19.0.0) - react-dom: 19.0.0(react@19.0.0) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) rxjs: 7.8.1 scroll-into-view-if-needed: 3.1.0 - use-effect-event: 1.0.2(react@19.0.0) + use-effect-event: 1.0.2(react@18.3.1) valibot: 0.31.1 - xstate: 5.19.0 + xstate: 5.19.2 optionalDependencies: - '@sanity/client': 6.24.1(debug@4.4.0) - next: 15.1.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + '@sanity/client': 6.27.2(debug@4.4.0) + next: 15.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) transitivePeerDependencies: + - '@sanity/types' - debug '@sentry-internal/browser-utils@8.47.0': @@ -10532,6 +10489,10 @@ snapshots: dependencies: '@types/react': 18.3.17 + '@types/react-is@19.0.0': + dependencies: + '@types/react': 18.3.17 + '@types/react@18.3.17': dependencies: '@types/prop-types': 15.7.14 @@ -10774,24 +10735,24 @@ snapshots: '@typescript-eslint/types': 7.18.0 eslint-visitor-keys: 3.4.3 - '@uiw/codemirror-extensions-basic-setup@4.23.7(@codemirror/autocomplete@6.18.4)(@codemirror/commands@6.7.1)(@codemirror/language@6.10.7)(@codemirror/lint@6.8.4)(@codemirror/search@6.5.8)(@codemirror/state@6.5.0)(@codemirror/view@6.36.0)': + '@uiw/codemirror-extensions-basic-setup@4.23.7(@codemirror/autocomplete@6.18.4)(@codemirror/commands@6.7.1)(@codemirror/language@6.10.8)(@codemirror/lint@6.8.4)(@codemirror/search@6.5.8)(@codemirror/state@6.5.0)(@codemirror/view@6.36.1)': dependencies: '@codemirror/autocomplete': 6.18.4 '@codemirror/commands': 6.7.1 - '@codemirror/language': 6.10.7 + '@codemirror/language': 6.10.8 '@codemirror/lint': 6.8.4 '@codemirror/search': 6.5.8 '@codemirror/state': 6.5.0 - '@codemirror/view': 6.36.0 + '@codemirror/view': 6.36.1 - '@uiw/react-codemirror@4.23.7(@babel/runtime@7.26.0)(@codemirror/autocomplete@6.18.4)(@codemirror/language@6.10.7)(@codemirror/lint@6.8.4)(@codemirror/search@6.5.8)(@codemirror/state@6.5.0)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.0)(codemirror@6.0.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@uiw/react-codemirror@4.23.7(@babel/runtime@7.26.0)(@codemirror/autocomplete@6.18.4)(@codemirror/language@6.10.8)(@codemirror/lint@6.8.4)(@codemirror/search@6.5.8)(@codemirror/state@6.5.0)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.1)(codemirror@6.0.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.26.0 '@codemirror/commands': 6.7.1 '@codemirror/state': 6.5.0 '@codemirror/theme-one-dark': 6.1.2 - '@codemirror/view': 6.36.0 - '@uiw/codemirror-extensions-basic-setup': 4.23.7(@codemirror/autocomplete@6.18.4)(@codemirror/commands@6.7.1)(@codemirror/language@6.10.7)(@codemirror/lint@6.8.4)(@codemirror/search@6.5.8)(@codemirror/state@6.5.0)(@codemirror/view@6.36.0) + '@codemirror/view': 6.36.1 + '@uiw/codemirror-extensions-basic-setup': 4.23.7(@codemirror/autocomplete@6.18.4)(@codemirror/commands@6.7.1)(@codemirror/language@6.10.8)(@codemirror/lint@6.8.4)(@codemirror/search@6.5.8)(@codemirror/state@6.5.0)(@codemirror/view@6.36.1) codemirror: 6.0.1 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -10801,14 +10762,14 @@ snapshots: - '@codemirror/lint' - '@codemirror/search' - '@uiw/react-codemirror@4.23.7(@babel/runtime@7.26.0)(@codemirror/autocomplete@6.18.4)(@codemirror/language@6.10.7)(@codemirror/lint@6.8.4)(@codemirror/search@6.5.8)(@codemirror/state@6.5.0)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.0)(codemirror@6.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + '@uiw/react-codemirror@4.23.7(@babel/runtime@7.26.0)(@codemirror/autocomplete@6.18.4)(@codemirror/language@6.10.8)(@codemirror/lint@6.8.4)(@codemirror/search@6.5.8)(@codemirror/state@6.5.0)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.36.1)(codemirror@6.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': dependencies: '@babel/runtime': 7.26.0 '@codemirror/commands': 6.7.1 '@codemirror/state': 6.5.0 '@codemirror/theme-one-dark': 6.1.2 - '@codemirror/view': 6.36.0 - '@uiw/codemirror-extensions-basic-setup': 4.23.7(@codemirror/autocomplete@6.18.4)(@codemirror/commands@6.7.1)(@codemirror/language@6.10.7)(@codemirror/lint@6.8.4)(@codemirror/search@6.5.8)(@codemirror/state@6.5.0)(@codemirror/view@6.36.0) + '@codemirror/view': 6.36.1 + '@uiw/codemirror-extensions-basic-setup': 4.23.7(@codemirror/autocomplete@6.18.4)(@codemirror/commands@6.7.1)(@codemirror/language@6.10.8)(@codemirror/lint@6.8.4)(@codemirror/search@6.5.8)(@codemirror/state@6.5.0)(@codemirror/view@6.36.1) codemirror: 6.0.1 react: 19.0.0 react-dom: 19.0.0(react@19.0.0) @@ -10853,34 +10814,34 @@ snapshots: - jest - supports-color - '@vitejs/plugin-react@4.3.4(vite@5.4.11(@types/node@22.10.2)(terser@5.37.0))': + '@vitejs/plugin-react@4.3.4(vite@6.0.11(@types/node@22.10.2)(jiti@1.21.7)(terser@5.37.0)(yaml@2.6.1))': dependencies: '@babel/core': 7.26.0 '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.0) '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.0) '@types/babel__core': 7.20.5 react-refresh: 0.14.2 - vite: 5.4.11(@types/node@22.10.2)(terser@5.37.0) + vite: 6.0.11(@types/node@22.10.2)(jiti@1.21.7)(terser@5.37.0)(yaml@2.6.1) transitivePeerDependencies: - supports-color - '@xstate/react@5.0.0(@types/react@18.3.17)(react@18.3.1)(xstate@5.19.0)': + '@xstate/react@5.0.2(@types/react@18.3.17)(react@18.3.1)(xstate@5.19.2)': dependencies: react: 18.3.1 use-isomorphic-layout-effect: 1.2.0(@types/react@18.3.17)(react@18.3.1) use-sync-external-store: 1.4.0(react@18.3.1) optionalDependencies: - xstate: 5.19.0 + xstate: 5.19.2 transitivePeerDependencies: - '@types/react' - '@xstate/react@5.0.0(@types/react@18.3.17)(react@19.0.0)(xstate@5.19.0)': + '@xstate/react@5.0.2(@types/react@18.3.17)(react@19.0.0)(xstate@5.19.2)': dependencies: react: 19.0.0 use-isomorphic-layout-effect: 1.2.0(@types/react@18.3.17)(react@19.0.0) use-sync-external-store: 1.4.0(react@19.0.0) optionalDependencies: - xstate: 5.19.0 + xstate: 5.19.2 transitivePeerDependencies: - '@types/react' @@ -11077,7 +11038,7 @@ snapshots: autoprefixer@10.4.20(postcss@8.4.47): dependencies: - browserslist: 4.24.3 + browserslist: 4.24.4 caniuse-lite: 1.0.30001689 fraction.js: 4.3.7 normalize-range: 0.1.2 @@ -11178,12 +11139,12 @@ snapshots: dependencies: pako: 0.2.9 - browserslist@4.24.3: + browserslist@4.24.4: dependencies: caniuse-lite: 1.0.30001689 electron-to-chromium: 1.5.74 node-releases: 2.0.19 - update-browserslist-db: 1.1.1(browserslist@4.24.3) + update-browserslist-db: 1.1.1(browserslist@4.24.4) buffer-alloc-unsafe@1.1.0: {} @@ -11218,9 +11179,9 @@ snapshots: dependencies: semver: 7.6.3 - bundle-require@5.0.0(esbuild@0.24.0): + bundle-require@5.0.0(esbuild@0.24.2): dependencies: - esbuild: 0.24.0 + esbuild: 0.24.2 load-tsconfig: 0.2.5 busboy@1.6.0: @@ -11446,7 +11407,7 @@ snapshots: core-js-compat@3.39.0: dependencies: - browserslist: 4.24.3 + browserslist: 4.24.4 core-util-is@1.0.3: {} @@ -11852,10 +11813,10 @@ snapshots: transitivePeerDependencies: - supports-color - esbuild-register@3.6.0(esbuild@0.24.0): + esbuild-register@3.6.0(esbuild@0.24.2): dependencies: debug: 4.4.0(supports-color@5.5.0) - esbuild: 0.24.0 + esbuild: 0.24.2 transitivePeerDependencies: - supports-color @@ -11912,32 +11873,33 @@ snapshots: '@esbuild/win32-ia32': 0.23.1 '@esbuild/win32-x64': 0.23.1 - esbuild@0.24.0: + esbuild@0.24.2: optionalDependencies: - '@esbuild/aix-ppc64': 0.24.0 - '@esbuild/android-arm': 0.24.0 - '@esbuild/android-arm64': 0.24.0 - '@esbuild/android-x64': 0.24.0 - '@esbuild/darwin-arm64': 0.24.0 - '@esbuild/darwin-x64': 0.24.0 - '@esbuild/freebsd-arm64': 0.24.0 - '@esbuild/freebsd-x64': 0.24.0 - '@esbuild/linux-arm': 0.24.0 - '@esbuild/linux-arm64': 0.24.0 - '@esbuild/linux-ia32': 0.24.0 - '@esbuild/linux-loong64': 0.24.0 - '@esbuild/linux-mips64el': 0.24.0 - '@esbuild/linux-ppc64': 0.24.0 - '@esbuild/linux-riscv64': 0.24.0 - '@esbuild/linux-s390x': 0.24.0 - '@esbuild/linux-x64': 0.24.0 - '@esbuild/netbsd-x64': 0.24.0 - '@esbuild/openbsd-arm64': 0.24.0 - '@esbuild/openbsd-x64': 0.24.0 - '@esbuild/sunos-x64': 0.24.0 - '@esbuild/win32-arm64': 0.24.0 - '@esbuild/win32-ia32': 0.24.0 - '@esbuild/win32-x64': 0.24.0 + '@esbuild/aix-ppc64': 0.24.2 + '@esbuild/android-arm': 0.24.2 + '@esbuild/android-arm64': 0.24.2 + '@esbuild/android-x64': 0.24.2 + '@esbuild/darwin-arm64': 0.24.2 + '@esbuild/darwin-x64': 0.24.2 + '@esbuild/freebsd-arm64': 0.24.2 + '@esbuild/freebsd-x64': 0.24.2 + '@esbuild/linux-arm': 0.24.2 + '@esbuild/linux-arm64': 0.24.2 + '@esbuild/linux-ia32': 0.24.2 + '@esbuild/linux-loong64': 0.24.2 + '@esbuild/linux-mips64el': 0.24.2 + '@esbuild/linux-ppc64': 0.24.2 + '@esbuild/linux-riscv64': 0.24.2 + '@esbuild/linux-s390x': 0.24.2 + '@esbuild/linux-x64': 0.24.2 + '@esbuild/netbsd-arm64': 0.24.2 + '@esbuild/netbsd-x64': 0.24.2 + '@esbuild/openbsd-arm64': 0.24.2 + '@esbuild/openbsd-x64': 0.24.2 + '@esbuild/sunos-x64': 0.24.2 + '@esbuild/win32-arm64': 0.24.2 + '@esbuild/win32-ia32': 0.24.2 + '@esbuild/win32-x64': 0.24.2 escalade@3.2.0: {} @@ -12013,7 +11975,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1): + eslint-module-utils@2.12.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.7.2))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1): dependencies: debug: 3.2.7 optionalDependencies: @@ -12041,7 +12003,7 @@ snapshots: doctrine: 2.1.0 eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@8.57.1) + eslint-module-utils: 2.12.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.7.2))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1) hasown: 2.0.2 is-core-module: 2.16.0 is-glob: 4.0.3 @@ -12427,20 +12389,20 @@ snapshots: fraction.js@4.3.7: {} - framer-motion@11.15.0(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + framer-motion@12.2.0(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: - motion-dom: 11.14.3 - motion-utils: 11.14.3 + motion-dom: 12.0.0 + motion-utils: 12.0.0 tslib: 2.8.1 optionalDependencies: '@emotion/is-prop-valid': 1.2.2 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - framer-motion@11.15.0(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + framer-motion@12.2.0(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): dependencies: - motion-dom: 11.14.3 - motion-utils: 11.14.3 + motion-dom: 12.0.0 + motion-utils: 12.0.0 tslib: 2.8.1 optionalDependencies: '@emotion/is-prop-valid': 1.2.2 @@ -12517,7 +12479,7 @@ snapshots: transitivePeerDependencies: - debug - get-it@8.6.5(debug@4.4.0): + get-it@8.6.7(debug@4.4.0): dependencies: '@types/follow-redirects': 1.14.4 '@types/progress-stream': 2.0.5 @@ -12531,7 +12493,7 @@ snapshots: get-latest-version@5.1.0(debug@4.4.0): dependencies: - get-it: 8.6.5(debug@4.4.0) + get-it: 8.6.7(debug@4.4.0) registry-auth-token: 5.0.3 registry-url: 5.1.0 semver: 7.6.3 @@ -12700,13 +12662,13 @@ snapshots: graphemer@1.4.0: {} - groq-js@1.14.2: + groq-js@1.15.0: dependencies: debug: 4.4.0(supports-color@5.5.0) transitivePeerDependencies: - supports-color - groq@3.68.1: {} + groq@3.74.0: {} gunzip-maybe@1.4.2: dependencies: @@ -13220,6 +13182,8 @@ snapshots: json-stable-stringify-without-jsonify@1.0.1: {} + json-stream-stringify@2.0.4: {} + json5@1.0.2: dependencies: minimist: 1.2.8 @@ -13285,6 +13249,8 @@ snapshots: dependencies: p-locate: 5.0.0 + lodash-es@4.17.21: {} + lodash.castarray@4.4.0: {} lodash.debounce@4.0.8: {} @@ -13465,17 +13431,15 @@ snapshots: mkdirp@3.0.1: {} - mnemonist@0.39.8: - dependencies: - obliterator: 2.0.4 - module-alias@2.2.3: {} moment@2.30.1: {} - motion-dom@11.14.3: {} + motion-dom@12.0.0: + dependencies: + motion-utils: 12.0.0 - motion-utils@11.14.3: {} + motion-utils@12.0.0: {} mri@1.2.0: {} @@ -13499,57 +13463,57 @@ snapshots: natural-compare@1.4.0: {} - next-sanity@9.8.27(@sanity/client@6.24.1)(@sanity/icons@3.5.3(react@18.3.1))(@sanity/types@3.68.1)(@sanity/ui@2.10.11(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(next@15.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sanity@3.68.1(@emotion/is-prop-valid@1.2.2)(@types/node@22.10.2)(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)): + next-sanity@9.8.51(@sanity/client@6.27.2)(@sanity/icons@3.5.7(react@18.3.1))(@sanity/types@3.68.1)(@sanity/ui@2.11.8(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(next@15.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sanity@3.74.0(@emotion/is-prop-valid@1.2.2)(@types/node@22.10.2)(@types/react@18.3.17)(jiti@1.21.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)): dependencies: '@portabletext/react': 3.2.0(react@18.3.1) - '@sanity/client': 6.24.1(debug@4.4.0) - '@sanity/icons': 3.5.3(react@18.3.1) - '@sanity/next-loader': 1.2.5(next@15.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1) - '@sanity/preview-kit': 5.1.23(@sanity/client@6.24.1)(react@18.3.1) - '@sanity/preview-url-secret': 2.0.5(@sanity/client@6.24.1(debug@4.4.0)) + '@sanity/client': 6.27.2(debug@4.4.0) + '@sanity/icons': 3.5.7(react@18.3.1) + '@sanity/next-loader': 1.2.22(@sanity/types@3.68.1)(next@15.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1) + '@sanity/preview-kit': 5.2.2(@sanity/client@6.27.2)(@sanity/types@3.68.1)(react@18.3.1) + '@sanity/preview-url-secret': 2.1.4(@sanity/client@6.27.2(debug@4.4.0)) '@sanity/types': 3.68.1(debug@4.4.0) - '@sanity/ui': 2.10.11(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@sanity/visual-editing': 2.10.6(@sanity/client@6.24.1)(next@15.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - groq: 3.68.1 + '@sanity/ui': 2.11.8(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@sanity/visual-editing': 2.12.14(@sanity/client@6.27.2)(@sanity/types@3.68.1)(next@15.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + groq: 3.74.0 history: 5.3.0 next: 15.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - sanity: 3.68.1(@emotion/is-prop-valid@1.2.2)(@types/node@22.10.2)(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0) + sanity: 3.74.0(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(jiti@1.21.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1) styled-components: 6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) transitivePeerDependencies: - '@remix-run/react' - '@sveltejs/kit' - debug + - react-dom - react-router - svelte - next-sanity@9.8.27(@sanity/client@6.24.1)(@sanity/icons@3.5.3(react@19.0.0))(@sanity/types@3.68.1)(@sanity/ui@2.10.11(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0)))(next@15.1.1(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)(sanity@3.68.1(@emotion/is-prop-valid@1.2.2)(@types/node@22.10.2)(@types/react@18.3.17)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(terser@5.37.0))(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0)): + next-sanity@9.8.51(@sanity/client@6.27.2)(@sanity/icons@3.5.7(react@19.0.0))(@sanity/types@3.68.1)(@sanity/ui@2.11.8(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0)))(next@15.1.1(@babel/core@7.26.0)(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)(sanity@3.74.0(@emotion/is-prop-valid@1.2.2)(@types/node@22.10.2)(@types/react@18.3.17)(jiti@1.21.7)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1))(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0)): dependencies: '@portabletext/react': 3.2.0(react@19.0.0) - '@sanity/client': 6.24.1(debug@4.4.0) - '@sanity/icons': 3.5.3(react@19.0.0) - '@sanity/next-loader': 1.2.5(next@15.1.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0) - '@sanity/preview-kit': 5.1.23(@sanity/client@6.24.1)(react@19.0.0) - '@sanity/preview-url-secret': 2.0.5(@sanity/client@6.24.1(debug@4.4.0)) + '@sanity/client': 6.27.2(debug@4.4.0) + '@sanity/icons': 3.5.7(react@19.0.0) + '@sanity/next-loader': 1.2.22(@sanity/types@3.68.1)(next@15.1.1(@babel/core@7.26.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0) + '@sanity/preview-kit': 5.2.2(@sanity/client@6.27.2)(@sanity/types@3.68.1)(react@19.0.0) + '@sanity/preview-url-secret': 2.1.4(@sanity/client@6.27.2(debug@4.4.0)) '@sanity/types': 3.68.1(debug@4.4.0) - '@sanity/ui': 2.10.11(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) - '@sanity/visual-editing': 2.10.6(@sanity/client@6.24.1)(next@15.1.1(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) - groq: 3.68.1 + '@sanity/ui': 2.11.8(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) + '@sanity/visual-editing': 2.12.14(@sanity/client@6.27.2)(@sanity/types@3.68.1)(next@15.1.1(@babel/core@7.26.0)(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) + groq: 3.74.0 history: 5.3.0 - next: 15.1.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + next: 15.1.1(@babel/core@7.26.0)(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) - sanity: 3.68.1(@emotion/is-prop-valid@1.2.2)(@types/node@22.10.2)(@types/react@18.3.17)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(terser@5.37.0) + sanity: 3.74.0(@emotion/is-prop-valid@1.2.2)(@types/node@22.10.2)(@types/react@18.3.17)(jiti@1.21.7)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1) styled-components: 6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0) transitivePeerDependencies: - '@remix-run/react' - '@sveltejs/kit' - debug + - react-dom - react-router - svelte - next@15.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + next@15.1.1(@babel/core@7.26.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): dependencies: '@next/env': 15.1.1 '@swc/counter': 0.1.3 @@ -13557,9 +13521,9 @@ snapshots: busboy: 1.6.0 caniuse-lite: 1.0.30001689 postcss: 8.4.31 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - styled-jsx: 5.1.6(react@18.3.1) + react: 19.0.0 + react-dom: 19.0.0(react@19.0.0) + styled-jsx: 5.1.6(@babel/core@7.26.0)(react@19.0.0) optionalDependencies: '@next/swc-darwin-arm64': 15.1.1 '@next/swc-darwin-x64': 15.1.1 @@ -13574,7 +13538,7 @@ snapshots: - '@babel/core' - babel-plugin-macros - next@15.1.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + next@15.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@next/env': 15.1.1 '@swc/counter': 0.1.3 @@ -13582,9 +13546,9 @@ snapshots: busboy: 1.6.0 caniuse-lite: 1.0.30001689 postcss: 8.4.31 - react: 19.0.0 - react-dom: 19.0.0(react@19.0.0) - styled-jsx: 5.1.6(react@19.0.0) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + styled-jsx: 5.1.6(react@18.3.1) optionalDependencies: '@next/swc-darwin-arm64': 15.1.1 '@next/swc-darwin-x64': 15.1.1 @@ -13720,8 +13684,6 @@ snapshots: define-properties: 1.2.1 es-object-atoms: 1.0.0 - obliterator@2.0.4: {} - observable-callback@1.0.3(rxjs@7.8.1): dependencies: rxjs: 7.8.1 @@ -13989,12 +13951,12 @@ snapshots: optionalDependencies: postcss: 8.4.47 - postcss-load-config@6.0.1(jiti@1.21.7)(postcss@8.4.47)(yaml@2.6.1): + postcss-load-config@6.0.1(jiti@1.21.7)(postcss@8.5.1)(yaml@2.6.1): dependencies: lilconfig: 3.1.3 optionalDependencies: jiti: 1.21.7 - postcss: 8.4.47 + postcss: 8.5.1 yaml: 2.6.1 postcss-nested@6.2.0(postcss@8.4.47): @@ -14038,6 +14000,12 @@ snapshots: picocolors: 1.1.1 source-map-js: 1.2.1 + postcss@8.5.1: + dependencies: + nanoid: 3.3.8 + picocolors: 1.1.1 + source-map-js: 1.2.1 + prelude-ls@1.2.1: {} prettier-linter-helpers@1.0.0: @@ -14161,19 +14129,11 @@ snapshots: '@babel/runtime': 7.26.0 react: 19.0.0 - react-compiler-runtime@19.0.0-beta-201e55d-20241215(react@18.3.1): + react-compiler-runtime@19.0.0-beta-714736e-20250131(react@18.3.1): dependencies: react: 18.3.1 - react-compiler-runtime@19.0.0-beta-201e55d-20241215(react@19.0.0): - dependencies: - react: 19.0.0 - - react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@18.3.1): - dependencies: - react: 18.3.1 - - react-compiler-runtime@19.0.0-beta-37ed2a7-20241206(react@19.0.0): + react-compiler-runtime@19.0.0-beta-714736e-20250131(react@19.0.0): dependencies: react: 19.0.0 @@ -14252,19 +14212,19 @@ snapshots: react-refresh@0.14.2: {} - react-rx@4.1.9(react@18.3.1)(rxjs@7.8.1): + react-rx@4.1.18(react@18.3.1)(rxjs@7.8.1): dependencies: observable-callback: 1.0.3(rxjs@7.8.1) react: 18.3.1 - react-compiler-runtime: 19.0.0-beta-201e55d-20241215(react@18.3.1) + react-compiler-runtime: 19.0.0-beta-714736e-20250131(react@18.3.1) rxjs: 7.8.1 use-effect-event: 1.0.2(react@18.3.1) - react-rx@4.1.9(react@19.0.0)(rxjs@7.8.1): + react-rx@4.1.18(react@19.0.0)(rxjs@7.8.1): dependencies: observable-callback: 1.0.3(rxjs@7.8.1) react: 19.0.0 - react-compiler-runtime: 19.0.0-beta-201e55d-20241215(react@19.0.0) + react-compiler-runtime: 19.0.0-beta-714736e-20250131(react@19.0.0) rxjs: 7.8.1 use-effect-event: 1.0.2(react@19.0.0) @@ -14472,51 +14432,51 @@ snapshots: glob: 11.0.0 package-json-from-dist: 1.0.1 - rollup-plugin-esbuild@6.1.1(esbuild@0.23.1)(rollup@4.28.1): + rollup-plugin-esbuild@6.1.1(esbuild@0.23.1)(rollup@4.34.3): dependencies: - '@rollup/pluginutils': 5.1.4(rollup@4.28.1) + '@rollup/pluginutils': 5.1.4(rollup@4.34.3) debug: 4.4.0(supports-color@5.5.0) es-module-lexer: 1.5.4 esbuild: 0.23.1 get-tsconfig: 4.8.1 - rollup: 4.28.1 + rollup: 4.34.3 transitivePeerDependencies: - supports-color - rollup-plugin-esbuild@6.1.1(esbuild@0.24.0)(rollup@4.28.1): + rollup-plugin-esbuild@6.1.1(esbuild@0.24.2)(rollup@4.34.3): dependencies: - '@rollup/pluginutils': 5.1.4(rollup@4.28.1) + '@rollup/pluginutils': 5.1.4(rollup@4.34.3) debug: 4.4.0(supports-color@5.5.0) es-module-lexer: 1.5.4 - esbuild: 0.24.0 + esbuild: 0.24.2 get-tsconfig: 4.8.1 - rollup: 4.28.1 + rollup: 4.34.3 transitivePeerDependencies: - supports-color - rollup@4.28.1: + rollup@4.34.3: dependencies: '@types/estree': 1.0.6 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.28.1 - '@rollup/rollup-android-arm64': 4.28.1 - '@rollup/rollup-darwin-arm64': 4.28.1 - '@rollup/rollup-darwin-x64': 4.28.1 - '@rollup/rollup-freebsd-arm64': 4.28.1 - '@rollup/rollup-freebsd-x64': 4.28.1 - '@rollup/rollup-linux-arm-gnueabihf': 4.28.1 - '@rollup/rollup-linux-arm-musleabihf': 4.28.1 - '@rollup/rollup-linux-arm64-gnu': 4.28.1 - '@rollup/rollup-linux-arm64-musl': 4.28.1 - '@rollup/rollup-linux-loongarch64-gnu': 4.28.1 - '@rollup/rollup-linux-powerpc64le-gnu': 4.28.1 - '@rollup/rollup-linux-riscv64-gnu': 4.28.1 - '@rollup/rollup-linux-s390x-gnu': 4.28.1 - '@rollup/rollup-linux-x64-gnu': 4.28.1 - '@rollup/rollup-linux-x64-musl': 4.28.1 - '@rollup/rollup-win32-arm64-msvc': 4.28.1 - '@rollup/rollup-win32-ia32-msvc': 4.28.1 - '@rollup/rollup-win32-x64-msvc': 4.28.1 + '@rollup/rollup-android-arm-eabi': 4.34.3 + '@rollup/rollup-android-arm64': 4.34.3 + '@rollup/rollup-darwin-arm64': 4.34.3 + '@rollup/rollup-darwin-x64': 4.34.3 + '@rollup/rollup-freebsd-arm64': 4.34.3 + '@rollup/rollup-freebsd-x64': 4.34.3 + '@rollup/rollup-linux-arm-gnueabihf': 4.34.3 + '@rollup/rollup-linux-arm-musleabihf': 4.34.3 + '@rollup/rollup-linux-arm64-gnu': 4.34.3 + '@rollup/rollup-linux-arm64-musl': 4.34.3 + '@rollup/rollup-linux-loongarch64-gnu': 4.34.3 + '@rollup/rollup-linux-powerpc64le-gnu': 4.34.3 + '@rollup/rollup-linux-riscv64-gnu': 4.34.3 + '@rollup/rollup-linux-s390x-gnu': 4.34.3 + '@rollup/rollup-linux-x64-gnu': 4.34.3 + '@rollup/rollup-linux-x64-musl': 4.34.3 + '@rollup/rollup-win32-arm64-msvc': 4.34.3 + '@rollup/rollup-win32-ia32-msvc': 4.34.3 + '@rollup/rollup-win32-x64-msvc': 4.34.3 fsevents: 2.3.3 rrweb-cssom@0.6.0: {} @@ -14533,6 +14493,10 @@ snapshots: dependencies: rxjs: 7.8.1 + rxjs-mergemap-array@0.1.0(rxjs@7.8.1): + dependencies: + rxjs: 7.8.1 + rxjs@7.8.1: dependencies: tslib: 2.8.1 @@ -14559,224 +14523,87 @@ snapshots: sanity-diff-patch@4.0.0: dependencies: - '@sanity/diff-match-patch': 3.1.2 + '@sanity/diff-match-patch': 3.2.0 - sanity-plugin-internationalized-array@2.1.0(@emotion/is-prop-valid@1.2.2)(@sanity/ui@2.10.11(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)))(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(sanity@3.68.1(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)): + sanity-plugin-internationalized-array@3.1.1(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(sanity@3.74.0(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(jiti@1.21.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)): dependencies: - '@sanity/icons': 2.11.8(react@18.3.1) + '@sanity/icons': 3.5.7(react@18.3.1) '@sanity/incompatible-plugin': 1.0.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@sanity/language-filter': 4.0.3(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(sanity@3.68.1(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@sanity/ui': 2.10.11(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@sanity/language-filter': 4.0.3(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(sanity@3.74.0(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(jiti@1.21.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@sanity/ui': 2.11.8(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) fast-deep-equal: 3.1.3 lodash: 4.17.21 react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - sanity: 3.68.1(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0) + sanity: 3.74.0(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(jiti@1.21.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1) styled-components: 6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) suspend-react: 0.1.3(react@18.3.1) transitivePeerDependencies: - '@emotion/is-prop-valid' - debug + - react-dom - react-is - sanity-plugin-utils@1.6.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(rxjs@7.8.1)(sanity@3.68.1(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)): + sanity-plugin-utils@1.6.7(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(rxjs@7.8.1)(sanity@3.74.0(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(jiti@1.21.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)): dependencies: - '@sanity/icons': 3.5.3(react@18.3.1) + '@sanity/icons': 3.5.7(react@18.3.1) '@sanity/incompatible-plugin': 1.0.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@sanity/ui': 2.10.11(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@sanity/ui': 2.11.8(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) react: 18.3.1 react-fast-compare: 3.2.2 rxjs: 7.8.1 - sanity: 3.68.1(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0) + sanity: 3.74.0(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(jiti@1.21.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1) styled-components: 6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) transitivePeerDependencies: - '@emotion/is-prop-valid' - react-dom - react-is - sanity@3.68.1(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0): - dependencies: - '@dnd-kit/core': 6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@dnd-kit/modifiers': 6.0.1(@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1) - '@dnd-kit/sortable': 7.0.2(@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1) - '@dnd-kit/utilities': 3.2.2(react@18.3.1) - '@juggle/resize-observer': 3.4.0 - '@portabletext/editor': 1.17.1(@sanity/block-tools@3.68.1(debug@4.4.0))(@sanity/schema@3.68.1(debug@4.4.0))(@sanity/types@3.68.1)(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(rxjs@7.8.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@portabletext/react': 3.2.0(react@18.3.1) - '@rexxars/react-json-inspector': 9.0.1(react@18.3.1) - '@sanity/asset-utils': 2.2.1 - '@sanity/bifur-client': 0.4.1 - '@sanity/block-tools': 3.68.1(debug@4.4.0) - '@sanity/cli': 3.68.1(@types/babel__core@7.20.5)(@types/node@22.10.2)(react@18.3.1) - '@sanity/client': 6.24.1(debug@4.4.0) - '@sanity/color': 3.0.6 - '@sanity/diff': 3.68.1 - '@sanity/diff-match-patch': 3.1.2 - '@sanity/eventsource': 5.0.2 - '@sanity/export': 3.41.1 - '@sanity/icons': 3.5.3(react@18.3.1) - '@sanity/image-url': 1.1.0 - '@sanity/import': 3.37.9 - '@sanity/insert-menu': 1.0.16(@emotion/is-prop-valid@1.2.2)(@sanity/types@3.68.1)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@sanity/logos': 2.1.13(@sanity/color@3.0.6)(react@18.3.1) - '@sanity/migrate': 3.68.1 - '@sanity/mutator': 3.68.1 - '@sanity/presentation': 1.19.13(@emotion/is-prop-valid@1.2.2)(@sanity/color@3.0.6)(debug@4.4.0)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@sanity/schema': 3.68.1(debug@4.4.0) - '@sanity/telemetry': 0.7.9(react@18.3.1) - '@sanity/types': 3.68.1(debug@4.4.0) - '@sanity/ui': 2.10.11(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@sanity/util': 3.68.1(debug@4.4.0) - '@sanity/uuid': 3.0.2 - '@sentry/react': 8.47.0(react@18.3.1) - '@tanstack/react-table': 8.20.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tanstack/react-virtual': 3.11.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@types/react-is': 18.3.1 - '@types/shallow-equals': 1.0.3 - '@types/speakingurl': 13.0.6 - '@types/tar-stream': 3.1.3 - '@types/use-sync-external-store': 0.0.6 - '@vitejs/plugin-react': 4.3.4(vite@5.4.11(@types/node@22.10.2)(terser@5.37.0)) - archiver: 7.0.1 - arrify: 2.0.1 - async-mutex: 0.4.1 - chalk: 4.1.2 - chokidar: 3.6.0 - classnames: 2.5.1 - color2k: 2.0.3 - configstore: 5.0.1 - console-table-printer: 2.12.1 - dataloader: 2.2.3 - date-fns: 2.30.0 - debug: 4.4.0(supports-color@5.5.0) - esbuild: 0.21.5 - esbuild-register: 3.6.0(esbuild@0.21.5) - execa: 2.1.0 - exif-component: 1.0.1 - form-data: 4.0.1 - framer-motion: 11.15.0(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - get-it: 8.6.5(debug@4.4.0) - get-random-values-esm: 1.0.2 - groq-js: 1.14.2 - history: 5.3.0 - i18next: 23.16.8 - import-fresh: 3.3.0 - is-hotkey-esm: 1.0.0 - isomorphic-dompurify: 2.19.0 - jsdom: 23.2.0 - jsdom-global: 3.0.2(jsdom@23.2.0) - json-lexer: 1.2.0 - json-reduce: 3.0.0 - json5: 2.2.3 - lodash: 4.17.21 - log-symbols: 2.2.0 - mendoza: 3.0.8 - module-alias: 2.2.3 - nano-pubsub: 3.0.0 - nanoid: 3.3.8 - node-html-parser: 6.1.13 - observable-callback: 1.0.3(rxjs@7.8.1) - oneline: 1.0.3 - open: 8.4.2 - p-map: 7.0.3 - pirates: 4.0.6 - pluralize-esm: 9.0.5 - polished: 4.3.1 - pretty-ms: 7.0.1 - quick-lru: 5.1.1 - raf: 3.4.1 - react: 18.3.1 - react-compiler-runtime: 19.0.0-beta-201e55d-20241215(react@18.3.1) - react-dom: 18.3.1(react@18.3.1) - react-fast-compare: 3.2.2 - react-focus-lock: 2.13.5(@types/react@18.3.17)(react@18.3.1) - react-i18next: 14.0.2(i18next@23.16.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react-is: 18.3.1 - react-refractor: 2.2.0(react@18.3.1) - react-rx: 4.1.9(react@18.3.1)(rxjs@7.8.1) - read-pkg-up: 7.0.1 - refractor: 3.6.0 - resolve-from: 5.0.0 - resolve.exports: 2.0.3 - rimraf: 5.0.10 - rxjs: 7.8.1 - rxjs-exhaustmap-with-trailing: 2.1.1(rxjs@7.8.1) - sanity-diff-patch: 4.0.0 - scroll-into-view-if-needed: 3.1.0 - semver: 7.6.3 - shallow-equals: 1.0.0 - speakingurl: 14.0.1 - styled-components: 6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - tar-fs: 2.1.1 - tar-stream: 3.1.7 - use-device-pixel-ratio: 1.1.2(react@18.3.1) - use-effect-event: 1.0.2(react@18.3.1) - use-hot-module-reload: 2.0.0(react@18.3.1) - use-sync-external-store: 1.4.0(react@18.3.1) - vite: 5.4.11(@types/node@22.10.2)(terser@5.37.0) - yargs: 17.7.2 - transitivePeerDependencies: - - '@emotion/is-prop-valid' - - '@types/babel__core' - - '@types/node' - - '@types/react' - - babel-plugin-react-compiler - - bufferutil - - canvas - - less - - lightningcss - - react-native - - sass - - sass-embedded - - stylus - - sugarss - - supports-color - - terser - - utf-8-validate - - sanity@3.68.1(@emotion/is-prop-valid@1.2.2)(@types/node@22.10.2)(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0): + sanity@3.74.0(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.2)(@types/react@18.3.17)(jiti@1.21.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1): dependencies: '@dnd-kit/core': 6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@dnd-kit/modifiers': 6.0.1(@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1) '@dnd-kit/sortable': 7.0.2(@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1) '@dnd-kit/utilities': 3.2.2(react@18.3.1) '@juggle/resize-observer': 3.4.0 - '@portabletext/editor': 1.17.1(@sanity/block-tools@3.68.1(debug@4.4.0))(@sanity/schema@3.68.1(debug@4.4.0))(@sanity/types@3.68.1)(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(rxjs@7.8.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@portabletext/block-tools': 1.1.5(@sanity/types@3.68.1)(@types/react@18.3.17) + '@portabletext/editor': 1.30.3(@sanity/schema@3.74.0(debug@4.4.0))(@sanity/types@3.68.1)(@types/react@18.3.17)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(rxjs@7.8.1) '@portabletext/react': 3.2.0(react@18.3.1) + '@portabletext/toolkit': 2.0.16 '@rexxars/react-json-inspector': 9.0.1(react@18.3.1) '@sanity/asset-utils': 2.2.1 '@sanity/bifur-client': 0.4.1 - '@sanity/block-tools': 3.68.1(debug@4.4.0) - '@sanity/cli': 3.68.1(@types/node@22.10.2)(react@18.3.1) - '@sanity/client': 6.24.1(debug@4.4.0) + '@sanity/cli': 3.74.0(@types/babel__core@7.20.5)(@types/node@22.10.2)(react@18.3.1)(typescript@5.7.2) + '@sanity/client': 6.27.2(debug@4.4.0) '@sanity/color': 3.0.6 - '@sanity/diff': 3.68.1 - '@sanity/diff-match-patch': 3.1.2 + '@sanity/comlink': 3.0.1 + '@sanity/diff': 3.74.0 + '@sanity/diff-match-patch': 3.2.0 '@sanity/eventsource': 5.0.2 - '@sanity/export': 3.41.1 - '@sanity/icons': 3.5.3(react@18.3.1) + '@sanity/export': 3.42.2 + '@sanity/icons': 3.5.7(react@18.3.1) '@sanity/image-url': 1.1.0 '@sanity/import': 3.37.9 - '@sanity/insert-menu': 1.0.16(@emotion/is-prop-valid@1.2.2)(@sanity/types@3.68.1)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@sanity/insert-menu': 1.0.20(@emotion/is-prop-valid@1.2.2)(@sanity/types@3.68.1)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@sanity/logos': 2.1.13(@sanity/color@3.0.6)(react@18.3.1) - '@sanity/migrate': 3.68.1 - '@sanity/mutator': 3.68.1 - '@sanity/presentation': 1.19.13(@emotion/is-prop-valid@1.2.2)(@sanity/color@3.0.6)(debug@4.4.0)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@sanity/schema': 3.68.1(debug@4.4.0) + '@sanity/migrate': 3.74.0 + '@sanity/mutator': 3.74.0 + '@sanity/presentation-comlink': 1.0.4(@sanity/client@6.27.2(debug@4.4.0))(@sanity/types@3.68.1(debug@4.4.0)) + '@sanity/preview-url-secret': 2.1.4(@sanity/client@6.27.2(debug@4.4.0)) + '@sanity/schema': 3.74.0(debug@4.4.0) '@sanity/telemetry': 0.7.9(react@18.3.1) '@sanity/types': 3.68.1(debug@4.4.0) - '@sanity/ui': 2.10.11(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) - '@sanity/util': 3.68.1(debug@4.4.0) + '@sanity/ui': 2.11.8(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + '@sanity/util': 3.74.0(debug@4.4.0) '@sanity/uuid': 3.0.2 '@sentry/react': 8.47.0(react@18.3.1) '@tanstack/react-table': 8.20.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@tanstack/react-virtual': 3.11.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@types/react-is': 18.3.1 + '@types/react-is': 19.0.0 '@types/shallow-equals': 1.0.3 '@types/speakingurl': 13.0.6 '@types/tar-stream': 3.1.3 '@types/use-sync-external-store': 0.0.6 - '@vitejs/plugin-react': 4.3.4(vite@5.4.11(@types/node@22.10.2)(terser@5.37.0)) + '@vitejs/plugin-react': 4.3.4(vite@6.0.11(@types/node@22.10.2)(jiti@1.21.7)(terser@5.37.0)(yaml@2.6.1)) archiver: 7.0.1 arrify: 2.0.1 async-mutex: 0.4.1 @@ -14793,11 +14620,12 @@ snapshots: esbuild-register: 3.6.0(esbuild@0.21.5) execa: 2.1.0 exif-component: 1.0.1 + fast-deep-equal: 3.1.3 form-data: 4.0.1 - framer-motion: 11.15.0(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - get-it: 8.6.5(debug@4.4.0) + framer-motion: 12.2.0(@emotion/is-prop-valid@1.2.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + get-it: 8.6.7(debug@4.4.0) get-random-values-esm: 1.0.2 - groq-js: 1.14.2 + groq-js: 1.15.0 history: 5.3.0 i18next: 23.16.8 import-fresh: 3.3.0 @@ -14819,6 +14647,7 @@ snapshots: oneline: 1.0.3 open: 8.4.2 p-map: 7.0.3 + path-to-regexp: 6.3.0 pirates: 4.0.6 pluralize-esm: 9.0.5 polished: 4.3.1 @@ -14826,14 +14655,14 @@ snapshots: quick-lru: 5.1.1 raf: 3.4.1 react: 18.3.1 - react-compiler-runtime: 19.0.0-beta-201e55d-20241215(react@18.3.1) + react-compiler-runtime: 19.0.0-beta-714736e-20250131(react@18.3.1) react-dom: 18.3.1(react@18.3.1) react-fast-compare: 3.2.2 react-focus-lock: 2.13.5(@types/react@18.3.17)(react@18.3.1) react-i18next: 14.0.2(i18next@23.16.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react-is: 18.3.1 react-refractor: 2.2.0(react@18.3.1) - react-rx: 4.1.9(react@18.3.1)(rxjs@7.8.1) + react-rx: 4.1.18(react@18.3.1)(rxjs@7.8.1) read-pkg-up: 7.0.1 refractor: 3.6.0 resolve-from: 5.0.0 @@ -14841,19 +14670,23 @@ snapshots: rimraf: 5.0.10 rxjs: 7.8.1 rxjs-exhaustmap-with-trailing: 2.1.1(rxjs@7.8.1) + rxjs-mergemap-array: 0.1.0(rxjs@7.8.1) sanity-diff-patch: 4.0.0 scroll-into-view-if-needed: 3.1.0 semver: 7.6.3 shallow-equals: 1.0.0 speakingurl: 14.0.1 styled-components: 6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + suspend-react: 0.1.3(react@18.3.1) tar-fs: 2.1.1 tar-stream: 3.1.7 use-device-pixel-ratio: 1.1.2(react@18.3.1) use-effect-event: 1.0.2(react@18.3.1) use-hot-module-reload: 2.0.0(react@18.3.1) use-sync-external-store: 1.4.0(react@18.3.1) - vite: 5.4.11(@types/node@22.10.2)(terser@5.37.0) + uuid: 11.0.5 + valibot: 0.31.1 + vite: 6.0.11(@types/node@22.10.2)(jiti@1.21.7)(terser@5.37.0)(yaml@2.6.1) yargs: 17.7.2 transitivePeerDependencies: - '@emotion/is-prop-valid' @@ -14863,6 +14696,7 @@ snapshots: - babel-plugin-react-compiler - bufferutil - canvas + - jiti - less - lightningcss - react-native @@ -14872,51 +14706,57 @@ snapshots: - sugarss - supports-color - terser + - tsx + - typescript - utf-8-validate + - yaml - sanity@3.68.1(@emotion/is-prop-valid@1.2.2)(@types/node@22.10.2)(@types/react@18.3.17)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(terser@5.37.0): + sanity@3.74.0(@emotion/is-prop-valid@1.2.2)(@types/node@22.10.2)(@types/react@18.3.17)(jiti@1.21.7)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(terser@5.37.0)(typescript@5.7.2)(yaml@2.6.1): dependencies: '@dnd-kit/core': 6.3.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@dnd-kit/modifiers': 6.0.1(@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': 7.0.2(@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/utilities': 3.2.2(react@19.0.0) '@juggle/resize-observer': 3.4.0 - '@portabletext/editor': 1.17.1(@sanity/block-tools@3.68.1(debug@4.4.0))(@sanity/schema@3.68.1(debug@4.4.0))(@sanity/types@3.68.1)(@types/react@18.3.17)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(rxjs@7.8.1)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) + '@portabletext/block-tools': 1.1.5(@sanity/types@3.68.1)(@types/react@18.3.17) + '@portabletext/editor': 1.30.3(@sanity/schema@3.74.0(debug@4.4.0))(@sanity/types@3.68.1(debug@4.4.0))(@types/react@18.3.17)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(rxjs@7.8.1) '@portabletext/react': 3.2.0(react@19.0.0) + '@portabletext/toolkit': 2.0.16 '@rexxars/react-json-inspector': 9.0.1(react@19.0.0) '@sanity/asset-utils': 2.2.1 '@sanity/bifur-client': 0.4.1 - '@sanity/block-tools': 3.68.1(debug@4.4.0) - '@sanity/cli': 3.68.1(@types/node@22.10.2)(react@19.0.0) - '@sanity/client': 6.24.1(debug@4.4.0) + '@sanity/cli': 3.74.0(@types/node@22.10.2)(react@19.0.0)(typescript@5.7.2) + '@sanity/client': 6.27.2(debug@4.4.0) '@sanity/color': 3.0.6 - '@sanity/diff': 3.68.1 - '@sanity/diff-match-patch': 3.1.2 + '@sanity/comlink': 3.0.1 + '@sanity/diff': 3.74.0 + '@sanity/diff-match-patch': 3.2.0 '@sanity/eventsource': 5.0.2 - '@sanity/export': 3.41.1 - '@sanity/icons': 3.5.3(react@19.0.0) + '@sanity/export': 3.42.2 + '@sanity/icons': 3.5.7(react@19.0.0) '@sanity/image-url': 1.1.0 '@sanity/import': 3.37.9 - '@sanity/insert-menu': 1.0.16(@emotion/is-prop-valid@1.2.2)(@sanity/types@3.68.1)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) + '@sanity/insert-menu': 1.0.20(@emotion/is-prop-valid@1.2.2)(@sanity/types@3.68.1(debug@4.4.0))(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) '@sanity/logos': 2.1.13(@sanity/color@3.0.6)(react@19.0.0) - '@sanity/migrate': 3.68.1 - '@sanity/mutator': 3.68.1 - '@sanity/presentation': 1.19.13(@emotion/is-prop-valid@1.2.2)(@sanity/color@3.0.6)(debug@4.4.0)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) - '@sanity/schema': 3.68.1(debug@4.4.0) + '@sanity/migrate': 3.74.0 + '@sanity/mutator': 3.74.0 + '@sanity/presentation-comlink': 1.0.4(@sanity/client@6.27.2)(@sanity/types@3.68.1) + '@sanity/preview-url-secret': 2.1.4(@sanity/client@6.27.2(debug@4.4.0)) + '@sanity/schema': 3.74.0(debug@4.4.0) '@sanity/telemetry': 0.7.9(react@19.0.0) '@sanity/types': 3.68.1(debug@4.4.0) - '@sanity/ui': 2.10.11(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) - '@sanity/util': 3.68.1(debug@4.4.0) + '@sanity/ui': 2.11.8(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react-is@18.3.1)(react@19.0.0)(styled-components@6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) + '@sanity/util': 3.74.0(debug@4.4.0) '@sanity/uuid': 3.0.2 '@sentry/react': 8.47.0(react@19.0.0) '@tanstack/react-table': 8.20.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@tanstack/react-virtual': 3.11.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - '@types/react-is': 18.3.1 + '@types/react-is': 19.0.0 '@types/shallow-equals': 1.0.3 '@types/speakingurl': 13.0.6 '@types/tar-stream': 3.1.3 '@types/use-sync-external-store': 0.0.6 - '@vitejs/plugin-react': 4.3.4(vite@5.4.11(@types/node@22.10.2)(terser@5.37.0)) + '@vitejs/plugin-react': 4.3.4(vite@6.0.11(@types/node@22.10.2)(jiti@1.21.7)(terser@5.37.0)(yaml@2.6.1)) archiver: 7.0.1 arrify: 2.0.1 async-mutex: 0.4.1 @@ -14933,11 +14773,12 @@ snapshots: esbuild-register: 3.6.0(esbuild@0.21.5) execa: 2.1.0 exif-component: 1.0.1 + fast-deep-equal: 3.1.3 form-data: 4.0.1 - framer-motion: 11.15.0(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - get-it: 8.6.5(debug@4.4.0) + framer-motion: 12.2.0(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + get-it: 8.6.7(debug@4.4.0) get-random-values-esm: 1.0.2 - groq-js: 1.14.2 + groq-js: 1.15.0 history: 5.3.0 i18next: 23.16.8 import-fresh: 3.3.0 @@ -14959,6 +14800,7 @@ snapshots: oneline: 1.0.3 open: 8.4.2 p-map: 7.0.3 + path-to-regexp: 6.3.0 pirates: 4.0.6 pluralize-esm: 9.0.5 polished: 4.3.1 @@ -14966,14 +14808,14 @@ snapshots: quick-lru: 5.1.1 raf: 3.4.1 react: 19.0.0 - react-compiler-runtime: 19.0.0-beta-201e55d-20241215(react@19.0.0) + react-compiler-runtime: 19.0.0-beta-714736e-20250131(react@19.0.0) react-dom: 19.0.0(react@19.0.0) react-fast-compare: 3.2.2 react-focus-lock: 2.13.5(@types/react@18.3.17)(react@19.0.0) react-i18next: 14.0.2(i18next@23.16.8)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) react-is: 18.3.1 react-refractor: 2.2.0(react@19.0.0) - react-rx: 4.1.9(react@19.0.0)(rxjs@7.8.1) + react-rx: 4.1.18(react@19.0.0)(rxjs@7.8.1) read-pkg-up: 7.0.1 refractor: 3.6.0 resolve-from: 5.0.0 @@ -14981,19 +14823,23 @@ snapshots: rimraf: 5.0.10 rxjs: 7.8.1 rxjs-exhaustmap-with-trailing: 2.1.1(rxjs@7.8.1) + rxjs-mergemap-array: 0.1.0(rxjs@7.8.1) sanity-diff-patch: 4.0.0 scroll-into-view-if-needed: 3.1.0 semver: 7.6.3 shallow-equals: 1.0.0 speakingurl: 14.0.1 styled-components: 6.1.13(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + suspend-react: 0.1.3(react@19.0.0) tar-fs: 2.1.1 tar-stream: 3.1.7 use-device-pixel-ratio: 1.1.2(react@19.0.0) use-effect-event: 1.0.2(react@19.0.0) use-hot-module-reload: 2.0.0(react@19.0.0) use-sync-external-store: 1.4.0(react@19.0.0) - vite: 5.4.11(@types/node@22.10.2)(terser@5.37.0) + uuid: 11.0.5 + valibot: 0.31.1 + vite: 6.0.11(@types/node@22.10.2)(jiti@1.21.7)(terser@5.37.0)(yaml@2.6.1) yargs: 17.7.2 transitivePeerDependencies: - '@emotion/is-prop-valid' @@ -15003,6 +14849,7 @@ snapshots: - babel-plugin-react-compiler - bufferutil - canvas + - jiti - less - lightningcss - react-native @@ -15012,7 +14859,10 @@ snapshots: - sugarss - supports-color - terser + - tsx + - typescript - utf-8-validate + - yaml saxes@6.0.0: dependencies: @@ -15139,8 +14989,6 @@ snapshots: signal-exit@4.1.0: {} - silver-fleece@1.1.0: {} - simple-swizzle@0.2.2: dependencies: is-arrayish: 0.3.2 @@ -15156,7 +15004,7 @@ snapshots: slash@3.0.0: {} - slate-dom@0.111.0(slate@0.112.0): + slate-dom@0.112.2(slate@0.112.0): dependencies: '@juggle/resize-observer': 3.4.0 direction: 1.0.4 @@ -15167,7 +15015,7 @@ snapshots: slate: 0.112.0 tiny-invariant: 1.3.1 - slate-react@0.112.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(slate-dom@0.111.0(slate@0.112.0))(slate@0.112.0): + slate-react@0.112.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(slate-dom@0.112.2(slate@0.112.0))(slate@0.112.0): dependencies: '@juggle/resize-observer': 3.4.0 direction: 1.0.4 @@ -15178,10 +15026,10 @@ snapshots: react-dom: 18.3.1(react@18.3.1) scroll-into-view-if-needed: 3.1.0 slate: 0.112.0 - slate-dom: 0.111.0(slate@0.112.0) + slate-dom: 0.112.2(slate@0.112.0) tiny-invariant: 1.3.1 - slate-react@0.112.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(slate-dom@0.111.0(slate@0.112.0))(slate@0.112.0): + slate-react@0.112.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(slate-dom@0.112.2(slate@0.112.0))(slate@0.112.0): dependencies: '@juggle/resize-observer': 3.4.0 direction: 1.0.4 @@ -15192,7 +15040,7 @@ snapshots: react-dom: 19.0.0(react@19.0.0) scroll-into-view-if-needed: 3.1.0 slate: 0.112.0 - slate-dom: 0.111.0(slate@0.112.0) + slate-dom: 0.112.2(slate@0.112.0) tiny-invariant: 1.3.1 slate@0.112.0: @@ -15410,15 +15258,17 @@ snapshots: stylis: 4.3.2 tslib: 2.6.2 - styled-jsx@5.1.6(react@18.3.1): + styled-jsx@5.1.6(@babel/core@7.26.0)(react@19.0.0): dependencies: client-only: 0.0.1 - react: 18.3.1 + react: 19.0.0 + optionalDependencies: + '@babel/core': 7.26.0 - styled-jsx@5.1.6(react@19.0.0): + styled-jsx@5.1.6(react@18.3.1): dependencies: client-only: 0.0.1 - react: 19.0.0 + react: 18.3.1 stylis@4.3.2: {} @@ -15648,19 +15498,19 @@ snapshots: tslib@2.8.1: {} - tsup@8.3.5(@microsoft/api-extractor@7.48.1(@types/node@22.10.2))(jiti@1.21.7)(postcss@8.4.47)(typescript@5.7.2)(yaml@2.6.1): + tsup@8.3.5(@microsoft/api-extractor@7.48.1(@types/node@22.10.2))(jiti@1.21.7)(postcss@8.5.1)(typescript@5.7.2)(yaml@2.6.1): dependencies: - bundle-require: 5.0.0(esbuild@0.24.0) + bundle-require: 5.0.0(esbuild@0.24.2) cac: 6.7.14 chokidar: 4.0.3 consola: 3.2.3 debug: 4.4.0(supports-color@5.5.0) - esbuild: 0.24.0 + esbuild: 0.24.2 joycon: 3.1.1 picocolors: 1.1.1 - postcss-load-config: 6.0.1(jiti@1.21.7)(postcss@8.4.47)(yaml@2.6.1) + postcss-load-config: 6.0.1(jiti@1.21.7)(postcss@8.5.1)(yaml@2.6.1) resolve-from: 5.0.0 - rollup: 4.28.1 + rollup: 4.34.3 source-map: 0.8.0-beta.0 sucrase: 3.35.0 tinyexec: 0.3.1 @@ -15668,7 +15518,7 @@ snapshots: tree-kill: 1.2.2 optionalDependencies: '@microsoft/api-extractor': 7.48.1(@types/node@22.10.2) - postcss: 8.4.47 + postcss: 8.5.1 typescript: 5.7.2 transitivePeerDependencies: - jiti @@ -15827,9 +15677,9 @@ snapshots: universalify@0.2.0: {} - update-browserslist-db@1.1.1(browserslist@4.24.3): + update-browserslist-db@1.1.1(browserslist@4.24.4): dependencies: - browserslist: 4.24.3 + browserslist: 4.24.4 escalade: 3.2.0 picocolors: 1.1.1 @@ -15928,7 +15778,7 @@ snapshots: uuid@10.0.0: {} - uuid@11.0.3: {} + uuid@11.0.5: {} uuid@8.3.2: {} @@ -15949,15 +15799,17 @@ snapshots: dependencies: builtins: 5.1.0 - vite@5.4.11(@types/node@22.10.2)(terser@5.37.0): + vite@6.0.11(@types/node@22.10.2)(jiti@1.21.7)(terser@5.37.0)(yaml@2.6.1): dependencies: - esbuild: 0.21.5 - postcss: 8.4.47 - rollup: 4.28.1 + esbuild: 0.24.2 + postcss: 8.5.1 + rollup: 4.34.3 optionalDependencies: '@types/node': 22.10.2 fsevents: 2.3.3 + jiti: 1.21.7 terser: 5.37.0 + yaml: 2.6.1 void-elements@3.1.0: {} @@ -16075,7 +15927,7 @@ snapshots: xregexp@2.0.0: {} - xstate@5.19.0: {} + xstate@5.19.2: {} xtend@4.0.2: {}