sanity 5.0.0-next-major.6 → 5.0.0-next-major.20251210134624
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-es/package.js +1 -1
- package/lib/_chunks-es/version.js +1 -1
- package/lib/index.js +572 -540
- package/lib/index.js.map +1 -1
- package/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sanity",
|
|
3
|
-
"version": "5.0.0-next-major.
|
|
3
|
+
"version": "5.0.0-next-major.20251210134624+f29c4bb975",
|
|
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",
|
|
@@ -126,8 +126,8 @@
|
|
|
126
126
|
"@portabletext/plugin-markdown-shortcuts": "^4.0.25",
|
|
127
127
|
"@portabletext/plugin-one-line": "^3.0.25",
|
|
128
128
|
"@portabletext/plugin-typography": "^4.0.25",
|
|
129
|
-
"@portabletext/react": "^
|
|
130
|
-
"@portabletext/toolkit": "^
|
|
129
|
+
"@portabletext/react": "^6.0.0",
|
|
130
|
+
"@portabletext/toolkit": "^5.0.0",
|
|
131
131
|
"@rexxars/react-json-inspector": "^9.0.1",
|
|
132
132
|
"@sanity/asset-utils": "^2.3.0",
|
|
133
133
|
"@sanity/bifur-client": "^0.4.1",
|
|
@@ -250,13 +250,13 @@
|
|
|
250
250
|
"which": "^5.0.0",
|
|
251
251
|
"xstate": "^5.24.0",
|
|
252
252
|
"yargs": "^17.7.2",
|
|
253
|
-
"@sanity/
|
|
254
|
-
"@sanity/migrate": "5.0.0-next-major.
|
|
255
|
-
"@sanity/
|
|
256
|
-
"@sanity/
|
|
257
|
-
"@sanity/
|
|
258
|
-
"@sanity/
|
|
259
|
-
"@sanity/
|
|
253
|
+
"@sanity/diff": "5.0.0-next-major.20251210134624+f29c4bb975",
|
|
254
|
+
"@sanity/migrate": "5.0.0-next-major.20251210134624+f29c4bb975",
|
|
255
|
+
"@sanity/cli": "5.0.0-next-major.20251210134624+f29c4bb975",
|
|
256
|
+
"@sanity/schema": "5.0.0-next-major.20251210134624+f29c4bb975",
|
|
257
|
+
"@sanity/types": "5.0.0-next-major.20251210134624+f29c4bb975",
|
|
258
|
+
"@sanity/mutator": "5.0.0-next-major.20251210134624+f29c4bb975",
|
|
259
|
+
"@sanity/util": "5.0.0-next-major.20251210134624+f29c4bb975"
|
|
260
260
|
},
|
|
261
261
|
"devDependencies": {
|
|
262
262
|
"@playwright/experimental-ct-react": "1.56.1",
|
|
@@ -302,13 +302,13 @@
|
|
|
302
302
|
"swr": "2.2.5",
|
|
303
303
|
"vitest": "^3.2.4",
|
|
304
304
|
"vitest-package-exports": "^0.1.1",
|
|
305
|
-
"@repo/
|
|
306
|
-
"@repo/package.bundle": "5.0.0-next-major.
|
|
307
|
-
"@repo/
|
|
308
|
-
"@repo/
|
|
309
|
-
"@repo/
|
|
310
|
-
"@
|
|
311
|
-
"@
|
|
305
|
+
"@repo/dev-aliases": "5.0.0-next-major.20251210134624+f29c4bb975",
|
|
306
|
+
"@repo/package.bundle": "5.0.0-next-major.20251210134624+f29c4bb975",
|
|
307
|
+
"@repo/package.config": "5.0.0-next-major.20251210134624+f29c4bb975",
|
|
308
|
+
"@repo/eslint-config": "5.0.0-next-major.20251210134624+f29c4bb975",
|
|
309
|
+
"@repo/test-config": "5.0.0-next-major.20251210134624+f29c4bb975",
|
|
310
|
+
"@repo/tsconfig": "5.0.0-next-major.20251210134624+f29c4bb975",
|
|
311
|
+
"@sanity/codegen": "5.0.0-next-major.20251210134624+f29c4bb975"
|
|
312
312
|
},
|
|
313
313
|
"peerDependencies": {
|
|
314
314
|
"react": "^19.2",
|