@sanity/cli 8.4.1 → 8.4.2

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": "8.4.1",
3
+ "version": "8.4.2",
4
4
  "description": "Sanity CLI tool for managing Sanity projects and organizations",
5
5
  "keywords": [
6
6
  "cli",
@@ -119,9 +119,9 @@
119
119
  "wrap-ansi": "^9.0.2",
120
120
  "yaml": "^2.9.0",
121
121
  "zod": "^4.4.3",
122
- "@sanity/cli-build": "^6.0.0",
122
+ "@sanity/cli-build": "^6.0.1",
123
123
  "@sanity/cli-core": "^3.4.0",
124
- "@sanity/workbench-cli": "^2.2.1"
124
+ "@sanity/workbench-cli": "^2.2.2"
125
125
  },
126
126
  "devDependencies": {
127
127
  "@eslint/compat": "^2.1.0",
@@ -155,8 +155,8 @@
155
155
  "vitest": "^4.1.11",
156
156
  "@repo/package.config": "0.0.1",
157
157
  "@repo/tsconfig": "3.70.0",
158
- "@sanity/cli-test": "14.0.0",
159
- "@sanity/eslint-config-cli": "1.1.3"
158
+ "@sanity/eslint-config-cli": "1.1.3",
159
+ "@sanity/cli-test": "14.0.0"
160
160
  },
161
161
  "peerDependencies": {
162
162
  "babel-plugin-react-compiler": "*",