sanity 3.74.0 → 3.74.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
- const SANITY_VERSION = "3.74.0";
2
+ const SANITY_VERSION = "3.74.1";
3
3
  exports.SANITY_VERSION = SANITY_VERSION;
4
4
  //# sourceMappingURL=version.js.map
@@ -1,4 +1,4 @@
1
- const SANITY_VERSION = "3.74.0";
1
+ const SANITY_VERSION = "3.74.1";
2
2
  export {
3
3
  SANITY_VERSION
4
4
  };
@@ -1,4 +1,4 @@
1
- const SANITY_VERSION = "3.74.0";
1
+ const SANITY_VERSION = "3.74.1";
2
2
  export {
3
3
  SANITY_VERSION
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity",
3
- "version": "3.74.0",
3
+ "version": "3.74.1",
4
4
  "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",
5
5
  "keywords": [
6
6
  "sanity",
@@ -154,17 +154,17 @@
154
154
  "@dnd-kit/utilities": "^3.2.0",
155
155
  "@juggle/resize-observer": "^3.3.1",
156
156
  "@portabletext/block-tools": "^1.1.4",
157
- "@portabletext/editor": "^1.30.2",
157
+ "@portabletext/editor": "^1.30.3",
158
158
  "@portabletext/react": "^3.0.0",
159
159
  "@portabletext/toolkit": "^2.0.16",
160
160
  "@rexxars/react-json-inspector": "^9.0.1",
161
161
  "@sanity/asset-utils": "^2.0.6",
162
162
  "@sanity/bifur-client": "^0.4.1",
163
- "@sanity/cli": "3.74.0",
163
+ "@sanity/cli": "3.74.1",
164
164
  "@sanity/client": "^6.27.2",
165
165
  "@sanity/color": "^3.0.0",
166
166
  "@sanity/comlink": "^3.0.1",
167
- "@sanity/diff": "3.74.0",
167
+ "@sanity/diff": "3.74.1",
168
168
  "@sanity/diff-match-patch": "^3.1.1",
169
169
  "@sanity/eventsource": "^5.0.0",
170
170
  "@sanity/export": "^3.42.2",
@@ -173,15 +173,15 @@
173
173
  "@sanity/import": "^3.37.9",
174
174
  "@sanity/insert-menu": "1.0.20",
175
175
  "@sanity/logos": "^2.1.13",
176
- "@sanity/migrate": "3.74.0",
177
- "@sanity/mutator": "3.74.0",
176
+ "@sanity/migrate": "3.74.1",
177
+ "@sanity/mutator": "3.74.1",
178
178
  "@sanity/presentation-comlink": "^1.0.4",
179
179
  "@sanity/preview-url-secret": "^2.1.4",
180
- "@sanity/schema": "3.74.0",
180
+ "@sanity/schema": "3.74.1",
181
181
  "@sanity/telemetry": "^0.7.7",
182
- "@sanity/types": "3.74.0",
182
+ "@sanity/types": "3.74.1",
183
183
  "@sanity/ui": "^2.11.8",
184
- "@sanity/util": "3.74.0",
184
+ "@sanity/util": "3.74.1",
185
185
  "@sanity/uuid": "^3.0.2",
186
186
  "@sentry/react": "^8.33.0",
187
187
  "@tanstack/react-table": "^8.16.0",
@@ -277,10 +277,10 @@
277
277
  "devDependencies": {
278
278
  "@playwright/experimental-ct-react": "1.49.1",
279
279
  "@playwright/test": "1.49.1",
280
- "@repo/dev-aliases": "3.74.0",
281
- "@repo/package.config": "3.74.0",
282
- "@repo/test-config": "3.74.0",
283
- "@sanity/codegen": "3.74.0",
280
+ "@repo/dev-aliases": "3.74.1",
281
+ "@repo/package.config": "3.74.1",
282
+ "@repo/test-config": "3.74.1",
283
+ "@sanity/codegen": "3.74.1",
284
284
  "@sanity/generate-help-url": "^3.0.0",
285
285
  "@sanity/pkg-utils": "6.13.4",
286
286
  "@sanity/tsdoc": "1.0.169",
@@ -324,5 +324,5 @@
324
324
  "engines": {
325
325
  "node": ">=18"
326
326
  },
327
- "gitHead": "572200924cb755b08f1f90663166a88e774cc1e5"
327
+ "gitHead": "51a67224fe7fd4f3efced0fcd833d47cb617f3c2"
328
328
  }