@sanity/cli 7.2.0 → 7.2.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": "7.2.0",
3
+ "version": "7.2.2",
4
4
  "description": "Sanity CLI tool for managing Sanity projects and organizations",
5
5
  "keywords": [
6
6
  "cli",
@@ -62,11 +62,11 @@
62
62
  "@sanity/id-utils": "^1.0.0",
63
63
  "@sanity/import": "^6.0.2",
64
64
  "@sanity/migrate": "^7.0.1",
65
- "@sanity/runtime-cli": "^15.1.3",
66
- "@sanity/schema": "^5.30.0",
65
+ "@sanity/runtime-cli": "^16.0.0",
66
+ "@sanity/schema": "^5.31.1",
67
67
  "@sanity/telemetry": "^1.1.0",
68
68
  "@sanity/template-validator": "^3.1.0",
69
- "@sanity/types": "^5.30.0",
69
+ "@sanity/types": "^5.31.1",
70
70
  "@sanity/worker-channels": "^2.0.0",
71
71
  "@vercel/frameworks": "3.21.1",
72
72
  "chokidar": "^5.0.0",
@@ -97,9 +97,9 @@
97
97
  "pluralize-esm": "^9.0.5",
98
98
  "pretty-ms": "^9.3.0",
99
99
  "promise-props-recursive": "^2.0.2",
100
- "react": "^19.2.6",
101
- "react-dom": "^19.2.6",
102
- "react-is": "^19.2.6",
100
+ "react": "^19.2.7",
101
+ "react-dom": "^19.2.7",
102
+ "react-is": "^19.2.7",
103
103
  "rxjs": "^7.8.2",
104
104
  "semver": "^7.8.1",
105
105
  "skills": "^1.5.9",
@@ -114,12 +114,12 @@
114
114
  "which": "^6.0.1",
115
115
  "yaml": "^2.9.0",
116
116
  "zod": "^4.4.3",
117
- "@sanity/cli-core": "^2.0.1",
118
- "@sanity/cli-build": "^1.0.2"
117
+ "@sanity/cli-build": "^1.0.4",
118
+ "@sanity/cli-core": "^2.0.1"
119
119
  },
120
120
  "devDependencies": {
121
121
  "@eslint/compat": "^2.1.0",
122
- "@sanity/pkg-utils": "^10.5.2",
122
+ "@sanity/pkg-utils": "^10.5.3",
123
123
  "@sanity/ui": "^3.2.0",
124
124
  "@swc/cli": "^0.8.1",
125
125
  "@swc/core": "^1.15.40",
@@ -139,17 +139,18 @@
139
139
  "@types/which": "^3.0.4",
140
140
  "@vitest/coverage-istanbul": "^4.1.8",
141
141
  "babel-plugin-react-compiler": "^1.0.0",
142
+ "es-module-lexer": "^2.1.0",
142
143
  "eslint": "^10.4.1",
143
144
  "jsdom": "^29.1.1",
144
145
  "nock": "^14.0.15",
145
146
  "oclif": "^4.23.10",
146
147
  "publint": "^0.3.21",
147
148
  "rimraf": "^6.0.1",
148
- "sanity": "^5.30.0",
149
+ "sanity": "^5.31.1",
149
150
  "typescript": "^5.9.3",
150
151
  "vitest": "^4.1.8",
151
- "@repo/tsconfig": "3.70.0",
152
152
  "@repo/package.config": "0.0.1",
153
+ "@repo/tsconfig": "3.70.0",
153
154
  "@sanity/cli-test": "1.0.1",
154
155
  "@sanity/eslint-config-cli": "1.1.2"
155
156
  },