sanity 5.31.0-next.62 → 5.31.0-next.63
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 +15 -15
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var version = "5.31.0-next.
|
|
1
|
+
var version = "5.31.0-next.63+29d4cd923b";
|
|
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.63+29d4cd923b";
|
|
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.63",
|
|
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",
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"react-fast-compare": "^3.2.2",
|
|
161
161
|
"react-focus-lock": "^2.13.7",
|
|
162
162
|
"react-i18next": "^17.0.8",
|
|
163
|
-
"react-is": "^19.2.
|
|
163
|
+
"react-is": "^19.2.7",
|
|
164
164
|
"react-refractor": "^4.0.0",
|
|
165
165
|
"react-rx": "^4.2.2",
|
|
166
166
|
"refractor": "^5.0.0",
|
|
@@ -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/types": "5.31.0-next.
|
|
185
|
-
"@sanity/
|
|
186
|
-
"@sanity/
|
|
182
|
+
"@sanity/diff": "5.31.0-next.63+29d4cd923b",
|
|
183
|
+
"@sanity/mutator": "5.31.0-next.63+29d4cd923b",
|
|
184
|
+
"@sanity/types": "5.31.0-next.63+29d4cd923b",
|
|
185
|
+
"@sanity/schema": "5.31.0-next.63+29d4cd923b",
|
|
186
|
+
"@sanity/util": "5.31.0-next.63+29d4cd923b"
|
|
187
187
|
},
|
|
188
188
|
"devDependencies": {
|
|
189
189
|
"@sanity/eslint-config-i18n": "^2.0.0",
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
"@types/lodash-es": "^4.17.12",
|
|
198
198
|
"@types/node": "^24.3.0",
|
|
199
199
|
"@types/raf": "^3.4.3",
|
|
200
|
-
"@types/react": "^19.2.
|
|
200
|
+
"@types/react": "^19.2.17",
|
|
201
201
|
"@types/react-dom": "^19.2.3",
|
|
202
202
|
"@types/react-is": "^19.2.0",
|
|
203
203
|
"@types/semver": "^7.7.0",
|
|
@@ -219,8 +219,8 @@
|
|
|
219
219
|
"eslint-plugin-testing-library": "^7.16.2",
|
|
220
220
|
"globals": "^16.2.0",
|
|
221
221
|
"jsdom": "^29.1.1",
|
|
222
|
-
"react": "^19.2.
|
|
223
|
-
"react-dom": "^19.2.
|
|
222
|
+
"react": "^19.2.7",
|
|
223
|
+
"react-dom": "^19.2.7",
|
|
224
224
|
"rimraf": "^6.1.3",
|
|
225
225
|
"rxjs-etc": "^10.6.2",
|
|
226
226
|
"styled-components": "npm:@sanity/styled-components@^6.1.24",
|
|
@@ -230,11 +230,11 @@
|
|
|
230
230
|
"vitest": "^4.1.8",
|
|
231
231
|
"vitest-browser-react": "^2.2.0",
|
|
232
232
|
"vitest-package-exports": "^1.2.0",
|
|
233
|
-
"@repo/
|
|
234
|
-
"@repo/package.
|
|
235
|
-
"@repo/
|
|
236
|
-
"@repo/
|
|
237
|
-
"@repo/
|
|
233
|
+
"@repo/eslint-config": "5.31.0-next.63+29d4cd923b",
|
|
234
|
+
"@repo/package.bundle": "5.31.0-next.63+29d4cd923b",
|
|
235
|
+
"@repo/package.config": "5.31.0-next.63+29d4cd923b",
|
|
236
|
+
"@repo/tsconfig": "5.31.0-next.63+29d4cd923b",
|
|
237
|
+
"@repo/test-config": "5.31.0-next.63+29d4cd923b"
|
|
238
238
|
},
|
|
239
239
|
"peerDependencies": {
|
|
240
240
|
"react": "^19.2.2",
|