@sanity/vision 6.10.1 → 6.10.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 (1) hide show
  1. package/package.json +9 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/vision",
3
- "version": "6.10.1",
3
+ "version": "6.10.2-next.18",
4
4
  "description": "Sanity plugin for running/debugging GROQ-queries against Sanity datasets",
5
5
  "keywords": [
6
6
  "admin",
@@ -28,6 +28,7 @@
28
28
  "lib"
29
29
  ],
30
30
  "type": "module",
31
+ "sideEffects": true,
31
32
  "types": "./lib/index.d.ts",
32
33
  "exports": {
33
34
  ".": "./lib/index.js",
@@ -51,7 +52,7 @@
51
52
  "@lezer/highlight": "^1.2.3",
52
53
  "@rexxars/react-json-inspector": "^9.0.1",
53
54
  "@rexxars/react-split-pane": "^1.0.0",
54
- "@sanity/client": "^7.26.2",
55
+ "@sanity/client": "^8.1.0",
55
56
  "@sanity/color": "^3.0.8",
56
57
  "@sanity/icons": "^5.2.1",
57
58
  "@sanity/lezer-groq": "^1.0.4",
@@ -87,9 +88,9 @@
87
88
  "vitest": "^4.1.10",
88
89
  "@repo/package.bundle": "6.9.2",
89
90
  "@repo/tsdown.config": "6.9.2",
90
- "@repo/test-config": "6.9.2",
91
- "sanity": "6.10.1",
92
- "@repo/tsconfig": "6.9.2"
91
+ "sanity": "6.10.2-next.18+10dec6cd01",
92
+ "@repo/tsconfig": "6.9.2",
93
+ "@repo/test-config": "6.9.2"
93
94
  },
94
95
  "peerDependencies": {
95
96
  "react": "^19.2.2",
@@ -99,6 +100,9 @@
99
100
  "node >=22.12",
100
101
  "baseline 2024"
101
102
  ],
103
+ "engines": {
104
+ "node": ">=22.12"
105
+ },
102
106
  "scripts": {
103
107
  "build": "tsdown",
104
108
  "build:bundle": "vite build --configLoader runner --config package.bundle.ts",