@sanity/cli 4.20.2-fix-babel-traverse-bug.2.03a7495fed → 4.20.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.
Files changed (1) hide show
  1. package/package.json +19 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/cli",
3
- "version": "4.20.2-fix-babel-traverse-bug.2.03a7495fed",
3
+ "version": "4.20.2",
4
4
  "description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
5
5
  "keywords": [
6
6
  "sanity",
@@ -42,21 +42,10 @@
42
42
  "lib",
43
43
  "templates"
44
44
  ],
45
- "scripts": {
46
- "build": "pkg-utils build --strict --check --clean",
47
- "check:types": "(cd ../../.. && tsc --project packages/@sanity/cli/tsconfig.lib.json --erasableSyntaxOnly)",
48
- "clean": "rimraf lib",
49
- "lint": "eslint .",
50
- "prepublishOnly": "turbo run build",
51
- "test": "vitest",
52
- "ts": "node -r esbuild-register",
53
- "watch": "pkg-utils watch"
54
- },
55
45
  "dependencies": {
56
46
  "@babel/parser": "^7.28.5",
57
47
  "@babel/traverse": "^7.28.5",
58
48
  "@sanity/client": "^7.13.1",
59
- "@sanity/codegen": "4.20.2-fix-babel-traverse-bug.2.03a7495fed",
60
49
  "@sanity/runtime-cli": "^11.1.4",
61
50
  "@sanity/telemetry": "^0.8.0",
62
51
  "@sanity/template-validator": "^2.4.3",
@@ -69,18 +58,14 @@
69
58
  "groq-js": "^1.22.0",
70
59
  "pkg-dir": "^5.0.0",
71
60
  "prettier": "^3.7.3",
72
- "semver": "^7.7.2"
61
+ "semver": "^7.7.2",
62
+ "@sanity/codegen": "4.20.2"
73
63
  },
74
64
  "devDependencies": {
75
- "@repo/eslint-config": "4.20.1",
76
- "@repo/package.config": "4.20.1",
77
- "@repo/test-config": "4.20.1",
78
- "@repo/tsconfig": "4.20.1",
79
65
  "@rexxars/gitconfiglocal": "^3.0.1",
80
66
  "@rollup/plugin-node-resolve": "^16.0.3",
81
67
  "@sanity/generate-help-url": "^3.0.0",
82
68
  "@sanity/pkg-utils": "^10.0.0",
83
- "@sanity/types": "4.20.2-fix-babel-traverse-bug.2.03a7495fed",
84
69
  "@types/babel__traverse": "^7.28.0",
85
70
  "@types/configstore": "^5.0.1",
86
71
  "@types/cpx": "^1.5.5",
@@ -127,7 +112,12 @@
127
112
  "vite": "^7.2.4",
128
113
  "vitest": "^3.2.4",
129
114
  "which": "^2.0.2",
130
- "xdg-basedir": "^4.0.0"
115
+ "xdg-basedir": "^4.0.0",
116
+ "@repo/eslint-config": "4.20.2",
117
+ "@repo/package.config": "4.20.2",
118
+ "@repo/test-config": "4.20.2",
119
+ "@repo/tsconfig": "4.20.2",
120
+ "@sanity/types": "4.20.2"
131
121
  },
132
122
  "peerDependencies": {
133
123
  "babel-plugin-react-compiler": "*"
@@ -140,5 +130,13 @@
140
130
  "engines": {
141
131
  "node": ">=20.19 <22 || >=22.12"
142
132
  },
143
- "gitHead": "03a7495fedf58733966c95ebba37d1c358cdd327"
144
- }
133
+ "scripts": {
134
+ "build": "pkg-utils build --strict --check --clean",
135
+ "check:types": "(cd ../../.. && tsc --project packages/@sanity/cli/tsconfig.lib.json --erasableSyntaxOnly)",
136
+ "clean": "rimraf lib",
137
+ "lint": "eslint .",
138
+ "test": "vitest",
139
+ "ts": "node -r esbuild-register",
140
+ "watch": "pkg-utils watch"
141
+ }
142
+ }