From f8a02f0bc09558d450a15ba1da01ad8d21abdc67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 15:07:18 +0000 Subject: [PATCH] chore(deps): update app dependencies --- apps/astro/package.json | 2 +- apps/live-next/package.json | 8 +- apps/next-with-i18n/package.json | 6 +- apps/next/package.json | 2 +- apps/nuxt/package.json | 2 +- apps/page-builder-demo/package.json | 6 +- apps/studio/package.json | 4 +- pnpm-lock.yaml | 249 +++++++++++++++++----------- 8 files changed, 166 insertions(+), 113 deletions(-) diff --git a/apps/astro/package.json b/apps/astro/package.json index 50567bbda..0546efbc5 100644 --- a/apps/astro/package.json +++ b/apps/astro/package.json @@ -27,7 +27,7 @@ "astro-portabletext": "^0.10.1", "react": "^18.3.1", "react-dom": "^18.3.1", - "sanity": "3.64.0", + "sanity": "3.64.1", "tailwindcss": "^3.4.14", "typescript": "5.6.3" }, diff --git a/apps/live-next/package.json b/apps/live-next/package.json index 021339f64..c212d0c48 100644 --- a/apps/live-next/package.json +++ b/apps/live-next/package.json @@ -30,8 +30,8 @@ "babel-plugin-react-compiler": "beta", "date-fns": "^4.1.0", "framer-motion": "12.0.0-alpha.1", - "next": "15.0.4-canary.9", - "next-sanity": "9.8.12", + "next": "15.0.4-canary.11", + "next-sanity": "9.8.13", "postcss": "^8.4.49", "react": "rc", "react-dom": "rc", @@ -41,10 +41,10 @@ "typescript": "5.6.3" }, "devDependencies": { - "@next/bundle-analyzer": "15.0.4-canary.9", + "@next/bundle-analyzer": "15.0.4-canary.11", "@repo/prettier-config": "workspace:*", "eslint": "^8.57.1", - "eslint-config-next": "15.0.4-canary.9", + "eslint-config-next": "15.0.4-canary.11", "eslint-plugin-react-compiler": "beta" } } diff --git a/apps/next-with-i18n/package.json b/apps/next-with-i18n/package.json index 48c08e43f..1b479b669 100644 --- a/apps/next-with-i18n/package.json +++ b/apps/next-with-i18n/package.json @@ -20,16 +20,16 @@ "@sanity/client": "^6.22.4", "@sanity/next-loader": "workspace:*", "@sanity/preview-url-secret": "workspace:*", - "@sanity/vision": "^3.64.0", + "@sanity/vision": "^3.64.1", "@tailwindcss/typography": "0.5.15", "@tinloof/sanity-studio": "1.4.0", "classnames": "2.5.1", "lucide-react": "^0.456.0", "next": "15.0.3", - "next-sanity": "^9.8.12", + "next-sanity": "^9.8.13", "react": "^18.3.1", "react-dom": "^18.3.1", - "sanity": "^3.64.0", + "sanity": "^3.64.1", "server-only": "0.0.1" }, "devDependencies": { diff --git a/apps/next/package.json b/apps/next/package.json index 3666c3f4d..2b5a5da71 100644 --- a/apps/next/package.json +++ b/apps/next/package.json @@ -31,7 +31,7 @@ "eslint": "^8.57.1", "eslint-config-next": "15.0.3", "next": "15.0.3", - "next-sanity": "9.8.12", + "next-sanity": "9.8.13", "postcss": "8.4.49", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/apps/nuxt/package.json b/apps/nuxt/package.json index 8945c3dce..df0db45fd 100644 --- a/apps/nuxt/package.json +++ b/apps/nuxt/package.json @@ -18,7 +18,7 @@ "@sanity/presentation": "workspace:*", "@sanity/preview-url-secret": "workspace:*", "@sanity/visual-editing": "workspace:*", - "sanity": "^3.64.0" + "sanity": "^3.64.1" }, "devDependencies": { "@nuxt/devtools": "^1.6.0", diff --git a/apps/page-builder-demo/package.json b/apps/page-builder-demo/package.json index b490af26e..6328073b6 100644 --- a/apps/page-builder-demo/package.json +++ b/apps/page-builder-demo/package.json @@ -15,13 +15,13 @@ "dependencies": { "@next/bundle-analyzer": "15.0.3", "@react-spring/three": "^9.7.5", - "@react-three/drei": "^9.116.0", + "@react-three/drei": "^9.116.1", "@react-three/fiber": "9.0.0-rc.0", "@repo/env": "workspace:*", "@repo/prettier-config": "workspace:*", "@repo/sanity-extracted-schema": "workspace:*", "@repo/studio-url": "workspace:*", - "@sanity/cli": "^3.64.0", + "@sanity/cli": "^3.64.1", "@sanity/demo": "^2.0.0", "@sanity/image-url": "^1.1.0", "@sanity/next-loader": "workspace:*", @@ -37,7 +37,7 @@ "eslint": "^8.57.1", "eslint-config-next": "15.0.3", "next": "15.0.3", - "next-sanity": "9.8.12", + "next-sanity": "9.8.13", "postcss": "8.4.49", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/apps/studio/package.json b/apps/studio/package.json index 2af69f5db..f7d9aa887 100644 --- a/apps/studio/package.json +++ b/apps/studio/package.json @@ -12,13 +12,13 @@ "@sanity/presentation": "workspace:*", "@sanity/preview-url-secret": "workspace:*", "@sanity/ui": "2.8.23", - "@sanity/vision": "^3.64.0", + "@sanity/vision": "^3.64.1", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@vercel/stega": "0.1.2", "react": "^18.3.1", "react-dom": "^18.3.1", - "sanity": "^3.64.0", + "sanity": "^3.64.1", "styled-components": "6.1.13", "typescript": "5.6.3" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 56e46c2f6..491889fd9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -169,7 +169,7 @@ importers: version: 18.3.1 '@vercel/speed-insights': specifier: ^1.1.0 - version: 1.1.0(@sveltejs/kit@2.8.1(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@20.16.5)(terser@5.33.0)))(svelte@4.2.19)(vite@5.4.11(@types/node@20.16.5)(terser@5.33.0)))(next@15.0.4-canary.9(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-a7bf2bd-20241110)(react-dom@19.0.0-rc-7ac8e612-20241113(react@19.0.0-rc-7ac8e612-20241113))(react@19.0.0-rc-7ac8e612-20241113))(react@19.0.0-rc-7ac8e612-20241113)(svelte@4.2.19)(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3)) + version: 1.1.0(@sveltejs/kit@2.8.1(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@20.16.5)(terser@5.33.0)))(svelte@4.2.19)(vite@5.4.11(@types/node@20.16.5)(terser@5.33.0)))(next@15.0.4-canary.11(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-a7bf2bd-20241110)(react-dom@19.0.0-rc-7ac8e612-20241113(react@19.0.0-rc-7ac8e612-20241113))(react@19.0.0-rc-7ac8e612-20241113))(react@19.0.0-rc-7ac8e612-20241113)(svelte@4.2.19)(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3)) autoprefixer: specifier: ^10.4.20 version: 10.4.20(postcss@8.4.49) @@ -183,11 +183,11 @@ importers: specifier: 12.0.0-alpha.1 version: 12.0.0-alpha.1(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0-rc-7ac8e612-20241113(react@19.0.0-rc-7ac8e612-20241113))(react@19.0.0-rc-7ac8e612-20241113) next: - specifier: 15.0.4-canary.9 - version: 15.0.4-canary.9(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-a7bf2bd-20241110)(react-dom@19.0.0-rc-7ac8e612-20241113(react@19.0.0-rc-7ac8e612-20241113))(react@19.0.0-rc-7ac8e612-20241113) + specifier: 15.0.4-canary.11 + version: 15.0.4-canary.11(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-a7bf2bd-20241110)(react-dom@19.0.0-rc-7ac8e612-20241113(react@19.0.0-rc-7ac8e612-20241113))(react@19.0.0-rc-7ac8e612-20241113) next-sanity: - specifier: 9.8.12 - version: 9.8.12(kfiayfveqhybr4optng7323rrm) + specifier: 9.8.13 + version: 9.8.13(n6dc22apexwkxd37hbrfbjx7am) postcss: specifier: ^8.4.49 version: 8.4.49 @@ -211,8 +211,8 @@ importers: version: 5.6.3 devDependencies: '@next/bundle-analyzer': - specifier: 15.0.4-canary.9 - version: 15.0.4-canary.9 + specifier: 15.0.4-canary.11 + version: 15.0.4-canary.11 '@repo/prettier-config': specifier: workspace:* version: link:../../packages/@repo/prettier-config @@ -220,8 +220,8 @@ importers: specifier: ^8.57.1 version: 8.57.1 eslint-config-next: - specifier: 15.0.4-canary.9 - version: 15.0.4-canary.9(eslint@8.57.1)(typescript@5.6.3) + specifier: 15.0.4-canary.11 + version: 15.0.4-canary.11(eslint@8.57.1)(typescript@5.6.3) eslint-plugin-react-compiler: specifier: beta version: 19.0.0-beta-a7bf2bd-20241110(eslint@8.57.1) @@ -292,8 +292,8 @@ importers: specifier: 15.0.3 version: 15.0.3(@babel/core@7.26.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) next-sanity: - specifier: 9.8.12 - version: 9.8.12(@sanity/client@6.22.4)(@sanity/icons@3.5.0-corel.0(react@18.3.1))(@sanity/types@3.64.0)(@sanity/ui@2.8.23(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.0.3(@babel/core@7.26.0)(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.64.0(@types/node@20.8.7)(@types/react@18.3.12)(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.33.0))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + specifier: 9.8.13 + version: 9.8.13(@sanity/client@6.22.4)(@sanity/icons@3.5.0-corel.0(react@18.3.1))(@sanity/types@3.64.0)(@sanity/ui@2.8.23(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.0.3(@babel/core@7.26.0)(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.64.0(@types/node@20.8.7)(@types/react@18.3.12)(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.33.0))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) postcss: specifier: 8.4.49 version: 8.4.49 @@ -356,8 +356,8 @@ importers: specifier: 15.0.3 version: 15.0.3(@babel/core@7.26.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) next-sanity: - specifier: ^9.8.12 - version: 9.8.12(@sanity/client@6.22.4)(@sanity/icons@3.5.0-corel.0(react@18.3.1))(@sanity/types@3.64.0)(@sanity/ui@2.8.23(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.0.3(@babel/core@7.26.0)(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.64.0(@types/node@22.8.4)(@types/react@18.3.12)(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.33.0))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + specifier: ^9.8.13 + version: 9.8.13(@sanity/client@6.22.4)(@sanity/icons@3.5.0-corel.0(react@18.3.1))(@sanity/types@3.64.0)(@sanity/ui@2.8.23(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.0.3(@babel/core@7.26.0)(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.64.0(@types/node@22.8.4)(@types/react@18.3.12)(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.33.0))(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 @@ -463,8 +463,8 @@ importers: specifier: ^9.7.5 version: 9.7.5(@react-three/fiber@9.0.0-rc.0(@types/react@18.3.12)(immer@10.1.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.170.0))(react@18.3.1)(three@0.170.0) '@react-three/drei': - specifier: ^9.116.0 - version: 9.116.0(@react-three/fiber@9.0.0-rc.0(@types/react@18.3.12)(immer@10.1.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.170.0))(@types/react@18.3.12)(@types/three@0.163.0)(immer@10.1.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.170.0) + specifier: ^9.116.1 + version: 9.116.1(@react-three/fiber@9.0.0-rc.0(@types/react@18.3.12)(immer@10.1.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.170.0))(@types/react@18.3.12)(@types/three@0.163.0)(immer@10.1.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.170.0) '@react-three/fiber': specifier: 9.0.0-rc.0 version: 9.0.0-rc.0(@types/react@18.3.12)(immer@10.1.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.170.0) @@ -481,8 +481,8 @@ importers: specifier: workspace:* version: link:../../packages/@repo/studio-url '@sanity/cli': - specifier: ^3.64.0 - version: 3.64.0(react@18.3.1) + specifier: ^3.64.1 + version: 3.64.1(react@18.3.1) '@sanity/demo': specifier: ^2.0.0 version: 2.0.0(@sanity/color@3.0.6)(tailwindcss@3.4.14) @@ -529,8 +529,8 @@ importers: specifier: 15.0.3 version: 15.0.3(@babel/core@7.26.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) next-sanity: - specifier: 9.8.12 - version: 9.8.12(@sanity/client@6.22.4)(@sanity/icons@3.5.0-corel.0(react@18.3.1))(@sanity/types@3.64.0)(@sanity/ui@2.8.23(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.0.3(@babel/core@7.26.0)(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.64.0(@types/node@20.8.7)(@types/react@18.3.12)(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.33.0))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) + specifier: 9.8.13 + version: 9.8.13(@sanity/client@6.22.4)(@sanity/icons@3.5.0-corel.0(react@18.3.1))(@sanity/types@3.64.0)(@sanity/ui@2.8.23(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.0.3(@babel/core@7.26.0)(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.64.0(@types/node@20.8.7)(@types/react@18.3.12)(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.33.0))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) postcss: specifier: 8.4.49 version: 8.4.49 @@ -3504,20 +3504,20 @@ packages: '@next/bundle-analyzer@15.0.3': resolution: {integrity: sha512-x7ZNvpoQPO0C5ZG//qVp21Qs3v6+C8LBJmdu9DKj4/NmjlnwoQ7dqRZ/nKZcwVhkFT7BHf+Qd5FaeHq9IDJvDQ==} - '@next/bundle-analyzer@15.0.4-canary.9': - resolution: {integrity: sha512-TYChX5b1IV1ufjsJ9mBAwmDQjz/7FGZQpG8fQZOku/AC3F6Hu+sIudpKNs88tE2W7j3wOWfvk5t0c+tLk30Jtw==} + '@next/bundle-analyzer@15.0.4-canary.11': + resolution: {integrity: sha512-XtV4bgTATnPGUfnOxr/8GvNR+jeUJNJH5onSMoth+jXStn+p4hNLUxt9yHEg8BRJmNmpH8rDRkDyrPB6ltHNPQ==} '@next/env@15.0.3': resolution: {integrity: sha512-t9Xy32pjNOvVn2AS+Utt6VmyrshbpfUMhIjFO60gI58deSo/KgLOp31XZ4O+kY/Is8WAGYwA5gR7kOb1eORDBA==} - '@next/env@15.0.4-canary.9': - resolution: {integrity: sha512-RVpE5jJkrY1y7/NA8688ubtXJomNiiCPf7kvq31nFMWaUyfsnUECTsAjZivIMHgsR5ofnoWvgxBXlwZATiKpuQ==} + '@next/env@15.0.4-canary.11': + resolution: {integrity: sha512-UiD+y4fKBzQYktvFdZ9gm8dZZxz058oHprJpThSM23Id9Mc9V/T9pRCFTzgCWkG2qs1bKb6nhdnrwqeSHybH4w==} '@next/eslint-plugin-next@15.0.3': resolution: {integrity: sha512-3Ln/nHq2V+v8uIaxCR6YfYo7ceRgZNXfTd3yW1ukTaFbO+/I8jNakrjYWODvG9BuR2v5kgVtH/C8r0i11quOgw==} - '@next/eslint-plugin-next@15.0.4-canary.9': - resolution: {integrity: sha512-+2ayFRoz+VkzuLQ1gsll1aVbnd7uFAABUYZxxKWK6mOD20dx0wqjYNH4gNfhx89FErEn3SAn28nj/4spsJip8A==} + '@next/eslint-plugin-next@15.0.4-canary.11': + resolution: {integrity: sha512-t9GrldsilRUzms8b83pD7+3mNGiPyoo9xjiyDHrzEzoI/Bf+xwgUAmaPvo79AXC7qHY3AvYyHkrDNEUy8JFxEQ==} '@next/swc-darwin-arm64@15.0.3': resolution: {integrity: sha512-s3Q/NOorCsLYdCKvQlWU+a+GeAd3C8Rb3L1YnetsgwXzhc3UTWrtQpB/3eCjFOdGUj5QmXfRak12uocd1ZiiQw==} @@ -3525,8 +3525,8 @@ packages: cpu: [arm64] os: [darwin] - '@next/swc-darwin-arm64@15.0.4-canary.9': - resolution: {integrity: sha512-0DKLDeDOq4oOQbyOebqJR0uFLRrGprETcL0whUQM/2ZF+5ajDIp3BcnrNU6B07zRuOpptkuqcgrk9psIJCN10A==} + '@next/swc-darwin-arm64@15.0.4-canary.11': + resolution: {integrity: sha512-TbNS6QzMtX7zuxyufq5WbxIJnHn7V75Onvn9T6szhg7AIdR4kqkUnHU24T1B36aUJOf3wHbT+fSGPBLv5Bq43Q==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] @@ -3537,8 +3537,8 @@ packages: cpu: [x64] os: [darwin] - '@next/swc-darwin-x64@15.0.4-canary.9': - resolution: {integrity: sha512-2Z/ExgdedcwF2h665kJ8PJh1ehvC4KeUPDXsfwRhHlmIJm98NjqCuZa4oM869iJWWwRbVYbb8D6vBcX0ChtBzw==} + '@next/swc-darwin-x64@15.0.4-canary.11': + resolution: {integrity: sha512-4n5ph2O2RrrGsLq4XMEiZGxb9cwfRoDcesPwNWvm/pcXMSNVr1XuCTm2uiZcfFzFFwtkDiQOSzNGe58/iozynw==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] @@ -3549,8 +3549,8 @@ packages: cpu: [arm64] os: [linux] - '@next/swc-linux-arm64-gnu@15.0.4-canary.9': - resolution: {integrity: sha512-f0Du9bJ4It/kOg/cRHuXADzVSIT09l2G+mPJoRSRjokhjq0aab64/F94270rBcC4isP4lxzNlrJxS89GtOQk/Q==} + '@next/swc-linux-arm64-gnu@15.0.4-canary.11': + resolution: {integrity: sha512-mUC38Lip/cTIi6lsINSSjwJ5XGyieUZKVnF5MEIerztzkb67DkNNTsLA3rBbEwuVldutxA1lQ6M0ZinzXDjA9w==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -3561,8 +3561,8 @@ packages: cpu: [arm64] os: [linux] - '@next/swc-linux-arm64-musl@15.0.4-canary.9': - resolution: {integrity: sha512-2NB2HjyrgSDYFFN2nPspEVmAjoFBQodGRkX5zVwj2KnUZmM7x+6AaaXIZ47VEBC18Bl+wQ8vwowrwpZboJfx4w==} + '@next/swc-linux-arm64-musl@15.0.4-canary.11': + resolution: {integrity: sha512-bzYMjLcTslJgwoCehnMQeNXUPDM/7zn4fZGcXSCNgHIkxD6WdX01Cd1x7OLoo/y2Mnmt87IzU0kfYuSAiUxtRg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -3573,8 +3573,8 @@ packages: cpu: [x64] os: [linux] - '@next/swc-linux-x64-gnu@15.0.4-canary.9': - resolution: {integrity: sha512-SCB9Utlluq9iJp6MN3JL8NrypNrpz2ignDl9O9AfTSULQJSSOt+RIwgE3bSlojFUcQnx/D5dq0N3u7eS3+OMlw==} + '@next/swc-linux-x64-gnu@15.0.4-canary.11': + resolution: {integrity: sha512-cy8Bq4uE8kj4xWMLkFTcy75gfP9ZRm24VCnVgu7l44OZbzmaPK7Fv933nKtYKCdekm+d9nZ1+aYloTE8YfuZqQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -3585,8 +3585,8 @@ packages: cpu: [x64] os: [linux] - '@next/swc-linux-x64-musl@15.0.4-canary.9': - resolution: {integrity: sha512-hSMzfcxirZ8EHjnCImcGzGogx5uYXsTXYjUBtLi6jMUgku2W2lXdEMJCTJrTCd+kv+vFsElqGT4Qyxe3IzazXQ==} + '@next/swc-linux-x64-musl@15.0.4-canary.11': + resolution: {integrity: sha512-2shMgsW2y1ugwMaqnVMqANkUGV7BvtdQyS62vr0rC5LGbv8en61zEYtjMj0iB0SpQ6zO3q0U2y9AznbObA3APA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -3597,8 +3597,8 @@ packages: cpu: [arm64] os: [win32] - '@next/swc-win32-arm64-msvc@15.0.4-canary.9': - resolution: {integrity: sha512-8Ze5VMGa9LdPtisQ3j3gk2EaFgaPDNKZmgCBrduxmz+ncuIeq5MhnRl/YSU6/+Lt4fXFQQjhgA2c0m0p+R6H8w==} + '@next/swc-win32-arm64-msvc@15.0.4-canary.11': + resolution: {integrity: sha512-22fhGO5dwn2mk9ETBKyPAscwmU3fygTm4oM7wP8S4rojRTWbIXwfF8ek/83kdLfDcndNbLnLv3Oard1CtyF8DA==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] @@ -3609,8 +3609,8 @@ packages: cpu: [x64] os: [win32] - '@next/swc-win32-x64-msvc@15.0.4-canary.9': - resolution: {integrity: sha512-86PXXOBXJI+u1H5LRI8eqOro2QtPx7sEA9BQPb2f+Juor0IZb/kMXT4v8y+CoyhLXVvggf9b6YYBfWhrPHys/w==} + '@next/swc-win32-x64-msvc@15.0.4-canary.11': + resolution: {integrity: sha512-fhUvFkGmMRYlKTbV+BFj2XyCmqhL6IqzLGb+LY/izrWbfpUL4Yeq3XeU/xEpq/P//MDqfovx4vZ3ibgJdv9ehg==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -3914,8 +3914,8 @@ packages: '@react-spring/types@9.7.5': resolution: {integrity: sha512-HVj7LrZ4ReHWBimBvu2SKND3cDVUPWKLqRTmWe/fNY6o1owGOX0cAHbdPDTMelgBlVbrTKrre6lFkhqGZErK/g==} - '@react-three/drei@9.116.0': - resolution: {integrity: sha512-dWEQJumLjr6FekA+17yjtm9dVFqpshfsdnzE5IOlPdkB149KqoJGJMZNjaAlX1GIjFULDXtGi9Q3Tv+TaySNFg==} + '@react-three/drei@9.116.1': + resolution: {integrity: sha512-E8F8/Lu33Qxyg350lJRMHFNstMMe4EUgVdrZ/XeNiUdykV/rw6ZFUT+H2kT6ES//qdvSLJaPViNpeqshprvS0g==} peerDependencies: '@react-three/fiber': '>=8.0' react: '>=18.0' @@ -3987,6 +3987,7 @@ packages: '@remix-run/eslint-config@2.14.0': resolution: {integrity: sha512-/wBt/AVgBMNw8HWifSha/7dwaGudmyWo7FB7M+LKloZPZc+XR60cMqKSXJeWwJTo+pic++4V1GhQnKc+Cx3GyA==} engines: {node: '>=18.0.0'} + deprecated: Will no longer be maintained in React Router v7 peerDependencies: eslint: ^8.0.0 react: ^18.0.0 @@ -4331,6 +4332,11 @@ packages: engines: {node: '>=18'} hasBin: true + '@sanity/cli@3.64.1': + resolution: {integrity: sha512-LH1QgxZ+z9IIDUA3JKUs7lMnQNeT8JnC9D/5Fl7LnjlVxXFU0L4RG46NTiTN890/zJcE+KxbeAaWxkhFHI5ppw==} + engines: {node: '>=18'} + hasBin: true + '@sanity/client@6.22.4': resolution: {integrity: sha512-l807VLFs/CVrbWoqQ6C9SNqpvSvNkNnJ5RgxUSfCB2t8elkJ7fr3ahi1bbGrIMrfr/uL044WfWIQ4E3DoqpiuQ==} engines: {node: '>=14.18'} @@ -4339,6 +4345,10 @@ packages: resolution: {integrity: sha512-O8giu/j38pJNVR5w6awDrSbVPPBrmjxhQlZ36XFs4rFHYLJBDIQIiZifp7gu89JzV+87ZkP+UG3GxLW/Ybmcrg==} engines: {node: '>=18'} + '@sanity/codegen@3.64.1': + resolution: {integrity: sha512-qBt2a6TQnB/pypPct5YbKNxAm5yl3SfXkQqD/ZYY4yrhXPhsk4n296XWI+AyyM+H8n6sZhTIonxh7h5z5c/QEg==} + engines: {node: '>=18'} + '@sanity/color-input@4.0.1': resolution: {integrity: sha512-Ra/IZO7j5vsx5VIF1OGIoeVfgwZu74tii8qOLuLQIRYbd6Av8si1mQFl6MOBu/kzWKWURE6JEN8+Ac1K2fi8Ww==} engines: {node: '>=18'} @@ -4490,8 +4500,8 @@ packages: peerDependencies: prettier: ^3.2.5 - '@sanity/preview-kit@5.1.15': - resolution: {integrity: sha512-2zO9SsWePz90P6x3Mx4kGVk/gEKszLdugU6uTDPBm6FiCniaSWu71bH6JlY+yKCfRJCMsk1mZVJFLEijWA6phw==} + '@sanity/preview-kit@5.1.16': + resolution: {integrity: sha512-LkhVAqRqCJeKmV/BDDv1OubfuT5OoFt5ulq17vQUl2reUIu8ugZYhRw8Q+LjQNE5W0mjEyuu1xA32ghMtYSdAA==} engines: {node: '>=18'} peerDependencies: '@sanity/client': ^6.22.4 @@ -7236,8 +7246,8 @@ packages: typescript: optional: true - eslint-config-next@15.0.4-canary.9: - resolution: {integrity: sha512-rXhJoaieP3/TjQy9ip25UUNnKphpCssx4Vv4dwRDt50kdqgtT+oodaallE9YUECC8BhBTX+PjOMt/H3N70wqiA==} + eslint-config-next@15.0.4-canary.11: + resolution: {integrity: sha512-2W3f4MckvZUEGVAj3XwcEL2bl9DEYVWZWrltOfIbw0NT0SHSU6QFu3gIzmsvYThScaJtTLLlt69CsMNvNdoiIg==} peerDependencies: eslint: ^7.23.0 || ^8.0.0 || ^9.0.0 typescript: '>=3.3.1' @@ -9880,8 +9890,8 @@ packages: resolution: {integrity: sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA==} engines: {node: '>= 10'} - next-sanity@9.8.12: - resolution: {integrity: sha512-uDVM7TFWsWaSlHku4nUiQp56XO9b9osqk3ylTRC1VvdkIgzKHB7RYmQDHqHfZf6W2a3cMusXCqEvyeg7w0opEw==} + next-sanity@9.8.13: + resolution: {integrity: sha512-CxoDFSvxc3iRoQZreXHyyxQECXJwAoA7BjgciaiVeHMTeXYS90Xypc3Tla4FX9RVK5B8rW40BnVz7fFFCaD0Ug==} engines: {node: '>=18.18'} peerDependencies: '@sanity/client': ^6.22.4 @@ -9915,8 +9925,8 @@ packages: sass: optional: true - next@15.0.4-canary.9: - resolution: {integrity: sha512-vykBUaHUPKKyiNX8S1CNyr66mkqJ38Gab3WKvKfj0wvoJLWHFyUsA6GdN7E7HNZkOp4wpIew25FivIptgSJvTg==} + next@15.0.4-canary.11: + resolution: {integrity: sha512-JUFbDwuPwyYmRdh58MeUnVHpJM9BJj59xRDnh2t04J08Vqn2eOWv/1BpzS5zyGYsRfZEr6Qrda1wbnqtmNA6MQ==} engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0} hasBin: true peerDependencies: @@ -12489,18 +12499,18 @@ packages: resolution: {integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==} engines: {node: '>=8'} - troika-three-text@0.50.3: - resolution: {integrity: sha512-UzbIrgV3fOFmFbFfWIBcBEXEyQovs+LLu15E5xGpSQbo1oZH49A+J9bul4H8H0xLtaLkRTO+LqEsmkaeDtZQfg==} + troika-three-text@0.52.0: + resolution: {integrity: sha512-4rywfbPxayE5ktmdkCMdnq5BZl5LPVgNElQnJZ9/DAW6JYnY2ft9teCqof4qwdzLMZ7QaIS5NziJRs2XRsQpDg==} peerDependencies: three: '>=0.125.0' - troika-three-utils@0.50.3: - resolution: {integrity: sha512-asQWCESikU58y9cz4OgIjCRlITkDTwf7ds8T9IyWxn7OB2A7XItg2UbHjfexwooTefM+BYbEC4ZKxOUBfbNVLA==} + troika-three-utils@0.52.0: + resolution: {integrity: sha512-00oxqIIehtEKInOTQekgyknBuRUj1POfOUE2q1OmL+Xlpp4gIu+S0oA0schTyXsDS4d9DkR04iqCdD40rF5R6w==} peerDependencies: three: '>=0.125.0' - troika-worker-utils@0.50.0: - resolution: {integrity: sha512-BxNk0w6+d9NYd7El/3RzlzH/F2vovJI1FX9Zb+D7fArVM1EsUXj6+wVwJSrfucy6/HYhfbZPu/lD6Miiw9Byiw==} + troika-worker-utils@0.52.0: + resolution: {integrity: sha512-W1CpvTHykaPH5brv5VHLfQo9D1OYuo0cSBEUQFFT/nBUzM8iD6Lq2/tgG/f1OelbAS1WtaTPQzE5uM49egnngw==} trough@2.2.0: resolution: {integrity: sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==} @@ -15664,7 +15674,7 @@ snapshots: - bufferutil - utf-8-validate - '@next/bundle-analyzer@15.0.4-canary.9': + '@next/bundle-analyzer@15.0.4-canary.11': dependencies: webpack-bundle-analyzer: 4.10.1 transitivePeerDependencies: @@ -15673,62 +15683,62 @@ snapshots: '@next/env@15.0.3': {} - '@next/env@15.0.4-canary.9': {} + '@next/env@15.0.4-canary.11': {} '@next/eslint-plugin-next@15.0.3': dependencies: fast-glob: 3.3.1 - '@next/eslint-plugin-next@15.0.4-canary.9': + '@next/eslint-plugin-next@15.0.4-canary.11': dependencies: fast-glob: 3.3.1 '@next/swc-darwin-arm64@15.0.3': optional: true - '@next/swc-darwin-arm64@15.0.4-canary.9': + '@next/swc-darwin-arm64@15.0.4-canary.11': optional: true '@next/swc-darwin-x64@15.0.3': optional: true - '@next/swc-darwin-x64@15.0.4-canary.9': + '@next/swc-darwin-x64@15.0.4-canary.11': optional: true '@next/swc-linux-arm64-gnu@15.0.3': optional: true - '@next/swc-linux-arm64-gnu@15.0.4-canary.9': + '@next/swc-linux-arm64-gnu@15.0.4-canary.11': optional: true '@next/swc-linux-arm64-musl@15.0.3': optional: true - '@next/swc-linux-arm64-musl@15.0.4-canary.9': + '@next/swc-linux-arm64-musl@15.0.4-canary.11': optional: true '@next/swc-linux-x64-gnu@15.0.3': optional: true - '@next/swc-linux-x64-gnu@15.0.4-canary.9': + '@next/swc-linux-x64-gnu@15.0.4-canary.11': optional: true '@next/swc-linux-x64-musl@15.0.3': optional: true - '@next/swc-linux-x64-musl@15.0.4-canary.9': + '@next/swc-linux-x64-musl@15.0.4-canary.11': optional: true '@next/swc-win32-arm64-msvc@15.0.3': optional: true - '@next/swc-win32-arm64-msvc@15.0.4-canary.9': + '@next/swc-win32-arm64-msvc@15.0.4-canary.11': optional: true '@next/swc-win32-x64-msvc@15.0.3': optional: true - '@next/swc-win32-x64-msvc@15.0.4-canary.9': + '@next/swc-win32-x64-msvc@15.0.4-canary.11': optional: true '@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1': @@ -16392,7 +16402,7 @@ snapshots: '@react-spring/types@9.7.5': {} - '@react-three/drei@9.116.0(@react-three/fiber@9.0.0-rc.0(@types/react@18.3.12)(immer@10.1.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.170.0))(@types/react@18.3.12)(@types/three@0.163.0)(immer@10.1.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.170.0)': + '@react-three/drei@9.116.1(@react-three/fiber@9.0.0-rc.0(@types/react@18.3.12)(immer@10.1.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.170.0))(@types/react@18.3.12)(@types/three@0.163.0)(immer@10.1.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(three@0.170.0)': dependencies: '@babel/runtime': 7.26.0 '@mediapipe/tasks-vision': 0.10.17 @@ -16415,7 +16425,7 @@ snapshots: three: 0.170.0 three-mesh-bvh: 0.7.8(three@0.170.0) three-stdlib: 2.34.0(three@0.170.0) - troika-three-text: 0.50.3(three@0.170.0) + troika-three-text: 0.52.0(three@0.170.0) tunnel-rat: 0.1.2(@types/react@18.3.12)(immer@10.1.1)(react@18.3.1) utility-types: 3.11.0 uuid: 9.0.1 @@ -17022,6 +17032,29 @@ snapshots: - react - supports-color + '@sanity/cli@3.64.1(react@18.3.1)': + dependencies: + '@babel/traverse': 7.25.9 + '@sanity/client': 6.22.4(debug@4.3.7) + '@sanity/codegen': 3.64.1 + '@sanity/telemetry': 0.7.9(react@18.3.1) + '@sanity/util': 3.64.0(debug@4.3.7) + chalk: 4.1.2 + debug: 4.3.7(supports-color@9.4.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.3.7) + groq-js: 1.14.0 + pkg-dir: 5.0.0 + prettier: 3.3.3 + semver: 7.6.3 + silver-fleece: 1.1.0 + validate-npm-package-name: 3.0.0 + transitivePeerDependencies: + - react + - supports-color + '@sanity/client@6.22.4(debug@4.3.7)': dependencies: '@sanity/eventsource': 5.0.2 @@ -17050,6 +17083,26 @@ snapshots: transitivePeerDependencies: - supports-color + '@sanity/codegen@3.64.1': + dependencies: + '@babel/core': 7.26.0 + '@babel/generator': 7.26.2 + '@babel/preset-env': 7.25.4(@babel/core@7.26.0) + '@babel/preset-react': 7.24.7(@babel/core@7.26.0) + '@babel/preset-typescript': 7.26.0(@babel/core@7.26.0) + '@babel/register': 7.24.6(@babel/core@7.26.0) + '@babel/traverse': 7.25.9 + '@babel/types': 7.26.0 + debug: 4.3.7(supports-color@9.4.0) + globby: 10.0.2 + groq: 3.64.0 + groq-js: 1.14.0 + json5: 2.2.3 + tsconfig-paths: 4.2.0 + zod: 3.23.8 + transitivePeerDependencies: + - supports-color + '@sanity/color-input@4.0.1(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react-is@18.3.1)(react@19.0.0-rc-fb9a90fa48-20240614)(sanity@3.64.0(@types/node@22.8.4)(@types/react@18.3.12)(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614)(styled-components@6.1.13(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614))(terser@5.33.0))(styled-components@6.1.13(react-dom@19.0.0-rc-fb9a90fa48-20240614(react@19.0.0-rc-fb9a90fa48-20240614))(react@19.0.0-rc-fb9a90fa48-20240614))': dependencies: '@sanity/icons': 3.4.0(react@19.0.0-rc-fb9a90fa48-20240614) @@ -17387,7 +17440,7 @@ snapshots: prettier: 3.3.3 prettier-plugin-packagejson: 2.5.3(prettier@3.3.3) - '@sanity/preview-kit@5.1.15(@sanity/client@6.22.4)(react@18.3.1)': + '@sanity/preview-kit@5.1.16(@sanity/client@6.22.4)(react@18.3.1)': dependencies: '@sanity/client': 6.22.4(debug@4.3.7) '@sanity/preview-kit-compat': link:packages/preview-kit-compat @@ -17395,7 +17448,7 @@ snapshots: optionalDependencies: react: 18.3.1 - '@sanity/preview-kit@5.1.15(@sanity/client@6.22.4)(react@19.0.0-rc-7ac8e612-20241113)': + '@sanity/preview-kit@5.1.16(@sanity/client@6.22.4)(react@19.0.0-rc-7ac8e612-20241113)': dependencies: '@sanity/client': 6.22.4(debug@4.3.7) '@sanity/preview-kit-compat': link:packages/preview-kit-compat @@ -18924,10 +18977,10 @@ snapshots: react-dom: 18.3.1(react@18.3.1) ts-morph: 12.0.0 - '@vercel/speed-insights@1.1.0(@sveltejs/kit@2.8.1(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@20.16.5)(terser@5.33.0)))(svelte@4.2.19)(vite@5.4.11(@types/node@20.16.5)(terser@5.33.0)))(next@15.0.4-canary.9(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-a7bf2bd-20241110)(react-dom@19.0.0-rc-7ac8e612-20241113(react@19.0.0-rc-7ac8e612-20241113))(react@19.0.0-rc-7ac8e612-20241113))(react@19.0.0-rc-7ac8e612-20241113)(svelte@4.2.19)(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))': + '@vercel/speed-insights@1.1.0(@sveltejs/kit@2.8.1(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@20.16.5)(terser@5.33.0)))(svelte@4.2.19)(vite@5.4.11(@types/node@20.16.5)(terser@5.33.0)))(next@15.0.4-canary.11(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-a7bf2bd-20241110)(react-dom@19.0.0-rc-7ac8e612-20241113(react@19.0.0-rc-7ac8e612-20241113))(react@19.0.0-rc-7ac8e612-20241113))(react@19.0.0-rc-7ac8e612-20241113)(svelte@4.2.19)(vue-router@4.4.5(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))': optionalDependencies: '@sveltejs/kit': 2.8.1(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@5.4.11(@types/node@20.16.5)(terser@5.33.0)))(svelte@4.2.19)(vite@5.4.11(@types/node@20.16.5)(terser@5.33.0)) - next: 15.0.4-canary.9(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-a7bf2bd-20241110)(react-dom@19.0.0-rc-7ac8e612-20241113(react@19.0.0-rc-7ac8e612-20241113))(react@19.0.0-rc-7ac8e612-20241113) + next: 15.0.4-canary.11(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-a7bf2bd-20241110)(react-dom@19.0.0-rc-7ac8e612-20241113(react@19.0.0-rc-7ac8e612-20241113))(react@19.0.0-rc-7ac8e612-20241113) react: 19.0.0-rc-7ac8e612-20241113 svelte: 4.2.19 vue: 3.5.12(typescript@5.6.3) @@ -21243,9 +21296,9 @@ snapshots: - eslint-plugin-import-x - supports-color - eslint-config-next@15.0.4-canary.9(eslint@8.57.1)(typescript@5.6.3): + eslint-config-next@15.0.4-canary.11(eslint@8.57.1)(typescript@5.6.3): dependencies: - '@next/eslint-plugin-next': 15.0.4-canary.9 + '@next/eslint-plugin-next': 15.0.4-canary.11 '@rushstack/eslint-patch': 1.10.4 '@typescript-eslint/eslint-plugin': 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3) '@typescript-eslint/parser': 7.18.0(eslint@8.57.1)(typescript@5.6.3) @@ -24740,13 +24793,13 @@ snapshots: neotraverse@0.6.18: {} - next-sanity@9.8.12(@sanity/client@6.22.4)(@sanity/icons@3.5.0-corel.0(react@18.3.1))(@sanity/types@3.64.0)(@sanity/ui@2.8.23(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.0.3(@babel/core@7.26.0)(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.64.0(@types/node@20.8.7)(@types/react@18.3.12)(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.33.0))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)): + next-sanity@9.8.13(@sanity/client@6.22.4)(@sanity/icons@3.5.0-corel.0(react@18.3.1))(@sanity/types@3.64.0)(@sanity/ui@2.8.23(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.0.3(@babel/core@7.26.0)(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.64.0(@types/node@20.8.7)(@types/react@18.3.12)(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.33.0))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)): dependencies: '@portabletext/react': 3.1.0(react@18.3.1) '@sanity/client': 6.22.4(debug@4.3.7) '@sanity/icons': 3.5.0-corel.0(react@18.3.1) '@sanity/next-loader': link:packages/next-loader - '@sanity/preview-kit': 5.1.15(@sanity/client@6.22.4)(react@18.3.1) + '@sanity/preview-kit': 5.1.16(@sanity/client@6.22.4)(react@18.3.1) '@sanity/preview-url-secret': link:packages/preview-url-secret '@sanity/types': 3.64.0(debug@4.3.7) '@sanity/ui': 2.8.23(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)) @@ -24759,13 +24812,13 @@ snapshots: sanity: 3.64.0(@types/node@20.8.7)(@types/react@18.3.12)(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.33.0) styled-components: 6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - next-sanity@9.8.12(@sanity/client@6.22.4)(@sanity/icons@3.5.0-corel.0(react@18.3.1))(@sanity/types@3.64.0)(@sanity/ui@2.8.23(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.0.3(@babel/core@7.26.0)(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.64.0(@types/node@22.8.4)(@types/react@18.3.12)(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.33.0))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)): + next-sanity@9.8.13(@sanity/client@6.22.4)(@sanity/icons@3.5.0-corel.0(react@18.3.1))(@sanity/types@3.64.0)(@sanity/ui@2.8.23(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.0.3(@babel/core@7.26.0)(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.64.0(@types/node@22.8.4)(@types/react@18.3.12)(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.33.0))(styled-components@6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)): dependencies: '@portabletext/react': 3.1.0(react@18.3.1) '@sanity/client': 6.22.4(debug@4.3.7) '@sanity/icons': 3.5.0-corel.0(react@18.3.1) '@sanity/next-loader': link:packages/next-loader - '@sanity/preview-kit': 5.1.15(@sanity/client@6.22.4)(react@18.3.1) + '@sanity/preview-kit': 5.1.16(@sanity/client@6.22.4)(react@18.3.1) '@sanity/preview-url-secret': link:packages/preview-url-secret '@sanity/types': 3.64.0(debug@4.3.7) '@sanity/ui': 2.8.23(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)) @@ -24778,20 +24831,20 @@ snapshots: sanity: 3.64.0(@types/node@22.8.4)(@types/react@18.3.12)(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.33.0) styled-components: 6.1.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - next-sanity@9.8.12(kfiayfveqhybr4optng7323rrm): + next-sanity@9.8.13(n6dc22apexwkxd37hbrfbjx7am): dependencies: '@portabletext/react': 3.1.0(react@19.0.0-rc-7ac8e612-20241113) '@sanity/client': 6.22.4(debug@4.3.7) '@sanity/icons': 3.5.0-corel.0(react@19.0.0-rc-7ac8e612-20241113) '@sanity/next-loader': link:packages/next-loader - '@sanity/preview-kit': 5.1.15(@sanity/client@6.22.4)(react@19.0.0-rc-7ac8e612-20241113) + '@sanity/preview-kit': 5.1.16(@sanity/client@6.22.4)(react@19.0.0-rc-7ac8e612-20241113) '@sanity/preview-url-secret': link:packages/preview-url-secret '@sanity/types': 3.64.0(debug@4.3.7) '@sanity/ui': 2.8.23(react-dom@19.0.0-rc-7ac8e612-20241113(react@19.0.0-rc-7ac8e612-20241113))(react-is@18.3.1)(react@19.0.0-rc-7ac8e612-20241113)(styled-components@6.1.13(react-dom@19.0.0-rc-7ac8e612-20241113(react@19.0.0-rc-7ac8e612-20241113))(react@19.0.0-rc-7ac8e612-20241113)) '@sanity/visual-editing': link:packages/visual-editing groq: 3.64.0 history: 5.3.0 - next: 15.0.4-canary.9(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-a7bf2bd-20241110)(react-dom@19.0.0-rc-7ac8e612-20241113(react@19.0.0-rc-7ac8e612-20241113))(react@19.0.0-rc-7ac8e612-20241113) + next: 15.0.4-canary.11(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-a7bf2bd-20241110)(react-dom@19.0.0-rc-7ac8e612-20241113(react@19.0.0-rc-7ac8e612-20241113))(react@19.0.0-rc-7ac8e612-20241113) react: 19.0.0-rc-7ac8e612-20241113 react-dom: 19.0.0-rc-7ac8e612-20241113(react@19.0.0-rc-7ac8e612-20241113) sanity: 3.64.0(@types/node@20.16.5)(@types/react@18.3.12)(react-dom@19.0.0-rc-7ac8e612-20241113(react@19.0.0-rc-7ac8e612-20241113))(react@19.0.0-rc-7ac8e612-20241113)(styled-components@6.1.13(react-dom@19.0.0-rc-7ac8e612-20241113(react@19.0.0-rc-7ac8e612-20241113))(react@19.0.0-rc-7ac8e612-20241113))(terser@5.33.0) @@ -24847,9 +24900,9 @@ snapshots: - '@babel/core' - babel-plugin-macros - next@15.0.4-canary.9(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-a7bf2bd-20241110)(react-dom@19.0.0-rc-7ac8e612-20241113(react@19.0.0-rc-7ac8e612-20241113))(react@19.0.0-rc-7ac8e612-20241113): + next@15.0.4-canary.11(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-a7bf2bd-20241110)(react-dom@19.0.0-rc-7ac8e612-20241113(react@19.0.0-rc-7ac8e612-20241113))(react@19.0.0-rc-7ac8e612-20241113): dependencies: - '@next/env': 15.0.4-canary.9 + '@next/env': 15.0.4-canary.11 '@swc/counter': 0.1.3 '@swc/helpers': 0.5.13 busboy: 1.6.0 @@ -24859,14 +24912,14 @@ snapshots: react-dom: 19.0.0-rc-7ac8e612-20241113(react@19.0.0-rc-7ac8e612-20241113) styled-jsx: 5.1.6(@babel/core@7.26.0)(react@19.0.0-rc-7ac8e612-20241113) optionalDependencies: - '@next/swc-darwin-arm64': 15.0.4-canary.9 - '@next/swc-darwin-x64': 15.0.4-canary.9 - '@next/swc-linux-arm64-gnu': 15.0.4-canary.9 - '@next/swc-linux-arm64-musl': 15.0.4-canary.9 - '@next/swc-linux-x64-gnu': 15.0.4-canary.9 - '@next/swc-linux-x64-musl': 15.0.4-canary.9 - '@next/swc-win32-arm64-msvc': 15.0.4-canary.9 - '@next/swc-win32-x64-msvc': 15.0.4-canary.9 + '@next/swc-darwin-arm64': 15.0.4-canary.11 + '@next/swc-darwin-x64': 15.0.4-canary.11 + '@next/swc-linux-arm64-gnu': 15.0.4-canary.11 + '@next/swc-linux-arm64-musl': 15.0.4-canary.11 + '@next/swc-linux-x64-gnu': 15.0.4-canary.11 + '@next/swc-linux-x64-musl': 15.0.4-canary.11 + '@next/swc-win32-arm64-msvc': 15.0.4-canary.11 + '@next/swc-win32-x64-msvc': 15.0.4-canary.11 babel-plugin-react-compiler: 19.0.0-beta-a7bf2bd-20241110 sharp: 0.33.5 transitivePeerDependencies: @@ -28751,19 +28804,19 @@ snapshots: trim-newlines@3.0.1: {} - troika-three-text@0.50.3(three@0.170.0): + troika-three-text@0.52.0(three@0.170.0): dependencies: bidi-js: 1.0.3 three: 0.170.0 - troika-three-utils: 0.50.3(three@0.170.0) - troika-worker-utils: 0.50.0 + troika-three-utils: 0.52.0(three@0.170.0) + troika-worker-utils: 0.52.0 webgl-sdf-generator: 1.1.1 - troika-three-utils@0.50.3(three@0.170.0): + troika-three-utils@0.52.0(three@0.170.0): dependencies: three: 0.170.0 - troika-worker-utils@0.50.0: {} + troika-worker-utils@0.52.0: {} trough@2.2.0: {}