-
Notifications
You must be signed in to change notification settings - Fork 432
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'next' into feat/next-template-live-by-default
- Loading branch information
Showing
116 changed files
with
3,702 additions
and
684 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "depcheck-test", | ||
"version": "3.61.0", | ||
"version": "3.62.2", | ||
"private": true, | ||
"license": "MIT", | ||
"author": "Sanity.io <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
{ | ||
"name": "embedded-studio", | ||
"version": "3.61.0", | ||
"version": "3.62.2", | ||
"private": true, | ||
"scripts": { | ||
"build": "tsc && vite build && sanity manifest extract", | ||
"dev": "vite", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@sanity/ui": "^2.8.9", | ||
"@sanity/ui": "^2.8.10", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"sanity": "workspace:*", | ||
"styled-components": "^6.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^18.3.5", | ||
"@types/react-dom": "^18.3.0", | ||
"@vitejs/plugin-react": "^4.3.1", | ||
"@types/react": "^18.3.12", | ||
"@types/react-dom": "^18.3.1", | ||
"@vitejs/plugin-react": "^4.3.3", | ||
"typescript": "5.6.3", | ||
"vite": "^4.5.3" | ||
"vite": "^4.5.5" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "sanity-page-building-studio", | ||
"version": "3.61.0", | ||
"version": "3.62.2", | ||
"private": true, | ||
"license": "MIT", | ||
"author": "Sanity.io <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "sanity-starter-next-studio", | ||
"version": "3.61.0", | ||
"version": "3.62.2", | ||
"private": true, | ||
"license": "MIT", | ||
"author": "Sanity.io <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "sanity-starter-studio", | ||
"version": "3.61.0", | ||
"version": "3.62.2", | ||
"private": true, | ||
"license": "MIT", | ||
"author": "Sanity.io <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "sanity-strict-studio", | ||
"version": "3.61.0", | ||
"version": "3.62.2", | ||
"private": true, | ||
"license": "MIT", | ||
"author": "Sanity.io <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"ignore": ["styled-components", "react", "react-dom", "sanity"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "test-create-integration-studio", | ||
"version": "3.61.0", | ||
"private": true, | ||
"license": "MIT", | ||
"author": "Sanity.io <[email protected]>", | ||
"scripts": { | ||
"build": "../.bin/sanity build", | ||
"clean": "rimraf .sanity dist", | ||
"deploy": "npx sanity deploy", | ||
"dev": "../.bin/sanity dev", | ||
"lint": "eslint .", | ||
"start": "../.bin/sanity start" | ||
}, | ||
"dependencies": { | ||
"@sanity/code-input": "^4.1.4", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"sanity": "workspace:*", | ||
"styled-components": "^6.1.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import {defineCliConfig} from 'sanity/cli' | ||
|
||
export default defineCliConfig({ | ||
api: { | ||
projectId: 'ppsg7ml5', | ||
dataset: 'test', | ||
}, | ||
|
||
studioHost: 'create-integration-test', | ||
autoUpdates: false, | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
// eslint-disable-next-line import/no-extraneous-dependencies | ||
import {codeInput} from '@sanity/code-input' | ||
import {defineConfig} from 'sanity' | ||
import {structureTool} from 'sanity/structure' | ||
|
||
import {schemaTypes} from './schema' | ||
|
||
export default defineConfig({ | ||
plugins: [structureTool(), codeInput()], | ||
title: 'Strict', | ||
name: 'default', | ||
projectId: 'ppsg7ml5', | ||
dataset: 'test', | ||
schema: {types: schemaTypes}, | ||
|
||
beta: { | ||
create: { | ||
startInCreateEnabled: true, | ||
fallbackStudioOrigin: 'create-integration-test.sanity.studio', | ||
}, | ||
}, | ||
}) |
Oops, something went wrong.