@sanity/vision 4.20.1 → 4.20.2-fix-tsa-expression-not-allowed.2.5e90622c2d
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/package.json +20 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/vision",
|
|
3
|
-
"version": "4.20.
|
|
3
|
+
"version": "4.20.2-fix-tsa-expression-not-allowed.2.5e90622c2d",
|
|
4
4
|
"description": "Sanity plugin for running/debugging GROQ-queries against Sanity datasets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -38,6 +38,16 @@
|
|
|
38
38
|
"files": [
|
|
39
39
|
"lib"
|
|
40
40
|
],
|
|
41
|
+
"scripts": {
|
|
42
|
+
"build": "pkg-utils build --strict --check --clean",
|
|
43
|
+
"build:bundle": "vite build --configLoader runner --config package.bundle.ts",
|
|
44
|
+
"check:types": "(cd ../../.. && tsgo --project packages/@sanity/vision/tsconfig.lib.json --erasableSyntaxOnly)",
|
|
45
|
+
"clean": "rimraf lib",
|
|
46
|
+
"lint": "eslint .",
|
|
47
|
+
"prepublishOnly": "turbo run build",
|
|
48
|
+
"test": "vitest",
|
|
49
|
+
"watch": "pkg-utils watch"
|
|
50
|
+
},
|
|
41
51
|
"dependencies": {
|
|
42
52
|
"@codemirror/autocomplete": "^6.20.0",
|
|
43
53
|
"@codemirror/commands": "^6.10.0",
|
|
@@ -67,6 +77,11 @@
|
|
|
67
77
|
"use-effect-event": "^2.0.3"
|
|
68
78
|
},
|
|
69
79
|
"devDependencies": {
|
|
80
|
+
"@repo/eslint-config": "4.20.1",
|
|
81
|
+
"@repo/package.bundle": "4.20.1",
|
|
82
|
+
"@repo/package.config": "4.20.1",
|
|
83
|
+
"@repo/test-config": "4.20.1",
|
|
84
|
+
"@repo/tsconfig": "4.20.1",
|
|
70
85
|
"@sanity/client": "^7.13.1",
|
|
71
86
|
"@sanity/eslint-config-i18n": "^2.0.0",
|
|
72
87
|
"@sanity/pkg-utils": "^10.0.0",
|
|
@@ -80,27 +95,14 @@
|
|
|
80
95
|
"react": "^19.2.1",
|
|
81
96
|
"react-dom": "^19.2.1",
|
|
82
97
|
"rimraf": "^5.0.10",
|
|
98
|
+
"sanity": "4.20.2-fix-tsa-expression-not-allowed.2.5e90622c2d",
|
|
83
99
|
"styled-components": "npm:@sanity/styled-components@^6.1.24",
|
|
84
100
|
"vite": "^7.2.4",
|
|
85
|
-
"vitest": "^3.2.4"
|
|
86
|
-
"@repo/package.bundle": "4.20.1",
|
|
87
|
-
"@repo/package.config": "4.20.1",
|
|
88
|
-
"@repo/eslint-config": "4.20.1",
|
|
89
|
-
"@repo/tsconfig": "4.20.1",
|
|
90
|
-
"@repo/test-config": "4.20.1",
|
|
91
|
-
"sanity": "4.20.1"
|
|
101
|
+
"vitest": "^3.2.4"
|
|
92
102
|
},
|
|
93
103
|
"peerDependencies": {
|
|
94
104
|
"react": "^18 || ^19.0.0",
|
|
95
105
|
"styled-components": "^6.1.15"
|
|
96
106
|
},
|
|
97
|
-
"
|
|
98
|
-
|
|
99
|
-
"build:bundle": "vite build --configLoader runner --config package.bundle.ts",
|
|
100
|
-
"check:types": "(cd ../../.. && tsgo --project packages/@sanity/vision/tsconfig.lib.json --erasableSyntaxOnly)",
|
|
101
|
-
"clean": "rimraf lib",
|
|
102
|
-
"lint": "eslint .",
|
|
103
|
-
"test": "vitest",
|
|
104
|
-
"watch": "pkg-utils watch"
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
+
"gitHead": "5e90622c2de75baf6b60f721fce86ff2d3a4c75d"
|
|
108
|
+
}
|