From 72bc29b3984f216dc6dca221ad7e986dec3ab597 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 12:23:47 -0400 Subject: [PATCH] fix(deps): update apps and examples dependencies (#81) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- apps/next/package.json | 14 +- apps/studio/package.json | 6 +- examples/hello-world/package.json | 14 +- examples/with-i18n/package.json | 14 +- examples/with-sections/package.json | 14 +- pnpm-lock.yaml | 1046 ++++++++++++++++++++++----- 6 files changed, 893 insertions(+), 215 deletions(-) diff --git a/apps/next/package.json b/apps/next/package.json index f9715da..786ae05 100644 --- a/apps/next/package.json +++ b/apps/next/package.json @@ -15,20 +15,20 @@ "singleQuote": true }, "dependencies": { - "@sanity/client": "^6.20.0", + "@sanity/client": "^6.20.1", "@sanity/preview-url-secret": "^1.6.17", "@sanity/react-loader": "^1.10.3", - "@sanity/vision": "^3.46.1", + "@sanity/vision": "^3.48.1", "@tailwindcss/typography": "0.5.13", "@tinloof/sanity-studio": "workspace:*", "@tinloof/sanity-web": "workspace:*", "classnames": "2.5.1", - "lucide-react": "^0.395.0", + "lucide-react": "^0.399.0", "next": "14.2.4", - "next-sanity": "^9.3.10", + "next-sanity": "^9.4.2", "react": "^18.3.1", "react-dom": "^18.3.1", - "sanity": "^3.46.1", + "sanity": "^3.48.1", "server-only": "0.0.1" }, "devDependencies": { @@ -39,12 +39,12 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-simple-import-sort": "12.1.0", - "postcss": "8.4.38", + "postcss": "8.4.39", "prettier": "^3.3.2", "prettier-plugin-packagejson": "^2.5.0", "prettier-plugin-tailwindcss": "0.6.5", "tailwindcss": "3.4.4", - "typescript": "^5.4.5" + "typescript": "^5.5.2" }, "version": null } diff --git a/apps/studio/package.json b/apps/studio/package.json index ecad004..c8f98b8 100644 --- a/apps/studio/package.json +++ b/apps/studio/package.json @@ -15,12 +15,12 @@ "sanity" ], "dependencies": { - "@sanity/vision": "^3.46.1", + "@sanity/vision": "^3.48.1", "@tinloof/sanity-studio": "workspace:*", "react": "^18.3.1", "react-dom": "^18.3.1", "react-is": "^18.3.1", - "sanity": "^3.46.1", + "sanity": "^3.48.1", "styled-components": "^6.1.11" }, "devDependencies": { @@ -28,7 +28,7 @@ "@types/react": "^18.3.3", "eslint": "^8.57.0", "prettier": "^3.3.2", - "typescript": "^5.4.5" + "typescript": "^5.5.2" }, "prettier": { "semi": false, diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index ce38eb4..c53d130 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -15,18 +15,18 @@ "singleQuote": true }, "dependencies": { - "@sanity/client": "^6.20.0", + "@sanity/client": "^6.20.1", "@sanity/preview-url-secret": "^1.6.17", - "@sanity/vision": "^3.46.1", + "@sanity/vision": "^3.48.1", "@tailwindcss/typography": "0.5.13", "@tinloof/sanity-studio": "workspace:*", "classnames": "2.5.1", - "lucide-react": "^0.395.0", + "lucide-react": "^0.399.0", "next": "14.2.4", - "next-sanity": "^9.3.10", + "next-sanity": "^9.4.2", "react": "^18.3.1", "react-dom": "^18.3.1", - "sanity": "^3.46.1", + "sanity": "^3.48.1", "server-only": "0.0.1" }, "devDependencies": { @@ -37,12 +37,12 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-simple-import-sort": "12.1.0", - "postcss": "8.4.38", + "postcss": "8.4.39", "prettier": "^3.3.2", "prettier-plugin-packagejson": "^2.5.0", "prettier-plugin-tailwindcss": "0.6.5", "tailwindcss": "3.4.4", - "typescript": "^5.4.5" + "typescript": "^5.5.2" }, "version": null } diff --git a/examples/with-i18n/package.json b/examples/with-i18n/package.json index be69e5e..39acd00 100644 --- a/examples/with-i18n/package.json +++ b/examples/with-i18n/package.json @@ -15,18 +15,18 @@ "singleQuote": true }, "dependencies": { - "@sanity/client": "^6.20.0", + "@sanity/client": "^6.20.1", "@sanity/preview-url-secret": "^1.6.17", - "@sanity/vision": "^3.46.1", + "@sanity/vision": "^3.48.1", "@tailwindcss/typography": "0.5.13", "@tinloof/sanity-studio": "workspace:*", "classnames": "2.5.1", - "lucide-react": "^0.395.0", + "lucide-react": "^0.399.0", "next": "14.2.4", - "next-sanity": "^9.3.10", + "next-sanity": "^9.4.2", "react": "^18.3.1", "react-dom": "^18.3.1", - "sanity": "^3.46.1", + "sanity": "^3.48.1", "server-only": "0.0.1" }, "devDependencies": { @@ -37,12 +37,12 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-simple-import-sort": "12.1.0", - "postcss": "8.4.38", + "postcss": "8.4.39", "prettier": "^3.3.2", "prettier-plugin-packagejson": "^2.5.0", "prettier-plugin-tailwindcss": "0.6.5", "tailwindcss": "3.4.4", - "typescript": "^5.4.5" + "typescript": "^5.5.2" }, "version": null } diff --git a/examples/with-sections/package.json b/examples/with-sections/package.json index a8e2ee2..0e7ae9a 100644 --- a/examples/with-sections/package.json +++ b/examples/with-sections/package.json @@ -16,18 +16,18 @@ }, "dependencies": { "@heroicons/react": "^2.1.4", - "@sanity/client": "^6.20.0", + "@sanity/client": "^6.20.1", "@sanity/preview-url-secret": "^1.6.17", - "@sanity/vision": "^3.46.1", + "@sanity/vision": "^3.48.1", "@tailwindcss/typography": "0.5.13", "@tinloof/sanity-studio": "workspace:*", "classnames": "2.5.1", - "lucide-react": "^0.395.0", + "lucide-react": "^0.399.0", "next": "14.2.4", - "next-sanity": "^9.3.10", + "next-sanity": "^9.4.2", "react": "^18.3.1", "react-dom": "^18.3.1", - "sanity": "^3.46.1", + "sanity": "^3.48.1", "server-only": "0.0.1" }, "devDependencies": { @@ -38,12 +38,12 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-simple-import-sort": "12.1.0", - "postcss": "8.4.38", + "postcss": "8.4.39", "prettier": "^3.3.2", "prettier-plugin-packagejson": "^2.5.0", "prettier-plugin-tailwindcss": "0.6.5", "tailwindcss": "3.4.4", - "typescript": "^5.4.5" + "typescript": "^5.5.2" }, "version": null } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4e3017e..dddb61e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,17 +21,17 @@ importers: apps/next: dependencies: '@sanity/client': - specifier: ^6.20.0 - version: 6.20.0 + specifier: ^6.20.1 + version: 6.20.1 '@sanity/preview-url-secret': specifier: ^1.6.17 - version: 1.6.17(@sanity/client@6.20.0) + version: 1.6.17(@sanity/client@6.20.1) '@sanity/react-loader': specifier: ^1.10.3 - version: 1.10.3(@sanity/client@6.20.0)(react@18.3.1) + version: 1.10.3(@sanity/client@6.20.1)(react@18.3.1) '@sanity/vision': - specifier: ^3.46.1 - version: 3.46.1(@babel/runtime@7.24.4)(@codemirror/lint@6.5.0)(@codemirror/theme-one-dark@6.1.2)(@lezer/common@1.2.1)(codemirror@6.0.1)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11) + specifier: ^3.48.1 + version: 3.48.1(@babel/runtime@7.24.4)(@codemirror/lint@6.5.0)(@codemirror/theme-one-dark@6.1.2)(@lezer/common@1.2.1)(codemirror@6.0.1)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11) '@tailwindcss/typography': specifier: 0.5.13 version: 0.5.13(tailwindcss@3.4.4) @@ -45,14 +45,14 @@ importers: specifier: 2.5.1 version: 2.5.1 lucide-react: - specifier: ^0.395.0 - version: 0.395.0(react@18.3.1) + specifier: ^0.399.0 + version: 0.399.0(react@18.3.1) next: specifier: 14.2.4 version: 14.2.4(@babel/core@7.24.4)(react-dom@18.3.1)(react@18.3.1) next-sanity: - specifier: ^9.3.10 - version: 9.3.10(@sanity/client@6.20.0)(@sanity/icons@2.11.8)(@sanity/types@3.46.1)(@sanity/ui@2.4.0)(next@14.2.4)(react-dom@18.3.1)(react@18.3.1)(sanity@3.46.1)(styled-components@6.1.11) + specifier: ^9.4.2 + version: 9.4.2(@sanity/client@6.20.1)(@sanity/icons@2.11.8)(@sanity/types@3.46.1)(@sanity/ui@2.4.0)(next@14.2.4)(react-dom@18.3.1)(react@18.3.1)(sanity@3.48.1)(styled-components@6.1.11) react: specifier: ^18.3.1 version: 18.3.1 @@ -60,8 +60,8 @@ importers: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) sanity: - specifier: ^3.46.1 - version: 3.46.1(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.11) + specifier: ^3.48.1 + version: 3.48.1(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.11) server-only: specifier: 0.0.1 version: 0.0.1 @@ -71,13 +71,13 @@ importers: version: 18.3.3 autoprefixer: specifier: 10.4.19 - version: 10.4.19(postcss@8.4.38) + version: 10.4.19(postcss@8.4.39) eslint: specifier: ^8.57.0 version: 8.57.0 eslint-config-next: specifier: 14.2.4 - version: 14.2.4(eslint@8.57.0)(typescript@5.4.5) + version: 14.2.4(eslint@8.57.0)(typescript@5.5.2) eslint-config-prettier: specifier: ^9.1.0 version: 9.1.0(eslint@8.57.0) @@ -88,8 +88,8 @@ importers: specifier: 12.1.0 version: 12.1.0(eslint@8.57.0) postcss: - specifier: 8.4.38 - version: 8.4.38 + specifier: 8.4.39 + version: 8.4.39 prettier: specifier: ^3.3.2 version: 3.3.2 @@ -103,14 +103,14 @@ importers: specifier: 3.4.4 version: 3.4.4 typescript: - specifier: ^5.4.5 - version: 5.4.5 + specifier: ^5.5.2 + version: 5.5.2 apps/studio: dependencies: '@sanity/vision': - specifier: ^3.46.1 - version: 3.46.1(@babel/runtime@7.24.4)(@codemirror/lint@6.5.0)(@codemirror/theme-one-dark@6.1.2)(@lezer/common@1.2.1)(codemirror@6.0.1)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11) + specifier: ^3.48.1 + version: 3.48.1(@babel/runtime@7.24.4)(@codemirror/lint@6.5.0)(@codemirror/theme-one-dark@6.1.2)(@lezer/common@1.2.1)(codemirror@6.0.1)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11) '@tinloof/sanity-studio': specifier: workspace:* version: link:../../packages/sanity-studio @@ -124,15 +124,15 @@ importers: specifier: ^18.3.1 version: 18.3.1 sanity: - specifier: ^3.46.1 - version: 3.46.1(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.11) + specifier: ^3.48.1 + version: 3.48.1(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.11) styled-components: specifier: ^6.1.11 version: 6.1.11(react-dom@18.3.1)(react@18.3.1) devDependencies: '@sanity/eslint-config-studio': specifier: ^3.0.1 - version: 3.0.1(eslint@8.57.0)(typescript@5.4.5) + version: 3.0.1(eslint@8.57.0)(typescript@5.5.2) '@types/react': specifier: ^18.3.3 version: 18.3.3 @@ -143,20 +143,20 @@ importers: specifier: ^3.3.2 version: 3.3.2 typescript: - specifier: ^5.4.5 - version: 5.4.5 + specifier: ^5.5.2 + version: 5.5.2 examples/hello-world: dependencies: '@sanity/client': - specifier: ^6.20.0 - version: 6.20.0 + specifier: ^6.20.1 + version: 6.20.1 '@sanity/preview-url-secret': specifier: ^1.6.17 - version: 1.6.17(@sanity/client@6.20.0) + version: 1.6.17(@sanity/client@6.20.1) '@sanity/vision': - specifier: ^3.46.1 - version: 3.46.1(@babel/runtime@7.24.4)(@codemirror/lint@6.5.0)(@codemirror/theme-one-dark@6.1.2)(@lezer/common@1.2.1)(codemirror@6.0.1)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11) + specifier: ^3.48.1 + version: 3.48.1(@babel/runtime@7.24.4)(@codemirror/lint@6.5.0)(@codemirror/theme-one-dark@6.1.2)(@lezer/common@1.2.1)(codemirror@6.0.1)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11) '@tailwindcss/typography': specifier: 0.5.13 version: 0.5.13(tailwindcss@3.4.4) @@ -167,14 +167,14 @@ importers: specifier: 2.5.1 version: 2.5.1 lucide-react: - specifier: ^0.395.0 - version: 0.395.0(react@18.3.1) + specifier: ^0.399.0 + version: 0.399.0(react@18.3.1) next: specifier: 14.2.4 version: 14.2.4(@babel/core@7.24.4)(react-dom@18.3.1)(react@18.3.1) next-sanity: - specifier: ^9.3.10 - version: 9.3.10(@sanity/client@6.20.0)(@sanity/icons@2.11.8)(@sanity/types@3.46.1)(@sanity/ui@2.4.0)(next@14.2.4)(react-dom@18.3.1)(react@18.3.1)(sanity@3.46.1)(styled-components@6.1.11) + specifier: ^9.4.2 + version: 9.4.2(@sanity/client@6.20.1)(@sanity/icons@2.11.8)(@sanity/types@3.46.1)(@sanity/ui@2.4.0)(next@14.2.4)(react-dom@18.3.1)(react@18.3.1)(sanity@3.48.1)(styled-components@6.1.11) react: specifier: ^18.3.1 version: 18.3.1 @@ -182,8 +182,8 @@ importers: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) sanity: - specifier: ^3.46.1 - version: 3.46.1(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.11) + specifier: ^3.48.1 + version: 3.48.1(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.11) server-only: specifier: 0.0.1 version: 0.0.1 @@ -193,13 +193,13 @@ importers: version: 18.3.3 autoprefixer: specifier: 10.4.19 - version: 10.4.19(postcss@8.4.38) + version: 10.4.19(postcss@8.4.39) eslint: specifier: ^8.57.0 version: 8.57.0 eslint-config-next: specifier: 14.2.4 - version: 14.2.4(eslint@8.57.0)(typescript@5.4.5) + version: 14.2.4(eslint@8.57.0)(typescript@5.5.2) eslint-config-prettier: specifier: ^9.1.0 version: 9.1.0(eslint@8.57.0) @@ -210,8 +210,8 @@ importers: specifier: 12.1.0 version: 12.1.0(eslint@8.57.0) postcss: - specifier: 8.4.38 - version: 8.4.38 + specifier: 8.4.39 + version: 8.4.39 prettier: specifier: ^3.3.2 version: 3.3.2 @@ -225,20 +225,20 @@ importers: specifier: 3.4.4 version: 3.4.4 typescript: - specifier: ^5.4.5 - version: 5.4.5 + specifier: ^5.5.2 + version: 5.5.2 examples/with-i18n: dependencies: '@sanity/client': - specifier: ^6.20.0 - version: 6.20.0 + specifier: ^6.20.1 + version: 6.20.1 '@sanity/preview-url-secret': specifier: ^1.6.17 - version: 1.6.17(@sanity/client@6.20.0) + version: 1.6.17(@sanity/client@6.20.1) '@sanity/vision': - specifier: ^3.46.1 - version: 3.46.1(@babel/runtime@7.24.4)(@codemirror/lint@6.5.0)(@codemirror/theme-one-dark@6.1.2)(@lezer/common@1.2.1)(codemirror@6.0.1)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11) + specifier: ^3.48.1 + version: 3.48.1(@babel/runtime@7.24.4)(@codemirror/lint@6.5.0)(@codemirror/theme-one-dark@6.1.2)(@lezer/common@1.2.1)(codemirror@6.0.1)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11) '@tailwindcss/typography': specifier: 0.5.13 version: 0.5.13(tailwindcss@3.4.4) @@ -249,14 +249,14 @@ importers: specifier: 2.5.1 version: 2.5.1 lucide-react: - specifier: ^0.395.0 - version: 0.395.0(react@18.3.1) + specifier: ^0.399.0 + version: 0.399.0(react@18.3.1) next: specifier: 14.2.4 version: 14.2.4(@babel/core@7.24.4)(react-dom@18.3.1)(react@18.3.1) next-sanity: - specifier: ^9.3.10 - version: 9.3.10(@sanity/client@6.20.0)(@sanity/icons@2.11.8)(@sanity/types@3.46.1)(@sanity/ui@2.4.0)(next@14.2.4)(react-dom@18.3.1)(react@18.3.1)(sanity@3.46.1)(styled-components@6.1.11) + specifier: ^9.4.2 + version: 9.4.2(@sanity/client@6.20.1)(@sanity/icons@2.11.8)(@sanity/types@3.46.1)(@sanity/ui@2.4.0)(next@14.2.4)(react-dom@18.3.1)(react@18.3.1)(sanity@3.48.1)(styled-components@6.1.11) react: specifier: ^18.3.1 version: 18.3.1 @@ -264,8 +264,8 @@ importers: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) sanity: - specifier: ^3.46.1 - version: 3.46.1(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.11) + specifier: ^3.48.1 + version: 3.48.1(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.11) server-only: specifier: 0.0.1 version: 0.0.1 @@ -275,13 +275,13 @@ importers: version: 18.3.3 autoprefixer: specifier: 10.4.19 - version: 10.4.19(postcss@8.4.38) + version: 10.4.19(postcss@8.4.39) eslint: specifier: ^8.57.0 version: 8.57.0 eslint-config-next: specifier: 14.2.4 - version: 14.2.4(eslint@8.57.0)(typescript@5.4.5) + version: 14.2.4(eslint@8.57.0)(typescript@5.5.2) eslint-config-prettier: specifier: ^9.1.0 version: 9.1.0(eslint@8.57.0) @@ -292,8 +292,8 @@ importers: specifier: 12.1.0 version: 12.1.0(eslint@8.57.0) postcss: - specifier: 8.4.38 - version: 8.4.38 + specifier: 8.4.39 + version: 8.4.39 prettier: specifier: ^3.3.2 version: 3.3.2 @@ -307,8 +307,8 @@ importers: specifier: 3.4.4 version: 3.4.4 typescript: - specifier: ^5.4.5 - version: 5.4.5 + specifier: ^5.5.2 + version: 5.5.2 examples/with-sections: dependencies: @@ -316,14 +316,14 @@ importers: specifier: ^2.1.4 version: 2.1.4(react@18.3.1) '@sanity/client': - specifier: ^6.20.0 - version: 6.20.0 + specifier: ^6.20.1 + version: 6.20.1 '@sanity/preview-url-secret': specifier: ^1.6.17 - version: 1.6.17(@sanity/client@6.20.0) + version: 1.6.17(@sanity/client@6.20.1) '@sanity/vision': - specifier: ^3.46.1 - version: 3.46.1(@babel/runtime@7.24.4)(@codemirror/lint@6.5.0)(@codemirror/theme-one-dark@6.1.2)(@lezer/common@1.2.1)(codemirror@6.0.1)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11) + specifier: ^3.48.1 + version: 3.48.1(@babel/runtime@7.24.4)(@codemirror/lint@6.5.0)(@codemirror/theme-one-dark@6.1.2)(@lezer/common@1.2.1)(codemirror@6.0.1)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11) '@tailwindcss/typography': specifier: 0.5.13 version: 0.5.13(tailwindcss@3.4.4) @@ -334,14 +334,14 @@ importers: specifier: 2.5.1 version: 2.5.1 lucide-react: - specifier: ^0.395.0 - version: 0.395.0(react@18.3.1) + specifier: ^0.399.0 + version: 0.399.0(react@18.3.1) next: specifier: 14.2.4 version: 14.2.4(@babel/core@7.24.4)(react-dom@18.3.1)(react@18.3.1) next-sanity: - specifier: ^9.3.10 - version: 9.3.10(@sanity/client@6.20.0)(@sanity/icons@2.11.8)(@sanity/types@3.46.1)(@sanity/ui@2.4.0)(next@14.2.4)(react-dom@18.3.1)(react@18.3.1)(sanity@3.46.1)(styled-components@6.1.11) + specifier: ^9.4.2 + version: 9.4.2(@sanity/client@6.20.1)(@sanity/icons@2.11.8)(@sanity/types@3.46.1)(@sanity/ui@2.4.0)(next@14.2.4)(react-dom@18.3.1)(react@18.3.1)(sanity@3.48.1)(styled-components@6.1.11) react: specifier: ^18.3.1 version: 18.3.1 @@ -349,8 +349,8 @@ importers: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) sanity: - specifier: ^3.46.1 - version: 3.46.1(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.11) + specifier: ^3.48.1 + version: 3.48.1(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.11) server-only: specifier: 0.0.1 version: 0.0.1 @@ -360,13 +360,13 @@ importers: version: 18.3.3 autoprefixer: specifier: 10.4.19 - version: 10.4.19(postcss@8.4.38) + version: 10.4.19(postcss@8.4.39) eslint: specifier: ^8.57.0 version: 8.57.0 eslint-config-next: specifier: 14.2.4 - version: 14.2.4(eslint@8.57.0)(typescript@5.4.5) + version: 14.2.4(eslint@8.57.0)(typescript@5.5.2) eslint-config-prettier: specifier: ^9.1.0 version: 9.1.0(eslint@8.57.0) @@ -377,8 +377,8 @@ importers: specifier: 12.1.0 version: 12.1.0(eslint@8.57.0) postcss: - specifier: 8.4.38 - version: 8.4.38 + specifier: 8.4.39 + version: 8.4.39 prettier: specifier: ^3.3.2 version: 3.3.2 @@ -392,8 +392,8 @@ importers: specifier: 3.4.4 version: 3.4.4 typescript: - specifier: ^5.4.5 - version: 5.4.5 + specifier: ^5.5.2 + version: 5.5.2 packages/eslint-config: devDependencies: @@ -438,7 +438,7 @@ importers: version: 1.0.4(react-dom@18.3.1)(react@18.3.1) '@sanity/presentation': specifier: ^1.16.0 - version: 1.16.0(@sanity/client@6.20.0)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11) + version: 1.16.0(@sanity/client@6.20.1)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11) '@sanity/ui': specifier: ^2.4.0 version: 2.4.0(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11) @@ -2996,6 +2996,13 @@ packages: wrap-ansi: 8.1.0 wrap-ansi-cjs: /wrap-ansi@7.0.0 + /@isaacs/fs-minipass@4.0.1: + resolution: {integrity: sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==} + engines: {node: '>=18.0.0'} + dependencies: + minipass: 7.1.2 + dev: false + /@jridgewell/gen-mapping@0.3.5: resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} engines: {node: '>=6.0.0'} @@ -3669,6 +3676,13 @@ packages: get-random-values-esm: 1.0.2 lodash: 4.17.21 + /@sanity/block-tools@3.48.1: + resolution: {integrity: sha512-I43M1zdUFAK32+Pd6uQptcx0Myv+dwDAqVvWWgQMqeXrBxm9u9SmA2k/0+EE25XW9wJ/pk60qKcDNhBl+biX+g==} + dependencies: + get-random-values-esm: 1.0.2 + lodash: 4.17.21 + dev: false + /@sanity/browserslist-config@1.0.3: resolution: {integrity: sha512-UkJuiTyROgPcxbvpHYyXwr+T88Np4eLzu3h05gMgeZ2hv3EM7g/4VMyng5HuA1JdPQPEdq8bmmfQDR+u4KC+TA==} dev: true @@ -3679,7 +3693,7 @@ packages: hasBin: true dependencies: '@babel/traverse': 7.24.1 - '@sanity/client': 6.20.0(debug@4.3.4) + '@sanity/client': 6.20.1(debug@4.3.4) '@sanity/codegen': 3.46.1 '@sanity/telemetry': 0.7.7 '@sanity/util': 3.46.1(debug@4.3.4) @@ -3699,32 +3713,59 @@ packages: transitivePeerDependencies: - supports-color - /@sanity/client@6.20.0: - resolution: {integrity: sha512-p6ENOFBR1QQirKj6zVYPDeZNVHMVV+3UVo+RptZDQPuyYyfAOA/TwJzX3cE19O2G4CgWnLfkmOOg6RcFjzFMWQ==} + /@sanity/cli@3.48.1: + resolution: {integrity: sha512-rPDP2nnup1c9HsHc4IUQh6XC3OVAkLLqXCjUlDSTQZcCwmUhLwy88GRvcFGhsWAQgQ6AIXkjZjz84uLMMkSxBw==} + engines: {node: '>=18'} + hasBin: true + dependencies: + '@babel/traverse': 7.24.1 + '@sanity/client': 6.20.1(debug@4.3.4) + '@sanity/codegen': 3.48.1 + '@sanity/telemetry': 0.7.7 + '@sanity/util': 3.48.1(debug@4.3.4) + chalk: 4.1.2 + debug: 4.3.4(supports-color@5.5.0) + decompress: 4.2.1 + esbuild: 0.21.5 + esbuild-register: 3.5.0(esbuild@0.21.5) + get-it: 8.6.0(debug@4.3.4) + groq-js: 1.9.0 + node-machine-id: 1.1.12 + pkg-dir: 5.0.0 + prettier: 3.3.2 + semver: 7.6.0 + silver-fleece: 1.1.0 + validate-npm-package-name: 3.0.0 + transitivePeerDependencies: + - supports-color + dev: false + + /@sanity/client@6.20.1: + resolution: {integrity: sha512-iyqooCYAMWxHwlGYuePlZlaL2VsgX57cV610czxPLh2ooUnW4U/7zE3oIlSY1VFQ4WDfg4w5//xp6+5WdyEs9A==} engines: {node: '>=14.18'} dependencies: '@sanity/eventsource': 5.0.2 - get-it: 8.6.0 + get-it: 8.6.2 rxjs: 7.8.1 transitivePeerDependencies: - debug - /@sanity/client@6.20.0(debug@3.2.7): - resolution: {integrity: sha512-p6ENOFBR1QQirKj6zVYPDeZNVHMVV+3UVo+RptZDQPuyYyfAOA/TwJzX3cE19O2G4CgWnLfkmOOg6RcFjzFMWQ==} + /@sanity/client@6.20.1(debug@3.2.7): + resolution: {integrity: sha512-iyqooCYAMWxHwlGYuePlZlaL2VsgX57cV610czxPLh2ooUnW4U/7zE3oIlSY1VFQ4WDfg4w5//xp6+5WdyEs9A==} engines: {node: '>=14.18'} dependencies: '@sanity/eventsource': 5.0.2 - get-it: 8.6.0(debug@3.2.7) + get-it: 8.6.2(debug@3.2.7) rxjs: 7.8.1 transitivePeerDependencies: - debug - /@sanity/client@6.20.0(debug@4.3.4): - resolution: {integrity: sha512-p6ENOFBR1QQirKj6zVYPDeZNVHMVV+3UVo+RptZDQPuyYyfAOA/TwJzX3cE19O2G4CgWnLfkmOOg6RcFjzFMWQ==} + /@sanity/client@6.20.1(debug@4.3.4): + resolution: {integrity: sha512-iyqooCYAMWxHwlGYuePlZlaL2VsgX57cV610czxPLh2ooUnW4U/7zE3oIlSY1VFQ4WDfg4w5//xp6+5WdyEs9A==} engines: {node: '>=14.18'} dependencies: '@sanity/eventsource': 5.0.2 - get-it: 8.6.0(debug@4.3.4) + get-it: 8.6.2(debug@4.3.4) rxjs: 7.8.1 transitivePeerDependencies: - debug @@ -3751,17 +3792,40 @@ packages: transitivePeerDependencies: - supports-color + /@sanity/codegen@3.48.1: + resolution: {integrity: sha512-FuWMe32Dd9Gdamm0FD6EmjGBVw2Sd6h5IrxYQLJGggYTaamnkDYFxQjA4LosI3A9rPRU/du8SrljI5twrfxlfA==} + engines: {node: '>=18'} + dependencies: + '@babel/core': 7.24.4 + '@babel/generator': 7.24.4 + '@babel/preset-env': 7.24.4(@babel/core@7.24.4) + '@babel/preset-react': 7.24.1(@babel/core@7.24.4) + '@babel/preset-typescript': 7.24.1(@babel/core@7.24.4) + '@babel/register': 7.23.7(@babel/core@7.24.4) + '@babel/traverse': 7.24.1 + '@babel/types': 7.24.0 + debug: 4.3.4(supports-color@5.5.0) + globby: 10.0.2 + groq: 3.48.1 + groq-js: 1.9.0 + json5: 2.2.3 + tsconfig-paths: 4.2.0 + zod: 3.23.4 + transitivePeerDependencies: + - supports-color + dev: false + /@sanity/color@3.0.6: resolution: {integrity: sha512-2TjYEvOftD0v7ukx3Csdh9QIu44P2z7NDJtlC3qITJRYV36J7R6Vfd3trVhFnN77/7CZrGjqngrtohv8VqO5nw==} engines: {node: '>=18.0.0'} - /@sanity/core-loader@1.6.19(@sanity/client@6.20.0): + /@sanity/core-loader@1.6.19(@sanity/client@6.20.1): resolution: {integrity: sha512-dLV2Flw0L521KYm2EdWOqtS53D+geGpLqMIvpWdLD/7NhM3p3y12Eps8UY3VYHZfsUtqpXmOBx0X9vYsfZlvxA==} engines: {node: '>=18'} peerDependencies: '@sanity/client': ^6.19.1 dependencies: - '@sanity/client': 6.20.0 + '@sanity/client': 6.20.1 dev: false /@sanity/diff-match-patch@3.1.1: @@ -3774,6 +3838,13 @@ packages: dependencies: '@sanity/diff-match-patch': 3.1.1 + /@sanity/diff@3.48.1: + resolution: {integrity: sha512-urL9XFoHt7f5OEw0Ql05eX9V7aZHhcruKDH+mKZZdgW5aVz2xYzzrRjm6MkvJHC0PjQRngYrtSnU3GTZw/PWLg==} + engines: {node: '>=18'} + dependencies: + '@sanity/diff-match-patch': 3.1.1 + dev: false + /@sanity/document-internationalization@3.0.0(@sanity/mutator@3.46.1)(@sanity/ui@2.4.0)(@sanity/util@3.46.1)(react-dom@18.3.1)(react-fast-compare@3.2.2)(react@18.3.1)(rxjs@7.8.1)(sanity@3.46.1)(styled-components@6.1.11): resolution: {integrity: sha512-HQQiix1MCNtXOLpi1ILjpT8EGk55Yv7515DVWcJAHLSjfpYAo9wvGfkZhRhP5lzWxLj2DsyeBX2zkF2J3QDs2A==} engines: {node: '>=14'} @@ -3802,7 +3873,7 @@ packages: - rxjs dev: false - /@sanity/eslint-config-studio@3.0.1(eslint@8.57.0)(typescript@5.4.5): + /@sanity/eslint-config-studio@3.0.1(eslint@8.57.0)(typescript@5.5.2): resolution: {integrity: sha512-N7IFd/VZuL0UyJ2T5t5WWWf9DrhgY6lt0bnnScwwyX4ijA7WMFtxR5rgL2EDGdhI2eYyxOeleeBaK9QEXgiA1A==} dependencies: '@babel/core': 7.24.4 @@ -3810,8 +3881,8 @@ packages: '@babel/preset-env': 7.24.4(@babel/core@7.24.4) '@babel/preset-react': 7.24.1(@babel/core@7.24.4) '@rushstack/eslint-patch': 1.10.2 - '@typescript-eslint/eslint-plugin': 6.21.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(typescript@5.4.5) - '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/eslint-plugin': 6.21.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(typescript@5.5.2) + '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.5.2) confusing-browser-globals: 1.0.11 eslint-plugin-jsx-a11y: 6.8.0(eslint@8.57.0) eslint-plugin-react: 7.34.1(eslint@8.57.0) @@ -3846,6 +3917,26 @@ packages: transitivePeerDependencies: - supports-color + /@sanity/export@3.39.0: + resolution: {integrity: sha512-FgGKW3eJ06JhuHTriprXe3Q5CVLAbpopIj37L7nDRqcP4h/KDYrUrpOSBEGx1Y2pDJx8AQeVOkJ96x+3nB/d0A==} + engines: {node: '>=18'} + dependencies: + '@sanity/client': 6.20.1(debug@4.3.4) + '@sanity/util': 3.37.2(debug@4.3.4) + archiver: 7.0.1 + debug: 4.3.4(supports-color@5.5.0) + get-it: 8.6.2(debug@4.3.4) + lodash: 4.17.21 + mississippi: 4.0.0 + p-queue: 2.4.2 + rimraf: 3.0.2 + split2: 4.2.0 + tar: 7.4.0 + yaml: 2.4.5 + transitivePeerDependencies: + - supports-color + dev: false + /@sanity/generate-help-url@3.0.0: resolution: {integrity: sha512-wtMYcV5GIDIhVyF/jjmdwq1GdlK07dRL40XMns73VbrFI7FteRltxv48bhYVZPcLkRXb0SHjpDS/icj9/yzbVA==} @@ -3945,6 +4036,26 @@ packages: react-dom: 18.3.1(react@18.3.1) dev: false + /@sanity/insert-menu@1.0.6(@sanity/types@3.48.1)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11): + resolution: {integrity: sha512-qvDj/hX2bLulgkD8ksXRwJa/xxtck7UKTBwIVqmWS2jq5bLdG+1D5K8pIEb24KI6VFkgPCrIkygX/pU+2HatWA==} + engines: {node: '>=18.0.0'} + peerDependencies: + '@sanity/types': ^3.45.0 + react: ^18.3 || >=19.0.0-rc + react-dom: ^18.3 || >=19.0.0-rc + react-is: ^18.3 || >=19.0.0-rc + dependencies: + '@sanity/icons': 3.2.0(react@18.3.1) + '@sanity/types': 3.48.1(debug@4.3.4) + '@sanity/ui': 2.4.0(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11) + lodash.startcase: 4.4.0 + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + react-is: 18.3.1 + transitivePeerDependencies: + - styled-components + dev: false + /@sanity/language-filter@4.0.2(@sanity/ui@2.4.0)(@sanity/util@3.46.1)(react-dom@18.3.1)(react@18.3.1)(sanity@3.46.1)(styled-components@6.1.11): resolution: {integrity: sha512-guL7vZv/QwDdbzVbCA8YqY8G0tH6KW2obyp5UCbFvFy9NqlmfuaHtle/VIO+UwqbCXck2Xpz0WihFeQHHjhCcw==} engines: {node: '>=14'} @@ -3982,7 +4093,7 @@ packages: engines: {node: '>=18'} dependencies: '@bjoerge/mutiny': 0.5.3 - '@sanity/client': 6.20.0(debug@4.3.4) + '@sanity/client': 6.20.1(debug@4.3.4) '@sanity/types': 3.46.1(debug@4.3.4) '@sanity/util': 3.46.1(debug@4.3.4) arrify: 2.0.1 @@ -3993,6 +4104,23 @@ packages: transitivePeerDependencies: - supports-color + /@sanity/migrate@3.48.1: + resolution: {integrity: sha512-hZF9W871nTN8g9/ZdSZMDO6PWawTOD+HGO0yGIj5keE3IP5o+8EuoffgJHuVghqe/31kU1XvT887IUNNLaFd+Q==} + engines: {node: '>=18'} + dependencies: + '@bjoerge/mutiny': 0.5.3 + '@sanity/client': 6.20.1(debug@4.3.4) + '@sanity/types': 3.48.1(debug@4.3.4) + '@sanity/util': 3.48.1(debug@4.3.4) + arrify: 2.0.1 + debug: 4.3.4(supports-color@5.5.0) + fast-fifo: 1.3.2 + groq-js: 1.9.0 + p-map: 7.0.2 + transitivePeerDependencies: + - supports-color + dev: false + /@sanity/mutator@3.37.2: resolution: {integrity: sha512-F0MvseVtgPBaPxNZtSidF6BQeygviYThgmhRbjZ89AhlRhWiLODvLakdogFmwD1NEQ0tpKn+8m0pQIOHgt2C3w==} dependencies: @@ -4013,6 +4141,17 @@ packages: transitivePeerDependencies: - supports-color + /@sanity/mutator@3.48.1: + resolution: {integrity: sha512-1+eCk29pWz1Fmssxq/A7oveEagEM9JcwdlfENNSnvY5cPB38KA1LYlNBCPykSCl8hC1/19EdyUgrlTNdf5gndQ==} + dependencies: + '@sanity/diff-match-patch': 3.1.1 + '@sanity/uuid': 3.0.2 + debug: 4.3.4(supports-color@5.5.0) + lodash: 4.17.21 + transitivePeerDependencies: + - supports-color + dev: false + /@sanity/pkg-utils@6.8.6(typescript@5.4.5): resolution: {integrity: sha512-9rj5lWvYQ8pptcsb5186Mlw/MZ7jdQAO1ntLS4llXh1S7zVPOp8k9Z0pTBdbWcFdQlP8DW0KlsHYrNNjWwAjng==} engines: {node: '>=18.17.0'} @@ -4134,15 +4273,40 @@ packages: - react-dom - supports-color - /@sanity/presentation@1.15.13(@sanity/client@6.20.0)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11): + /@sanity/portable-text-editor@3.48.1(react-dom@18.3.1)(react@18.3.1)(rxjs@7.8.1)(styled-components@6.1.11): + resolution: {integrity: sha512-0GNWlfTQeY0TwUlOLvjy9vYAVrRbhDcrmZ9nOXJYWcNVhG2K8GyT+MpPNEOOm+DwE75m1XXTUd3w2UX1VqXLtQ==} + engines: {node: '>=18'} + peerDependencies: + react: ^16.9 || ^17 || ^18 + rxjs: ^7 + styled-components: ^6.1 + dependencies: + '@sanity/block-tools': 3.48.1 + '@sanity/schema': 3.48.1(debug@3.2.7) + '@sanity/types': 3.48.1(debug@3.2.7) + '@sanity/util': 3.48.1(debug@3.2.7) + debug: 3.2.7 + is-hotkey-esm: 1.0.0 + lodash: 4.17.21 + react: 18.3.1 + rxjs: 7.8.1 + slate: 0.100.0 + slate-react: 0.101.0(react-dom@18.3.1)(react@18.3.1)(slate@0.100.0) + styled-components: 6.1.11(react-dom@18.3.1)(react@18.3.1) + transitivePeerDependencies: + - react-dom + - supports-color + dev: false + + /@sanity/presentation@1.15.13(@sanity/client@6.20.1)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11): resolution: {integrity: sha512-KZougN2tDnw+/wAZ+4TSAKmjRPfI/M/0v6/fa3FB96LRPtVgyPs//gXLjItT+mSVAkrFjhGI479WLHD9ls5AOg==} engines: {node: '>=16.14'} peerDependencies: '@sanity/client': ^6.19.1 dependencies: - '@sanity/client': 6.20.0(debug@4.3.4) + '@sanity/client': 6.20.1(debug@4.3.4) '@sanity/icons': 3.2.0(react@18.3.1) - '@sanity/preview-url-secret': 1.6.17(@sanity/client@6.20.0) + '@sanity/preview-url-secret': 1.6.17(@sanity/client@6.20.1) '@sanity/ui': 2.4.0(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11) '@sanity/uuid': 3.0.2 '@types/lodash.isequal': 4.5.8 @@ -4160,15 +4324,15 @@ packages: - react-is - styled-components - /@sanity/presentation@1.16.0(@sanity/client@6.20.0)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11): + /@sanity/presentation@1.16.0(@sanity/client@6.20.1)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11): resolution: {integrity: sha512-8nNGPM+r+D8dRe/UVcDEO6Z9gzS5LcOIQMzziOg8nMUGz284pcuEIzvRI9XQ3gbMiv6Zyo+fzuJPktoq+dkqhw==} engines: {node: '>=16.14'} peerDependencies: '@sanity/client': ^6.19.1 dependencies: - '@sanity/client': 6.20.0 + '@sanity/client': 6.20.1 '@sanity/icons': 3.2.0(react@18.3.1) - '@sanity/preview-url-secret': 1.6.17(@sanity/client@6.20.0) + '@sanity/preview-url-secret': 1.6.17(@sanity/client@6.20.1) '@sanity/ui': 2.4.0(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11) '@sanity/uuid': 3.0.2 '@types/lodash.isequal': 4.5.8 @@ -4188,18 +4352,18 @@ packages: - styled-components dev: false - /@sanity/preview-kit-compat@1.5.1(@sanity/client@6.20.0)(react@18.3.1): + /@sanity/preview-kit-compat@1.5.1(@sanity/client@6.20.1)(react@18.3.1): resolution: {integrity: sha512-JWG0PXieBtiKAS5Tpbf7NcsxRnAk+kqgFTNrZ6X0RhYfHDIJwZhumIwqbdIqNs7leqZozdwI8NKgSPep6u3uDQ==} engines: {node: '>=18'} peerDependencies: '@sanity/client': ^6.19.1 react: ^18.3 || >=19.0.0-rc dependencies: - '@sanity/client': 6.20.0 + '@sanity/client': 6.20.1 react: 18.3.1 dev: false - /@sanity/preview-kit@5.1.0(@sanity/client@6.20.0)(react@18.3.1): + /@sanity/preview-kit@5.1.0(@sanity/client@6.20.1)(react@18.3.1): resolution: {integrity: sha512-/yRkmw4YFM1pU38h2ZDGG1s1gfHrAL/KrFbBsHh04gi/VMdhfgjVKciNB9hfBep/qe0LP9MmH1sTjQKXnyDbOg==} engines: {node: '>=18'} peerDependencies: @@ -4209,30 +4373,30 @@ packages: react: optional: true dependencies: - '@sanity/client': 6.20.0 - '@sanity/preview-kit-compat': 1.5.1(@sanity/client@6.20.0)(react@18.3.1) + '@sanity/client': 6.20.1 + '@sanity/preview-kit-compat': 1.5.1(@sanity/client@6.20.1)(react@18.3.1) mendoza: 3.0.7 react: 18.3.1 dev: false - /@sanity/preview-url-secret@1.6.17(@sanity/client@6.20.0): + /@sanity/preview-url-secret@1.6.17(@sanity/client@6.20.1): resolution: {integrity: sha512-Gj0bnochUdyGJdcYdZMJ8up81aqp6dCy1ldE5Hx3tIktANc7LYie0KfZctexY1h+teBi50vKpk8uiVID/V2e2w==} engines: {node: '>=18'} peerDependencies: '@sanity/client': ^6.19.1 dependencies: - '@sanity/client': 6.20.0 + '@sanity/client': 6.20.1 '@sanity/uuid': 3.0.2 - /@sanity/react-loader@1.10.3(@sanity/client@6.20.0)(react@18.3.1): + /@sanity/react-loader@1.10.3(@sanity/client@6.20.1)(react@18.3.1): resolution: {integrity: sha512-SR0qcxgICFeiFA5WTKm57sr7UspQ8tpy9TbbS33ILcWUkTBo9TCbiYiG7ooD/ood4Df6MKZCnWq6cxskbCxY2A==} engines: {node: '>=18'} peerDependencies: '@sanity/client': ^6.19.1 react: ^18.3 || >=19.0.0-rc dependencies: - '@sanity/client': 6.20.0 - '@sanity/core-loader': 1.6.19(@sanity/client@6.20.0) + '@sanity/client': 6.20.1 + '@sanity/core-loader': 1.6.19(@sanity/client@6.20.1) react: 18.3.1 dev: false @@ -4266,6 +4430,38 @@ packages: - debug - supports-color + /@sanity/schema@3.48.1(debug@3.2.7): + resolution: {integrity: sha512-d5psPHa0PD36jLiU7gjftYNRxqyyNQE3aj55u3yu8a6Bdp9uw2XVQjz2r0dnmOEIGOYIcUK7CSnpbEsuv+mhQA==} + dependencies: + '@sanity/generate-help-url': 3.0.0 + '@sanity/types': 3.48.1(debug@3.2.7) + arrify: 1.0.1 + groq-js: 1.9.0 + humanize-list: 1.0.1 + leven: 3.1.0 + lodash: 4.17.21 + object-inspect: 1.13.1 + transitivePeerDependencies: + - debug + - supports-color + dev: false + + /@sanity/schema@3.48.1(debug@4.3.4): + resolution: {integrity: sha512-d5psPHa0PD36jLiU7gjftYNRxqyyNQE3aj55u3yu8a6Bdp9uw2XVQjz2r0dnmOEIGOYIcUK7CSnpbEsuv+mhQA==} + dependencies: + '@sanity/generate-help-url': 3.0.0 + '@sanity/types': 3.48.1(debug@4.3.4) + arrify: 1.0.1 + groq-js: 1.9.0 + humanize-list: 1.0.1 + leven: 3.1.0 + lodash: 4.17.21 + object-inspect: 1.13.1 + transitivePeerDependencies: + - debug + - supports-color + dev: false + /@sanity/telemetry@0.7.7: resolution: {integrity: sha512-YUoAMrl0XEf5C4Jt0n+wmJAR7gDrraic3u7yxog0U2QukgeOn9BDhXF5rF9jMuDllGZmUbBaFq+mh5sW/tACWw==} engines: {node: '>=16.0.0'} @@ -4279,7 +4475,7 @@ packages: /@sanity/types@3.37.2(debug@4.3.4): resolution: {integrity: sha512-1EfKkNlJ86wIDtc7oFHb79JI8lKDOxKDYrkmwhvuHgJY83GpSABc1kFdbwAtWZfrWVWyqVXUv/KlNwA3b99y/g==} dependencies: - '@sanity/client': 6.20.0(debug@4.3.4) + '@sanity/client': 6.20.1(debug@4.3.4) '@types/react': 18.3.3 transitivePeerDependencies: - debug @@ -4287,7 +4483,7 @@ packages: /@sanity/types@3.46.1: resolution: {integrity: sha512-MfRuDUq3Y3mWgPiGNDfnZ4syhgsTlLvdeOE/TiefA6i0Ka1Z4Ob+6NUZPL51Wsv9k7iUrGsfj6UpWh+9kKANZQ==} dependencies: - '@sanity/client': 6.20.0 + '@sanity/client': 6.20.1 '@types/react': 18.3.3 transitivePeerDependencies: - debug @@ -4296,7 +4492,7 @@ packages: /@sanity/types@3.46.1(debug@3.2.7): resolution: {integrity: sha512-MfRuDUq3Y3mWgPiGNDfnZ4syhgsTlLvdeOE/TiefA6i0Ka1Z4Ob+6NUZPL51Wsv9k7iUrGsfj6UpWh+9kKANZQ==} dependencies: - '@sanity/client': 6.20.0(debug@3.2.7) + '@sanity/client': 6.20.1(debug@3.2.7) '@types/react': 18.3.3 transitivePeerDependencies: - debug @@ -4304,11 +4500,29 @@ packages: /@sanity/types@3.46.1(debug@4.3.4): resolution: {integrity: sha512-MfRuDUq3Y3mWgPiGNDfnZ4syhgsTlLvdeOE/TiefA6i0Ka1Z4Ob+6NUZPL51Wsv9k7iUrGsfj6UpWh+9kKANZQ==} dependencies: - '@sanity/client': 6.20.0(debug@4.3.4) + '@sanity/client': 6.20.1(debug@4.3.4) '@types/react': 18.3.3 transitivePeerDependencies: - debug + /@sanity/types@3.48.1(debug@3.2.7): + resolution: {integrity: sha512-UG+AjRPYhh+URH5pBrIQ4h81rRbVZ+J/WLL+vP9uL/bseq61etWIYz8iljXWuReVHbqBPLGHQF1EpcMX1EZ5MQ==} + dependencies: + '@sanity/client': 6.20.1(debug@3.2.7) + '@types/react': 18.3.3 + transitivePeerDependencies: + - debug + dev: false + + /@sanity/types@3.48.1(debug@4.3.4): + resolution: {integrity: sha512-UG+AjRPYhh+URH5pBrIQ4h81rRbVZ+J/WLL+vP9uL/bseq61etWIYz8iljXWuReVHbqBPLGHQF1EpcMX1EZ5MQ==} + dependencies: + '@sanity/client': 6.20.1(debug@4.3.4) + '@types/react': 18.3.3 + transitivePeerDependencies: + - debug + dev: false + /@sanity/ui@2.3.3(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11): resolution: {integrity: sha512-TuAUDvqFbO+A4OU78I4gFnGfh+oPugsTKj7Kf0FwdQO8xWn26PepGt5BkKEh8RKC36dX39bdhUPKPIkIrsKd9A==} engines: {node: '>=14.0.0'} @@ -4353,7 +4567,7 @@ packages: resolution: {integrity: sha512-hq0eLjyV2iaOm9ivtPw12YTQ4QsE3jnV/Ui0zhclEhu8Go5JiaEhFt2+WM2lLGRH6qcSA414QbsCNCcyhJL6rA==} engines: {node: '>=18'} dependencies: - '@sanity/client': 6.20.0(debug@4.3.4) + '@sanity/client': 6.20.1(debug@4.3.4) '@sanity/types': 3.37.2(debug@4.3.4) get-random-values-esm: 1.0.2 moment: 2.30.1 @@ -4365,7 +4579,7 @@ packages: resolution: {integrity: sha512-Ef0LB8cePz/iGl+zprHmQFy/rwBFF5UPkh5txxX6pp/EstRsj0Bu9hls6RlKd1rzKzTHgzdQFb1WYnaH6qIlnQ==} engines: {node: '>=18'} dependencies: - '@sanity/client': 6.20.0 + '@sanity/client': 6.20.1 '@sanity/types': 3.46.1 get-random-values-esm: 1.0.2 moment: 2.30.1 @@ -4378,7 +4592,7 @@ packages: resolution: {integrity: sha512-Ef0LB8cePz/iGl+zprHmQFy/rwBFF5UPkh5txxX6pp/EstRsj0Bu9hls6RlKd1rzKzTHgzdQFb1WYnaH6qIlnQ==} engines: {node: '>=18'} dependencies: - '@sanity/client': 6.20.0(debug@3.2.7) + '@sanity/client': 6.20.1(debug@3.2.7) '@sanity/types': 3.46.1(debug@3.2.7) get-random-values-esm: 1.0.2 moment: 2.30.1 @@ -4390,7 +4604,7 @@ packages: resolution: {integrity: sha512-Ef0LB8cePz/iGl+zprHmQFy/rwBFF5UPkh5txxX6pp/EstRsj0Bu9hls6RlKd1rzKzTHgzdQFb1WYnaH6qIlnQ==} engines: {node: '>=18'} dependencies: - '@sanity/client': 6.20.0(debug@4.3.4) + '@sanity/client': 6.20.1(debug@4.3.4) '@sanity/types': 3.46.1(debug@4.3.4) get-random-values-esm: 1.0.2 moment: 2.30.1 @@ -4398,14 +4612,40 @@ packages: transitivePeerDependencies: - debug + /@sanity/util@3.48.1(debug@3.2.7): + resolution: {integrity: sha512-MTWKGuE88ASGnx9nngqAd0ZphVXppCIIgh5KB/xvMDigaWcrP5tWW34XR6yN52/6kRHGxU2ehyC7RRZDMTj9pQ==} + engines: {node: '>=18'} + dependencies: + '@sanity/client': 6.20.1(debug@3.2.7) + '@sanity/types': 3.48.1(debug@3.2.7) + get-random-values-esm: 1.0.2 + moment: 2.30.1 + rxjs: 7.8.1 + transitivePeerDependencies: + - debug + dev: false + + /@sanity/util@3.48.1(debug@4.3.4): + resolution: {integrity: sha512-MTWKGuE88ASGnx9nngqAd0ZphVXppCIIgh5KB/xvMDigaWcrP5tWW34XR6yN52/6kRHGxU2ehyC7RRZDMTj9pQ==} + engines: {node: '>=18'} + dependencies: + '@sanity/client': 6.20.1(debug@4.3.4) + '@sanity/types': 3.48.1(debug@4.3.4) + get-random-values-esm: 1.0.2 + moment: 2.30.1 + rxjs: 7.8.1 + transitivePeerDependencies: + - debug + dev: false + /@sanity/uuid@3.0.2: resolution: {integrity: sha512-vzdhqOrX7JGbMyK40KuIwwyXHm7GMLOGuYgn3xlC09e4ZVNofUO5mgezQqnRv0JAMthIRhofqs9f6ufUjMKOvw==} dependencies: '@types/uuid': 8.3.4 uuid: 8.3.2 - /@sanity/vision@3.46.1(@babel/runtime@7.24.4)(@codemirror/lint@6.5.0)(@codemirror/theme-one-dark@6.1.2)(@lezer/common@1.2.1)(codemirror@6.0.1)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11): - resolution: {integrity: sha512-BJGRB0/7q4pc9mct/iQ6qAGrrqcwJNPtiXck0w1MT/F4tJ9bnSnQtuO8hIhHYsHctgGOd7JhB3/aH3wrip30Mw==} + /@sanity/vision@3.48.1(@babel/runtime@7.24.4)(@codemirror/lint@6.5.0)(@codemirror/theme-one-dark@6.1.2)(@lezer/common@1.2.1)(codemirror@6.0.1)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11): + resolution: {integrity: sha512-ST3tCswZGbsf+uitzTP/WRPrwzsWFZcx4q+AEyKBZlftOjzqs0p9PWfxo38cRlquSp7I+9+Ga//URLCcUIekHA==} peerDependencies: react: ^18 styled-components: ^6.1 @@ -4423,7 +4663,7 @@ packages: '@rexxars/react-split-pane': 0.1.93(react-dom@18.3.1)(react@18.3.1) '@sanity/color': 3.0.6 '@sanity/icons': 3.2.0(react@18.3.1) - '@sanity/ui': 2.3.3(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11) + '@sanity/ui': 2.4.0(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11) '@uiw/react-codemirror': 4.21.25(@babel/runtime@7.24.4)(@codemirror/autocomplete@6.16.0)(@codemirror/language@6.10.1)(@codemirror/lint@6.5.0)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.26.3)(codemirror@6.0.1)(react-dom@18.3.1)(react@18.3.1) is-hotkey-esm: 1.0.0 json-2-csv: 5.5.1 @@ -4442,14 +4682,14 @@ packages: - react-is dev: false - /@sanity/visual-editing@2.1.3(@sanity/client@6.20.0)(next@14.2.4)(react-dom@18.3.1)(react@18.3.1): - resolution: {integrity: sha512-P2M1WIlhJLCwtMR1shmACRWnRMsW5WD5RHVsOFMXolFdL3CY1/O/8yvK9xZ6QEHONDpKsJo2zr+CG2LZ9cX0QQ==} + /@sanity/visual-editing@2.1.5(@sanity/client@6.20.1)(next@14.2.4)(react-dom@18.3.1)(react@18.3.1): + resolution: {integrity: sha512-CWwqI60Fvcsg+KbvtwKrgfumAtQ+nJUJ9NSl7SlGSkeQLlpIKnLOsTpLx0JuNxkR57/j79jU2eOh56FGVDiACg==} engines: {node: '>=18'} peerDependencies: '@remix-run/react': '>= 2' '@sanity/client': ^6.19.1 '@sveltejs/kit': '>= 2' - next: '>= 13 || >=14.3.0-canary.0 <14.3.0' + 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 svelte: '>= 4' @@ -4465,14 +4705,99 @@ packages: svelte: optional: true dependencies: - '@sanity/client': 6.20.0 - '@sanity/preview-url-secret': 1.6.17(@sanity/client@6.20.0) + '@sanity/client': 6.20.1 + '@sanity/preview-url-secret': 1.6.17(@sanity/client@6.20.1) '@vercel/stega': 0.1.2 next: 14.2.4(@babel/core@7.24.4)(react-dom@18.3.1)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) scroll-into-view-if-needed: 3.1.0 - valibot: 0.30.0 + valibot: 0.31.1 + dev: false + + /@sentry-internal/browser-utils@8.13.0: + resolution: {integrity: sha512-lqq8BYbbs9KTlDuyB5NjdZB6P/llqQs32KUgaCQ/k5DFB4Zf56+BFHXObnMHxwx375X1uixtnEphagWZa+nsLQ==} + engines: {node: '>=14.18'} + dependencies: + '@sentry/core': 8.13.0 + '@sentry/types': 8.13.0 + '@sentry/utils': 8.13.0 + dev: false + + /@sentry-internal/feedback@8.13.0: + resolution: {integrity: sha512-YyJ6SzpTonixvguAg0H9vkEp7Jq8ZeVY8M4n47ClR0+TtaAUp04ZhcJpHKF7PwBIAzc7DRr2XP112tmWgiVEcg==} + engines: {node: '>=14.18'} + dependencies: + '@sentry/core': 8.13.0 + '@sentry/types': 8.13.0 + '@sentry/utils': 8.13.0 + dev: false + + /@sentry-internal/replay-canvas@8.13.0: + resolution: {integrity: sha512-lPlfWVIHX+gW4S8a/UOVutuqMyQhlkNUAay0W21MVhZJT5Mtj0p21D/Cz7nrOQRDIiLNq90KAGK2tLxx5NkiWA==} + engines: {node: '>=14.18'} + dependencies: + '@sentry-internal/replay': 8.13.0 + '@sentry/core': 8.13.0 + '@sentry/types': 8.13.0 + '@sentry/utils': 8.13.0 + dev: false + + /@sentry-internal/replay@8.13.0: + resolution: {integrity: sha512-DJ1jF/Pab0FH4SeCvSGCnGAu/s0wJvhBWM5VjQp7Jjmcfunp+R3vJibqU8gAVZU1nYRLaqprLdIXrSyP2Km8nQ==} + engines: {node: '>=14.18'} + dependencies: + '@sentry-internal/browser-utils': 8.13.0 + '@sentry/core': 8.13.0 + '@sentry/types': 8.13.0 + '@sentry/utils': 8.13.0 + dev: false + + /@sentry/browser@8.13.0: + resolution: {integrity: sha512-/tp7HZ5qjwDLtwooPMoexdAi2PG7gMNY0bHeMlwy20hs8mclC8RW8ZiJA6czXHfgnbmvxfrHaY53IJyz//JnlA==} + engines: {node: '>=14.18'} + dependencies: + '@sentry-internal/browser-utils': 8.13.0 + '@sentry-internal/feedback': 8.13.0 + '@sentry-internal/replay': 8.13.0 + '@sentry-internal/replay-canvas': 8.13.0 + '@sentry/core': 8.13.0 + '@sentry/types': 8.13.0 + '@sentry/utils': 8.13.0 + dev: false + + /@sentry/core@8.13.0: + resolution: {integrity: sha512-N9Qg4ZGxZWp8eb2eUUHVVKgjBLtFIjS805nG92s6yJmkvOpKm6mLtcUaT/iDf3Hta6nG+xRkhbE3r+Z4cbXG8w==} + engines: {node: '>=14.18'} + dependencies: + '@sentry/types': 8.13.0 + '@sentry/utils': 8.13.0 + dev: false + + /@sentry/react@8.13.0(react@18.3.1): + resolution: {integrity: sha512-gz+aHZMcl6uvHkmLBGzMGjJJ+Vpl+W0VXJsKB9fdjZDDF5vJpgXTR9mwMEXJ9lKi+cY6tDe0+af+DA8BGJgw0Q==} + engines: {node: '>=14.18'} + peerDependencies: + react: ^16.14.0 || 17.x || 18.x || 19.x + dependencies: + '@sentry/browser': 8.13.0 + '@sentry/core': 8.13.0 + '@sentry/types': 8.13.0 + '@sentry/utils': 8.13.0 + hoist-non-react-statics: 3.3.2 + react: 18.3.1 + dev: false + + /@sentry/types@8.13.0: + resolution: {integrity: sha512-r63s/H5gvQnQM9tTGBXz2xErUbxZALh4e2Lg/1aHj4zIvGLBjA2z5qWsh6TEZYbpmgAyGShLDr6+rWeUVf9yBQ==} + engines: {node: '>=14.18'} + dev: false + + /@sentry/utils@8.13.0: + resolution: {integrity: sha512-PxV0v9VbGWH9zP37P5w2msLUFDr287nYjoY2XVF+RSolyiTs1CQNI5ZMUO3o4MsSac/dpXxjyrZXQd72t/jRYA==} + engines: {node: '>=14.18'} + dependencies: + '@sentry/types': 8.13.0 dev: false /@swc/counter@0.1.3: @@ -4724,6 +5049,35 @@ packages: - supports-color dev: true + /@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(typescript@5.5.2): + resolution: {integrity: sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==} + engines: {node: ^16.0.0 || >=18.0.0} + peerDependencies: + '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha + eslint: ^7.0.0 || ^8.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@eslint-community/regexpp': 4.10.0 + '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.5.2) + '@typescript-eslint/scope-manager': 6.21.0 + '@typescript-eslint/type-utils': 6.21.0(eslint@8.57.0)(typescript@5.5.2) + '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.5.2) + '@typescript-eslint/visitor-keys': 6.21.0 + debug: 4.3.4(supports-color@5.5.0) + eslint: 8.57.0 + graphemer: 1.4.0 + ignore: 5.3.1 + natural-compare: 1.4.0 + semver: 7.6.0 + ts-api-utils: 1.3.0(typescript@5.5.2) + typescript: 5.5.2 + transitivePeerDependencies: + - supports-color + dev: true + /@typescript-eslint/eslint-plugin@7.13.1(@typescript-eslint/parser@7.13.1)(eslint@8.57.0)(typescript@5.4.5): resolution: {integrity: sha512-kZqi+WZQaZfPKnsflLJQCz6Ze9FFSMfXrrIOcyargekQxG37ES7DJNpJUE9Q/X5n3yTIP/WPutVNzgknQ7biLg==} engines: {node: ^18.18.0 || >=20.0.0} @@ -4801,6 +5155,27 @@ packages: - supports-color dev: true + /@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.2): + resolution: {integrity: sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==} + engines: {node: ^16.0.0 || >=18.0.0} + peerDependencies: + eslint: ^7.0.0 || ^8.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/scope-manager': 6.21.0 + '@typescript-eslint/types': 6.21.0 + '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.5.2) + '@typescript-eslint/visitor-keys': 6.21.0 + debug: 4.3.4(supports-color@5.5.0) + eslint: 8.57.0 + typescript: 5.5.2 + transitivePeerDependencies: + - supports-color + dev: true + /@typescript-eslint/parser@7.13.1(eslint@8.57.0)(typescript@5.4.5): resolution: {integrity: sha512-1ELDPlnLvDQ5ybTSrMhRTFDfOQEOXNM+eP+3HT/Yq7ruWpciQw+Avi73pdEbA4SooCawEWo3dtYbF68gN7Ed1A==} engines: {node: ^18.18.0 || >=20.0.0} @@ -4822,7 +5197,7 @@ packages: - supports-color dev: true - /@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.4.5): + /@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.2): resolution: {integrity: sha512-5FKsVcHTk6TafQKQbuIVkXq58Fnbkd2wDL4LB7AURN7RUOu1utVP+G8+6u3ZhEroW3DF6hyo3ZEXxgKgp4KeCg==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -4834,11 +5209,11 @@ packages: dependencies: '@typescript-eslint/scope-manager': 7.2.0 '@typescript-eslint/types': 7.2.0 - '@typescript-eslint/typescript-estree': 7.2.0(typescript@5.4.5) + '@typescript-eslint/typescript-estree': 7.2.0(typescript@5.5.2) '@typescript-eslint/visitor-keys': 7.2.0 debug: 4.3.4(supports-color@5.5.0) eslint: 8.57.0 - typescript: 5.4.5 + typescript: 5.5.2 transitivePeerDependencies: - supports-color dev: true @@ -4918,8 +5293,28 @@ packages: '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.4.5) debug: 4.3.4(supports-color@5.5.0) eslint: 8.57.0 - ts-api-utils: 1.3.0(typescript@5.4.5) - typescript: 5.4.5 + ts-api-utils: 1.3.0(typescript@5.4.5) + typescript: 5.4.5 + transitivePeerDependencies: + - supports-color + dev: true + + /@typescript-eslint/type-utils@6.21.0(eslint@8.57.0)(typescript@5.5.2): + resolution: {integrity: sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==} + engines: {node: ^16.0.0 || >=18.0.0} + peerDependencies: + eslint: ^7.0.0 || ^8.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.5.2) + '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.5.2) + debug: 4.3.4(supports-color@5.5.0) + eslint: 8.57.0 + ts-api-utils: 1.3.0(typescript@5.5.2) + typescript: 5.5.2 transitivePeerDependencies: - supports-color dev: true @@ -5032,6 +5427,28 @@ packages: - supports-color dev: true + /@typescript-eslint/typescript-estree@6.21.0(typescript@5.5.2): + resolution: {integrity: sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==} + engines: {node: ^16.0.0 || >=18.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': 6.21.0 + '@typescript-eslint/visitor-keys': 6.21.0 + debug: 4.3.4(supports-color@5.5.0) + globby: 11.1.0 + is-glob: 4.0.3 + minimatch: 9.0.3 + semver: 7.6.0 + ts-api-utils: 1.3.0(typescript@5.5.2) + typescript: 5.5.2 + transitivePeerDependencies: + - supports-color + dev: true + /@typescript-eslint/typescript-estree@7.13.1(typescript@5.4.5): resolution: {integrity: sha512-uxNr51CMV7npU1BxZzYjoVz9iyjckBduFBP0S5sLlh1tXYzHzgZ3BR9SVsNed+LmwKrmnqN3Kdl5t7eZ5TS1Yw==} engines: {node: ^18.18.0 || >=20.0.0} @@ -5054,7 +5471,7 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree@7.2.0(typescript@5.4.5): + /@typescript-eslint/typescript-estree@7.2.0(typescript@5.5.2): resolution: {integrity: sha512-cyxS5WQQCoBwSakpMrvMXuMDEbhOo9bNHHrNcEWis6XHx6KF518tkF1wBvKIn/tpq5ZpUYK7Bdklu8qY0MsFIA==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -5070,8 +5487,8 @@ packages: is-glob: 4.0.3 minimatch: 9.0.3 semver: 7.6.0 - ts-api-utils: 1.3.0(typescript@5.4.5) - typescript: 5.4.5 + ts-api-utils: 1.3.0(typescript@5.5.2) + typescript: 5.5.2 transitivePeerDependencies: - supports-color dev: true @@ -5137,6 +5554,25 @@ packages: - typescript dev: true + /@typescript-eslint/utils@6.21.0(eslint@8.57.0)(typescript@5.5.2): + resolution: {integrity: sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==} + engines: {node: ^16.0.0 || >=18.0.0} + peerDependencies: + eslint: ^7.0.0 || ^8.0.0 + dependencies: + '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) + '@types/json-schema': 7.0.15 + '@types/semver': 7.5.8 + '@typescript-eslint/scope-manager': 6.21.0 + '@typescript-eslint/types': 6.21.0 + '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.5.2) + eslint: 8.57.0 + semver: 7.6.0 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + /@typescript-eslint/utils@7.13.1(eslint@8.57.0)(typescript@5.4.5): resolution: {integrity: sha512-h5MzFBD5a/Gh/fvNdp9pTfqJAbuQC4sCN2WzuXme71lqFJsZtLbjxfSk4r3p02WIArOF9N94pdsLiGutpDbrXQ==} engines: {node: ^18.18.0 || >=20.0.0} @@ -5598,7 +6034,7 @@ packages: /asynckit@0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} - /autoprefixer@10.4.19(postcss@8.4.38): + /autoprefixer@10.4.19(postcss@8.4.39): resolution: {integrity: sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==} engines: {node: ^10 || ^12 || >=14} hasBin: true @@ -5610,7 +6046,7 @@ packages: fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.0.0 - postcss: 8.4.38 + postcss: 8.4.39 postcss-value-parser: 4.2.0 dev: true @@ -5896,6 +6332,11 @@ packages: /chownr@1.1.4: resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} + /chownr@3.0.0: + resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==} + engines: {node: '>=18'} + dev: false + /ci-info@3.9.0: resolution: {integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==} engines: {node: '>=8'} @@ -6827,7 +7268,7 @@ packages: engines: {node: '>=10'} dev: true - /eslint-config-next@14.2.4(eslint@8.57.0)(typescript@5.4.5): + /eslint-config-next@14.2.4(eslint@8.57.0)(typescript@5.5.2): resolution: {integrity: sha512-Qr0wMgG9m6m4uYy2jrYJmyuNlYZzPRQq5Kvb9IDlYwn+7yq6W6sfMNFgb+9guM1KYwuIo6TIaiFhZJ6SnQ/Efw==} peerDependencies: eslint: ^7.23.0 || ^8.0.0 @@ -6838,7 +7279,7 @@ packages: dependencies: '@next/eslint-plugin-next': 14.2.4 '@rushstack/eslint-patch': 1.10.2 - '@typescript-eslint/parser': 7.2.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/parser': 7.2.0(eslint@8.57.0)(typescript@5.5.2) eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.2.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0) @@ -6846,7 +7287,7 @@ packages: eslint-plugin-jsx-a11y: 6.8.0(eslint@8.57.0) eslint-plugin-react: 7.34.1(eslint@8.57.0) eslint-plugin-react-hooks: 4.6.0(eslint@8.57.0) - typescript: 5.4.5 + typescript: 5.5.2 transitivePeerDependencies: - eslint-import-resolver-webpack - supports-color @@ -7016,7 +7457,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 7.2.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/parser': 7.2.0(eslint@8.57.0)(typescript@5.5.2) debug: 3.2.7 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 @@ -7075,7 +7516,7 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 7.2.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/parser': 7.2.0(eslint@8.57.0)(typescript@5.5.2) array-includes: 3.1.8 array.prototype.findlastindex: 1.2.5 array.prototype.flat: 1.3.2 @@ -7852,10 +8293,23 @@ packages: tunnel-agent: 0.6.0 transitivePeerDependencies: - debug + dev: true - /get-it@8.6.0(debug@3.2.7): + /get-it@8.6.0(debug@4.3.4): resolution: {integrity: sha512-ZFNZc3eKkYRHI5a7p3SAc3s0eBJgLL+qqpF7wpoFbTdzbHKC/XHu+6ot9RZTe6aoYGmZqf3Mdl62XdgiWJ7/ZQ==} engines: {node: '>=14.0.0'} + dependencies: + decompress-response: 7.0.0 + follow-redirects: 1.15.6(debug@4.3.4) + is-retry-allowed: 2.2.0 + progress-stream: 2.0.0 + tunnel-agent: 0.6.0 + transitivePeerDependencies: + - debug + + /get-it@8.6.2: + resolution: {integrity: sha512-yZNwjgWGc1bmu+NGlb834A5SpfJAlVubOmyMjnwMnGdO4dpCshAFahFTC9Ct123FSf9cY1aSVPLJS2/BKaQ+GA==} + engines: {node: '>=14.0.0'} dependencies: decompress-response: 7.0.0 follow-redirects: 1.15.6(debug@3.2.7) @@ -7865,8 +8319,20 @@ packages: transitivePeerDependencies: - debug - /get-it@8.6.0(debug@4.3.4): - resolution: {integrity: sha512-ZFNZc3eKkYRHI5a7p3SAc3s0eBJgLL+qqpF7wpoFbTdzbHKC/XHu+6ot9RZTe6aoYGmZqf3Mdl62XdgiWJ7/ZQ==} + /get-it@8.6.2(debug@3.2.7): + resolution: {integrity: sha512-yZNwjgWGc1bmu+NGlb834A5SpfJAlVubOmyMjnwMnGdO4dpCshAFahFTC9Ct123FSf9cY1aSVPLJS2/BKaQ+GA==} + engines: {node: '>=14.0.0'} + dependencies: + decompress-response: 7.0.0 + follow-redirects: 1.15.6(debug@3.2.7) + is-retry-allowed: 2.2.0 + progress-stream: 2.0.0 + tunnel-agent: 0.6.0 + transitivePeerDependencies: + - debug + + /get-it@8.6.2(debug@4.3.4): + resolution: {integrity: sha512-yZNwjgWGc1bmu+NGlb834A5SpfJAlVubOmyMjnwMnGdO4dpCshAFahFTC9Ct123FSf9cY1aSVPLJS2/BKaQ+GA==} engines: {node: '>=14.0.0'} dependencies: decompress-response: 7.0.0 @@ -8160,15 +8626,15 @@ packages: transitivePeerDependencies: - supports-color - /groq@3.39.0: - resolution: {integrity: sha512-b3VUixTuNYF51zGPQRUU5qzQVNy98igjJsVq7jm7cHtLX7n8JviZ3OoAnP1NgXqbbu7JJOj4WxZuPxsQkvGQiA==} - engines: {node: '>=18'} - dev: false - /groq@3.46.1: resolution: {integrity: sha512-IHKiK2LjTQkaBteXxvxJi3fQz4uyjfxgzcXa8mWxhe4oZjWMRi0p9mNe8//aK/UA0d3u5j0oepID5g0cS0Enww==} engines: {node: '>=18'} + /groq@3.48.1: + resolution: {integrity: sha512-GwPCG/pfBAMXBr3TyZdgM2cBSq86bHAME9OgV7E1pB4ohRkX9Y9vovvTanqaNsepQw3FAFH9bjwGG/bbwlHHoQ==} + engines: {node: '>=18'} + dev: false + /gunzip-maybe@1.4.2: resolution: {integrity: sha512-4haO1M4mLO91PW57BMsDFf75UmwoRX0GkdD+Faw+Lr+r/OZrOCS0pIBwOL1xCKQqnQzbNFGgK2V2CpBUPeFNTw==} hasBin: true @@ -8245,7 +8711,6 @@ packages: resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==} dependencies: react-is: 16.13.1 - dev: true /homedir-polyfill@1.0.3: resolution: {integrity: sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==} @@ -9067,10 +9532,10 @@ packages: dependencies: yallist: 4.0.0 - /lucide-react@0.395.0(react@18.3.1): - resolution: {integrity: sha512-6hzdNH5723A4FLaYZWpK50iyZH8iS2Jq5zuPRRotOFkhu6kxxJiebVdJ72tCR5XkiIeYFOU5NUawFZOac+VeYw==} + /lucide-react@0.399.0(react@18.3.1): + resolution: {integrity: sha512-UyTNa3djBISdzL2UktgCrESXexQXaDQWi/WsDkbw6fBFfHlapajR58WoR+gxQ4laxfEyiHmoFrEIM3V+5XOVQg==} peerDependencies: - react: ^16.5.1 || ^17.0.0 || ^18.0.0 + react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0 dependencies: react: 18.3.1 dev: false @@ -9254,6 +9719,19 @@ packages: resolution: {integrity: sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==} engines: {node: '>=16 || 14 >=14.17'} + /minipass@7.1.2: + resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==} + engines: {node: '>=16 || 14 >=14.17'} + dev: false + + /minizlib@3.0.1: + resolution: {integrity: sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==} + engines: {node: '>= 18'} + dependencies: + minipass: 7.1.2 + rimraf: 5.0.7 + dev: false + /mississippi@4.0.0: resolution: {integrity: sha512-7PujJ3Te6GGg9lG1nfw5jYCPV6/BsoAT0nCQwb6w+ROuromXYxI6jc/CQSlD82Z/OUMSBX1SoaqhTE+vXiLQzQ==} engines: {node: '>=4.0.0'} @@ -9280,7 +9758,6 @@ packages: resolution: {integrity: sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==} engines: {node: '>=10'} hasBin: true - dev: true /mnemonist@0.39.8: resolution: {integrity: sha512-vyWo2K3fjrUw8YeeZ1zF0fy6Mu59RHokURlld8ymdUPjMlD9EC9ov1/YPqTgqRvUN9nTr3Gqfz29LYAmu0PHPQ==} @@ -9331,31 +9808,31 @@ packages: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} dev: true - /next-sanity@9.3.10(@sanity/client@6.20.0)(@sanity/icons@2.11.8)(@sanity/types@3.46.1)(@sanity/ui@2.4.0)(next@14.2.4)(react-dom@18.3.1)(react@18.3.1)(sanity@3.46.1)(styled-components@6.1.11): - resolution: {integrity: sha512-Ivyj6p9SNOKzKdsHlsUEmXi9VqcXIsMCKjYL6M1gix83guFg8gewg6Z1zpJJXn1ReLMpSk0RDO5tAJLT2Wut4g==} + /next-sanity@9.4.2(@sanity/client@6.20.1)(@sanity/icons@2.11.8)(@sanity/types@3.46.1)(@sanity/ui@2.4.0)(next@14.2.4)(react-dom@18.3.1)(react@18.3.1)(sanity@3.48.1)(styled-components@6.1.11): + resolution: {integrity: sha512-v9OGJyV7/0hUukOzSzcRAvpJ0ZGNaUrRrAf7z6j9BoAF8GCoc0Onn/E/cmJZkXOiyoh3gZxPO1P/mysoJYClMw==} engines: {node: '>=18.17'} peerDependencies: - '@sanity/client': ^6.19.1 + '@sanity/client': ^6.20.1 '@sanity/icons': ^2.11.3 || ^3.0.0 '@sanity/types': ^3.37.1 '@sanity/ui': ^2.0.11 - next: ^14.1 || >=14.3.0-canary.0 <14.3.0 - react: ^18.3 || >=19.0.0-beta + next: ^14.1 || ^15.0.0-0 + react: ^18.3 || ^19.0.0-0 sanity: ^3.37.1 styled-components: ^6.1 dependencies: '@portabletext/react': 3.1.0(react@18.3.1) - '@sanity/client': 6.20.0 + '@sanity/client': 6.20.1 '@sanity/icons': 2.11.8(react@18.3.1) - '@sanity/preview-kit': 5.1.0(@sanity/client@6.20.0)(react@18.3.1) + '@sanity/preview-kit': 5.1.0(@sanity/client@6.20.1)(react@18.3.1) '@sanity/types': 3.46.1 '@sanity/ui': 2.4.0(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11) - '@sanity/visual-editing': 2.1.3(@sanity/client@6.20.0)(next@14.2.4)(react-dom@18.3.1)(react@18.3.1) - groq: 3.39.0 + '@sanity/visual-editing': 2.1.5(@sanity/client@6.20.1)(next@14.2.4)(react-dom@18.3.1)(react@18.3.1) + groq: 3.46.1 history: 5.3.0 next: 14.2.4(@babel/core@7.24.4)(react-dom@18.3.1)(react@18.3.1) react: 18.3.1 - sanity: 3.46.1(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.11) + sanity: 3.48.1(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.11) styled-components: 6.1.11(react-dom@18.3.1)(react@18.3.1) transitivePeerDependencies: - '@remix-run/react' @@ -9902,6 +10379,9 @@ packages: /picocolors@1.0.0: resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} + /picocolors@1.0.1: + resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==} + /picomatch@2.3.1: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} @@ -9982,27 +10462,27 @@ packages: resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} engines: {node: '>= 0.4'} - /postcss-import@15.1.0(postcss@8.4.38): + /postcss-import@15.1.0(postcss@8.4.39): resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==} engines: {node: '>=14.0.0'} peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.38 + postcss: 8.4.39 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.8 - /postcss-js@4.0.1(postcss@8.4.38): + /postcss-js@4.0.1(postcss@8.4.39): resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==} engines: {node: ^12 || ^14 || >= 16} peerDependencies: postcss: ^8.4.21 dependencies: camelcase-css: 2.0.1 - postcss: 8.4.38 + postcss: 8.4.39 - /postcss-load-config@4.0.2(postcss@8.4.38): + /postcss-load-config@4.0.2(postcss@8.4.39): resolution: {integrity: sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==} engines: {node: '>= 14'} peerDependencies: @@ -10015,16 +10495,16 @@ packages: optional: true dependencies: lilconfig: 3.1.1 - postcss: 8.4.38 + postcss: 8.4.39 yaml: 2.4.1 - /postcss-nested@6.0.1(postcss@8.4.38): + /postcss-nested@6.0.1(postcss@8.4.39): resolution: {integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.2.14 dependencies: - postcss: 8.4.38 + postcss: 8.4.39 postcss-selector-parser: 6.0.16 /postcss-selector-parser@6.0.10: @@ -10062,6 +10542,14 @@ packages: picocolors: 1.0.0 source-map-js: 1.2.0 + /postcss@8.4.39: + resolution: {integrity: sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==} + engines: {node: ^10 || ^12 || >=14} + dependencies: + nanoid: 3.3.7 + picocolors: 1.0.1 + source-map-js: 1.2.0 + /preferred-pm@3.1.3: resolution: {integrity: sha512-MkXsENfftWSRpzCzImcp4FRsCc3y1opwB73CfCNWyzMqArju2CrlMHlqB7VexKiPEOjGMbttv1r9fSCn5S610w==} engines: {node: '>=10'} @@ -10407,6 +10895,17 @@ packages: rxjs: 7.8.1 use-sync-external-store: 1.2.0(react@18.3.1) + /react-rx@3.1.1(react@18.3.1)(rxjs@7.8.1): + resolution: {integrity: sha512-vfNUuBQc7q6+RkeOBWQHT2/GyFP9uxULfmPlQWAHaDJw1vZykfsDpzVu2gFMPUd5PVEebT9XPRIOYXa7MOoUdQ==} + peerDependencies: + react: ^18.3 || >=19.0.0-rc + rxjs: ^7 + dependencies: + observable-callback: 1.0.3(rxjs@7.8.1) + react: 18.3.1 + rxjs: 7.8.1 + dev: false + /react-style-proptype@3.2.2: resolution: {integrity: sha512-ywYLSjNkxKHiZOqNlso9PZByNEY+FTyh3C+7uuziK0xFXu9xzdyfHwg4S9iyiRRoPCR4k2LqaBBsWVmSBwCWYQ==} dependencies: @@ -10686,7 +11185,6 @@ packages: hasBin: true dependencies: glob: 10.3.12 - dev: true /rollup-plugin-esbuild@6.1.1(esbuild@0.20.2)(rollup@4.16.4): resolution: {integrity: sha512-CehMY9FAqJD5OUaE/Mi1r5z0kNeYxItmRO2zG4Qnv2qWKF09J2lTy5GUzjJR354ZPrLkCj4fiBN41lo8PzBUhw==} @@ -10863,7 +11361,7 @@ packages: '@sanity/bifur-client': 0.4.1 '@sanity/block-tools': 3.46.1 '@sanity/cli': 3.46.1 - '@sanity/client': 6.20.0(debug@4.3.4) + '@sanity/client': 6.20.1(debug@4.3.4) '@sanity/color': 3.0.6 '@sanity/diff': 3.46.1 '@sanity/diff-match-patch': 3.1.1 @@ -10876,7 +11374,7 @@ packages: '@sanity/migrate': 3.46.1 '@sanity/mutator': 3.46.1 '@sanity/portable-text-editor': 3.46.1(react-dom@18.3.1)(react@18.3.1)(rxjs@7.8.1)(styled-components@6.1.11) - '@sanity/presentation': 1.15.13(@sanity/client@6.20.0)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11) + '@sanity/presentation': 1.15.13(@sanity/client@6.20.1)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11) '@sanity/schema': 3.46.1(debug@4.3.4) '@sanity/telemetry': 0.7.7 '@sanity/types': 3.46.1(debug@4.3.4) @@ -10982,6 +11480,148 @@ packages: - terser - utf-8-validate + /sanity@3.48.1(@types/react@18.3.3)(react-dom@18.3.1)(react@18.3.1)(styled-components@6.1.11): + resolution: {integrity: sha512-Y26DX7AAvICJ0C4p4f83OhFpoW9ju4ZZZzfhd3SDB6FYN09D5pvmNEUFfXYd3HqONYwUGXurGsvbxq3bFjCKKQ==} + engines: {node: '>=18'} + hasBin: true + peerDependencies: + react: ^18 + react-dom: ^18 + styled-components: ^6.1 + dependencies: + '@dnd-kit/core': 6.1.0(react-dom@18.3.1)(react@18.3.1) + '@dnd-kit/modifiers': 6.0.1(@dnd-kit/core@6.1.0)(react@18.3.1) + '@dnd-kit/sortable': 7.0.2(@dnd-kit/core@6.1.0)(react@18.3.1) + '@dnd-kit/utilities': 3.2.2(react@18.3.1) + '@juggle/resize-observer': 3.4.0 + '@portabletext/react': 3.1.0(react@18.3.1) + '@rexxars/react-json-inspector': 8.0.1(react@18.3.1) + '@sanity/asset-utils': 1.3.0 + '@sanity/bifur-client': 0.4.1 + '@sanity/block-tools': 3.48.1 + '@sanity/cli': 3.48.1 + '@sanity/client': 6.20.1(debug@4.3.4) + '@sanity/color': 3.0.6 + '@sanity/diff': 3.48.1 + '@sanity/diff-match-patch': 3.1.1 + '@sanity/eventsource': 5.0.2 + '@sanity/export': 3.39.0 + '@sanity/icons': 3.2.0(react@18.3.1) + '@sanity/image-url': 1.0.2 + '@sanity/import': 3.37.3 + '@sanity/insert-menu': 1.0.6(@sanity/types@3.48.1)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11) + '@sanity/logos': 2.1.10(@sanity/color@3.0.6)(react@18.3.1) + '@sanity/migrate': 3.48.1 + '@sanity/mutator': 3.48.1 + '@sanity/portable-text-editor': 3.48.1(react-dom@18.3.1)(react@18.3.1)(rxjs@7.8.1)(styled-components@6.1.11) + '@sanity/presentation': 1.16.0(@sanity/client@6.20.1)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11) + '@sanity/schema': 3.48.1(debug@4.3.4) + '@sanity/telemetry': 0.7.7 + '@sanity/types': 3.48.1(debug@4.3.4) + '@sanity/ui': 2.4.0(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(styled-components@6.1.11) + '@sanity/util': 3.48.1(debug@4.3.4) + '@sanity/uuid': 3.0.2 + '@sentry/react': 8.13.0(react@18.3.1) + '@tanstack/react-table': 8.17.3(react-dom@18.3.1)(react@18.3.1) + '@tanstack/react-virtual': 3.0.0-beta.54(react@18.3.1) + '@types/react-copy-to-clipboard': 5.0.7 + '@types/react-is': 18.3.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.2.1(vite@4.5.3) + archiver: 7.0.1 + arrify: 1.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 + connect-history-api-fallback: 1.6.0 + console-table-printer: 2.12.0 + dataloader: 2.2.2 + date-fns: 2.30.0 + debug: 4.3.4(supports-color@5.5.0) + esbuild: 0.21.5 + esbuild-register: 3.5.0(esbuild@0.21.5) + execa: 2.1.0 + exif-component: 1.0.1 + framer-motion: 11.0.8(react-dom@18.3.1)(react@18.3.1) + get-it: 8.6.0(debug@4.3.4) + get-random-values-esm: 1.0.2 + groq-js: 1.9.0 + history: 5.3.0 + i18next: 23.11.2 + import-fresh: 3.3.0 + is-hotkey-esm: 1.0.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.7 + module-alias: 2.2.3 + nano-pubsub: 3.0.0 + nanoid: 3.3.7 + 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.2 + 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-copy-to-clipboard: 5.1.0(react@18.3.1) + react-dom: 18.3.1(react@18.3.1) + react-fast-compare: 3.2.2 + react-focus-lock: 2.12.1(@types/react@18.3.3)(react@18.3.1) + react-i18next: 13.5.0(i18next@23.11.2)(react-dom@18.3.1)(react@18.3.1) + react-is: 18.3.1 + react-refractor: 2.2.0(react@18.3.1) + react-rx: 3.1.1(react@18.3.1)(rxjs@7.8.1) + read-pkg-up: 7.0.1 + refractor: 3.6.0 + resolve-from: 5.0.0 + rimraf: 3.0.2 + rxjs: 7.8.1 + rxjs-exhaustmap-with-trailing: 2.1.1(rxjs@7.8.1) + sanity-diff-patch: 3.0.2 + scroll-into-view-if-needed: 3.1.0 + semver: 7.6.0 + shallow-equals: 1.0.0 + speakingurl: 14.0.1 + styled-components: 6.1.11(react-dom@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-hot-module-reload: 2.0.0(react@18.3.1) + use-sync-external-store: 1.2.0(react@18.3.1) + vite: 4.5.3 + yargs: 17.7.2 + transitivePeerDependencies: + - '@types/node' + - '@types/react' + - bufferutil + - canvas + - less + - lightningcss + - react-native + - sass + - stylus + - sugarss + - supports-color + - terser + - utf-8-validate + dev: false + /saxes@6.0.0: resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==} engines: {node: '>=v12.22.7'} @@ -11534,11 +12174,11 @@ packages: normalize-path: 3.0.0 object-hash: 3.0.0 picocolors: 1.0.0 - postcss: 8.4.38 - postcss-import: 15.1.0(postcss@8.4.38) - postcss-js: 4.0.1(postcss@8.4.38) - postcss-load-config: 4.0.2(postcss@8.4.38) - postcss-nested: 6.0.1(postcss@8.4.38) + postcss: 8.4.39 + postcss-import: 15.1.0(postcss@8.4.39) + postcss-js: 4.0.1(postcss@8.4.39) + postcss-load-config: 4.0.2(postcss@8.4.39) + postcss-nested: 6.0.1(postcss@8.4.39) postcss-selector-parser: 6.0.16 resolve: 1.22.8 sucrase: 3.35.0 @@ -11587,6 +12227,18 @@ packages: fast-fifo: 1.3.2 streamx: 2.16.1 + /tar@7.4.0: + resolution: {integrity: sha512-XQs0S8fuAkQWuqhDeCdMlJXDX80D7EOVLDPVFkna9yQfzS+PHKgfxcei0jf6/+QAWcjqrnC8uM3fSAnrQl+XYg==} + engines: {node: '>=18'} + dependencies: + '@isaacs/fs-minipass': 4.0.1 + chownr: 3.0.0 + minipass: 7.1.2 + minizlib: 3.0.1 + mkdirp: 3.0.1 + yallist: 5.0.0 + dev: false + /term-size@2.2.1: resolution: {integrity: sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==} engines: {node: '>=8'} @@ -11715,6 +12367,15 @@ packages: typescript: 5.4.5 dev: true + /ts-api-utils@1.3.0(typescript@5.5.2): + resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==} + engines: {node: '>=16'} + peerDependencies: + typescript: '>=4.2.0' + dependencies: + typescript: 5.5.2 + dev: true + /ts-interface-checker@0.1.13: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} @@ -11769,7 +12430,7 @@ packages: execa: 5.1.1 globby: 11.1.0 joycon: 3.1.1 - postcss-load-config: 4.0.2(postcss@8.4.38) + postcss-load-config: 4.0.2(postcss@8.4.39) resolve-from: 5.0.0 rollup: 4.16.4 source-map: 0.8.0-beta.0 @@ -11967,6 +12628,12 @@ packages: hasBin: true dev: true + /typescript@5.5.2: + resolution: {integrity: sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==} + engines: {node: '>=14.17'} + hasBin: true + dev: true + /unbox-primitive@1.0.2: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} dependencies: @@ -12139,8 +12806,8 @@ packages: resolution: {integrity: sha512-jjRGChg03uGp9f6wQYSO8qXkweJwRbA5WRuEQE8xLIiehIzIIi23qZSzsyvZPCPoFqkeLtZuz7Plt1LGukAInA==} hasBin: true - /valibot@0.30.0: - resolution: {integrity: sha512-5POBdbSkM+3nvJ6ZlyQHsggisfRtyT4tVTo1EIIShs6qCdXJnyWU5TJ68vr8iTg5zpOLjXLRiBqNx+9zwZz/rA==} + /valibot@0.31.1: + resolution: {integrity: sha512-2YYIhPrnVSz/gfT2/iXVTrSj92HwchCt9Cga/6hX4B26iCz9zkIsGTS0HjDYTZfTi1Un0X6aRvhBi1cfqs/i0Q==} dev: false /validate-npm-package-license@3.0.4: @@ -12195,7 +12862,7 @@ packages: optional: true dependencies: esbuild: 0.18.20 - postcss: 8.4.38 + postcss: 8.4.39 rollup: 3.29.4 optionalDependencies: fsevents: 2.3.3 @@ -12417,11 +13084,22 @@ packages: /yallist@4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} + /yallist@5.0.0: + resolution: {integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==} + engines: {node: '>=18'} + dev: false + /yaml@2.4.1: resolution: {integrity: sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==} engines: {node: '>= 14'} hasBin: true + /yaml@2.4.5: + resolution: {integrity: sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==} + engines: {node: '>= 14'} + hasBin: true + dev: false + /yargs-parser@18.1.3: resolution: {integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==} engines: {node: '>=6'}