@sanity/vision 4.20.2-fix-babel-traverse-bug.2.03a7495fed → 4.20.2
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 +18 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/vision",
|
|
3
|
-
"version": "4.20.2
|
|
3
|
+
"version": "4.20.2",
|
|
4
4
|
"description": "Sanity plugin for running/debugging GROQ-queries against Sanity datasets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -38,16 +38,6 @@
|
|
|
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
|
-
},
|
|
51
41
|
"dependencies": {
|
|
52
42
|
"@codemirror/autocomplete": "^6.20.0",
|
|
53
43
|
"@codemirror/commands": "^6.10.0",
|
|
@@ -77,11 +67,6 @@
|
|
|
77
67
|
"use-effect-event": "^2.0.3"
|
|
78
68
|
},
|
|
79
69
|
"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",
|
|
85
70
|
"@sanity/client": "^7.13.1",
|
|
86
71
|
"@sanity/eslint-config-i18n": "^2.0.0",
|
|
87
72
|
"@sanity/pkg-utils": "^10.0.0",
|
|
@@ -95,14 +80,27 @@
|
|
|
95
80
|
"react": "^19.2.1",
|
|
96
81
|
"react-dom": "^19.2.1",
|
|
97
82
|
"rimraf": "^5.0.10",
|
|
98
|
-
"sanity": "4.20.2-fix-babel-traverse-bug.2.03a7495fed",
|
|
99
83
|
"styled-components": "npm:@sanity/styled-components@^6.1.24",
|
|
100
84
|
"vite": "^7.2.4",
|
|
101
|
-
"vitest": "^3.2.4"
|
|
85
|
+
"vitest": "^3.2.4",
|
|
86
|
+
"@repo/eslint-config": "4.20.2",
|
|
87
|
+
"@repo/package.bundle": "4.20.2",
|
|
88
|
+
"@repo/test-config": "4.20.2",
|
|
89
|
+
"@repo/tsconfig": "4.20.2",
|
|
90
|
+
"@repo/package.config": "4.20.2",
|
|
91
|
+
"sanity": "4.20.2"
|
|
102
92
|
},
|
|
103
93
|
"peerDependencies": {
|
|
104
94
|
"react": "^18 || ^19.0.0",
|
|
105
95
|
"styled-components": "^6.1.15"
|
|
106
96
|
},
|
|
107
|
-
"
|
|
108
|
-
|
|
97
|
+
"scripts": {
|
|
98
|
+
"build": "pkg-utils build --strict --check --clean",
|
|
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
|
+
}
|