sanity 3.97.0 → 3.97.1-next.1.220224caa5
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 +15 -15
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "sanity",
|
3
|
-
"version": "3.97.
|
3
|
+
"version": "3.97.1-next.1.220224caa5",
|
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",
|
@@ -150,11 +150,11 @@
|
|
150
150
|
"@rexxars/react-json-inspector": "^9.0.1",
|
151
151
|
"@sanity/asset-utils": "^2.2.1",
|
152
152
|
"@sanity/bifur-client": "^0.4.1",
|
153
|
-
"@sanity/cli": "3.97.
|
153
|
+
"@sanity/cli": "3.97.1-next.1.220224caa5",
|
154
154
|
"@sanity/client": "^7.6.0",
|
155
155
|
"@sanity/color": "^3.0.6",
|
156
156
|
"@sanity/comlink": "^3.0.5",
|
157
|
-
"@sanity/diff": "3.97.
|
157
|
+
"@sanity/diff": "3.97.1-next.1.220224caa5",
|
158
158
|
"@sanity/diff-match-patch": "^3.2.0",
|
159
159
|
"@sanity/diff-patch": "^5.0.0",
|
160
160
|
"@sanity/eventsource": "^5.0.2",
|
@@ -167,16 +167,16 @@
|
|
167
167
|
"@sanity/logos": "^2.2.1",
|
168
168
|
"@sanity/media-library-types": "^1.0.0",
|
169
169
|
"@sanity/message-protocol": "^0.13.0",
|
170
|
-
"@sanity/migrate": "3.97.
|
171
|
-
"@sanity/mutator": "3.97.
|
170
|
+
"@sanity/migrate": "3.97.1-next.1.220224caa5",
|
171
|
+
"@sanity/mutator": "3.97.1-next.1.220224caa5",
|
172
172
|
"@sanity/presentation-comlink": "^1.0.21",
|
173
173
|
"@sanity/preview-url-secret": "^2.1.11",
|
174
|
-
"@sanity/schema": "3.97.
|
174
|
+
"@sanity/schema": "3.97.1-next.1.220224caa5",
|
175
175
|
"@sanity/sdk": "0.0.0-alpha.25",
|
176
176
|
"@sanity/telemetry": "^0.8.0",
|
177
|
-
"@sanity/types": "3.97.
|
177
|
+
"@sanity/types": "3.97.1-next.1.220224caa5",
|
178
178
|
"@sanity/ui": "^2.16.2",
|
179
|
-
"@sanity/util": "3.97.
|
179
|
+
"@sanity/util": "3.97.1-next.1.220224caa5",
|
180
180
|
"@sanity/uuid": "^3.0.2",
|
181
181
|
"@sentry/react": "^8.55.0",
|
182
182
|
"@tanstack/react-table": "^8.21.3",
|
@@ -280,12 +280,12 @@
|
|
280
280
|
"devDependencies": {
|
281
281
|
"@playwright/experimental-ct-react": "1.53.1",
|
282
282
|
"@playwright/test": "1.53.1",
|
283
|
-
"@repo/dev-aliases": "3.97.
|
284
|
-
"@repo/eslint-config": "3.97.
|
285
|
-
"@repo/package.bundle": "3.97.
|
286
|
-
"@repo/package.config": "3.97.
|
287
|
-
"@repo/test-config": "3.97.
|
288
|
-
"@sanity/codegen": "3.97.
|
283
|
+
"@repo/dev-aliases": "3.97.1",
|
284
|
+
"@repo/eslint-config": "3.97.1",
|
285
|
+
"@repo/package.bundle": "3.97.1",
|
286
|
+
"@repo/package.config": "3.97.1",
|
287
|
+
"@repo/test-config": "3.97.1",
|
288
|
+
"@sanity/codegen": "3.97.1-next.1.220224caa5",
|
289
289
|
"@sanity/eslint-config-i18n": "^2.0.0",
|
290
290
|
"@sanity/generate-help-url": "^3.0.0",
|
291
291
|
"@sanity/pkg-utils": "6.13.4",
|
@@ -334,5 +334,5 @@
|
|
334
334
|
"engines": {
|
335
335
|
"node": ">=18"
|
336
336
|
},
|
337
|
-
"gitHead": "
|
337
|
+
"gitHead": "220224caa5a69a0db4385c8c4ae8b488999ae47c"
|
338
338
|
}
|