@sanity/vision 6.2.0-next.6 → 6.2.0-next.9
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/vision",
|
|
3
|
-
"version": "6.2.0-next.
|
|
3
|
+
"version": "6.2.0-next.9",
|
|
4
4
|
"description": "Sanity plugin for running/debugging GROQ-queries against Sanity datasets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"admin",
|
|
@@ -66,7 +66,6 @@
|
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@rolldown/plugin-babel": "^0.2.3",
|
|
68
68
|
"@sanity/client": "^7.22.1",
|
|
69
|
-
"@sanity/eslint-config-i18n": "^2.0.0",
|
|
70
69
|
"@sanity/pkg-utils": "^10.5.5",
|
|
71
70
|
"@testing-library/react": "^16.3.2",
|
|
72
71
|
"@types/lodash-es": "^4.17.12",
|
|
@@ -77,7 +76,6 @@
|
|
|
77
76
|
"@vitejs/plugin-react": "^6.0.2",
|
|
78
77
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
79
78
|
"babel-plugin-styled-components": "^2.3.0",
|
|
80
|
-
"eslint": "^9.39.4",
|
|
81
79
|
"jsdom": "^29.1.1",
|
|
82
80
|
"react": "^19.2.7",
|
|
83
81
|
"react-dom": "^19.2.7",
|
|
@@ -85,12 +83,11 @@
|
|
|
85
83
|
"styled-components": "npm:@sanity/styled-components@^6.1.24",
|
|
86
84
|
"vite": "^8.0.16",
|
|
87
85
|
"vitest": "^4.1.8",
|
|
88
|
-
"@repo/
|
|
89
|
-
"@repo/
|
|
90
|
-
"@repo/
|
|
91
|
-
"@repo/
|
|
92
|
-
"
|
|
93
|
-
"sanity": "6.2.0-next.6+54785f64cf"
|
|
86
|
+
"@repo/package.config": "6.2.0-next.9+31c46eb91f",
|
|
87
|
+
"@repo/package.bundle": "6.2.0-next.9+31c46eb91f",
|
|
88
|
+
"@repo/test-config": "6.2.0-next.9+31c46eb91f",
|
|
89
|
+
"@repo/tsconfig": "6.2.0-next.9+31c46eb91f",
|
|
90
|
+
"sanity": "6.2.0-next.9+31c46eb91f"
|
|
94
91
|
},
|
|
95
92
|
"peerDependencies": {
|
|
96
93
|
"react": "^19.2.2",
|
|
@@ -106,7 +103,6 @@
|
|
|
106
103
|
"build:bundle": "vite build --configLoader runner --config package.bundle.ts",
|
|
107
104
|
"check:types": "(cd ../../.. && tsgo --project packages/@sanity/vision/tsconfig.lib.json --erasableSyntaxOnly)",
|
|
108
105
|
"clean": "rimraf lib",
|
|
109
|
-
"lint": "eslint .",
|
|
110
106
|
"test": "vitest",
|
|
111
107
|
"watch": "pkg-utils watch"
|
|
112
108
|
}
|