@sanity/cli 4.12.1-next.7 → 4.13.0-canary.51
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/lib/_chunks-cjs/cli.js +52 -22
- package/lib/_chunks-cjs/cli.js.map +1 -1
- package/package.json +11 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/cli",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.13.0-canary.51+269fa33805",
|
|
4
4
|
"description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@babel/traverse": "^7.28.4",
|
|
50
50
|
"@sanity/client": "^7.12.0",
|
|
51
|
-
"@sanity/runtime-cli": "^
|
|
51
|
+
"@sanity/runtime-cli": "^11.0.4",
|
|
52
52
|
"@sanity/telemetry": "^0.8.0",
|
|
53
53
|
"@sanity/template-validator": "^2.4.3",
|
|
54
54
|
"chalk": "^4.1.2",
|
|
@@ -58,15 +58,15 @@
|
|
|
58
58
|
"get-it": "^8.6.10",
|
|
59
59
|
"groq-js": "^1.20.0",
|
|
60
60
|
"pkg-dir": "^5.0.0",
|
|
61
|
-
"prettier": "^3.
|
|
61
|
+
"prettier": "^3.6.2",
|
|
62
62
|
"semver": "^7.7.2",
|
|
63
|
-
"@sanity/codegen": "4.
|
|
63
|
+
"@sanity/codegen": "4.13.0-canary.51+269fa33805"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@rexxars/gitconfiglocal": "^3.0.1",
|
|
67
67
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
68
|
-
"@sanity/eslint-config-studio": "^5.0.2",
|
|
69
68
|
"@sanity/generate-help-url": "^3.0.0",
|
|
69
|
+
"@sanity/pkg-utils": "^8.1.13",
|
|
70
70
|
"@types/babel__traverse": "^7.28.0",
|
|
71
71
|
"@types/configstore": "^5.0.1",
|
|
72
72
|
"@types/cpx": "^1.5.5",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"deep-sort-object": "^1.0.2",
|
|
90
90
|
"dotenv": "^16.6.1",
|
|
91
91
|
"dotenv-expand": "^9.0.0",
|
|
92
|
+
"eslint": "^9.37.0",
|
|
92
93
|
"execa": "^2.1.0",
|
|
93
94
|
"get-latest-version": "^5.1.0",
|
|
94
95
|
"git-user-info": "^2.0.3",
|
|
@@ -114,10 +115,11 @@
|
|
|
114
115
|
"vitest": "^3.2.4",
|
|
115
116
|
"which": "^2.0.2",
|
|
116
117
|
"xdg-basedir": "^4.0.0",
|
|
117
|
-
"@repo/package.config": "4.
|
|
118
|
-
"@repo/test-config": "4.
|
|
119
|
-
"@repo/
|
|
120
|
-
"@sanity/types": "4.
|
|
118
|
+
"@repo/package.config": "4.13.0-canary.51+269fa33805",
|
|
119
|
+
"@repo/test-config": "4.13.0-canary.51+269fa33805",
|
|
120
|
+
"@repo/tsconfig": "4.13.0-canary.51+269fa33805",
|
|
121
|
+
"@sanity/types": "4.13.0-canary.51+269fa33805",
|
|
122
|
+
"@repo/eslint-config": "4.13.0-canary.51+269fa33805"
|
|
121
123
|
},
|
|
122
124
|
"peerDependencies": {
|
|
123
125
|
"babel-plugin-react-compiler": "*"
|