sanity 3.84.1-next.0 → 3.84.1-next.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.84.1-next.
|
3
|
+
"version": "3.84.1-next.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.84.1-next.
|
159
|
+
"@sanity/cli": "3.84.1-next.1",
|
160
160
|
"@sanity/client": "^6.28.4",
|
161
161
|
"@sanity/color": "^3.0.0",
|
162
162
|
"@sanity/comlink": "^3.0.1",
|
163
|
-
"@sanity/diff": "3.84.1-next.
|
163
|
+
"@sanity/diff": "3.84.1-next.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",
|
@@ -170,15 +170,15 @@
|
|
170
170
|
"@sanity/import": "^3.38.2",
|
171
171
|
"@sanity/insert-menu": "^1.1.9",
|
172
172
|
"@sanity/logos": "^2.1.13",
|
173
|
-
"@sanity/migrate": "3.84.1-next.
|
174
|
-
"@sanity/mutator": "3.84.1-next.
|
173
|
+
"@sanity/migrate": "3.84.1-next.1",
|
174
|
+
"@sanity/mutator": "3.84.1-next.1",
|
175
175
|
"@sanity/presentation-comlink": "^1.0.15",
|
176
176
|
"@sanity/preview-url-secret": "^2.1.7",
|
177
|
-
"@sanity/schema": "3.84.1-next.
|
177
|
+
"@sanity/schema": "3.84.1-next.1",
|
178
178
|
"@sanity/telemetry": "^0.8.0",
|
179
|
-
"@sanity/types": "3.84.1-next.
|
179
|
+
"@sanity/types": "3.84.1-next.1",
|
180
180
|
"@sanity/ui": "^2.15.13",
|
181
|
-
"@sanity/util": "3.84.1-next.
|
181
|
+
"@sanity/util": "3.84.1-next.1",
|
182
182
|
"@sanity/uuid": "^3.0.2",
|
183
183
|
"@sentry/react": "^8.33.0",
|
184
184
|
"@tanstack/react-table": "^8.16.0",
|
@@ -274,10 +274,10 @@
|
|
274
274
|
"devDependencies": {
|
275
275
|
"@playwright/experimental-ct-react": "1.51.1",
|
276
276
|
"@playwright/test": "1.51.1",
|
277
|
-
"@repo/dev-aliases": "3.84.
|
278
|
-
"@repo/package.config": "3.84.
|
279
|
-
"@repo/test-config": "3.84.
|
280
|
-
"@sanity/codegen": "3.84.1-next.
|
277
|
+
"@repo/dev-aliases": "3.84.0",
|
278
|
+
"@repo/package.config": "3.84.0",
|
279
|
+
"@repo/test-config": "3.84.0",
|
280
|
+
"@sanity/codegen": "3.84.1-next.1",
|
281
281
|
"@sanity/generate-help-url": "^3.0.0",
|
282
282
|
"@sanity/pkg-utils": "6.13.4",
|
283
283
|
"@sanity/tsdoc": "1.0.169",
|
@@ -324,5 +324,5 @@
|
|
324
324
|
"engines": {
|
325
325
|
"node": ">=18"
|
326
326
|
},
|
327
|
-
"gitHead": "
|
327
|
+
"gitHead": "74017084301339fb28e635538c3292bd8bbaf4c6"
|
328
328
|
}
|