@sanity/cli 3.64.0 → 3.64.1

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": "3.64.0",
3
+ "version": "3.64.1",
4
4
  "description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
5
5
  "keywords": [
6
6
  "sanity",
@@ -58,9 +58,9 @@
58
58
  "dependencies": {
59
59
  "@babel/traverse": "^7.23.5",
60
60
  "@sanity/client": "^6.22.4",
61
- "@sanity/codegen": "3.64.0",
61
+ "@sanity/codegen": "3.64.1",
62
62
  "@sanity/telemetry": "^0.7.7",
63
- "@sanity/util": "3.64.0",
63
+ "@sanity/util": "3.64.1",
64
64
  "chalk": "^4.1.2",
65
65
  "debug": "^4.3.4",
66
66
  "decompress": "^4.2.0",
@@ -75,13 +75,13 @@
75
75
  "validate-npm-package-name": "^3.0.0"
76
76
  },
77
77
  "devDependencies": {
78
- "@repo/package.config": "3.64.0",
79
- "@repo/test-config": "3.64.0",
78
+ "@repo/package.config": "3.64.1",
79
+ "@repo/test-config": "3.64.1",
80
80
  "@rexxars/gitconfiglocal": "^3.0.1",
81
81
  "@rollup/plugin-node-resolve": "^15.2.3",
82
82
  "@sanity/eslint-config-studio": "^4.0.0",
83
83
  "@sanity/generate-help-url": "^3.0.0",
84
- "@sanity/types": "3.64.0",
84
+ "@sanity/types": "3.64.1",
85
85
  "@types/babel__traverse": "^7.20.5",
86
86
  "@types/configstore": "^5.0.1",
87
87
  "@types/cpx": "^1.5.2",
@@ -135,5 +135,5 @@
135
135
  "engines": {
136
136
  "node": ">=18"
137
137
  },
138
- "gitHead": "cc55843ccf9a1aa2ba0d5085a0cd6e1224867909"
138
+ "gitHead": "0997caa7768d6e14b76f982b4238ce18e337f288"
139
139
  }
@@ -524,7 +524,7 @@ export default async function initSanity(
524
524
  }
525
525
 
526
526
  if (chosen === 'npm') {
527
- await execa('npm', ['install', 'next-sanity@9'], execOptions)
527
+ await execa('npm', ['install', '--legacy-peer-deps', 'next-sanity@9'], execOptions)
528
528
  } else if (chosen === 'yarn') {
529
529
  await execa('npx', ['install-peerdeps', '--yarn', 'next-sanity@9'], execOptions)
530
530
  } else if (chosen === 'pnpm') {