@sanity/cli 6.1.7 → 6.1.8

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": "6.1.7",
3
+ "version": "6.1.8",
4
4
  "description": "Sanity CLI tool for managing Sanity projects and organizations",
5
5
  "keywords": [
6
6
  "cli",
@@ -51,9 +51,9 @@
51
51
  "access": "public"
52
52
  },
53
53
  "dependencies": {
54
- "@oclif/core": "^4.8.4",
55
- "@oclif/plugin-help": "^6.2.37",
56
- "@oclif/plugin-not-found": "^3.2.74",
54
+ "@oclif/core": "^4.9.0",
55
+ "@oclif/plugin-help": "^6.2.38",
56
+ "@oclif/plugin-not-found": "^3.2.75",
57
57
  "@sanity/client": "^7.17.0",
58
58
  "@sanity/codegen": "^6.0.1",
59
59
  "@sanity/descriptors": "^1.3.0",
@@ -62,20 +62,20 @@
62
62
  "@sanity/id-utils": "^1.0.0",
63
63
  "@sanity/import": "^5.0.1",
64
64
  "@sanity/migrate": "^6.0.0",
65
- "@sanity/runtime-cli": "^14.5.0",
66
- "@sanity/schema": "^5.16.0",
65
+ "@sanity/runtime-cli": "^14.5.1",
66
+ "@sanity/schema": "^5.17.1",
67
67
  "@sanity/telemetry": "^0.8.1",
68
- "@sanity/template-validator": "^3.0.0",
69
- "@sanity/types": "^5.16.0",
68
+ "@sanity/template-validator": "^3.0.1",
69
+ "@sanity/types": "^5.17.1",
70
70
  "@sanity/ui": "^3.1.14",
71
71
  "@sanity/worker-channels": "^2.0.0",
72
- "@vercel/frameworks": "3.8.4",
72
+ "@vercel/frameworks": "3.21.1",
73
73
  "@vitejs/plugin-react": "^5.2.0",
74
74
  "chokidar": "^5.0.0",
75
75
  "console-table-printer": "^2.15.0",
76
76
  "date-fns": "^4.1.0",
77
77
  "debug": "^4.4.3",
78
- "dotenv": "^17.2.3",
78
+ "dotenv": "^17.3.1",
79
79
  "eventsource": "^4.1.0",
80
80
  "execa": "^9.6.0",
81
81
  "form-data": "^4.0.5",
@@ -88,7 +88,7 @@
88
88
  "jsonc-parser": "^3.3.1",
89
89
  "lodash-es": "^4.17.23",
90
90
  "minimist": "^1.2.8",
91
- "nanoid": "^5.1.5",
91
+ "nanoid": "^5.1.6",
92
92
  "node-html-parser": "^7.0.1",
93
93
  "oneline": "^2.0.0",
94
94
  "open": "^11.0.0",
@@ -108,9 +108,9 @@
108
108
  "rxjs": "^7.8.2",
109
109
  "semver": "^7.7.4",
110
110
  "smol-toml": "^1.6.0",
111
- "tar": "^7.5.9",
112
- "tar-fs": "^3.1.0",
113
- "tar-stream": "^3.1.7",
111
+ "tar": "^7.5.11",
112
+ "tar-fs": "^3.1.2",
113
+ "tar-stream": "^3.1.8",
114
114
  "tinyglobby": "^0.2.15",
115
115
  "tsx": "^4.21.0",
116
116
  "typeid-js": "^1.2.0",
@@ -118,11 +118,11 @@
118
118
  "which": "^6.0.1",
119
119
  "yaml": "^2.8.2",
120
120
  "zod": "^4.3.6",
121
- "@sanity/cli-core": "1.1.2"
121
+ "@sanity/cli-core": "1.1.3"
122
122
  },
123
123
  "devDependencies": {
124
124
  "@eslint/compat": "^2.0.3",
125
- "@sanity/pkg-utils": "^10.4.10",
125
+ "@sanity/pkg-utils": "^10.4.11",
126
126
  "@swc/cli": "^0.8.0",
127
127
  "@swc/core": "^1.15.18",
128
128
  "@types/debug": "^4.1.12",
@@ -142,17 +142,17 @@
142
142
  "babel-plugin-react-compiler": "^1.0.0",
143
143
  "eslint": "^9.39.4",
144
144
  "nock": "^14.0.11",
145
- "oclif": "^4.22.87",
145
+ "oclif": "^4.22.88",
146
146
  "publint": "^0.3.18",
147
147
  "rimraf": "^6.0.1",
148
- "sanity": "^5.16.0",
148
+ "sanity": "^5.17.1",
149
149
  "typescript": "^5.9.3",
150
150
  "vite-tsconfig-paths": "^6.1.1",
151
151
  "vitest": "^4.1.0",
152
152
  "@repo/package.config": "0.0.1",
153
153
  "@repo/tsconfig": "3.70.0",
154
- "@sanity/cli-test": "0.2.4",
155
- "@sanity/eslint-config-cli": "1.0.0"
154
+ "@sanity/cli-test": "0.2.5",
155
+ "@sanity/eslint-config-cli": "1.0.1"
156
156
  },
157
157
  "engines": {
158
158
  "node": ">=20.19.1 <22 || >=22.12"