@sanity/cli 7.0.2 → 7.2.0

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": "7.0.2",
3
+ "version": "7.2.0",
4
4
  "description": "Sanity CLI tool for managing Sanity projects and organizations",
5
5
  "keywords": [
6
6
  "cli",
@@ -113,9 +113,9 @@
113
113
  "vite": "^8.0.16",
114
114
  "which": "^6.0.1",
115
115
  "yaml": "^2.9.0",
116
- "zod": "^4.3.6",
117
- "@sanity/cli-build": "^1.0.1",
118
- "@sanity/cli-core": "^2.0.1"
116
+ "zod": "^4.4.3",
117
+ "@sanity/cli-core": "^2.0.1",
118
+ "@sanity/cli-build": "^1.0.2"
119
119
  },
120
120
  "devDependencies": {
121
121
  "@eslint/compat": "^2.1.0",
@@ -148,10 +148,10 @@
148
148
  "sanity": "^5.30.0",
149
149
  "typescript": "^5.9.3",
150
150
  "vitest": "^4.1.8",
151
- "@sanity/cli-test": "1.0.1",
152
151
  "@repo/tsconfig": "3.70.0",
153
- "@sanity/eslint-config-cli": "1.1.2",
154
- "@repo/package.config": "0.0.1"
152
+ "@repo/package.config": "0.0.1",
153
+ "@sanity/cli-test": "1.0.1",
154
+ "@sanity/eslint-config-cli": "1.1.2"
155
155
  },
156
156
  "peerDependencies": {
157
157
  "babel-plugin-react-compiler": "*"