From c29014a64236b29cc4fbcf5e2c57ca66083bdc43 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 16:54:11 +0000 Subject: [PATCH] v3.30.0 --- dev/depcheck-test/package.json | 2 +- dev/design-studio/package.json | 2 +- dev/embedded-studio/package.json | 2 +- dev/starter-next-studio/package.json | 2 +- dev/starter-studio/package.json | 2 +- dev/strict-studio/package.json | 2 +- dev/studio-e2e-testing/package.json | 6 +- dev/test-next-studio/package.json | 2 +- dev/test-studio/package.json | 4 +- examples/blog-studio/package.json | 2 +- examples/clean-studio/package.json | 2 +- examples/ecommerce-studio/package.json | 4 +- examples/movies-studio/package.json | 2 +- lerna.json | 2 +- packages/@sanity/block-tools/package.json | 6 +- packages/@sanity/cli/package.json | 12 ++-- packages/@sanity/diff/package.json | 2 +- packages/@sanity/export/package.json | 4 +- packages/@sanity/import-cli/package.json | 4 +- packages/@sanity/import/package.json | 4 +- packages/@sanity/migrate/package.json | 6 +- packages/@sanity/mutator/package.json | 4 +- .../@sanity/portable-text-editor/package.json | 10 +-- packages/@sanity/schema/package.json | 4 +- packages/@sanity/types/package.json | 2 +- packages/@sanity/util/package.json | 4 +- packages/@sanity/vision/package.json | 4 +- packages/create-sanity/package.json | 4 +- packages/groq/package.json | 2 +- packages/sanity/package.json | 24 +++---- perf/studio/package.json | 2 +- perf/tests/package.json | 2 +- pnpm-lock.yaml | 62 +++++++++---------- 33 files changed, 99 insertions(+), 99 deletions(-) diff --git a/dev/depcheck-test/package.json b/dev/depcheck-test/package.json index 9897e565b91..899435a04a8 100644 --- a/dev/depcheck-test/package.json +++ b/dev/depcheck-test/package.json @@ -1,6 +1,6 @@ { "name": "depcheck-test", - "version": "3.29.1", + "version": "3.30.0", "private": true, "license": "MIT", "author": "Sanity.io " diff --git a/dev/design-studio/package.json b/dev/design-studio/package.json index 72bfc3ca6b8..db67cf70ec9 100644 --- a/dev/design-studio/package.json +++ b/dev/design-studio/package.json @@ -1,6 +1,6 @@ { "name": "design-studio", - "version": "3.29.1", + "version": "3.30.0", "private": true, "description": "Sanity Design Studio", "keywords": [ diff --git a/dev/embedded-studio/package.json b/dev/embedded-studio/package.json index b681ec8f0af..ff0968fe643 100644 --- a/dev/embedded-studio/package.json +++ b/dev/embedded-studio/package.json @@ -1,7 +1,7 @@ { "name": "embedded-studio", "private": true, - "version": "3.29.1", + "version": "3.30.0", "scripts": { "dev": "vite", "build": "tsc && vite build", diff --git a/dev/starter-next-studio/package.json b/dev/starter-next-studio/package.json index 9f7969214b3..3fb80136b95 100644 --- a/dev/starter-next-studio/package.json +++ b/dev/starter-next-studio/package.json @@ -1,6 +1,6 @@ { "name": "sanity-starter-next-studio", - "version": "3.29.1", + "version": "3.30.0", "private": true, "license": "MIT", "author": "Sanity.io ", diff --git a/dev/starter-studio/package.json b/dev/starter-studio/package.json index 759be4d5e68..4f46e6b03ec 100644 --- a/dev/starter-studio/package.json +++ b/dev/starter-studio/package.json @@ -1,6 +1,6 @@ { "name": "sanity-starter-studio", - "version": "3.29.1", + "version": "3.30.0", "private": true, "license": "MIT", "author": "Sanity.io ", diff --git a/dev/strict-studio/package.json b/dev/strict-studio/package.json index 219d0488a6b..5fb286c91bf 100644 --- a/dev/strict-studio/package.json +++ b/dev/strict-studio/package.json @@ -1,6 +1,6 @@ { "name": "sanity-strict-studio", - "version": "3.29.1", + "version": "3.30.0", "private": true, "license": "MIT", "author": "Sanity.io ", diff --git a/dev/studio-e2e-testing/package.json b/dev/studio-e2e-testing/package.json index f95ad5f3282..94a7f7fa70e 100644 --- a/dev/studio-e2e-testing/package.json +++ b/dev/studio-e2e-testing/package.json @@ -1,7 +1,7 @@ { "name": "studio-e2e-testing", "private": true, - "version": "3.29.1", + "version": "3.30.0", "license": "MIT", "author": "Sanity.io ", "scripts": { @@ -17,13 +17,13 @@ "@sanity/google-maps-input": "^3.0.1", "@sanity/icons": "^2.8.0", "@sanity/ui": "^2.0.1", - "@sanity/vision": "3.29.1", + "@sanity/vision": "3.30.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^18.2.0", "sanity": "workspace:^", "sanity-plugin-mux-input": "^2.2.1", - "sanity-test-studio": "3.29.1", + "sanity-test-studio": "3.30.0", "styled-components": "^6.1.0" } } diff --git a/dev/test-next-studio/package.json b/dev/test-next-studio/package.json index 822798f0e9d..01cb007ae74 100644 --- a/dev/test-next-studio/package.json +++ b/dev/test-next-studio/package.json @@ -1,6 +1,6 @@ { "name": "sanity-test-next-studio", - "version": "3.29.1", + "version": "3.30.0", "private": true, "license": "MIT", "author": "Sanity.io ", diff --git a/dev/test-studio/package.json b/dev/test-studio/package.json index 9392e8b3f48..9b431127ccc 100644 --- a/dev/test-studio/package.json +++ b/dev/test-studio/package.json @@ -1,6 +1,6 @@ { "name": "sanity-test-studio", - "version": "3.29.1", + "version": "3.30.0", "private": true, "license": "MIT", "author": "Sanity.io ", @@ -21,7 +21,7 @@ "@react-three/drei": "^9.80.1", "@react-three/fiber": "^8.13.6", "@sanity/assist": "^1.0.8", - "@sanity/block-tools": "3.29.1", + "@sanity/block-tools": "3.30.0", "@sanity/client": "^6.13.3", "@sanity/color": "^3.0.0", "@sanity/google-maps-input": "^3.0.1", diff --git a/examples/blog-studio/package.json b/examples/blog-studio/package.json index 8cf8067dc9d..cbc98dc8b14 100644 --- a/examples/blog-studio/package.json +++ b/examples/blog-studio/package.json @@ -1,6 +1,6 @@ { "name": "blog-studio", - "version": "3.29.1", + "version": "3.30.0", "private": true, "description": "Content studio running with schema from the blog init template", "keywords": [ diff --git a/examples/clean-studio/package.json b/examples/clean-studio/package.json index f6a52daf3bb..a223970878e 100644 --- a/examples/clean-studio/package.json +++ b/examples/clean-studio/package.json @@ -1,6 +1,6 @@ { "name": "clean-studio", - "version": "3.29.1", + "version": "3.30.0", "private": true, "description": "Content studio running with schema from the clean template", "keywords": [ diff --git a/examples/ecommerce-studio/package.json b/examples/ecommerce-studio/package.json index 65a82cbd56b..02fe8680d56 100644 --- a/examples/ecommerce-studio/package.json +++ b/examples/ecommerce-studio/package.json @@ -1,6 +1,6 @@ { "name": "ecommerce-studio", - "version": "3.29.1", + "version": "3.30.0", "private": true, "description": "", "keywords": [ @@ -29,7 +29,7 @@ "start": "sanity dev --port 3337" }, "dependencies": { - "@sanity/cli": "3.29.1", + "@sanity/cli": "3.30.0", "@sanity/ui": "^2.0.1", "react": "^18.2.0", "react-barcode": "^1.4.1", diff --git a/examples/movies-studio/package.json b/examples/movies-studio/package.json index 6c71e0925a1..7c2a61c90c5 100644 --- a/examples/movies-studio/package.json +++ b/examples/movies-studio/package.json @@ -1,6 +1,6 @@ { "name": "movies-studio", - "version": "3.29.1", + "version": "3.30.0", "private": true, "description": "Content studio running with schema from the moviedb init template", "keywords": [ diff --git a/lerna.json b/lerna.json index a25c02bf935..fd3d8413cc4 100644 --- a/lerna.json +++ b/lerna.json @@ -11,5 +11,5 @@ "packages/groq", "packages/sanity" ], - "version": "3.29.1" + "version": "3.30.0" } diff --git a/packages/@sanity/block-tools/package.json b/packages/@sanity/block-tools/package.json index 1c9624c0159..a1ae7b289a6 100644 --- a/packages/@sanity/block-tools/package.json +++ b/packages/@sanity/block-tools/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/block-tools", - "version": "3.29.1", + "version": "3.30.0", "description": "Can format HTML, Slate JSON or Sanity block array into any other format.", "keywords": [ "sanity", @@ -60,8 +60,8 @@ }, "devDependencies": { "@jest/globals": "^29.7.0", - "@sanity/schema": "3.29.1", - "@sanity/types": "3.29.1", + "@sanity/schema": "3.30.0", + "@sanity/types": "3.30.0", "@types/jsdom": "^20.0.0", "@types/lodash": "^4.14.149", "@types/react": "^18.2.37", diff --git a/packages/@sanity/cli/package.json b/packages/@sanity/cli/package.json index 0c1f0985a91..6434034c463 100644 --- a/packages/@sanity/cli/package.json +++ b/packages/@sanity/cli/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/cli", - "version": "3.29.1", + "version": "3.30.0", "description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets", "keywords": [ "sanity", @@ -64,7 +64,7 @@ "dependencies": { "@babel/traverse": "^7.23.5", "@sanity/telemetry": "^0.7.6", - "@sanity/util": "3.29.1", + "@sanity/util": "3.30.0", "chalk": "^4.1.2", "decompress": "^4.2.0", "esbuild": "^0.19.8", @@ -79,10 +79,6 @@ "devDependencies": { "@jest/globals": "^29.7.0", "@rexxars/gitconfiglocal": "^3.0.1", - "@types/decompress": "^4.2.4", - "@types/lodash": "^4.14.149", - "@types/rimraf": "^3.0.2", - "@types/validate-npm-package-name": "^3.0.3", "@rollup/plugin-node-resolve": "^15.2.3", "@sanity/client": "^6.13.3", "@sanity/eslint-config-studio": "^3.0.1", @@ -91,12 +87,16 @@ "@types/configstore": "^5.0.1", "@types/cpx": "^1.5.2", "@types/debug": "^4.1.7", + "@types/decompress": "^4.2.4", "@types/inquirer": "^6.0.0", + "@types/lodash": "^4.14.149", "@types/minimist": "^1.2.5", "@types/node": "^18.19.8", + "@types/rimraf": "^3.0.2", "@types/semver": "^7.5.6", "@types/semver-compare": "^1.0.1", "@types/tar": "^6.1.3", + "@types/validate-npm-package-name": "^3.0.3", "@types/which": "^2.0.1", "@vercel/frameworks": "1.6.0", "@vercel/fs-detectors": "4.1.3", diff --git a/packages/@sanity/diff/package.json b/packages/@sanity/diff/package.json index 94e4faaee69..88e90e194f2 100644 --- a/packages/@sanity/diff/package.json +++ b/packages/@sanity/diff/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/diff", - "version": "3.29.1", + "version": "3.30.0", "description": "Generates diffs between documents and primitive types", "keywords": [ "sanity", diff --git a/packages/@sanity/export/package.json b/packages/@sanity/export/package.json index 81ade7c77ef..8693a3cfab2 100644 --- a/packages/@sanity/export/package.json +++ b/packages/@sanity/export/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/export", - "version": "3.29.1", + "version": "3.30.0", "description": "Export Sanity documents and assets", "keywords": [ "sanity", @@ -31,7 +31,7 @@ "test": "jest" }, "dependencies": { - "@sanity/util": "3.29.1", + "@sanity/util": "3.30.0", "archiver": "^5.0.0", "debug": "^4.3.4", "get-it": "^8.4.4", diff --git a/packages/@sanity/import-cli/package.json b/packages/@sanity/import-cli/package.json index 4f58ec0e890..54bed0f7d79 100644 --- a/packages/@sanity/import-cli/package.json +++ b/packages/@sanity/import-cli/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/import-cli", - "version": "3.29.1", + "version": "3.30.0", "description": "CLI tool that imports documents from an ndjson file or URL", "keywords": [ "sanity", @@ -32,7 +32,7 @@ ], "dependencies": { "@sanity/client": "^6.13.3", - "@sanity/import": "3.29.1", + "@sanity/import": "3.30.0", "get-it": "^8.4.4", "meow": "^9.0.0", "ora": "^5.4.1", diff --git a/packages/@sanity/import/package.json b/packages/@sanity/import/package.json index ab0ee04d82c..9f6c50a8883 100644 --- a/packages/@sanity/import/package.json +++ b/packages/@sanity/import/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/import", - "version": "3.29.1", + "version": "3.30.0", "description": "Import documents to a Sanity dataset", "keywords": [ "sanity", @@ -34,7 +34,7 @@ "dependencies": { "@sanity/asset-utils": "^1.2.5", "@sanity/generate-help-url": "^3.0.0", - "@sanity/mutator": "3.29.1", + "@sanity/mutator": "3.30.0", "@sanity/uuid": "^3.0.1", "debug": "^4.3.4", "file-url": "^2.0.2", diff --git a/packages/@sanity/migrate/package.json b/packages/@sanity/migrate/package.json index 23b0517868e..c3cc95d268c 100644 --- a/packages/@sanity/migrate/package.json +++ b/packages/@sanity/migrate/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/migrate", - "version": "3.29.1", + "version": "3.30.0", "description": "Tooling for running data migrations on Sanity.io projects", "keywords": [ "sanity", @@ -65,8 +65,8 @@ "dependencies": { "@bjoerge/mutiny": "^0.5.1", "@sanity/client": "^6.13.3", - "@sanity/types": "3.29.1", - "@sanity/util": "3.29.1", + "@sanity/types": "3.30.0", + "@sanity/util": "3.30.0", "arrify": "^2.0.1", "debug": "^4.3.4", "fast-fifo": "^1.3.2", diff --git a/packages/@sanity/mutator/package.json b/packages/@sanity/mutator/package.json index 64072f261e8..b9a4fce3b5b 100644 --- a/packages/@sanity/mutator/package.json +++ b/packages/@sanity/mutator/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/mutator", - "version": "3.29.1", + "version": "3.30.0", "description": "A set of models to make it easier to utilize the powerful real time collaborative features of Sanity", "keywords": [ "sanity", @@ -62,7 +62,7 @@ }, "devDependencies": { "@jest/globals": "^29.7.0", - "@sanity/types": "3.29.1", + "@sanity/types": "3.30.0", "@types/debug": "^4.1.5", "@types/lodash": "^4.14.149", "rimraf": "^3.0.2" diff --git a/packages/@sanity/portable-text-editor/package.json b/packages/@sanity/portable-text-editor/package.json index d00374cc71b..5363b4b7a04 100644 --- a/packages/@sanity/portable-text-editor/package.json +++ b/packages/@sanity/portable-text-editor/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/portable-text-editor", - "version": "3.29.1", + "version": "3.30.0", "description": "Portable Text Editor made in React", "keywords": [ "sanity", @@ -64,10 +64,10 @@ "watch": "pkg-utils watch --tsconfig tsconfig.lib.json" }, "dependencies": { - "@sanity/block-tools": "3.29.1", - "@sanity/schema": "3.29.1", - "@sanity/types": "3.29.1", - "@sanity/util": "3.29.1", + "@sanity/block-tools": "3.30.0", + "@sanity/schema": "3.30.0", + "@sanity/types": "3.30.0", + "@sanity/util": "3.30.0", "debug": "^3.2.7", "is-hotkey": "^0.2.0", "lodash": "^4.17.21", diff --git a/packages/@sanity/schema/package.json b/packages/@sanity/schema/package.json index 616bebe9210..4132ba61c07 100644 --- a/packages/@sanity/schema/package.json +++ b/packages/@sanity/schema/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/schema", - "version": "3.29.1", + "version": "3.30.0", "description": "", "keywords": [ "sanity", @@ -75,7 +75,7 @@ }, "dependencies": { "@sanity/generate-help-url": "^3.0.0", - "@sanity/types": "3.29.1", + "@sanity/types": "3.30.0", "arrify": "^1.0.1", "humanize-list": "^1.0.1", "leven": "^3.1.0", diff --git a/packages/@sanity/types/package.json b/packages/@sanity/types/package.json index a3421052778..8223ca2a6ba 100644 --- a/packages/@sanity/types/package.json +++ b/packages/@sanity/types/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/types", - "version": "3.29.1", + "version": "3.30.0", "description": "Type definitions for common Sanity data structures", "keywords": [ "sanity", diff --git a/packages/@sanity/util/package.json b/packages/@sanity/util/package.json index 943fb6e7c27..3aab2041962 100644 --- a/packages/@sanity/util/package.json +++ b/packages/@sanity/util/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/util", - "version": "3.29.1", + "version": "3.30.0", "description": "Utilities shared across projects of Sanity", "keywords": [ "sanity", @@ -163,7 +163,7 @@ }, "dependencies": { "@sanity/client": "^6.13.3", - "@sanity/types": "3.29.1", + "@sanity/types": "3.30.0", "get-random-values-esm": "1.0.0", "moment": "^2.29.4", "rxjs": "^7.8.1" diff --git a/packages/@sanity/vision/package.json b/packages/@sanity/vision/package.json index b3f658d0f22..a01a4c99307 100644 --- a/packages/@sanity/vision/package.json +++ b/packages/@sanity/vision/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/vision", - "version": "3.29.1", + "version": "3.30.0", "description": "Sanity plugin for running/debugging GROQ-queries against Sanity datasets", "keywords": [ "sanity", @@ -77,8 +77,8 @@ }, "devDependencies": { "@sanity/client": "^6.13.3", - "@types/lodash": "^4.14.149", "@types/is-hotkey": "^0.1.10", + "@types/lodash": "^4.14.149", "react": "^18.2.0", "sanity": "workspace:^", "styled-components": "^6.1.6" diff --git a/packages/create-sanity/package.json b/packages/create-sanity/package.json index 8efa3cc4ec5..0e90c3f2214 100644 --- a/packages/create-sanity/package.json +++ b/packages/create-sanity/package.json @@ -1,6 +1,6 @@ { "name": "create-sanity", - "version": "3.29.1", + "version": "3.30.0", "description": "Initialize a new Sanity project", "keywords": [ "sanity", @@ -26,7 +26,7 @@ "index.js" ], "dependencies": { - "@sanity/cli": "3.29.1", + "@sanity/cli": "3.30.0", "resolve-pkg": "^2.0.0" }, "engines": { diff --git a/packages/groq/package.json b/packages/groq/package.json index 2b3d5553932..c4384069ced 100644 --- a/packages/groq/package.json +++ b/packages/groq/package.json @@ -1,6 +1,6 @@ { "name": "groq", - "version": "3.29.1", + "version": "3.30.0", "description": "Tagged template literal for Sanity.io GROQ-queries", "keywords": [ "sanity", diff --git a/packages/sanity/package.json b/packages/sanity/package.json index f45d6463167..4aeeece7f19 100644 --- a/packages/sanity/package.json +++ b/packages/sanity/package.json @@ -1,6 +1,6 @@ { "name": "sanity", - "version": "3.29.1", + "version": "3.30.0", "description": "Sanity is a real-time content infrastructure with a scalable, hosted backend featuring a Graph Oriented Query Language (GROQ), asset pipelines and fast edge caches", "keywords": [ "sanity", @@ -199,28 +199,28 @@ "@rexxars/react-json-inspector": "^8.0.1", "@sanity/asset-utils": "^1.2.5", "@sanity/bifur-client": "^0.3.1", - "@sanity/block-tools": "3.29.1", - "@sanity/cli": "3.29.1", + "@sanity/block-tools": "3.30.0", + "@sanity/cli": "3.30.0", "@sanity/client": "^6.13.3", "@sanity/color": "^3.0.0", - "@sanity/diff": "3.29.1", + "@sanity/diff": "3.30.0", "@sanity/diff-match-patch": "^3.1.1", "@sanity/eventsource": "^5.0.0", - "@sanity/export": "3.29.1", + "@sanity/export": "3.30.0", "@sanity/generate-help-url": "^3.0.0", "@sanity/icons": "^2.8.0", "@sanity/image-url": "^1.0.2", - "@sanity/import": "3.29.1", + "@sanity/import": "3.30.0", "@sanity/logos": "^2.1.4", - "@sanity/migrate": "3.29.1", - "@sanity/mutator": "3.29.1", - "@sanity/portable-text-editor": "3.29.1", + "@sanity/migrate": "3.30.0", + "@sanity/mutator": "3.30.0", + "@sanity/portable-text-editor": "3.30.0", "@sanity/presentation": "1.9.1", - "@sanity/schema": "3.29.1", + "@sanity/schema": "3.30.0", "@sanity/telemetry": "^0.7.6", - "@sanity/types": "3.29.1", + "@sanity/types": "3.30.0", "@sanity/ui": "^2.0.1", - "@sanity/util": "3.29.1", + "@sanity/util": "3.30.0", "@sanity/uuid": "^3.0.1", "@tanstack/react-virtual": "3.0.0-beta.54", "@types/is-hotkey": "^0.1.7", diff --git a/perf/studio/package.json b/perf/studio/package.json index b9f4bccacf3..54949c3c550 100644 --- a/perf/studio/package.json +++ b/perf/studio/package.json @@ -1,6 +1,6 @@ { "name": "perf-studio", - "version": "3.29.1", + "version": "3.30.0", "private": true, "description": "Sanity Studio with various test cases for tracking performance", "license": "MIT", diff --git a/perf/tests/package.json b/perf/tests/package.json index c3b42d277af..adbb94c366f 100644 --- a/perf/tests/package.json +++ b/perf/tests/package.json @@ -1,6 +1,6 @@ { "name": "sanity-perf-tests", - "version": "3.29.1", + "version": "3.30.0", "private": true, "description": "Sanity Studio perf tests", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0bc84265e01..d196bb12e9b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -320,7 +320,7 @@ importers: specifier: ^2.0.1 version: 2.0.3(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) '@sanity/vision': - specifier: 3.29.1 + specifier: 3.30.0 version: link:../../packages/@sanity/vision react: specifier: ^18.2.0 @@ -338,7 +338,7 @@ importers: specifier: ^2.2.1 version: 2.2.4(@types/react@18.2.48)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(sanity@packages+sanity)(styled-components@6.1.8) sanity-test-studio: - specifier: 3.29.1 + specifier: 3.30.0 version: link:../test-studio styled-components: specifier: ^6.1.0 @@ -384,7 +384,7 @@ importers: specifier: ^1.0.8 version: 1.2.16(react-dom@18.2.0)(react@18.2.0)(sanity@packages+sanity)(styled-components@6.1.8) '@sanity/block-tools': - specifier: 3.29.1 + specifier: 3.30.0 version: link:../../packages/@sanity/block-tools '@sanity/client': specifier: ^6.13.3 @@ -556,7 +556,7 @@ importers: examples/ecommerce-studio: dependencies: '@sanity/cli': - specifier: 3.29.1 + specifier: 3.30.0 version: link:../../packages/@sanity/cli '@sanity/ui': specifier: ^2.0.1 @@ -608,10 +608,10 @@ importers: specifier: ^29.7.0 version: 29.7.0 '@sanity/schema': - specifier: 3.29.1 + specifier: 3.30.0 version: link:../schema '@sanity/types': - specifier: 3.29.1 + specifier: 3.30.0 version: link:../types '@types/jsdom': specifier: ^20.0.0 @@ -635,7 +635,7 @@ importers: specifier: ^0.7.6 version: 0.7.7 '@sanity/util': - specifier: 3.29.1 + specifier: 3.30.0 version: link:../util chalk: specifier: ^4.1.2 @@ -844,7 +844,7 @@ importers: packages/@sanity/export: dependencies: '@sanity/util': - specifier: 3.29.1 + specifier: 3.30.0 version: link:../util archiver: specifier: ^5.0.0 @@ -887,7 +887,7 @@ importers: specifier: ^3.0.0 version: 3.0.0 '@sanity/mutator': - specifier: 3.29.1 + specifier: 3.30.0 version: link:../mutator '@sanity/uuid': specifier: ^3.0.1 @@ -951,7 +951,7 @@ importers: specifier: ^6.13.3 version: 6.13.3 '@sanity/import': - specifier: 3.29.1 + specifier: 3.30.0 version: link:../import get-it: specifier: ^8.4.4 @@ -975,10 +975,10 @@ importers: specifier: ^6.13.3 version: 6.13.3 '@sanity/types': - specifier: 3.29.1 + specifier: 3.30.0 version: link:../types '@sanity/util': - specifier: 3.29.1 + specifier: 3.30.0 version: link:../util arrify: specifier: ^2.0.1 @@ -1028,7 +1028,7 @@ importers: specifier: ^29.7.0 version: 29.7.0 '@sanity/types': - specifier: 3.29.1 + specifier: 3.30.0 version: link:../types '@types/debug': specifier: ^4.1.5 @@ -1043,16 +1043,16 @@ importers: packages/@sanity/portable-text-editor: dependencies: '@sanity/block-tools': - specifier: 3.29.1 + specifier: 3.30.0 version: link:../block-tools '@sanity/schema': - specifier: 3.29.1 + specifier: 3.30.0 version: link:../schema '@sanity/types': - specifier: 3.29.1 + specifier: 3.30.0 version: link:../types '@sanity/util': - specifier: 3.29.1 + specifier: 3.30.0 version: link:../util debug: specifier: ^3.2.7 @@ -1164,7 +1164,7 @@ importers: specifier: ^3.0.0 version: 3.0.0 '@sanity/types': - specifier: 3.29.1 + specifier: 3.30.0 version: link:../types arrify: specifier: ^1.0.1 @@ -1211,7 +1211,7 @@ importers: specifier: ^6.13.3 version: 6.13.3 '@sanity/types': - specifier: 3.29.1 + specifier: 3.30.0 version: link:../types get-random-values-esm: specifier: 1.0.0 @@ -1315,7 +1315,7 @@ importers: packages/create-sanity: dependencies: '@sanity/cli': - specifier: 3.29.1 + specifier: 3.30.0 version: link:../@sanity/cli resolve-pkg: specifier: ^2.0.0 @@ -1353,10 +1353,10 @@ importers: specifier: ^0.3.1 version: 0.3.1 '@sanity/block-tools': - specifier: 3.29.1 + specifier: 3.30.0 version: link:../@sanity/block-tools '@sanity/cli': - specifier: 3.29.1 + specifier: 3.30.0 version: link:../@sanity/cli '@sanity/client': specifier: ^6.13.3 @@ -1365,7 +1365,7 @@ importers: specifier: ^3.0.0 version: 3.0.0 '@sanity/diff': - specifier: 3.29.1 + specifier: 3.30.0 version: link:../@sanity/diff '@sanity/diff-match-patch': specifier: ^3.1.1 @@ -1374,7 +1374,7 @@ importers: specifier: ^5.0.0 version: 5.0.1 '@sanity/export': - specifier: 3.29.1 + specifier: 3.30.0 version: link:../@sanity/export '@sanity/generate-help-url': specifier: ^3.0.0 @@ -1386,37 +1386,37 @@ importers: specifier: ^1.0.2 version: 1.0.2 '@sanity/import': - specifier: 3.29.1 + specifier: 3.30.0 version: link:../@sanity/import '@sanity/logos': specifier: ^2.1.4 version: 2.1.4(@sanity/color@3.0.0)(react@18.2.0) '@sanity/migrate': - specifier: 3.29.1 + specifier: 3.30.0 version: link:../@sanity/migrate '@sanity/mutator': - specifier: 3.29.1 + specifier: 3.30.0 version: link:../@sanity/mutator '@sanity/portable-text-editor': - specifier: 3.29.1 + specifier: 3.30.0 version: link:../@sanity/portable-text-editor '@sanity/presentation': specifier: 1.9.1 version: 1.9.1(@sanity/client@6.13.3)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) '@sanity/schema': - specifier: 3.29.1 + specifier: 3.30.0 version: link:../@sanity/schema '@sanity/telemetry': specifier: ^0.7.6 version: 0.7.7 '@sanity/types': - specifier: 3.29.1 + specifier: 3.30.0 version: link:../@sanity/types '@sanity/ui': specifier: ^2.0.1 version: 2.0.3(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(styled-components@6.1.8) '@sanity/util': - specifier: 3.29.1 + specifier: 3.30.0 version: link:../@sanity/util '@sanity/uuid': specifier: ^3.0.1