sanity 3.68.0 → 3.68.2

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.68.0";
2
+ const SANITY_VERSION = "3.68.2";
3
3
  exports.SANITY_VERSION = SANITY_VERSION;
4
4
  //# sourceMappingURL=version.js.map
@@ -1,4 +1,4 @@
1
- const SANITY_VERSION = "3.68.0";
1
+ const SANITY_VERSION = "3.68.2";
2
2
  export {
3
3
  SANITY_VERSION
4
4
  };
@@ -1,4 +1,4 @@
1
- const SANITY_VERSION = "3.68.0";
1
+ const SANITY_VERSION = "3.68.2";
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.68.0",
3
+ "version": "3.68.2",
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",
@@ -158,11 +158,11 @@
158
158
  "@rexxars/react-json-inspector": "^9.0.1",
159
159
  "@sanity/asset-utils": "^2.0.6",
160
160
  "@sanity/bifur-client": "^0.4.1",
161
- "@sanity/block-tools": "3.68.0",
162
- "@sanity/cli": "3.68.0",
161
+ "@sanity/block-tools": "3.68.2",
162
+ "@sanity/cli": "3.68.2",
163
163
  "@sanity/client": "^6.24.1",
164
164
  "@sanity/color": "^3.0.0",
165
- "@sanity/diff": "3.68.0",
165
+ "@sanity/diff": "3.68.2",
166
166
  "@sanity/diff-match-patch": "^3.1.1",
167
167
  "@sanity/eventsource": "^5.0.0",
168
168
  "@sanity/export": "^3.41.1",
@@ -171,14 +171,14 @@
171
171
  "@sanity/import": "^3.37.9",
172
172
  "@sanity/insert-menu": "1.0.16",
173
173
  "@sanity/logos": "^2.1.4",
174
- "@sanity/migrate": "3.68.0",
175
- "@sanity/mutator": "3.68.0",
176
- "@sanity/presentation": "1.19.12",
177
- "@sanity/schema": "3.68.0",
174
+ "@sanity/migrate": "3.68.2",
175
+ "@sanity/mutator": "3.68.2",
176
+ "@sanity/presentation": "1.19.13",
177
+ "@sanity/schema": "3.68.2",
178
178
  "@sanity/telemetry": "^0.7.7",
179
- "@sanity/types": "3.68.0",
179
+ "@sanity/types": "3.68.2",
180
180
  "@sanity/ui": "^2.10.11",
181
- "@sanity/util": "3.68.0",
181
+ "@sanity/util": "3.68.2",
182
182
  "@sanity/uuid": "^3.0.1",
183
183
  "@sentry/react": "^8.33.0",
184
184
  "@tanstack/react-table": "^8.16.0",
@@ -268,10 +268,10 @@
268
268
  "devDependencies": {
269
269
  "@playwright/experimental-ct-react": "1.49.1",
270
270
  "@playwright/test": "1.49.1",
271
- "@repo/dev-aliases": "3.68.0",
272
- "@repo/package.config": "3.68.0",
273
- "@repo/test-config": "3.68.0",
274
- "@sanity/codegen": "3.68.0",
271
+ "@repo/dev-aliases": "3.68.2",
272
+ "@repo/package.config": "3.68.2",
273
+ "@repo/test-config": "3.68.2",
274
+ "@sanity/codegen": "3.68.2",
275
275
  "@sanity/generate-help-url": "^3.0.0",
276
276
  "@sanity/pkg-utils": "6.12.0",
277
277
  "@sanity/tsdoc": "1.0.150",
@@ -314,5 +314,5 @@
314
314
  "engines": {
315
315
  "node": ">=18"
316
316
  },
317
- "gitHead": "121e7bb9b6239364c1fd0745c683d18dfa29cfff"
317
+ "gitHead": "a28a9cf41a5d393d90f750471225fcfe36301f28"
318
318
  }