sanity 6.3.0-next.49 → 6.3.0-next.53

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.3.0-next.49+6cfd1ed956";
1
+ var version = "6.3.0-next.53+49db0b0d4c";
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.3.0-next.49+6cfd1ed956";
10
+ "6.3.0-next.53+49db0b0d4c";
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.3.0-next.49",
3
+ "version": "6.3.0-next.53",
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",
@@ -78,7 +78,7 @@
78
78
  "@rexxars/react-json-inspector": "^9.0.1",
79
79
  "@sanity/asset-utils": "^2.3.0",
80
80
  "@sanity/bifur-client": "^1.0.0",
81
- "@sanity/cli": "^7.4.0",
81
+ "@sanity/cli": "^7.4.1",
82
82
  "@sanity/client": "^7.23.0",
83
83
  "@sanity/color": "^3.0.6",
84
84
  "@sanity/comlink": "^4.0.1",
@@ -103,7 +103,7 @@
103
103
  "@sanity/uuid": "^3.0.3",
104
104
  "@sentry/react": "^10.59.0",
105
105
  "@tanstack/react-table": "^8.21.3",
106
- "@tanstack/react-virtual": "^3.14.3",
106
+ "@tanstack/react-virtual": "^3.14.4",
107
107
  "@xstate/react": "^6.1.0",
108
108
  "classnames": "^2.5.1",
109
109
  "color2k": "^2.0.3",
@@ -112,7 +112,7 @@
112
112
  "debug": "^4.4.3",
113
113
  "exif-component": "^1.0.1",
114
114
  "fast-deep-equal": "3.1.3",
115
- "groq-js": "^1.30.2",
115
+ "groq-js": "^1.30.3",
116
116
  "history": "^5.3.0",
117
117
  "i18next": "^26.3.1",
118
118
  "is-hotkey-esm": "^1.0.0",
@@ -123,7 +123,7 @@
123
123
  "mendoza": "^3.0.8",
124
124
  "motion": "^12.40.0",
125
125
  "nano-pubsub": "^3.0.0",
126
- "nanoid": "^5.1.15",
126
+ "nanoid": "^5.1.16",
127
127
  "observable-callback": "^1.0.3",
128
128
  "path-to-regexp": "^6.3.0",
129
129
  "player.style": "^0.3.4",
@@ -153,11 +153,11 @@
153
153
  "uuid": "^14.0.1",
154
154
  "web-vitals": "^5.3.0",
155
155
  "xstate": "^5.32.1",
156
- "@sanity/diff": "6.3.0-next.49+6cfd1ed956",
157
- "@sanity/mutator": "6.3.0-next.49+6cfd1ed956",
158
- "@sanity/schema": "6.3.0-next.49+6cfd1ed956",
159
- "@sanity/types": "6.3.0-next.49+6cfd1ed956",
160
- "@sanity/util": "6.3.0-next.49+6cfd1ed956"
156
+ "@sanity/diff": "6.3.0-next.53+49db0b0d4c",
157
+ "@sanity/types": "6.3.0-next.53+49db0b0d4c",
158
+ "@sanity/mutator": "6.3.0-next.53+49db0b0d4c",
159
+ "@sanity/schema": "6.3.0-next.53+49db0b0d4c",
160
+ "@sanity/util": "6.3.0-next.53+49db0b0d4c"
161
161
  },
162
162
  "devDependencies": {
163
163
  "@rolldown/plugin-babel": "^0.2.3",
@@ -199,10 +199,10 @@
199
199
  "vitest": "^4.1.9",
200
200
  "vitest-browser-react": "^2.2.0",
201
201
  "vitest-package-exports": "^1.2.0",
202
- "@repo/package.bundle": "6.3.0-next.49+6cfd1ed956",
203
- "@repo/package.config": "6.3.0-next.49+6cfd1ed956",
204
- "@repo/test-config": "6.3.0-next.49+6cfd1ed956",
205
- "@repo/tsconfig": "6.3.0-next.49+6cfd1ed956"
202
+ "@repo/package.config": "6.3.0-next.53+49db0b0d4c",
203
+ "@repo/test-config": "6.3.0-next.53+49db0b0d4c",
204
+ "@repo/package.bundle": "6.3.0-next.53+49db0b0d4c",
205
+ "@repo/tsconfig": "6.3.0-next.53+49db0b0d4c"
206
206
  },
207
207
  "peerDependencies": {
208
208
  "react": "^19.2.2",