sanity 4.0.1 → 4.0.2-next.0-abca37f07d-202507161404
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 +12 -12
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "sanity",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.2-next.0-abca37f07d-202507161404",
|
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",
|
@@ -145,7 +145,7 @@
|
|
145
145
|
"@rexxars/react-json-inspector": "^9.0.1",
|
146
146
|
"@sanity/asset-utils": "^2.2.1",
|
147
147
|
"@sanity/bifur-client": "^0.4.1",
|
148
|
-
"@sanity/client": "^7.
|
148
|
+
"@sanity/client": "^7.8.0",
|
149
149
|
"@sanity/color": "^3.0.6",
|
150
150
|
"@sanity/comlink": "^3.0.7",
|
151
151
|
"@sanity/diff-match-patch": "^3.2.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.0.
|
269
|
-
"@sanity/diff": "4.0.1",
|
270
|
-
"@sanity/
|
271
|
-
"@sanity/
|
272
|
-
"@sanity/types": "4.0.
|
273
|
-
"@sanity/
|
274
|
-
"@sanity/
|
268
|
+
"@sanity/cli": "4.0.2-next.0-abca37f07d-202507161404",
|
269
|
+
"@sanity/diff": "4.0.1-abca37f07d-202507161404",
|
270
|
+
"@sanity/mutator": "4.0.2-next.0-abca37f07d-202507161404",
|
271
|
+
"@sanity/schema": "4.0.2-next.0-abca37f07d-202507161404",
|
272
|
+
"@sanity/types": "4.0.2-next.0-abca37f07d-202507161404",
|
273
|
+
"@sanity/util": "4.0.2-next.0-abca37f07d-202507161404",
|
274
|
+
"@sanity/migrate": "4.0.2-next.0-abca37f07d-202507161404"
|
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",
|
318
319
|
"@repo/eslint-config": "4.0.1",
|
319
320
|
"@repo/package.bundle": "4.0.1",
|
320
|
-
"@repo/dev-aliases": "4.0.1",
|
321
|
-
"@repo/package.config": "4.0.1",
|
322
321
|
"@repo/test-config": "4.0.1",
|
323
|
-
"@sanity/codegen": "4.0.1"
|
322
|
+
"@sanity/codegen": "4.0.1-abca37f07d-202507161404",
|
323
|
+
"@repo/package.config": "4.0.1"
|
324
324
|
},
|
325
325
|
"peerDependencies": {
|
326
326
|
"react": "^18 || ^19",
|