sanity 5.0.1-next.13 → 5.0.1-next.15

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.0.1-next.13+8493c9d9cc", peerDependencies = {
1
+ var version = "5.0.1-next.15+0a2dde59e7", 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.0.1-next.13+8493c9d9cc";
10
+ "5.0.1-next.15+0a2dde59e7";
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.0.1-next.13+8493c9d9cc",
3
+ "version": "5.0.1-next.15+0a2dde59e7",
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",
@@ -154,7 +154,7 @@
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.12",
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",
@@ -245,17 +245,17 @@
245
245
  "use-hot-module-reload": "^2.0.0",
246
246
  "use-sync-external-store": "^1.6.0",
247
247
  "uuid": "^11.1.0",
248
- "vite": "^7.2.6",
248
+ "vite": "^7.2.7",
249
249
  "which": "^5.0.0",
250
250
  "xstate": "^5.25.0",
251
251
  "yargs": "^17.7.2",
252
- "@sanity/cli": "5.0.1-next.13+8493c9d9cc",
253
- "@sanity/diff": "5.0.1-next.13+8493c9d9cc",
254
- "@sanity/migrate": "5.0.1-next.13+8493c9d9cc",
255
- "@sanity/mutator": "5.0.1-next.13+8493c9d9cc",
252
+ "@sanity/diff": "5.0.1-next.15+0a2dde59e7",
253
+ "@sanity/cli": "5.0.1-next.15+0a2dde59e7",
254
+ "@sanity/mutator": "5.0.1-next.15+0a2dde59e7",
255
+ "@sanity/schema": "5.0.1-next.15+0a2dde59e7",
256
256
  "@sanity/types": "5.0.0",
257
- "@sanity/util": "5.0.1-next.13+8493c9d9cc",
258
- "@sanity/schema": "5.0.1-next.13+8493c9d9cc"
257
+ "@sanity/migrate": "5.0.1-next.15+0a2dde59e7",
258
+ "@sanity/util": "5.0.1-next.15+0a2dde59e7"
259
259
  },
260
260
  "devDependencies": {
261
261
  "@playwright/experimental-ct-react": "1.56.1",
@@ -301,13 +301,13 @@
301
301
  "swr": "2.2.5",
302
302
  "vitest": "^3.2.4",
303
303
  "vitest-package-exports": "^0.1.1",
304
- "@repo/dev-aliases": "5.0.1-next.13+8493c9d9cc",
305
- "@repo/package.bundle": "5.0.1-next.13+8493c9d9cc",
306
- "@repo/package.config": "5.0.1-next.13+8493c9d9cc",
307
- "@repo/test-config": "5.0.1-next.13+8493c9d9cc",
308
- "@repo/tsconfig": "5.0.1-next.13+8493c9d9cc",
309
- "@repo/eslint-config": "5.0.1-next.13+8493c9d9cc",
310
- "@sanity/codegen": "5.0.1-next.13+8493c9d9cc"
304
+ "@repo/dev-aliases": "5.0.1-next.15+0a2dde59e7",
305
+ "@repo/eslint-config": "5.0.1-next.15+0a2dde59e7",
306
+ "@repo/package.config": "5.0.1-next.15+0a2dde59e7",
307
+ "@repo/test-config": "5.0.1-next.15+0a2dde59e7",
308
+ "@repo/package.bundle": "5.0.1-next.15+0a2dde59e7",
309
+ "@sanity/codegen": "5.0.1-next.15+0a2dde59e7",
310
+ "@repo/tsconfig": "5.0.1-next.15+0a2dde59e7"
311
311
  },
312
312
  "peerDependencies": {
313
313
  "react": "^19.2.2",