@sanity/cli 3.91.1-next.2.17a2a18701 → 3.91.1-next.21.1ca2568316
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/cli",
|
3
|
-
"version": "3.91.1-next.
|
3
|
+
"version": "3.91.1-next.21.1ca2568316",
|
4
4
|
"description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
|
5
5
|
"keywords": [
|
6
6
|
"sanity",
|
@@ -58,12 +58,12 @@
|
|
58
58
|
},
|
59
59
|
"dependencies": {
|
60
60
|
"@babel/traverse": "^7.23.5",
|
61
|
-
"@sanity/client": "^7.4.
|
62
|
-
"@sanity/codegen": "3.91.1-next.
|
61
|
+
"@sanity/client": "^7.4.1",
|
62
|
+
"@sanity/codegen": "3.91.1-next.21.1ca2568316",
|
63
63
|
"@sanity/runtime-cli": "^7.6.5",
|
64
64
|
"@sanity/telemetry": "^0.8.0",
|
65
65
|
"@sanity/template-validator": "^2.4.3",
|
66
|
-
"@sanity/util": "3.91.1-next.
|
66
|
+
"@sanity/util": "3.91.1-next.21.1ca2568316",
|
67
67
|
"chalk": "^4.1.2",
|
68
68
|
"debug": "^4.3.4",
|
69
69
|
"decompress": "^4.2.0",
|
@@ -83,7 +83,7 @@
|
|
83
83
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
84
84
|
"@sanity/eslint-config-studio": "^4.0.0",
|
85
85
|
"@sanity/generate-help-url": "^3.0.0",
|
86
|
-
"@sanity/types": "3.91.1-next.
|
86
|
+
"@sanity/types": "3.91.1-next.21.1ca2568316",
|
87
87
|
"@types/babel__traverse": "^7.20.5",
|
88
88
|
"@types/configstore": "^5.0.1",
|
89
89
|
"@types/cpx": "^1.5.2",
|
@@ -127,13 +127,13 @@
|
|
127
127
|
"semver": "^7.3.5",
|
128
128
|
"semver-compare": "^1.0.0",
|
129
129
|
"tar": "^6.1.11",
|
130
|
-
"vite": "^6.
|
131
|
-
"vitest": "^3.
|
130
|
+
"vite": "^6.3.5",
|
131
|
+
"vitest": "^3.2.1",
|
132
132
|
"which": "^2.0.2",
|
133
133
|
"xdg-basedir": "^4.0.0"
|
134
134
|
},
|
135
135
|
"engines": {
|
136
136
|
"node": ">=18"
|
137
137
|
},
|
138
|
-
"gitHead": "
|
138
|
+
"gitHead": "1ca25683166f1801846b29085b20169027850c33"
|
139
139
|
}
|
@@ -8,18 +8,18 @@ export const studioDependencies = {
|
|
8
8
|
'@sanity/vision': 'latest',
|
9
9
|
|
10
10
|
// Non-Sanity dependencies
|
11
|
-
'react': '^
|
12
|
-
'react-dom': '^
|
13
|
-
'styled-components': '^6.1.
|
11
|
+
'react': '^19.1',
|
12
|
+
'react-dom': '^19.1',
|
13
|
+
'styled-components': '^6.1.18',
|
14
14
|
},
|
15
15
|
|
16
16
|
devDependencies: {
|
17
17
|
// Linting/tooling
|
18
18
|
'@sanity/eslint-config-studio': 'latest',
|
19
19
|
// When using typescript, we'll want the these types too, so might as well install them
|
20
|
-
'@types/react': '^
|
21
|
-
'eslint': '^9.
|
22
|
-
'prettier': '^3.
|
23
|
-
'typescript': '^5.
|
20
|
+
'@types/react': '^19.1',
|
21
|
+
'eslint': '^9.28',
|
22
|
+
'prettier': '^3.5',
|
23
|
+
'typescript': '^5.8', // Peer dependency of eslint-config-studio (implicitly)
|
24
24
|
},
|
25
25
|
}
|