sanity 5.31.0-next.53 → 5.31.0-next.60

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.31.0-next.53+716818ba42";
1
+ var version = "5.31.0-next.60+9f01d74a05";
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.31.0-next.53+716818ba42";
10
+ "5.31.0-next.60+9f01d74a05";
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.31.0-next.53",
3
+ "version": "5.31.0-next.60",
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",
@@ -128,7 +128,7 @@
128
128
  "@sanity/telemetry": "^1.1.0",
129
129
  "@sanity/ui": "^3.2.0",
130
130
  "@sanity/uuid": "^3.0.2",
131
- "@sentry/react": "^8.55.0",
131
+ "@sentry/react": "^8.55.2",
132
132
  "@tanstack/react-table": "^8.21.3",
133
133
  "@tanstack/react-virtual": "^3.14.2",
134
134
  "@xstate/react": "^6.1.0",
@@ -148,7 +148,7 @@
148
148
  "json-stable-stringify": "^1.3.0",
149
149
  "lodash-es": "^4.18.1",
150
150
  "mendoza": "^3.0.8",
151
- "motion": "^12.27.1",
151
+ "motion": "^12.40.0",
152
152
  "nano-pubsub": "^3.0.0",
153
153
  "nanoid": "^3.3.11",
154
154
  "observable-callback": "^1.0.3",
@@ -179,11 +179,11 @@
179
179
  "uuid": "^11.1.0",
180
180
  "web-vitals": "^5.1.0",
181
181
  "xstate": "^5.32.0",
182
- "@sanity/mutator": "5.31.0-next.53+716818ba42",
183
- "@sanity/schema": "5.31.0-next.53+716818ba42",
184
- "@sanity/types": "5.31.0-next.53+716818ba42",
185
- "@sanity/util": "5.31.0-next.53+716818ba42",
186
- "@sanity/diff": "5.31.0-next.53+716818ba42"
182
+ "@sanity/diff": "5.31.0-next.60+9f01d74a05",
183
+ "@sanity/mutator": "5.31.0-next.60+9f01d74a05",
184
+ "@sanity/schema": "5.31.0-next.60+9f01d74a05",
185
+ "@sanity/types": "5.31.0-next.60+9f01d74a05",
186
+ "@sanity/util": "5.31.0-next.60+9f01d74a05"
187
187
  },
188
188
  "devDependencies": {
189
189
  "@sanity/eslint-config-i18n": "^2.0.0",
@@ -191,7 +191,7 @@
191
191
  "@sanity/pkg-utils": "^10.5.3",
192
192
  "@sanity/visual-editing-csm": "^3.0.9",
193
193
  "@testing-library/jest-dom": "^6.9.1",
194
- "@testing-library/react": "^16.3.1",
194
+ "@testing-library/react": "^16.3.2",
195
195
  "@testing-library/user-event": "^14.6.1",
196
196
  "@types/debug": "^4.1.12",
197
197
  "@types/lodash-es": "^4.17.12",
@@ -230,11 +230,11 @@
230
230
  "vitest": "^4.1.8",
231
231
  "vitest-browser-react": "^2.2.0",
232
232
  "vitest-package-exports": "^1.1.2",
233
- "@repo/package.bundle": "5.31.0-next.53+716818ba42",
234
- "@repo/eslint-config": "5.31.0-next.53+716818ba42",
235
- "@repo/package.config": "5.31.0-next.53+716818ba42",
236
- "@repo/test-config": "5.31.0-next.53+716818ba42",
237
- "@repo/tsconfig": "5.31.0-next.53+716818ba42"
233
+ "@repo/package.config": "5.31.0-next.60+9f01d74a05",
234
+ "@repo/eslint-config": "5.31.0-next.60+9f01d74a05",
235
+ "@repo/test-config": "5.31.0-next.60+9f01d74a05",
236
+ "@repo/tsconfig": "5.31.0-next.60+9f01d74a05",
237
+ "@repo/package.bundle": "5.31.0-next.60+9f01d74a05"
238
238
  },
239
239
  "peerDependencies": {
240
240
  "react": "^19.2.2",