@sanity/cli 7.2.0 → 7.2.1
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/README.md +6 -0
- package/oclif.manifest.json +801 -801
- package/package.json +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/cli",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.1",
|
|
4
4
|
"description": "Sanity CLI tool for managing Sanity projects and organizations",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -62,11 +62,11 @@
|
|
|
62
62
|
"@sanity/id-utils": "^1.0.0",
|
|
63
63
|
"@sanity/import": "^6.0.2",
|
|
64
64
|
"@sanity/migrate": "^7.0.1",
|
|
65
|
-
"@sanity/runtime-cli": "^
|
|
66
|
-
"@sanity/schema": "^5.
|
|
65
|
+
"@sanity/runtime-cli": "^16.0.0",
|
|
66
|
+
"@sanity/schema": "^5.31.1",
|
|
67
67
|
"@sanity/telemetry": "^1.1.0",
|
|
68
68
|
"@sanity/template-validator": "^3.1.0",
|
|
69
|
-
"@sanity/types": "^5.
|
|
69
|
+
"@sanity/types": "^5.31.1",
|
|
70
70
|
"@sanity/worker-channels": "^2.0.0",
|
|
71
71
|
"@vercel/frameworks": "3.21.1",
|
|
72
72
|
"chokidar": "^5.0.0",
|
|
@@ -97,9 +97,9 @@
|
|
|
97
97
|
"pluralize-esm": "^9.0.5",
|
|
98
98
|
"pretty-ms": "^9.3.0",
|
|
99
99
|
"promise-props-recursive": "^2.0.2",
|
|
100
|
-
"react": "^19.2.
|
|
101
|
-
"react-dom": "^19.2.
|
|
102
|
-
"react-is": "^19.2.
|
|
100
|
+
"react": "^19.2.7",
|
|
101
|
+
"react-dom": "^19.2.7",
|
|
102
|
+
"react-is": "^19.2.7",
|
|
103
103
|
"rxjs": "^7.8.2",
|
|
104
104
|
"semver": "^7.8.1",
|
|
105
105
|
"skills": "^1.5.9",
|
|
@@ -114,12 +114,12 @@
|
|
|
114
114
|
"which": "^6.0.1",
|
|
115
115
|
"yaml": "^2.9.0",
|
|
116
116
|
"zod": "^4.4.3",
|
|
117
|
-
"@sanity/cli-
|
|
118
|
-
"@sanity/cli-
|
|
117
|
+
"@sanity/cli-build": "^1.0.3",
|
|
118
|
+
"@sanity/cli-core": "^2.0.1"
|
|
119
119
|
},
|
|
120
120
|
"devDependencies": {
|
|
121
121
|
"@eslint/compat": "^2.1.0",
|
|
122
|
-
"@sanity/pkg-utils": "^10.5.
|
|
122
|
+
"@sanity/pkg-utils": "^10.5.3",
|
|
123
123
|
"@sanity/ui": "^3.2.0",
|
|
124
124
|
"@swc/cli": "^0.8.1",
|
|
125
125
|
"@swc/core": "^1.15.40",
|
|
@@ -145,12 +145,12 @@
|
|
|
145
145
|
"oclif": "^4.23.10",
|
|
146
146
|
"publint": "^0.3.21",
|
|
147
147
|
"rimraf": "^6.0.1",
|
|
148
|
-
"sanity": "^5.
|
|
148
|
+
"sanity": "^5.31.1",
|
|
149
149
|
"typescript": "^5.9.3",
|
|
150
150
|
"vitest": "^4.1.8",
|
|
151
151
|
"@repo/tsconfig": "3.70.0",
|
|
152
|
-
"@repo/package.config": "0.0.1",
|
|
153
152
|
"@sanity/cli-test": "1.0.1",
|
|
153
|
+
"@repo/package.config": "0.0.1",
|
|
154
154
|
"@sanity/eslint-config-cli": "1.1.2"
|
|
155
155
|
},
|
|
156
156
|
"peerDependencies": {
|