@sanity/cli 4.10.0-next.9 → 4.10.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": "4.10.0-next.9+dadb15c6bf",
3
+ "version": "4.10.0",
4
4
  "description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
5
5
  "keywords": [
6
6
  "sanity",
@@ -47,20 +47,20 @@
47
47
  ],
48
48
  "dependencies": {
49
49
  "@babel/traverse": "^7.28.4",
50
- "@sanity/client": "^7.11.1",
50
+ "@sanity/client": "^7.11.2",
51
51
  "@sanity/runtime-cli": "^10.6.1",
52
52
  "@sanity/telemetry": "^0.8.0",
53
53
  "@sanity/template-validator": "^2.4.3",
54
54
  "chalk": "^4.1.2",
55
55
  "debug": "^4.4.1",
56
- "esbuild": "0.25.9",
56
+ "esbuild": "0.25.10",
57
57
  "esbuild-register": "^3.6.0",
58
58
  "get-it": "^8.6.10",
59
59
  "groq-js": "^1.18.0",
60
60
  "pkg-dir": "^5.0.0",
61
61
  "prettier": "^3.5.3",
62
62
  "semver": "^7.7.2",
63
- "@sanity/codegen": "4.10.0-next.9+dadb15c6bf"
63
+ "@sanity/codegen": "4.10.0"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@rexxars/gitconfiglocal": "^3.0.1",
@@ -81,6 +81,7 @@
81
81
  "@types/which": "^2.0.1",
82
82
  "@vercel/frameworks": "1.6.0",
83
83
  "@vercel/fs-detectors": "4.1.3",
84
+ "babel-plugin-react-compiler": "19.1.0-rc.3",
84
85
  "boxen": "^4.2.0",
85
86
  "clean-stack": "^3.0.1",
86
87
  "configstore": "^5.0.1",
@@ -109,14 +110,22 @@
109
110
  "semver": "^7.7.2",
110
111
  "semver-compare": "^1.0.0",
111
112
  "tar": "^6.2.1",
112
- "vite": "^7.1.5",
113
+ "vite": "^7.1.7",
113
114
  "vitest": "^3.2.4",
114
115
  "which": "^2.0.2",
115
116
  "xdg-basedir": "^4.0.0",
116
- "@repo/eslint-config": "4.10.0-next.9+dadb15c6bf",
117
- "@repo/package.config": "4.10.0-next.9+dadb15c6bf",
118
- "@repo/test-config": "4.10.0-next.9+dadb15c6bf",
119
- "@sanity/types": "4.10.0-next.9+dadb15c6bf"
117
+ "@repo/package.config": "4.10.0",
118
+ "@repo/test-config": "4.10.0",
119
+ "@repo/eslint-config": "4.10.0",
120
+ "@sanity/types": "4.10.0"
121
+ },
122
+ "peerDependencies": {
123
+ "babel-plugin-react-compiler": "*"
124
+ },
125
+ "peerDependenciesMeta": {
126
+ "babel-plugin-react-compiler": {
127
+ "optional": true
128
+ }
120
129
  },
121
130
  "engines": {
122
131
  "node": ">=20.19 <22 || >=22.12"