sanity 5.24.0 → 5.24.1-next.3

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.24.0";
1
+ var version = "5.24.1-next.3+bc47f51e7a";
2
2
  let buildVersion;
3
3
  try {
4
4
  buildVersion = process.env.PKG_BUILD_VERSION;
@@ -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.24.0";
10
+ "5.24.1-next.3+bc47f51e7a";
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.24.0",
3
+ "version": "5.24.1-next.3+bc47f51e7a",
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
  "cms",
@@ -91,14 +91,14 @@
91
91
  "@dnd-kit/utilities": "^3.2.2",
92
92
  "@isaacs/ttlcache": "^1.4.1",
93
93
  "@mux/mux-player-react": "^3.10.2",
94
- "@portabletext/editor": "^6.6.2",
94
+ "@portabletext/editor": "^6.6.4",
95
95
  "@portabletext/html": "^1.0.1",
96
96
  "@portabletext/patches": "^2.0.4",
97
- "@portabletext/plugin-markdown-shortcuts": "^7.0.25",
98
- "@portabletext/plugin-one-line": "^6.0.25",
99
- "@portabletext/plugin-paste-link": "^3.0.25",
100
- "@portabletext/plugin-typography": "^7.0.25",
101
- "@portabletext/react": "^6.0.3",
97
+ "@portabletext/plugin-markdown-shortcuts": "^7.0.27",
98
+ "@portabletext/plugin-one-line": "^6.0.27",
99
+ "@portabletext/plugin-paste-link": "^3.0.27",
100
+ "@portabletext/plugin-typography": "^7.0.27",
101
+ "@portabletext/react": "^6.1.0",
102
102
  "@portabletext/sanity-bridge": "^3.0.0",
103
103
  "@portabletext/to-html": "^5.0.2",
104
104
  "@portabletext/toolkit": "^5.0.2",
@@ -179,11 +179,11 @@
179
179
  "uuid": "^11.1.0",
180
180
  "web-vitals": "^5.1.0",
181
181
  "xstate": "^5.25.1",
182
- "@sanity/diff": "5.24.0",
183
- "@sanity/schema": "5.24.0",
184
- "@sanity/mutator": "5.24.0",
185
- "@sanity/types": "5.24.0",
186
- "@sanity/util": "5.24.0"
182
+ "@sanity/mutator": "5.24.1-next.3+bc47f51e7a",
183
+ "@sanity/schema": "5.24.1-next.3+bc47f51e7a",
184
+ "@sanity/diff": "5.24.1-next.3+bc47f51e7a",
185
+ "@sanity/types": "5.24.1-next.3+bc47f51e7a",
186
+ "@sanity/util": "5.24.1-next.3+bc47f51e7a"
187
187
  },
188
188
  "devDependencies": {
189
189
  "@playwright/experimental-ct-react": "1.59.1",
@@ -230,11 +230,11 @@
230
230
  "vite": "^7.3.1",
231
231
  "vitest": "^4.1.4",
232
232
  "vitest-package-exports": "^1.1.2",
233
- "@repo/eslint-config": "5.24.0",
234
- "@repo/package.bundle": "5.24.0",
235
- "@repo/test-config": "5.24.0",
236
- "@repo/package.config": "5.24.0",
237
- "@repo/tsconfig": "5.24.0"
233
+ "@repo/eslint-config": "5.24.1-next.3+bc47f51e7a",
234
+ "@repo/package.bundle": "5.24.1-next.3+bc47f51e7a",
235
+ "@repo/package.config": "5.24.1-next.3+bc47f51e7a",
236
+ "@repo/test-config": "5.24.1-next.3+bc47f51e7a",
237
+ "@repo/tsconfig": "5.24.1-next.3+bc47f51e7a"
238
238
  },
239
239
  "peerDependencies": {
240
240
  "react": "^19.2.2",