@sanity/types 5.23.0-next.18 → 5.23.0-next.20

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +1 -1
  2. package/package.json +6 -6
package/lib/index.d.ts CHANGED
@@ -2587,7 +2587,7 @@ declare function isBlockChildrenObjectField(field: unknown): field is BlockChild
2587
2587
  /**
2588
2588
  * @public
2589
2589
  */
2590
- declare const searchStrategies: readonly ["groqLegacy", "groq2024"];
2590
+ declare const searchStrategies: readonly ['groqLegacy', 'groq2024'];
2591
2591
  /**
2592
2592
  * @public
2593
2593
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/types",
3
- "version": "5.23.0-next.18+fc5f9fc2a9",
3
+ "version": "5.23.0-next.20+6b99ab91e0",
4
4
  "description": "Type definitions for common Sanity data structures",
5
5
  "keywords": [
6
6
  "cms",
@@ -41,16 +41,16 @@
41
41
  "@sanity/insert-menu": "3.0.5",
42
42
  "@sanity/pkg-utils": "^10.4.15",
43
43
  "@types/react": "^19.2.11",
44
- "@typescript/native-preview": "7.0.0-dev.20260112.1",
44
+ "@typescript/native-preview": "beta",
45
45
  "@vitejs/plugin-react": "^5.1.2",
46
46
  "eslint": "^9.39.2",
47
47
  "react": "^19.2.4",
48
48
  "rimraf": "^6.1.3",
49
49
  "vitest": "^4.1.4",
50
- "@repo/eslint-config": "5.23.0-next.18+fc5f9fc2a9",
51
- "@repo/test-config": "5.23.0-next.18+fc5f9fc2a9",
52
- "@repo/tsconfig": "5.23.0-next.18+fc5f9fc2a9",
53
- "@repo/package.config": "5.23.0-next.18+fc5f9fc2a9"
50
+ "@repo/eslint-config": "5.23.0-next.20+6b99ab91e0",
51
+ "@repo/test-config": "5.23.0-next.20+6b99ab91e0",
52
+ "@repo/package.config": "5.23.0-next.20+6b99ab91e0",
53
+ "@repo/tsconfig": "5.23.0-next.20+6b99ab91e0"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "@types/react": "^19.2"