sanity 5.31.0-next.46 → 5.31.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.
- package/lib/_chunks-es/version.js +2 -2
- package/package.json +17 -17
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var version = "5.31.0-next.
|
|
1
|
+
var version = "5.31.0-next.53+716818ba42";
|
|
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.
|
|
10
|
+
"5.31.0-next.53+716818ba42";
|
|
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.
|
|
3
|
+
"version": "5.31.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",
|
|
@@ -84,13 +84,13 @@
|
|
|
84
84
|
},
|
|
85
85
|
"dependencies": {
|
|
86
86
|
"@algorithm.ts/lcs": "^4.0.5",
|
|
87
|
-
"@date-fns/tz": "^1.
|
|
87
|
+
"@date-fns/tz": "^1.5.0",
|
|
88
88
|
"@dnd-kit/core": "^6.3.1",
|
|
89
89
|
"@dnd-kit/modifiers": "^6.0.1",
|
|
90
90
|
"@dnd-kit/sortable": "^7.0.2",
|
|
91
91
|
"@dnd-kit/utilities": "^3.2.2",
|
|
92
92
|
"@isaacs/ttlcache": "^1.4.1",
|
|
93
|
-
"@mux/mux-player-react": "^3.
|
|
93
|
+
"@mux/mux-player-react": "^3.13.0",
|
|
94
94
|
"@portabletext/editor": "^6.6.5",
|
|
95
95
|
"@portabletext/html": "^1.0.2",
|
|
96
96
|
"@portabletext/patches": "^2.0.4",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"@sanity/uuid": "^3.0.2",
|
|
131
131
|
"@sentry/react": "^8.55.0",
|
|
132
132
|
"@tanstack/react-table": "^8.21.3",
|
|
133
|
-
"@tanstack/react-virtual": "^3.
|
|
133
|
+
"@tanstack/react-virtual": "^3.14.2",
|
|
134
134
|
"@xstate/react": "^6.1.0",
|
|
135
135
|
"classnames": "^2.2.5",
|
|
136
136
|
"color2k": "^2.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/
|
|
183
|
-
"@sanity/
|
|
184
|
-
"@sanity/
|
|
185
|
-
"@sanity/util": "5.31.0-next.
|
|
186
|
-
"@sanity/
|
|
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"
|
|
187
187
|
},
|
|
188
188
|
"devDependencies": {
|
|
189
189
|
"@sanity/eslint-config-i18n": "^2.0.0",
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
"@typescript/native-preview": "beta",
|
|
209
209
|
"@vanilla-extract/css": "^1.20.1",
|
|
210
210
|
"@vanilla-extract/vite-plugin": "^5.2.2",
|
|
211
|
-
"@vitejs/plugin-react": "^5.
|
|
211
|
+
"@vitejs/plugin-react": "^5.2.0",
|
|
212
212
|
"@vitest/browser-playwright": "^4.1.8",
|
|
213
213
|
"@vitest/expect": "^4.1.8",
|
|
214
214
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
@@ -225,16 +225,16 @@
|
|
|
225
225
|
"rxjs-etc": "^10.6.2",
|
|
226
226
|
"styled-components": "npm:@sanity/styled-components@^6.1.24",
|
|
227
227
|
"swr": "2.2.5",
|
|
228
|
-
"tsx": "^4.
|
|
229
|
-
"vite": "^7.3.
|
|
228
|
+
"tsx": "^4.22.4",
|
|
229
|
+
"vite": "^7.3.5",
|
|
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.
|
|
234
|
-
"@repo/eslint-config": "5.31.0-next.
|
|
235
|
-
"@repo/package.config": "5.31.0-next.
|
|
236
|
-
"@repo/test-config": "5.31.0-next.
|
|
237
|
-
"@repo/tsconfig": "5.31.0-next.
|
|
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"
|
|
238
238
|
},
|
|
239
239
|
"peerDependencies": {
|
|
240
240
|
"react": "^19.2.2",
|