@sanity/cli 8.0.3 → 8.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": "8.0.3",
3
+ "version": "8.2.0",
4
4
  "description": "Sanity CLI tool for managing Sanity projects and organizations",
5
5
  "keywords": [
6
6
  "cli",
@@ -122,13 +122,13 @@
122
122
  "wrap-ansi": "^9.0.2",
123
123
  "yaml": "^2.9.0",
124
124
  "zod": "^4.4.3",
125
- "@sanity/cli-build": "^5.2.1",
126
- "@sanity/cli-core": "^3.1.0",
127
- "@sanity/workbench-cli": "^2.0.1"
125
+ "@sanity/cli-build": "^5.3.0",
126
+ "@sanity/cli-core": "^3.2.0",
127
+ "@sanity/workbench-cli": "^2.0.2"
128
128
  },
129
129
  "devDependencies": {
130
130
  "@eslint/compat": "^2.1.0",
131
- "@sanity/pkg-utils": "^12.1.2",
131
+ "@sanity/pkg-utils": "^12.2.0",
132
132
  "@sanity/ui": "^3.5.0",
133
133
  "@swc/cli": "^0.8.1",
134
134
  "@swc/core": "^1.15.43",
@@ -145,29 +145,34 @@
145
145
  "@types/tar-fs": "^2.0.4",
146
146
  "@types/tar-stream": "^3.1.4",
147
147
  "@types/which": "^3.0.4",
148
- "@vitest/coverage-istanbul": "^4.1.10",
148
+ "@vitest/coverage-istanbul": "^4.1.11",
149
149
  "babel-plugin-react-compiler": "^1.0.0",
150
150
  "eslint": "^10.7.0",
151
151
  "get-it": "^9.5.0",
152
152
  "jsdom": "^29.1.1",
153
153
  "nock": "^14.0.15",
154
154
  "oclif": "^4.23.27",
155
+ "oxc-transform-react": "^0.145.0",
155
156
  "publint": "^0.3.21",
156
157
  "rimraf": "^6.0.1",
157
158
  "sanity": "^6.7.0",
158
159
  "typescript": "^6.0.3",
159
- "vitest": "^4.1.10",
160
+ "vitest": "^4.1.11",
160
161
  "@repo/tsconfig": "3.70.0",
161
162
  "@repo/package.config": "0.0.1",
162
- "@sanity/cli-test": "11.0.0",
163
+ "@sanity/cli-test": "12.0.0",
163
164
  "@sanity/eslint-config-cli": "1.1.3"
164
165
  },
165
166
  "peerDependencies": {
166
- "babel-plugin-react-compiler": "*"
167
+ "babel-plugin-react-compiler": "*",
168
+ "oxc-transform-react": "*"
167
169
  },
168
170
  "peerDependenciesMeta": {
169
171
  "babel-plugin-react-compiler": {
170
172
  "optional": true
173
+ },
174
+ "oxc-transform-react": {
175
+ "optional": true
171
176
  }
172
177
  },
173
178
  "engines": {