@sanity/vision 6.13.1-next.3 → 6.13.2-next.18

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 +2 -2
  2. package/package.json +12 -12
package/lib/index.d.ts CHANGED
@@ -156,6 +156,6 @@ interface VisionToolConfig extends Partial<VisionConfig> {
156
156
  title?: string;
157
157
  icon?: ComponentType;
158
158
  }
159
- declare const visionTool: import("sanity").Plugin<void | VisionToolConfig>;
160
- export { type VisionLocaleResourceKeys, type VisionToolConfig, visionTool };
159
+ export declare const visionTool: import("sanity").Plugin<void | VisionToolConfig>;
160
+ export type { VisionLocaleResourceKeys, VisionToolConfig };
161
161
  //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/vision",
3
- "version": "6.13.1-next.3",
3
+ "version": "6.13.2-next.18",
4
4
  "description": "Sanity plugin for running/debugging GROQ-queries against Sanity datasets",
5
5
  "keywords": [
6
6
  "admin",
@@ -47,16 +47,16 @@
47
47
  "@codemirror/lang-javascript": "^6.2.5",
48
48
  "@codemirror/language": "^6.12.4",
49
49
  "@codemirror/search": "^6.7.2",
50
- "@codemirror/state": "^6.7.2",
51
- "@codemirror/view": "^6.43.10",
50
+ "@codemirror/state": "^6.7.4",
51
+ "@codemirror/view": "^6.43.11",
52
52
  "@lezer/highlight": "^1.2.3",
53
53
  "@rexxars/react-json-inspector": "^9.0.1",
54
54
  "@rexxars/react-split-pane": "^1.0.0",
55
55
  "@sanity/client": "^8.6.1",
56
56
  "@sanity/color": "^3.0.8",
57
- "@sanity/icons": "^5.2.1",
57
+ "@sanity/icons": "^5.2.2",
58
58
  "@sanity/lezer-groq": "^1.0.4",
59
- "@sanity/ui": "^4.2.0",
59
+ "@sanity/ui": "^4.2.1",
60
60
  "@sanity/uuid": "^3.0.3",
61
61
  "@uiw/react-codemirror": "^4.25.11",
62
62
  "@vanilla-extract/dynamic": "^2.1.5",
@@ -68,7 +68,7 @@
68
68
  "quick-lru": "^7.3.0",
69
69
  "react-rx": "^6.0.1",
70
70
  "rxjs": "^7.8.2",
71
- "ui5": "npm:@sanity/ui@5.0.0-alpha.8",
71
+ "ui5": "npm:@sanity/ui@5.0.0-alpha.10",
72
72
  "use-effect-event": "^2.0.4"
73
73
  },
74
74
  "devDependencies": {
@@ -79,16 +79,16 @@
79
79
  "@sanity/vanilla-extract-vite-plugin": "^0.2.18",
80
80
  "@testing-library/react": "^16.3.3",
81
81
  "@types/lodash-es": "^4.17.12",
82
- "@types/react": "^19.2.18",
82
+ "@types/react": "^19.3.0",
83
83
  "@vanilla-extract/css": "^1.21.2",
84
84
  "@vitejs/plugin-react": "^6.1.1",
85
85
  "jsdom": "^29.1.1",
86
- "oxc-transform-react": "^0.148.0",
87
- "react": "^19.2.8",
88
- "react-dom": "^19.2.8",
89
- "sanity": "6.13.1-next.3+1e309b46b8",
86
+ "oxc-transform-react": "^0.149.0",
87
+ "react": "^19.3.0",
88
+ "react-dom": "^19.3.0",
89
+ "sanity": "6.13.2-next.18+97bae2ac97",
90
90
  "styled-components": "^6.5.3",
91
- "tsdown": "^0.22.14",
91
+ "tsdown": "^0.23.0",
92
92
  "typescript": "^7.0.2",
93
93
  "vite": "^8.2.2",
94
94
  "vitest": "^4.1.11"