@sanity/cli 7.6.0 → 7.7.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.6.0",
3
+ "version": "7.7.0",
4
4
  "description": "Sanity CLI tool for managing Sanity projects and organizations",
5
5
  "keywords": [
6
6
  "cli",
@@ -118,9 +118,9 @@
118
118
  "which": "^6.0.1",
119
119
  "yaml": "^2.9.0",
120
120
  "zod": "^4.4.3",
121
- "@sanity/cli-build": "^3.0.0",
122
- "@sanity/cli-core": "^2.2.0",
123
- "@sanity/workbench-cli": "^1.2.0"
121
+ "@sanity/cli-core": "^2.2.1",
122
+ "@sanity/workbench-cli": "^1.2.0",
123
+ "@sanity/cli-build": "^3.0.0"
124
124
  },
125
125
  "devDependencies": {
126
126
  "@eslint/compat": "^2.1.0",
@@ -156,7 +156,7 @@
156
156
  "vitest": "^4.1.9",
157
157
  "@repo/tsconfig": "3.70.0",
158
158
  "@repo/package.config": "0.0.1",
159
- "@sanity/cli-test": "3.0.0",
159
+ "@sanity/cli-test": "3.0.1",
160
160
  "@sanity/eslint-config-cli": "1.1.2"
161
161
  },
162
162
  "peerDependencies": {