sanity 5.0.1-next.8 → 5.0.2-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-es/LiveQueries.js +1 -2
- package/lib/_chunks-es/LiveQueries.js.map +1 -1
- package/lib/_chunks-es/PresentationToolGrantsCheck.js +1 -2
- package/lib/_chunks-es/PresentationToolGrantsCheck.js.map +1 -1
- package/lib/_chunks-es/StructureToolProvider.js +1 -6
- package/lib/_chunks-es/StructureToolProvider.js.map +1 -1
- package/lib/_chunks-es/_internal.js +3 -11
- package/lib/_chunks-es/_internal.js.map +1 -1
- package/lib/_chunks-es/createAspectAction.js +1 -1
- package/lib/_chunks-es/createAspectAction.js.map +1 -1
- package/lib/_chunks-es/deleteSchemaAction.js +1 -1
- package/lib/_chunks-es/deleteSchemaAction.js.map +1 -1
- package/lib/_chunks-es/deployApiAction.js +1 -5
- package/lib/_chunks-es/deployApiAction.js.map +1 -1
- package/lib/_chunks-es/deploySchemasAction.js +1 -1
- package/lib/_chunks-es/deploySchemasAction.js.map +1 -1
- package/lib/_chunks-es/index3.js +1 -2
- package/lib/_chunks-es/index3.js.map +1 -1
- package/lib/_chunks-es/listSchemasAction.js +1 -1
- package/lib/_chunks-es/listSchemasAction.js.map +1 -1
- package/lib/_chunks-es/package.js +1 -1
- package/lib/_chunks-es/pane.js +2 -9
- package/lib/_chunks-es/pane.js.map +1 -1
- package/lib/_chunks-es/presentation.js +1 -2
- package/lib/_chunks-es/presentation.js.map +1 -1
- package/lib/_chunks-es/runtime.js +1 -1
- package/lib/_chunks-es/runtime.js.map +1 -1
- package/lib/_chunks-es/schemaStoreOutStrings.js +1 -1
- package/lib/_chunks-es/schemaStoreOutStrings.js.map +1 -1
- package/lib/_chunks-es/uniqueProjectIdDataset.js +1 -1
- package/lib/_chunks-es/uniqueProjectIdDataset.js.map +1 -1
- package/lib/_chunks-es/version.js +1 -1
- package/lib/_internal/cli/threads/extractManifest.cjs +3 -3
- package/lib/_internal/cli/threads/extractManifest.cjs.map +1 -1
- package/lib/_internal/cli/threads/getGraphQLAPIs.cjs +3 -3
- package/lib/_internal/cli/threads/getGraphQLAPIs.cjs.map +1 -1
- package/lib/index.d.ts +2 -3
- package/lib/index.js +255 -316
- package/lib/index.js.map +1 -1
- package/lib/router.js +1 -8
- package/lib/router.js.map +1 -1
- package/package.json +35 -36
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sanity",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.2-next.1+7915625d74",
|
|
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",
|
|
@@ -120,12 +120,12 @@
|
|
|
120
120
|
"@isaacs/ttlcache": "^1.4.1",
|
|
121
121
|
"@juggle/resize-observer": "^3.4.0",
|
|
122
122
|
"@mux/mux-player-react": "^3.8.0",
|
|
123
|
-
"@portabletext/block-tools": "^
|
|
124
|
-
"@portabletext/editor": "^4.0.
|
|
123
|
+
"@portabletext/block-tools": "^5.0.0",
|
|
124
|
+
"@portabletext/editor": "^4.0.1",
|
|
125
125
|
"@portabletext/patches": "^2.0.3",
|
|
126
|
-
"@portabletext/plugin-markdown-shortcuts": "^
|
|
127
|
-
"@portabletext/plugin-one-line": "^
|
|
128
|
-
"@portabletext/plugin-typography": "^
|
|
126
|
+
"@portabletext/plugin-markdown-shortcuts": "^5.0.1",
|
|
127
|
+
"@portabletext/plugin-one-line": "^4.0.1",
|
|
128
|
+
"@portabletext/plugin-typography": "^5.0.1",
|
|
129
129
|
"@portabletext/react": "^6.0.0",
|
|
130
130
|
"@portabletext/toolkit": "^5.0.0",
|
|
131
131
|
"@rexxars/react-json-inspector": "^9.0.1",
|
|
@@ -141,20 +141,20 @@
|
|
|
141
141
|
"@sanity/icons": "^3.7.4",
|
|
142
142
|
"@sanity/id-utils": "^1.0.0",
|
|
143
143
|
"@sanity/image-url": "^2.0.1",
|
|
144
|
-
"@sanity/import": "^
|
|
145
|
-
"@sanity/insert-menu": "^
|
|
144
|
+
"@sanity/import": "^4.0.1",
|
|
145
|
+
"@sanity/insert-menu": "^3.0.2",
|
|
146
146
|
"@sanity/logos": "^2.2.2",
|
|
147
|
-
"@sanity/media-library-types": "^1.0.
|
|
148
|
-
"@sanity/message-protocol": "^0.17.
|
|
147
|
+
"@sanity/media-library-types": "^1.0.2",
|
|
148
|
+
"@sanity/message-protocol": "^0.17.8",
|
|
149
149
|
"@sanity/presentation-comlink": "^2.0.1",
|
|
150
|
-
"@sanity/preview-url-secret": "^
|
|
150
|
+
"@sanity/preview-url-secret": "^4.0.1",
|
|
151
151
|
"@sanity/sdk": "2.1.2",
|
|
152
152
|
"@sanity/telemetry": "^0.8.0",
|
|
153
153
|
"@sanity/ui": "^3.1.11",
|
|
154
154
|
"@sanity/uuid": "^3.0.2",
|
|
155
155
|
"@sentry/react": "^8.55.0",
|
|
156
156
|
"@tanstack/react-table": "^8.21.3",
|
|
157
|
-
"@tanstack/react-virtual": "^3.13.
|
|
157
|
+
"@tanstack/react-virtual": "^3.13.13",
|
|
158
158
|
"@types/react-is": "^19.2.0",
|
|
159
159
|
"@types/shallow-equals": "^1.0.3",
|
|
160
160
|
"@types/speakingurl": "^13.0.6",
|
|
@@ -195,11 +195,11 @@
|
|
|
195
195
|
"json-lexer": "^1.2.0",
|
|
196
196
|
"json-reduce": "^3.0.0",
|
|
197
197
|
"json5": "^2.2.3",
|
|
198
|
-
"lodash": "^4.17.21",
|
|
198
|
+
"lodash-es": "^4.17.21",
|
|
199
199
|
"log-symbols": "^2.2.0",
|
|
200
200
|
"mendoza": "^3.0.8",
|
|
201
201
|
"module-alias": "^2.2.3",
|
|
202
|
-
"motion": "^12.23.
|
|
202
|
+
"motion": "^12.23.26",
|
|
203
203
|
"nano-pubsub": "^3.0.0",
|
|
204
204
|
"nanoid": "^3.3.11",
|
|
205
205
|
"node-html-parser": "^6.1.13",
|
|
@@ -241,21 +241,20 @@
|
|
|
241
241
|
"tinyglobby": "^0.2.14",
|
|
242
242
|
"urlpattern-polyfill": "10.1.0",
|
|
243
243
|
"use-device-pixel-ratio": "^1.1.2",
|
|
244
|
-
"use-effect-event": "^2.0.3",
|
|
245
244
|
"use-hot-module-reload": "^2.0.0",
|
|
246
245
|
"use-sync-external-store": "^1.6.0",
|
|
247
246
|
"uuid": "^11.1.0",
|
|
248
|
-
"vite": "^7.2.
|
|
247
|
+
"vite": "^7.2.7",
|
|
249
248
|
"which": "^5.0.0",
|
|
250
|
-
"xstate": "^5.
|
|
249
|
+
"xstate": "^5.25.0",
|
|
251
250
|
"yargs": "^17.7.2",
|
|
252
|
-
"@sanity/
|
|
253
|
-
"@sanity/
|
|
254
|
-
"@sanity/
|
|
255
|
-
"@sanity/
|
|
256
|
-
"@sanity/
|
|
257
|
-
"@sanity/types": "5.0.
|
|
258
|
-
"@sanity/util": "5.0.
|
|
251
|
+
"@sanity/diff": "5.0.2-next.1+7915625d74",
|
|
252
|
+
"@sanity/cli": "5.0.2-next.1+7915625d74",
|
|
253
|
+
"@sanity/migrate": "5.0.2-next.1+7915625d74",
|
|
254
|
+
"@sanity/schema": "5.0.2-next.1+7915625d74",
|
|
255
|
+
"@sanity/mutator": "5.0.2-next.1+7915625d74",
|
|
256
|
+
"@sanity/types": "5.0.1",
|
|
257
|
+
"@sanity/util": "5.0.2-next.1+7915625d74"
|
|
259
258
|
},
|
|
260
259
|
"devDependencies": {
|
|
261
260
|
"@playwright/experimental-ct-react": "1.56.1",
|
|
@@ -265,7 +264,7 @@
|
|
|
265
264
|
"@sanity/generate-help-url": "^3.0.1",
|
|
266
265
|
"@sanity/pkg-utils": "^10.2.1",
|
|
267
266
|
"@sanity/ui-workshop": "^3.4.0",
|
|
268
|
-
"@sanity/visual-editing-csm": "^
|
|
267
|
+
"@sanity/visual-editing-csm": "^3.0.3",
|
|
269
268
|
"@sentry/types": "^8.55.0",
|
|
270
269
|
"@testing-library/jest-dom": "^6.9.1",
|
|
271
270
|
"@testing-library/react": "^16.3.0",
|
|
@@ -275,7 +274,7 @@
|
|
|
275
274
|
"@types/debug": "^4.1.12",
|
|
276
275
|
"@types/gunzip-maybe": "^1.4.2",
|
|
277
276
|
"@types/jsdom": "27.0.0",
|
|
278
|
-
"@types/lodash": "^4.17.
|
|
277
|
+
"@types/lodash-es": "^4.17.12",
|
|
279
278
|
"@types/log-symbols": "^2.0.0",
|
|
280
279
|
"@types/module-alias": "^2.0.4",
|
|
281
280
|
"@types/node": "^24.3.0",
|
|
@@ -290,9 +289,9 @@
|
|
|
290
289
|
"@vitest/expect": "^3.2.4",
|
|
291
290
|
"babel-plugin-react-compiler": "1.0.0",
|
|
292
291
|
"blob-polyfill": "^9.0.20240710",
|
|
293
|
-
"eslint": "^9.39.
|
|
294
|
-
"eslint-plugin-boundaries": "^5.3.
|
|
295
|
-
"eslint-plugin-testing-library": "^7.13.
|
|
292
|
+
"eslint": "^9.39.2",
|
|
293
|
+
"eslint-plugin-boundaries": "^5.3.1",
|
|
294
|
+
"eslint-plugin-testing-library": "^7.13.6",
|
|
296
295
|
"globals": "^16.2.0",
|
|
297
296
|
"react": "^19.2.3",
|
|
298
297
|
"react-dom": "^19.2.3",
|
|
@@ -301,13 +300,13 @@
|
|
|
301
300
|
"swr": "2.2.5",
|
|
302
301
|
"vitest": "^3.2.4",
|
|
303
302
|
"vitest-package-exports": "^0.1.1",
|
|
304
|
-
"@repo/dev-aliases": "5.0.
|
|
305
|
-
"@repo/eslint-config": "5.0.
|
|
306
|
-
"@repo/
|
|
307
|
-
"@repo/
|
|
308
|
-
"@repo/
|
|
309
|
-
"@repo/
|
|
310
|
-
"@sanity/codegen": "5.0.
|
|
303
|
+
"@repo/dev-aliases": "5.0.2-next.1+7915625d74",
|
|
304
|
+
"@repo/eslint-config": "5.0.2-next.1+7915625d74",
|
|
305
|
+
"@repo/package.bundle": "5.0.2-next.1+7915625d74",
|
|
306
|
+
"@repo/package.config": "5.0.2-next.1+7915625d74",
|
|
307
|
+
"@repo/test-config": "5.0.2-next.1+7915625d74",
|
|
308
|
+
"@repo/tsconfig": "5.0.2-next.1+7915625d74",
|
|
309
|
+
"@sanity/codegen": "5.0.2-next.1+7915625d74"
|
|
311
310
|
},
|
|
312
311
|
"peerDependencies": {
|
|
313
312
|
"react": "^19.2.2",
|