diff --git a/packages/core-loader/package.json b/packages/core-loader/package.json index 49492f499..98dd31b19 100644 --- a/packages/core-loader/package.json +++ b/packages/core-loader/package.json @@ -68,7 +68,7 @@ "root": true }, "dependencies": { - "@sanity/client": "^6.24.1", + "@sanity/client": "^6.24.3", "@sanity/comlink": "workspace:*" }, "devDependencies": { diff --git a/packages/next-loader/package.json b/packages/next-loader/package.json index 11c17e73d..0b96ea7eb 100644 --- a/packages/next-loader/package.json +++ b/packages/next-loader/package.json @@ -88,7 +88,7 @@ "root": true }, "dependencies": { - "@sanity/client": "^6.24.1", + "@sanity/client": "^6.24.3", "@sanity/comlink": "workspace:*", "use-effect-event": "^1.0.2" }, diff --git a/packages/presentation/package.json b/packages/presentation/package.json index 01c17eeea..5ba6a73ec 100644 --- a/packages/presentation/package.json +++ b/packages/presentation/package.json @@ -48,7 +48,7 @@ "root": true }, "dependencies": { - "@sanity/client": "^6.24.1", + "@sanity/client": "^6.24.3", "@sanity/comlink": "workspace:*", "@sanity/icons": "^3.5.7", "@sanity/logos": "^2.1.13", diff --git a/packages/preview-kit-compat/package.json b/packages/preview-kit-compat/package.json index e83b83223..912fd8822 100644 --- a/packages/preview-kit-compat/package.json +++ b/packages/preview-kit-compat/package.json @@ -54,7 +54,7 @@ "@repo/package.config": "workspace:*", "@repo/prettier-config": "workspace:*", "@repo/visual-editing-helpers": "workspace:*", - "@sanity/client": "^6.24.1", + "@sanity/client": "^6.24.3", "@sanity/pkg-utils": "6.13.4", "@types/react": "^19.0.4", "eslint": "^8.57.1", @@ -63,7 +63,7 @@ "vitest": "^2.1.8" }, "peerDependencies": { - "@sanity/client": "^6.24.1", + "@sanity/client": "^6.24.3", "react": "^18.3 || >=19.0.0-rc" }, "engines": { diff --git a/packages/preview-url-secret/package.json b/packages/preview-url-secret/package.json index 866e8a0cc..622d92f25 100644 --- a/packages/preview-url-secret/package.json +++ b/packages/preview-url-secret/package.json @@ -131,7 +131,7 @@ "@repo/eslint-config": "workspace:*", "@repo/package.config": "workspace:*", "@repo/prettier-config": "workspace:*", - "@sanity/client": "^6.24.1", + "@sanity/client": "^6.24.3", "@sanity/icons": "^3.5.7", "@sanity/pkg-utils": "6.13.4", "eslint": "^8.57.1", @@ -140,7 +140,7 @@ "vitest": "^2.1.8" }, "peerDependencies": { - "@sanity/client": "^6.24.1" + "@sanity/client": "^6.24.3" }, "engines": { "node": ">=18" diff --git a/packages/react-loader/package.json b/packages/react-loader/package.json index 380301d79..1a2f00f34 100644 --- a/packages/react-loader/package.json +++ b/packages/react-loader/package.json @@ -80,7 +80,7 @@ "root": true }, "dependencies": { - "@sanity/client": "^6.24.1", + "@sanity/client": "^6.24.3", "@sanity/core-loader": "workspace:*" }, "devDependencies": { diff --git a/packages/svelte-loader/package.json b/packages/svelte-loader/package.json index 69511ab23..52cfa87ad 100644 --- a/packages/svelte-loader/package.json +++ b/packages/svelte-loader/package.json @@ -47,7 +47,7 @@ "root": true }, "dependencies": { - "@sanity/client": "^6.24.1", + "@sanity/client": "^6.24.3", "@sanity/core-loader": "workspace:*", "fast-deep-equal": "3.1.3" }, diff --git a/packages/visual-editing-helpers/package.json b/packages/visual-editing-helpers/package.json index 6f2c17dbc..f5357403f 100644 --- a/packages/visual-editing-helpers/package.json +++ b/packages/visual-editing-helpers/package.json @@ -64,7 +64,7 @@ "@repo/eslint-config": "workspace:*", "@repo/package.config": "workspace:*", "@repo/prettier-config": "workspace:*", - "@sanity/client": "^6.24.1", + "@sanity/client": "^6.24.3", "@sanity/comlink": "workspace:*", "@sanity/util": "3.69.0", "@types/react": "^19.0.4", @@ -76,7 +76,7 @@ "vitest": "^2.1.8" }, "peerDependencies": { - "@sanity/client": "^6.24.1", + "@sanity/client": "^6.24.3", "@sanity/comlink": "workspace:*", "react": "^18.2.0 || ^19", "valibot": "0.31.1" diff --git a/packages/visual-editing/package.json b/packages/visual-editing/package.json index 109645394..0f302f008 100644 --- a/packages/visual-editing/package.json +++ b/packages/visual-editing/package.json @@ -161,7 +161,7 @@ "@repo/eslint-config": "workspace:*", "@repo/package.config": "workspace:*", "@repo/visual-editing-helpers": "workspace:*", - "@sanity/client": "^6.24.1", + "@sanity/client": "^6.24.3", "@sanity/color": "^3.0.6", "@sanity/demo": "^2.0.0", "@sanity/pkg-utils": "6.13.4", @@ -199,7 +199,7 @@ }, "peerDependencies": { "@remix-run/react": ">= 2", - "@sanity/client": "^6.24.1", + "@sanity/client": "^6.24.3", "@sveltejs/kit": ">= 2", "next": ">= 13 || >=14.3.0-canary.0 <14.3.0 || >=15.0.0-rc", "react": "^18.3 || >=19.0.0-rc", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1069ae114..9acbefcb1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -177,7 +177,7 @@ importers: version: 19.0.2(@types/react@19.0.4) '@vercel/speed-insights': specifier: ^1.1.0 - version: 1.1.0(@sveltejs/kit@2.15.2(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@6.0.7(@types/node@20.17.12)(jiti@2.4.2)(terser@5.37.0)(yaml@2.7.0)))(svelte@4.2.19)(vite@6.0.7(@types/node@20.17.12)(jiti@2.4.2)(terser@5.37.0)(yaml@2.7.0)))(next@15.2.0-canary.10(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-e552027-20250112)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(svelte@4.2.19)(vue-router@4.5.0(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3)) + version: 1.1.0(@sveltejs/kit@2.15.2(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@6.0.7(@types/node@20.17.12)(jiti@2.4.2)(terser@5.37.0)(yaml@2.7.0)))(svelte@4.2.19)(vite@6.0.7(@types/node@20.17.12)(jiti@2.4.2)(terser@5.37.0)(yaml@2.7.0)))(next@15.2.0-canary.11(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-e552027-20250112)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(svelte@4.2.19)(vue-router@4.5.0(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3)) autoprefixer: specifier: ^10.4.20 version: 10.4.20(postcss@8.5.1) @@ -192,10 +192,10 @@ importers: version: 11.18.0(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) next: specifier: canary - version: 15.2.0-canary.10(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-e552027-20250112)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 15.2.0-canary.11(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-e552027-20250112)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) next-sanity: specifier: 9.8.36 - version: 9.8.36(@sanity/client@6.24.3)(@sanity/icons@3.5.7(react@19.0.0))(@sanity/types@3.69.0(@types/react@19.0.4))(@sanity/ui@2.11.2(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react-is@19.0.0)(react@19.0.0)(styled-components@6.1.14(react-dom@19.0.0(react@19.0.0))(react@19.0.0)))(next@15.2.0-canary.10(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-e552027-20250112)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(sanity@3.69.0(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@20.17.12)(@types/react@19.0.4)(babel-plugin-react-compiler@19.0.0-beta-e552027-20250112)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(styled-components@6.1.14(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(terser@5.37.0)(typescript@5.7.3))(styled-components@6.1.14(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) + version: 9.8.36(@sanity/client@6.24.3)(@sanity/icons@3.5.7(react@19.0.0))(@sanity/types@3.69.0(@types/react@19.0.4))(@sanity/ui@2.11.2(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react-is@19.0.0)(react@19.0.0)(styled-components@6.1.14(react-dom@19.0.0(react@19.0.0))(react@19.0.0)))(next@15.2.0-canary.11(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-e552027-20250112)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(sanity@3.69.0(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@20.17.12)(@types/react@19.0.4)(babel-plugin-react-compiler@19.0.0-beta-e552027-20250112)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(styled-components@6.1.14(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(terser@5.37.0)(typescript@5.7.3))(styled-components@6.1.14(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) postcss: specifier: ^8.5.1 version: 8.5.1 @@ -220,7 +220,7 @@ importers: devDependencies: '@next/bundle-analyzer': specifier: canary - version: 15.2.0-canary.10 + version: 15.2.0-canary.11 '@repo/prettier-config': specifier: workspace:* version: link:../../packages/@repo/prettier-config @@ -229,7 +229,7 @@ importers: version: 8.57.1 eslint-config-next: specifier: canary - version: 15.2.0-canary.10(eslint@8.57.1)(typescript@5.7.3) + version: 15.2.0-canary.11(eslint@8.57.1)(typescript@5.7.3) eslint-plugin-react-compiler: specifier: 19.0.0-beta-e552027-20250112 version: 19.0.0-beta-e552027-20250112(eslint@8.57.1) @@ -1066,7 +1066,7 @@ importers: packages/core-loader: dependencies: '@sanity/client': - specifier: ^6.24.1 + specifier: ^6.24.3 version: 6.24.3(debug@4.4.0) '@sanity/comlink': specifier: workspace:* @@ -1170,7 +1170,7 @@ importers: packages/next-loader: dependencies: '@sanity/client': - specifier: ^6.24.1 + specifier: ^6.24.3 version: 6.24.3(debug@4.4.0) '@sanity/comlink': specifier: workspace:* @@ -1222,7 +1222,7 @@ importers: packages/presentation: dependencies: '@sanity/client': - specifier: ^6.24.1 + specifier: ^6.24.3 version: 6.24.3(debug@4.4.0) '@sanity/comlink': specifier: workspace:* @@ -1338,7 +1338,7 @@ importers: specifier: workspace:* version: link:../visual-editing-helpers '@sanity/client': - specifier: ^6.24.1 + specifier: ^6.24.3 version: 6.24.3(debug@4.4.0) '@sanity/pkg-utils': specifier: 6.13.4 @@ -1375,7 +1375,7 @@ importers: specifier: workspace:* version: link:../@repo/prettier-config '@sanity/client': - specifier: ^6.24.1 + specifier: ^6.24.3 version: 6.24.3(debug@4.4.0) '@sanity/icons': specifier: ^3.5.7 @@ -1399,7 +1399,7 @@ importers: packages/react-loader: dependencies: '@sanity/client': - specifier: ^6.24.1 + specifier: ^6.24.3 version: 6.24.3(debug@4.4.0) '@sanity/core-loader': specifier: workspace:* @@ -1442,7 +1442,7 @@ importers: packages/svelte-loader: dependencies: '@sanity/client': - specifier: ^6.24.1 + specifier: ^6.24.3 version: 6.24.3(debug@4.4.0) '@sanity/core-loader': specifier: workspace:* @@ -1586,7 +1586,7 @@ importers: specifier: workspace:* version: link:../visual-editing-helpers '@sanity/client': - specifier: ^6.24.1 + specifier: ^6.24.3 version: 6.24.3(debug@4.4.0) '@sanity/color': specifier: ^3.0.6 @@ -1703,7 +1703,7 @@ importers: specifier: workspace:* version: link:../@repo/prettier-config '@sanity/client': - specifier: ^6.24.1 + specifier: ^6.24.3 version: 6.24.3(debug@4.4.0) '@sanity/comlink': specifier: workspace:* @@ -3279,20 +3279,20 @@ packages: '@next/bundle-analyzer@15.1.4': resolution: {integrity: sha512-W8X96jOW0U5VjLVAkFr1P37kH2f/Ma9zzwgX2o3Omft92pI0XHpFG8Xa9YUT3NlhRJCe4ZKznr1VxhSrFNA+BA==} - '@next/bundle-analyzer@15.2.0-canary.10': - resolution: {integrity: sha512-emDjNDLVFQ3M8ZUiIzPCqXDMR5FZ/XInl6EJQ2TX4/VnXAeXoT7+GgR041cT7qyxYWvuvUorYgRm1RjEznvTHA==} + '@next/bundle-analyzer@15.2.0-canary.11': + resolution: {integrity: sha512-F+3Z2X5Tx2s8hfNDhAyCUuO+qijcnKBwGMJUltkPZf3tT4+dSEf8eAjfoxs7/lajGOPV8rdCk54W6lE9fSl11A==} '@next/env@15.1.4': resolution: {integrity: sha512-2fZ5YZjedi5AGaeoaC0B20zGntEHRhi2SdWcu61i48BllODcAmmtj8n7YarSPt4DaTsJaBFdxQAVEVzgmx2Zpw==} - '@next/env@15.2.0-canary.10': - resolution: {integrity: sha512-5Q7WQgA4O+NZa5TSA1BWbNJ66ikuddsj0lIr1zOBoLK6Kw1HyWlgTJw0JuTDdErsbVPAGEUC+W4VDgAGe4m0UQ==} + '@next/env@15.2.0-canary.11': + resolution: {integrity: sha512-dpuGWdSubYeEFXVuwt7ObzkpRfqGX3NMNoMVF3PQMfnb63ZPVxGHiFzpb5Bd+ifPOQ4LbBGd3yfNsbExxWAb0A==} '@next/eslint-plugin-next@15.1.4': resolution: {integrity: sha512-HwlEXwCK3sr6zmVGEvWBjW9tBFs1Oe6hTmTLoFQtpm4As5HCdu8jfSE0XJOp7uhfEGLniIx8yrGxEWwNnY0fmQ==} - '@next/eslint-plugin-next@15.2.0-canary.10': - resolution: {integrity: sha512-7iaR2DR0IutO4LQlhU8933Y76DZDzjcgd91fVm45pCUlOXBptiw0LUwz5MPZCJKazrABi9nyLlEBBp4P8WpD3A==} + '@next/eslint-plugin-next@15.2.0-canary.11': + resolution: {integrity: sha512-oQx3SjB3Qg/t/7B1zPk+s6yYTUDp62PN9Li/uHYgSZTQgdW3sHv+hhPet/0g0PGwG9RIt3qrLeM8bvhSyGXoKA==} '@next/swc-darwin-arm64@15.1.4': resolution: {integrity: sha512-wBEMBs+np+R5ozN1F8Y8d/Dycns2COhRnkxRc+rvnbXke5uZBHkUGFgWxfTXn5rx7OLijuUhyfB+gC/ap58dDw==} @@ -3300,8 +3300,8 @@ packages: cpu: [arm64] os: [darwin] - '@next/swc-darwin-arm64@15.2.0-canary.10': - resolution: {integrity: sha512-eVyKUtup9NuJ4b9C6Eb+GJCK5kGs/SfQIvQAAhALDqRv5MyVANo7da2qxdSLl7MXhd2Ag27O12THmVOo58VHJQ==} + '@next/swc-darwin-arm64@15.2.0-canary.11': + resolution: {integrity: sha512-IWohMjAO4L5IAFNQEotF7DD5ERUzpuPaNzIQW8tTDe/3+kL2bwWTkd6Z68OH+yWZoWxy3N97aBh3Z8n0kF84Kg==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] @@ -3312,8 +3312,8 @@ packages: cpu: [x64] os: [darwin] - '@next/swc-darwin-x64@15.2.0-canary.10': - resolution: {integrity: sha512-v21V4RUJdyuvHin38RoU+BYOdtWTR9knAO5zKfmLM3UZ3En4uiQ5bsml2btV7KXL6h3hLF++bQoL/KHVNgTmtg==} + '@next/swc-darwin-x64@15.2.0-canary.11': + resolution: {integrity: sha512-0BwL3SDZV9TXutxnHUmlZl4q7zL4EMSSNEfBhOEFcM6qTB4t+aBEluXP0ni+eDEeJhLCgbY/7mMDQyeUYaLZ2g==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] @@ -3324,8 +3324,8 @@ packages: cpu: [arm64] os: [linux] - '@next/swc-linux-arm64-gnu@15.2.0-canary.10': - resolution: {integrity: sha512-UJKLJLrGsYheLr/fP4EgSA0SqeOgG6u6I90vaA59iwor+OjZMHaPkwAi1dyHSiB0DR6cf1cJK9qWSzuDe1Z7hg==} + '@next/swc-linux-arm64-gnu@15.2.0-canary.11': + resolution: {integrity: sha512-Z/rNVNk70OzORADhUiTVGiKZTAzOaVt3ZnTglG3xdussutxhVT0A2UVuZiftpYVVIvz0tOEeUW6OGm7WRVcnIg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -3336,8 +3336,8 @@ packages: cpu: [arm64] os: [linux] - '@next/swc-linux-arm64-musl@15.2.0-canary.10': - resolution: {integrity: sha512-eQWhwOkXB69hei9hujTZPbDB/e1Zj/dpisNx88ldtjAwaIevJ0kpDTvJrACNtQOMbc+0KEYbFqPycG98VKZr1A==} + '@next/swc-linux-arm64-musl@15.2.0-canary.11': + resolution: {integrity: sha512-cu0JGHjxTCtSIbQ5c+jQdf+PQVO4mLzRf0i9i7adEbCnluByrNCGGBHg3hOiX/C2wHOIKz0cWaEoEwos7pAe2Q==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -3348,8 +3348,8 @@ packages: cpu: [x64] os: [linux] - '@next/swc-linux-x64-gnu@15.2.0-canary.10': - resolution: {integrity: sha512-3Zec1lUB0jJm6cnOQ9kzR9mQyh9q/EcgwgzlyetJuKwdELDCev7p9lE/rhTOllC9IKl9WOVQH6u0G4z+0nz1RQ==} + '@next/swc-linux-x64-gnu@15.2.0-canary.11': + resolution: {integrity: sha512-6QTPtnXXCtZ773oZlBmRW2Zm1+FIZ6vOuWEUCZaPFlzDdmLpbF3GJYoO1v8/B84Bdn/6gtNbnZ9zDpZCuzIYQQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -3360,8 +3360,8 @@ packages: cpu: [x64] os: [linux] - '@next/swc-linux-x64-musl@15.2.0-canary.10': - resolution: {integrity: sha512-FntGEgwZjmJ193QLVZZHF9n68f+dwZ0vrpbUFjl2I+VcoNbf6yJM+TXLpNeyQZfC1Zq9v/w7XYqXplvR0b+WOw==} + '@next/swc-linux-x64-musl@15.2.0-canary.11': + resolution: {integrity: sha512-PqnATjFX2HROHPvVWBsU/CDODN6nfrVdFUWgGCrkjbFo6UNTeQO/d/MVEOtgrauf1MzUCB6HTREp7ekwdvUEWg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -3372,8 +3372,8 @@ packages: cpu: [arm64] os: [win32] - '@next/swc-win32-arm64-msvc@15.2.0-canary.10': - resolution: {integrity: sha512-bfdfcc1sQVgk/LkdmslO6weHxiLw1/9fSPDgBLXCCqzMp4wUPJeSLQZiJHi9n8zXabGTz9mAJCufWQm2+P7yUA==} + '@next/swc-win32-arm64-msvc@15.2.0-canary.11': + resolution: {integrity: sha512-6W5v9GN0JJ20tVlkOIfMxksIP+s8Mcesmotu5vyJqWG4VMbhgcpzstvb22imjOMtp4TcqtaD1fN10Lj9k6QZuQ==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] @@ -3384,8 +3384,8 @@ packages: cpu: [x64] os: [win32] - '@next/swc-win32-x64-msvc@15.2.0-canary.10': - resolution: {integrity: sha512-Z0hZI07yShNgR7rG3DznjIKnG9HZ/oEeUnVBx/IXcYV3tTVnnle7yCMJTpDLd30JDQT1jVh5dEH/4N3RNsBKLg==} + '@next/swc-win32-x64-msvc@15.2.0-canary.11': + resolution: {integrity: sha512-QMql37dWQCdmeqRoO8uElj9n5puhtuAgiP53qXnJZQ+9iKDpS4gzb0j5QhIAE1zzWKqQBPm4//dgLVGTyu2zwA==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -7078,8 +7078,8 @@ packages: typescript: optional: true - eslint-config-next@15.2.0-canary.10: - resolution: {integrity: sha512-rGgD1SeGCdy2BfMwinW/IXoScMzzuq5FTQlnsI4nVVQhFLVh/WaJDdQ6zKUuF54wEC3u06mj3/42My9XIFYksg==} + eslint-config-next@15.2.0-canary.11: + resolution: {integrity: sha512-SLm6g+wS3fy4caydN7XoFTZlm2mzL35E26Eyg8d41Ve69mfqNJSI4wY8nqKanmPh88QjeBsJSXPjzcRko0Ij6g==} peerDependencies: eslint: ^7.23.0 || ^8.0.0 || ^9.0.0 typescript: '>=3.3.1' @@ -9753,8 +9753,8 @@ packages: sass: optional: true - next@15.2.0-canary.10: - resolution: {integrity: sha512-B3zxxl7Ja1mEc8OhvCqW9wWb8dVfBAD5jX37qDnIUh9DHfFITHCkEjvSgkVPXMTpi+crpLJdfo8nr7IyKFSazA==} + next@15.2.0-canary.11: + resolution: {integrity: sha512-Fj5FFfG7E55MrRkyGwDGnNc/k5WvAj0Oei/ZKE9MLG/74saU276SUPZdjIB8waq4UIhUc/pMGwa/3WZHMQ/jCA==} engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0} hasBin: true peerDependencies: @@ -15367,7 +15367,7 @@ snapshots: - bufferutil - utf-8-validate - '@next/bundle-analyzer@15.2.0-canary.10': + '@next/bundle-analyzer@15.2.0-canary.11': dependencies: webpack-bundle-analyzer: 4.10.1 transitivePeerDependencies: @@ -15376,62 +15376,62 @@ snapshots: '@next/env@15.1.4': {} - '@next/env@15.2.0-canary.10': {} + '@next/env@15.2.0-canary.11': {} '@next/eslint-plugin-next@15.1.4': dependencies: fast-glob: 3.3.1 - '@next/eslint-plugin-next@15.2.0-canary.10': + '@next/eslint-plugin-next@15.2.0-canary.11': dependencies: fast-glob: 3.3.1 '@next/swc-darwin-arm64@15.1.4': optional: true - '@next/swc-darwin-arm64@15.2.0-canary.10': + '@next/swc-darwin-arm64@15.2.0-canary.11': optional: true '@next/swc-darwin-x64@15.1.4': optional: true - '@next/swc-darwin-x64@15.2.0-canary.10': + '@next/swc-darwin-x64@15.2.0-canary.11': optional: true '@next/swc-linux-arm64-gnu@15.1.4': optional: true - '@next/swc-linux-arm64-gnu@15.2.0-canary.10': + '@next/swc-linux-arm64-gnu@15.2.0-canary.11': optional: true '@next/swc-linux-arm64-musl@15.1.4': optional: true - '@next/swc-linux-arm64-musl@15.2.0-canary.10': + '@next/swc-linux-arm64-musl@15.2.0-canary.11': optional: true '@next/swc-linux-x64-gnu@15.1.4': optional: true - '@next/swc-linux-x64-gnu@15.2.0-canary.10': + '@next/swc-linux-x64-gnu@15.2.0-canary.11': optional: true '@next/swc-linux-x64-musl@15.1.4': optional: true - '@next/swc-linux-x64-musl@15.2.0-canary.10': + '@next/swc-linux-x64-musl@15.2.0-canary.11': optional: true '@next/swc-win32-arm64-msvc@15.1.4': optional: true - '@next/swc-win32-arm64-msvc@15.2.0-canary.10': + '@next/swc-win32-arm64-msvc@15.2.0-canary.11': optional: true '@next/swc-win32-x64-msvc@15.1.4': optional: true - '@next/swc-win32-x64-msvc@15.2.0-canary.10': + '@next/swc-win32-x64-msvc@15.2.0-canary.11': optional: true '@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1': @@ -18917,10 +18917,10 @@ snapshots: react-dom: 19.0.0(react@19.0.0) ts-morph: 12.0.0 - '@vercel/speed-insights@1.1.0(@sveltejs/kit@2.15.2(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@6.0.7(@types/node@20.17.12)(jiti@2.4.2)(terser@5.37.0)(yaml@2.7.0)))(svelte@4.2.19)(vite@6.0.7(@types/node@20.17.12)(jiti@2.4.2)(terser@5.37.0)(yaml@2.7.0)))(next@15.2.0-canary.10(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-e552027-20250112)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(svelte@4.2.19)(vue-router@4.5.0(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3))': + '@vercel/speed-insights@1.1.0(@sveltejs/kit@2.15.2(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@6.0.7(@types/node@20.17.12)(jiti@2.4.2)(terser@5.37.0)(yaml@2.7.0)))(svelte@4.2.19)(vite@6.0.7(@types/node@20.17.12)(jiti@2.4.2)(terser@5.37.0)(yaml@2.7.0)))(next@15.2.0-canary.11(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-e552027-20250112)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(svelte@4.2.19)(vue-router@4.5.0(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3))': optionalDependencies: '@sveltejs/kit': 2.15.2(@sveltejs/vite-plugin-svelte@3.1.2(svelte@4.2.19)(vite@6.0.7(@types/node@20.17.12)(jiti@2.4.2)(terser@5.37.0)(yaml@2.7.0)))(svelte@4.2.19)(vite@6.0.7(@types/node@20.17.12)(jiti@2.4.2)(terser@5.37.0)(yaml@2.7.0)) - next: 15.2.0-canary.10(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-e552027-20250112)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + next: 15.2.0-canary.11(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-e552027-20250112)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) react: 19.0.0 svelte: 4.2.19 vue: 3.5.13(typescript@5.7.3) @@ -21170,9 +21170,9 @@ snapshots: - eslint-plugin-import-x - supports-color - eslint-config-next@15.2.0-canary.10(eslint@8.57.1)(typescript@5.7.3): + eslint-config-next@15.2.0-canary.11(eslint@8.57.1)(typescript@5.7.3): dependencies: - '@next/eslint-plugin-next': 15.2.0-canary.10 + '@next/eslint-plugin-next': 15.2.0-canary.11 '@rushstack/eslint-patch': 1.10.5 '@typescript-eslint/eslint-plugin': 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3) '@typescript-eslint/parser': 7.18.0(eslint@8.57.1)(typescript@5.7.3) @@ -24789,7 +24789,7 @@ snapshots: sanity: 3.69.0(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@22.10.5)(@types/react@19.0.4)(babel-plugin-react-compiler@19.0.0-beta-e552027-20250112)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(styled-components@6.1.14(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(terser@5.37.0)(typescript@5.7.3) styled-components: 6.1.14(react-dom@19.0.0(react@19.0.0))(react@19.0.0) - next-sanity@9.8.36(@sanity/client@6.24.3)(@sanity/icons@3.5.7(react@19.0.0))(@sanity/types@3.69.0(@types/react@19.0.4))(@sanity/ui@2.11.2(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react-is@19.0.0)(react@19.0.0)(styled-components@6.1.14(react-dom@19.0.0(react@19.0.0))(react@19.0.0)))(next@15.2.0-canary.10(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-e552027-20250112)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(sanity@3.69.0(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@20.17.12)(@types/react@19.0.4)(babel-plugin-react-compiler@19.0.0-beta-e552027-20250112)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(styled-components@6.1.14(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(terser@5.37.0)(typescript@5.7.3))(styled-components@6.1.14(react-dom@19.0.0(react@19.0.0))(react@19.0.0)): + next-sanity@9.8.36(@sanity/client@6.24.3)(@sanity/icons@3.5.7(react@19.0.0))(@sanity/types@3.69.0(@types/react@19.0.4))(@sanity/ui@2.11.2(@emotion/is-prop-valid@1.2.2)(react-dom@19.0.0(react@19.0.0))(react-is@19.0.0)(react@19.0.0)(styled-components@6.1.14(react-dom@19.0.0(react@19.0.0))(react@19.0.0)))(next@15.2.0-canary.11(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-e552027-20250112)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react@19.0.0)(sanity@3.69.0(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@20.17.12)(@types/react@19.0.4)(babel-plugin-react-compiler@19.0.0-beta-e552027-20250112)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(styled-components@6.1.14(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(terser@5.37.0)(typescript@5.7.3))(styled-components@6.1.14(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.3(debug@4.4.0) @@ -24802,7 +24802,7 @@ snapshots: '@sanity/visual-editing': link:packages/visual-editing groq: 3.69.0 history: 5.3.0 - next: 15.2.0-canary.10(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-e552027-20250112)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + next: 15.2.0-canary.11(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-e552027-20250112)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) react: 19.0.0 sanity: 3.69.0(@emotion/is-prop-valid@1.2.2)(@types/babel__core@7.20.5)(@types/node@20.17.12)(@types/react@19.0.4)(babel-plugin-react-compiler@19.0.0-beta-e552027-20250112)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(styled-components@6.1.14(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(terser@5.37.0)(typescript@5.7.3) styled-components: 6.1.14(react-dom@19.0.0(react@19.0.0))(react@19.0.0) @@ -24833,9 +24833,9 @@ snapshots: - '@babel/core' - babel-plugin-macros - next@15.2.0-canary.10(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-e552027-20250112)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + next@15.2.0-canary.11(@babel/core@7.26.0)(babel-plugin-react-compiler@19.0.0-beta-e552027-20250112)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): dependencies: - '@next/env': 15.2.0-canary.10 + '@next/env': 15.2.0-canary.11 '@swc/counter': 0.1.3 '@swc/helpers': 0.5.15 busboy: 1.6.0 @@ -24845,14 +24845,14 @@ snapshots: 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.2.0-canary.10 - '@next/swc-darwin-x64': 15.2.0-canary.10 - '@next/swc-linux-arm64-gnu': 15.2.0-canary.10 - '@next/swc-linux-arm64-musl': 15.2.0-canary.10 - '@next/swc-linux-x64-gnu': 15.2.0-canary.10 - '@next/swc-linux-x64-musl': 15.2.0-canary.10 - '@next/swc-win32-arm64-msvc': 15.2.0-canary.10 - '@next/swc-win32-x64-msvc': 15.2.0-canary.10 + '@next/swc-darwin-arm64': 15.2.0-canary.11 + '@next/swc-darwin-x64': 15.2.0-canary.11 + '@next/swc-linux-arm64-gnu': 15.2.0-canary.11 + '@next/swc-linux-arm64-musl': 15.2.0-canary.11 + '@next/swc-linux-x64-gnu': 15.2.0-canary.11 + '@next/swc-linux-x64-musl': 15.2.0-canary.11 + '@next/swc-win32-arm64-msvc': 15.2.0-canary.11 + '@next/swc-win32-x64-msvc': 15.2.0-canary.11 babel-plugin-react-compiler: 19.0.0-beta-e552027-20250112 sharp: 0.33.5 transitivePeerDependencies: