@sanity/cli 3.87.1 → 3.88.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/lib/_chunks-cjs/cli.js
CHANGED
@@ -45609,8 +45609,8 @@ function determineAppTemplate(templateName) {
|
|
45609
45609
|
}
|
45610
45610
|
const appTemplate = {
|
45611
45611
|
dependencies: {
|
45612
|
-
"@sanity/sdk": "^
|
45613
|
-
"@sanity/sdk-react": "^
|
45612
|
+
"@sanity/sdk": "^1",
|
45613
|
+
"@sanity/sdk-react": "^1",
|
45614
45614
|
react: "^19",
|
45615
45615
|
"react-dom": "^19"
|
45616
45616
|
},
|
@@ -45634,8 +45634,8 @@ const appTemplate = {
|
|
45634
45634
|
}
|
45635
45635
|
}, appSanityUiTemplate = {
|
45636
45636
|
dependencies: {
|
45637
|
-
"@sanity/sdk": "^
|
45638
|
-
"@sanity/sdk-react": "^
|
45637
|
+
"@sanity/sdk": "^1",
|
45638
|
+
"@sanity/sdk-react": "^1",
|
45639
45639
|
"@sanity/ui": "^2",
|
45640
45640
|
react: "^19",
|
45641
45641
|
"react-dom": "^19",
|