-
Notifications
You must be signed in to change notification settings - Fork 435
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* next: (29 commits) fix(deps): update dependency @sanity/ui to ^2.9.0 (#7919) fix(deps): update dependency @sanity/ui to ^2.9.0 (#7918) fix(deps): Update dev-non-major (#7905) fix(sanity): support future UI tones (#7916) fix: vertically center pane header when no tabs (#7912) fix(deps): update dependency @sanity/insert-menu to v1.0.15 (#7913) fix(deps): update dependency @sanity/presentation to v1.19.3 (#7914) fix(deps): update dependency @sanity/ui to ^2.8.26 (#7906) fix(deps): update dependency @portabletext/editor to ^1.12.2 (#7909) fix(deps): update dependency groq-js to ^1.14.1 (#7910) fix(core): portable text annotations slow to show (#7588) fix(deps): update dependency @sanity/icons to ^3.5.0 (#7900) fix(deps): Update dev-non-major (#7902) fix(deps): update dependency @sanity/presentation to v1.19.2 (#7899) chore(deps): update dependency @sanity/code-input to v5 (#7901) chore(lockfile): update dependency @sanity/react-loader to v1.10.22 (#7896) fix(deps): Update dev-non-major (#7893) feat: support search weight configuration for slug fields chore(sanity): remove duplicate test refactor(sanity): clarify variable name ...
- Loading branch information
Showing
58 changed files
with
1,112 additions
and
898 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.65.0", | ||
"version": "3.65.1", | ||
"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
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.65.0", | ||
"version": "3.65.1", | ||
"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.65.0", | ||
"version": "3.65.1", | ||
"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.65.0", | ||
"version": "3.65.1", | ||
"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.65.0", | ||
"version": "3.65.1", | ||
"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,6 +1,6 @@ | ||
{ | ||
"name": "test-create-integration-studio", | ||
"version": "3.65.0", | ||
"version": "3.65.1", | ||
"private": true, | ||
"license": "MIT", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -13,7 +13,7 @@ | |
"start": "../.bin/sanity start" | ||
}, | ||
"dependencies": { | ||
"@sanity/code-input": "^4.1.4", | ||
"@sanity/code-input": "^5.0.0", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"sanity": "workspace:*", | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "sanity-test-next-studio", | ||
"version": "3.65.0", | ||
"version": "3.65.1", | ||
"private": true, | ||
"license": "MIT", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -20,6 +20,6 @@ | |
"sanity": "workspace:*", | ||
"sanity-test-studio": "workspace:*", | ||
"styled-components": "^6.1.12", | ||
"typescript": "5.6.3" | ||
"typescript": "5.7.2" | ||
} | ||
} |
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-test-studio", | ||
"version": "3.65.0", | ||
"version": "3.65.1", | ||
"private": true, | ||
"license": "MIT", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -16,14 +16,14 @@ | |
"workshop:dev": "node -r esbuild-register scripts/workshop/dev.ts" | ||
}, | ||
"dependencies": { | ||
"@portabletext/editor": "^1.11.3", | ||
"@portabletext/editor": "^1.12.2", | ||
"@portabletext/react": "^3.0.0", | ||
"@sanity/assist": "^3.0.2", | ||
"@sanity/block-tools": "3.65.0", | ||
"@sanity/block-tools": "3.65.1", | ||
"@sanity/client": "^6.22.5", | ||
"@sanity/color": "^3.0.0", | ||
"@sanity/google-maps-input": "^4.0.0", | ||
"@sanity/icons": "^3.4.0", | ||
"@sanity/icons": "^3.5.0", | ||
"@sanity/image-url": "^1.0.2", | ||
"@sanity/locale-ko-kr": "^1.0.1", | ||
"@sanity/locale-nb-no": "^1.0.1", | ||
|
@@ -34,14 +34,14 @@ | |
"@sanity/migrate": "workspace:*", | ||
"@sanity/preview-url-secret": "^2.0.0", | ||
"@sanity/react-loader": "^1.8.3", | ||
"@sanity/tsdoc": "1.0.134", | ||
"@sanity/tsdoc": "1.0.140", | ||
"@sanity/types": "workspace:*", | ||
"@sanity/ui": "^2.8.25", | ||
"@sanity/ui": "^2.9.0", | ||
"@sanity/ui-workshop": "^1.0.0", | ||
"@sanity/util": "workspace:*", | ||
"@sanity/uuid": "^3.0.1", | ||
"@sanity/vision": "workspace:*", | ||
"@sanity/visual-editing": "2.8.0", | ||
"@sanity/visual-editing": "2.10.2", | ||
"@turf/helpers": "^6.0.1", | ||
"@turf/points-within-polygon": "^5.1.5", | ||
"@vercel/stega": "0.1.2", | ||
|
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
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
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 |
---|---|---|
|
@@ -12,5 +12,5 @@ | |
"packages/groq", | ||
"packages/sanity" | ||
], | ||
"version": "3.65.0" | ||
"version": "3.65.1" | ||
} |
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
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
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
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,5 +1,5 @@ | ||
{ | ||
"name": "@repo/tsconfig", | ||
"version": "3.65.0", | ||
"version": "3.65.1", | ||
"private": true | ||
} |
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
Oops, something went wrong.