@sanity/cli 4.10.3 → 4.10.4-canary.30

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": "4.10.3",
3
+ "version": "4.10.4-canary.30+d26e9f4459",
4
4
  "description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
5
5
  "keywords": [
6
6
  "sanity",
@@ -45,28 +45,42 @@
45
45
  "lib",
46
46
  "templates"
47
47
  ],
48
+ "scripts": {
49
+ "build": "pkg-utils build --strict --check --clean",
50
+ "check:types": "(cd ../../.. && tsc --project packages/@sanity/cli/tsconfig.lib.json --erasableSyntaxOnly)",
51
+ "clean": "rimraf lib",
52
+ "lint": "eslint .",
53
+ "prepublishOnly": "turbo run build",
54
+ "test": "vitest",
55
+ "ts": "node -r esbuild-register",
56
+ "watch": "pkg-utils watch"
57
+ },
48
58
  "dependencies": {
49
59
  "@babel/traverse": "^7.28.4",
50
60
  "@sanity/client": "^7.12.0",
61
+ "@sanity/codegen": "4.10.4-canary.30+d26e9f4459",
51
62
  "@sanity/runtime-cli": "^10.6.1",
52
63
  "@sanity/telemetry": "^0.8.0",
53
64
  "@sanity/template-validator": "^2.4.3",
54
65
  "chalk": "^4.1.2",
55
66
  "debug": "^4.4.3",
56
- "esbuild": "0.25.10",
57
- "esbuild-register": "^3.6.0",
67
+ "esbuild": "catalog:",
68
+ "esbuild-register": "catalog:",
58
69
  "get-it": "^8.6.10",
59
70
  "groq-js": "^1.19.0",
60
71
  "pkg-dir": "^5.0.0",
61
- "prettier": "^3.5.3",
62
- "semver": "^7.7.2",
63
- "@sanity/codegen": "4.10.3"
72
+ "prettier": "catalog:",
73
+ "semver": "^7.7.2"
64
74
  },
65
75
  "devDependencies": {
76
+ "@repo/eslint-config": "4.10.3",
77
+ "@repo/package.config": "4.10.3",
78
+ "@repo/test-config": "4.10.3",
66
79
  "@rexxars/gitconfiglocal": "^3.0.1",
67
80
  "@rollup/plugin-node-resolve": "^16.0.1",
68
- "@sanity/eslint-config-studio": "^5.0.2",
81
+ "@sanity/eslint-config-studio": "catalog:",
69
82
  "@sanity/generate-help-url": "^3.0.0",
83
+ "@sanity/types": "4.10.4-canary.30+d26e9f4459",
70
84
  "@types/babel__traverse": "^7.28.0",
71
85
  "@types/configstore": "^5.0.1",
72
86
  "@types/cpx": "^1.5.5",
@@ -74,7 +88,7 @@
74
88
  "@types/inquirer": "^6.5.0",
75
89
  "@types/lodash": "^4.17.20",
76
90
  "@types/minimist": "^1.2.5",
77
- "@types/node": "^24.3.0",
91
+ "@types/node": "catalog:",
78
92
  "@types/semver": "^7.7.0",
79
93
  "@types/semver-compare": "^1.0.3",
80
94
  "@types/tar": "^6.1.13",
@@ -92,7 +106,7 @@
92
106
  "execa": "^2.1.0",
93
107
  "get-latest-version": "^5.1.0",
94
108
  "git-user-info": "^2.0.3",
95
- "globals": "^16.2.0",
109
+ "globals": "catalog:",
96
110
  "inquirer": "^6.5.2",
97
111
  "is-installed-globally": "^0.4.0",
98
112
  "leven": "^3.1.0",
@@ -113,11 +127,7 @@
113
127
  "vite": "^7.1.7",
114
128
  "vitest": "^3.2.4",
115
129
  "which": "^2.0.2",
116
- "xdg-basedir": "^4.0.0",
117
- "@repo/eslint-config": "4.10.3",
118
- "@repo/package.config": "4.10.3",
119
- "@sanity/types": "4.10.3",
120
- "@repo/test-config": "4.10.3"
130
+ "xdg-basedir": "^4.0.0"
121
131
  },
122
132
  "peerDependencies": {
123
133
  "babel-plugin-react-compiler": "*"
@@ -130,13 +140,5 @@
130
140
  "engines": {
131
141
  "node": ">=20.19 <22 || >=22.12"
132
142
  },
133
- "scripts": {
134
- "build": "pkg-utils build --strict --check --clean",
135
- "check:types": "(cd ../../.. && tsc --project packages/@sanity/cli/tsconfig.lib.json --erasableSyntaxOnly)",
136
- "clean": "rimraf lib",
137
- "lint": "eslint .",
138
- "test": "vitest",
139
- "ts": "node -r esbuild-register",
140
- "watch": "pkg-utils watch"
141
- }
142
- }
143
+ "gitHead": "d26e9f44593afb4d8b913acdc6286e9c8bbb684b"
144
+ }