sanity 3.85.0 → 3.85.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.
- package/lib/_chunks-cjs/version.js +1 -1
- package/lib/_chunks-es/version.mjs +1 -1
- package/package.json +13 -13
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "sanity",
|
3
|
-
"version": "3.85.
|
3
|
+
"version": "3.85.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",
|
@@ -156,11 +156,11 @@
|
|
156
156
|
"@rexxars/react-json-inspector": "^9.0.1",
|
157
157
|
"@sanity/asset-utils": "^2.0.6",
|
158
158
|
"@sanity/bifur-client": "^0.4.1",
|
159
|
-
"@sanity/cli": "3.85.
|
159
|
+
"@sanity/cli": "3.85.1",
|
160
160
|
"@sanity/client": "^6.29.0",
|
161
161
|
"@sanity/color": "^3.0.0",
|
162
162
|
"@sanity/comlink": "^3.0.1",
|
163
|
-
"@sanity/diff": "3.85.
|
163
|
+
"@sanity/diff": "3.85.1",
|
164
164
|
"@sanity/diff-match-patch": "^3.1.1",
|
165
165
|
"@sanity/diff-patch": "^5.0.0",
|
166
166
|
"@sanity/eventsource": "^5.0.0",
|
@@ -172,16 +172,16 @@
|
|
172
172
|
"@sanity/insert-menu": "^1.1.9",
|
173
173
|
"@sanity/logos": "^2.1.13",
|
174
174
|
"@sanity/message-protocol": "^0.9.0",
|
175
|
-
"@sanity/migrate": "3.85.
|
176
|
-
"@sanity/mutator": "3.85.
|
175
|
+
"@sanity/migrate": "3.85.1",
|
176
|
+
"@sanity/mutator": "3.85.1",
|
177
177
|
"@sanity/presentation-comlink": "^1.0.16",
|
178
178
|
"@sanity/preview-url-secret": "^2.1.7",
|
179
|
-
"@sanity/schema": "3.85.
|
179
|
+
"@sanity/schema": "3.85.1",
|
180
180
|
"@sanity/sdk": "0.0.0-alpha.25",
|
181
181
|
"@sanity/telemetry": "^0.8.0",
|
182
|
-
"@sanity/types": "3.85.
|
182
|
+
"@sanity/types": "3.85.1",
|
183
183
|
"@sanity/ui": "^2.15.13",
|
184
|
-
"@sanity/util": "3.85.
|
184
|
+
"@sanity/util": "3.85.1",
|
185
185
|
"@sanity/uuid": "^3.0.2",
|
186
186
|
"@sentry/react": "^8.33.0",
|
187
187
|
"@tanstack/react-table": "^8.16.0",
|
@@ -278,10 +278,10 @@
|
|
278
278
|
"devDependencies": {
|
279
279
|
"@playwright/experimental-ct-react": "1.51.1",
|
280
280
|
"@playwright/test": "1.51.1",
|
281
|
-
"@repo/dev-aliases": "3.85.
|
282
|
-
"@repo/package.config": "3.85.
|
283
|
-
"@repo/test-config": "3.85.
|
284
|
-
"@sanity/codegen": "3.85.
|
281
|
+
"@repo/dev-aliases": "3.85.1",
|
282
|
+
"@repo/package.config": "3.85.1",
|
283
|
+
"@repo/test-config": "3.85.1",
|
284
|
+
"@sanity/codegen": "3.85.1",
|
285
285
|
"@sanity/generate-help-url": "^3.0.0",
|
286
286
|
"@sanity/pkg-utils": "6.13.4",
|
287
287
|
"@sanity/tsdoc": "1.0.169",
|
@@ -328,5 +328,5 @@
|
|
328
328
|
"engines": {
|
329
329
|
"node": ">=18"
|
330
330
|
},
|
331
|
-
"gitHead": "
|
331
|
+
"gitHead": "495035dad4e5391a180b0b0a02f9b5ba8fb2b728"
|
332
332
|
}
|