sanity 4.1.0-next.0-98990d03e2-202507171610 → 4.1.0-next.0-2bc1941db4-202507171705

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 = "4.1.0-next.0-98990d03e2-202507171610";
2
+ const SANITY_VERSION = "4.1.0-next.0-2bc1941db4-202507171705";
3
3
  exports.SANITY_VERSION = SANITY_VERSION;
4
4
  //# sourceMappingURL=version.js.map
@@ -1,4 +1,4 @@
1
- const SANITY_VERSION = "4.1.0-next.0-98990d03e2-202507171610";
1
+ const SANITY_VERSION = "4.1.0-next.0-2bc1941db4-202507171705";
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": "4.1.0-next.0-98990d03e2-202507171610",
3
+ "version": "4.1.0-next.0-2bc1941db4-202507171705",
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",
@@ -257,7 +257,7 @@
257
257
  "tinyglobby": "^0.2.13",
258
258
  "urlpattern-polyfill": "10.1.0",
259
259
  "use-device-pixel-ratio": "^1.1.2",
260
- "use-effect-event": "^2.0.2",
260
+ "use-effect-event": "^2.0.3",
261
261
  "use-hot-module-reload": "^2.0.0",
262
262
  "use-sync-external-store": "^1.5.0",
263
263
  "uuid": "^11.1.0",
@@ -265,13 +265,13 @@
265
265
  "which": "^5.0.0",
266
266
  "xstate": "^5.20.0",
267
267
  "yargs": "^17.3.0",
268
- "@sanity/cli": "4.1.0-next.0-98990d03e2-202507171610",
269
- "@sanity/diff": "4.0.1-98990d03e2-202507171610",
270
- "@sanity/migrate": "4.1.0-next.0-98990d03e2-202507171610",
271
- "@sanity/mutator": "4.1.0-next.0-98990d03e2-202507171610",
272
- "@sanity/schema": "4.1.0-next.0-98990d03e2-202507171610",
273
- "@sanity/types": "4.1.0-next.0-98990d03e2-202507171610",
274
- "@sanity/util": "4.1.0-next.0-98990d03e2-202507171610"
268
+ "@sanity/cli": "4.1.0-next.0-2bc1941db4-202507171705",
269
+ "@sanity/migrate": "4.1.0-next.0-2bc1941db4-202507171705",
270
+ "@sanity/mutator": "4.1.0-next.0-2bc1941db4-202507171705",
271
+ "@sanity/diff": "4.0.1-2bc1941db4-202507171705",
272
+ "@sanity/schema": "4.1.0-next.0-2bc1941db4-202507171705",
273
+ "@sanity/util": "4.1.0-next.0-2bc1941db4-202507171705",
274
+ "@sanity/types": "4.1.0-next.0-2bc1941db4-202507171705"
275
275
  },
276
276
  "devDependencies": {
277
277
  "@playwright/experimental-ct-react": "1.53.1",
@@ -315,12 +315,12 @@
315
315
  "swr": "2.2.5",
316
316
  "vitest": "^3.2.3",
317
317
  "vitest-package-exports": "^0.1.1",
318
- "@repo/dev-aliases": "4.0.1",
319
318
  "@repo/eslint-config": "4.0.1",
320
- "@repo/package.bundle": "4.0.1",
319
+ "@repo/dev-aliases": "4.0.1",
321
320
  "@repo/package.config": "4.0.1",
321
+ "@repo/package.bundle": "4.0.1",
322
322
  "@repo/test-config": "4.0.1",
323
- "@sanity/codegen": "4.0.1-98990d03e2-202507171610"
323
+ "@sanity/codegen": "4.0.1-2bc1941db4-202507171705"
324
324
  },
325
325
  "peerDependencies": {
326
326
  "react": "^18 || ^19",