sanity 5.7.0-next.16 → 5.7.0-next.18

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.
@@ -1,4 +1,4 @@
1
- var version = "5.7.0-next.16+a85174dcdc", peerDependencies = {
1
+ var version = "5.7.0-next.18+4f5566181e", peerDependencies = {
2
2
  "styled-components": "^6.1.15"
3
3
  };
4
4
  export {
@@ -7,7 +7,7 @@ try {
7
7
  try {
8
8
  buildVersion = buildVersion || // This is replaced by `@sanity/pkg-utils` at build time
9
9
  // and must always be references by its full static name, e.g. no optional chaining, no `if (process && process.env)` etc.
10
- "5.7.0-next.16+a85174dcdc";
10
+ "5.7.0-next.18+4f5566181e";
11
11
  } catch {
12
12
  }
13
13
  const SANITY_VERSION = buildVersion || `${version}-dev`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity",
3
- "version": "5.7.0-next.16+a85174dcdc",
3
+ "version": "5.7.0-next.18+4f5566181e",
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",
@@ -80,6 +80,7 @@
80
80
  "mock-browser-env-stub-loader.mjs"
81
81
  ],
82
82
  "dependencies": {
83
+ "@algorithm.ts/lcs": "^4.0.5",
83
84
  "@date-fns/tz": "^1.4.1",
84
85
  "@dnd-kit/core": "^6.3.1",
85
86
  "@dnd-kit/modifiers": "^6.0.1",
@@ -163,6 +164,7 @@
163
164
  "jsdom-global": "^3.0.2",
164
165
  "json-lexer": "^1.2.0",
165
166
  "json-reduce": "^3.0.0",
167
+ "json-stable-stringify": "^1.3.0",
166
168
  "json5": "^2.2.3",
167
169
  "lodash-es": "^4.17.22",
168
170
  "log-symbols": "^2.2.0",
@@ -217,12 +219,12 @@
217
219
  "which": "^5.0.0",
218
220
  "xstate": "^5.25.1",
219
221
  "yargs": "^17.7.2",
220
- "@sanity/cli": "5.7.0-next.16+a85174dcdc",
221
- "@sanity/mutator": "5.7.0-next.16+a85174dcdc",
222
+ "@sanity/diff": "5.7.0-next.18+4f5566181e",
223
+ "@sanity/mutator": "5.7.0-next.18+4f5566181e",
224
+ "@sanity/schema": "5.7.0-next.18+4f5566181e",
225
+ "@sanity/util": "5.7.0-next.18+4f5566181e",
222
226
  "@sanity/types": "5.6.0",
223
- "@sanity/schema": "5.7.0-next.16+a85174dcdc",
224
- "@sanity/util": "5.7.0-next.16+a85174dcdc",
225
- "@sanity/diff": "5.7.0-next.16+a85174dcdc"
227
+ "@sanity/cli": "5.7.0-next.18+4f5566181e"
226
228
  },
227
229
  "devDependencies": {
228
230
  "@playwright/experimental-ct-react": "1.57.0",
@@ -269,12 +271,12 @@
269
271
  "tsx": "^4.21.0",
270
272
  "vitest": "^4.0.16",
271
273
  "vitest-package-exports": "^1.1.2",
272
- "@repo/eslint-config": "5.7.0-next.16+a85174dcdc",
273
- "@repo/package.bundle": "5.7.0-next.16+a85174dcdc",
274
- "@repo/test-config": "5.7.0-next.16+a85174dcdc",
275
- "@repo/package.config": "5.7.0-next.16+a85174dcdc",
276
- "@repo/tsconfig": "5.7.0-next.16+a85174dcdc",
277
- "@sanity/codegen": "5.7.0-next.16+a85174dcdc"
274
+ "@repo/eslint-config": "5.7.0-next.18+4f5566181e",
275
+ "@repo/package.config": "5.7.0-next.18+4f5566181e",
276
+ "@repo/test-config": "5.7.0-next.18+4f5566181e",
277
+ "@repo/package.bundle": "5.7.0-next.18+4f5566181e",
278
+ "@repo/tsconfig": "5.7.0-next.18+4f5566181e",
279
+ "@sanity/codegen": "5.7.0-next.18+4f5566181e"
278
280
  },
279
281
  "peerDependencies": {
280
282
  "react": "^19.2.2",