sanity 6.0.0-next.14 → 6.0.0-next.16

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 = "6.0.0-next.14+df43bfaa38";
1
+ var version = "6.0.0-next.16+e1046523cd";
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
- "6.0.0-next.14+df43bfaa38";
10
+ "6.0.0-next.16+e1046523cd";
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": "6.0.0-next.14",
3
+ "version": "6.0.0-next.16",
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,15 +91,15 @@
91
91
  "@dnd-kit/utilities": "^3.2.2",
92
92
  "@isaacs/ttlcache": "^1.4.1",
93
93
  "@mux/mux-player-react": "^3.13.0",
94
- "@portabletext/editor": "^7.1.1",
94
+ "@portabletext/editor": "^7.3.3",
95
95
  "@portabletext/html": "^1.0.2",
96
96
  "@portabletext/patches": "^2.0.4",
97
- "@portabletext/plugin-markdown-shortcuts": "^8.0.8",
98
- "@portabletext/plugin-one-line": "^7.0.8",
99
- "@portabletext/plugin-paste-link": "^4.0.8",
100
- "@portabletext/plugin-typography": "^8.0.8",
97
+ "@portabletext/plugin-markdown-shortcuts": "^8.0.13",
98
+ "@portabletext/plugin-one-line": "^7.0.13",
99
+ "@portabletext/plugin-paste-link": "^4.0.13",
100
+ "@portabletext/plugin-typography": "^8.0.13",
101
101
  "@portabletext/react": "^6.2.0",
102
- "@portabletext/sanity-bridge": "^3.1.0",
102
+ "@portabletext/sanity-bridge": "^3.1.1",
103
103
  "@portabletext/to-html": "^5.0.2",
104
104
  "@portabletext/toolkit": "^5.0.2",
105
105
  "@rexxars/react-json-inspector": "^9.0.1",
@@ -177,14 +177,13 @@
177
177
  "use-hot-module-reload": "^2.0.0",
178
178
  "use-sync-external-store": "^1.6.0",
179
179
  "uuid": "^11.1.0",
180
- "vite": "^8.0.16",
181
180
  "web-vitals": "^5.1.0",
182
181
  "xstate": "^5.32.0",
183
- "@sanity/diff": "6.0.0-next.14+df43bfaa38",
184
- "@sanity/schema": "6.0.0-next.14+df43bfaa38",
185
- "@sanity/types": "6.0.0-next.14+df43bfaa38",
186
- "@sanity/mutator": "6.0.0-next.14+df43bfaa38",
187
- "@sanity/util": "6.0.0-next.14+df43bfaa38"
182
+ "@sanity/diff": "6.0.0-next.16+e1046523cd",
183
+ "@sanity/schema": "6.0.0-next.16+e1046523cd",
184
+ "@sanity/mutator": "6.0.0-next.16+e1046523cd",
185
+ "@sanity/types": "6.0.0-next.16+e1046523cd",
186
+ "@sanity/util": "6.0.0-next.16+e1046523cd"
188
187
  },
189
188
  "devDependencies": {
190
189
  "@rolldown/plugin-babel": "^0.2.3",
@@ -228,14 +227,15 @@
228
227
  "styled-components": "npm:@sanity/styled-components@^6.1.24",
229
228
  "swr": "2.2.5",
230
229
  "tsx": "^4.22.4",
230
+ "vite": "^8.0.16",
231
231
  "vitest": "^4.1.8",
232
232
  "vitest-browser-react": "^2.2.0",
233
233
  "vitest-package-exports": "^1.2.0",
234
- "@repo/eslint-config": "6.0.0-next.14+df43bfaa38",
235
- "@repo/package.bundle": "6.0.0-next.14+df43bfaa38",
236
- "@repo/tsconfig": "6.0.0-next.14+df43bfaa38",
237
- "@repo/package.config": "6.0.0-next.14+df43bfaa38",
238
- "@repo/test-config": "6.0.0-next.14+df43bfaa38"
234
+ "@repo/package.bundle": "6.0.0-next.16+e1046523cd",
235
+ "@repo/package.config": "6.0.0-next.16+e1046523cd",
236
+ "@repo/tsconfig": "6.0.0-next.16+e1046523cd",
237
+ "@repo/test-config": "6.0.0-next.16+e1046523cd",
238
+ "@repo/eslint-config": "6.0.0-next.16+e1046523cd"
239
239
  },
240
240
  "peerDependencies": {
241
241
  "react": "^19.2.2",