-
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: (68 commits) fix(deps): update dependency @sanity/icons to ^3.5.5 (#8105) fix(deps): update dependency @sanity/ui to ^2.10.12 (#8108) fix(deps): update dependency react-rx to ^4.1.10 (#8109) chore(deps): update dependency @sanity/tsdoc to v1.0.153 (#8107) chore(deps): update typescript-tooling (#8104) fix(deps): update dependency @sanity/icons to ^3.5.5 (#8106) feat(typegen): add support for astro (#8098) chore(deps): update dependency turbo to ^2.3.3 (#8099) fix(deps): Update dev-non-major (#8100) fix: `WebSocket is closed before the connection is established` warning (#8042) v3.68.1 fix(deps): update dependency @sanity/presentation to v1.19.13 (#8102) v3.68.0 fix: use consistent `framer-motion` semver range (#8094) refactor(core): replace `PortableTextEditor` with `EditorProvider` (#8040) fix: improve `SanityDefaultPreview` memoization (#8049) fix: tooltip position in announcements popup (#8092) fix: replace useMemo with useState (#8095) fix: replace unsafe `useMemo` with `useState` (#8047) fix: replace `React.createElement` with jsx runtime (#8043) ...
- Loading branch information
Showing
205 changed files
with
4,989 additions
and
2,899 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
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,6 +1,6 @@ | ||
{ | ||
"name": "depcheck-test", | ||
"version": "3.67.1", | ||
"version": "3.68.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.67.1", | ||
"version": "3.68.1", | ||
"private": true, | ||
"license": "MIT", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -13,9 +13,9 @@ | |
}, | ||
"dependencies": { | ||
"@sanity/vision": "workspace:*", | ||
"babel-plugin-react-compiler": "19.0.0-beta-37ed2a7-20241206", | ||
"babel-plugin-react-compiler": "19.0.0-beta-201e55d-20241215", | ||
"react": "^18.2.0", | ||
"react-compiler-runtime": "19.0.0-beta-37ed2a7-20241206", | ||
"react-compiler-runtime": "19.0.0-beta-201e55d-20241215", | ||
"react-dom": "^18.2.0", | ||
"react-icons": "^5.2.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "sanity-starter-next-studio", | ||
"version": "3.67.1", | ||
"version": "3.68.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.67.1", | ||
"version": "3.68.1", | ||
"private": true, | ||
"license": "MIT", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -12,9 +12,9 @@ | |
"start": "../.bin/sanity start --port 3337" | ||
}, | ||
"dependencies": { | ||
"babel-plugin-react-compiler": "19.0.0-beta-37ed2a7-20241206", | ||
"babel-plugin-react-compiler": "19.0.0-beta-201e55d-20241215", | ||
"react": "^18.3.1", | ||
"react-compiler-runtime": "19.0.0-beta-37ed2a7-20241206", | ||
"react-compiler-runtime": "19.0.0-beta-201e55d-20241215", | ||
"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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "sanity-strict-studio", | ||
"version": "3.67.1", | ||
"version": "3.68.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.67.1", | ||
"version": "3.68.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-test-next-studio", | ||
"version": "3.67.1", | ||
"version": "3.68.1", | ||
"private": true, | ||
"license": "MIT", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -12,8 +12,8 @@ | |
}, | ||
"dependencies": { | ||
"@sanity/vision": "workspace:*", | ||
"babel-plugin-react-compiler": "19.0.0-beta-37ed2a7-20241206", | ||
"next": "15.0.4", | ||
"babel-plugin-react-compiler": "19.0.0-beta-201e55d-20241215", | ||
"next": "15.1.1", | ||
"react": "rc", | ||
"react-dom": "rc", | ||
"react-is": "rc", | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "sanity-test-studio", | ||
"version": "3.67.1", | ||
"version": "3.68.1", | ||
"private": true, | ||
"license": "MIT", | ||
"author": "Sanity.io <[email protected]>", | ||
|
@@ -16,15 +16,15 @@ | |
"workshop:dev": "node -r esbuild-register scripts/workshop/dev.ts" | ||
}, | ||
"dependencies": { | ||
"@portabletext/editor": "^1.15.3", | ||
"@portabletext/editor": "^1.16.3", | ||
"@portabletext/react": "^3.0.0", | ||
"@sanity/assist": "^3.0.2", | ||
"@sanity/block-tools": "3.67.1", | ||
"@sanity/block-tools": "3.68.1", | ||
"@sanity/client": "^6.24.1", | ||
"@sanity/color": "^3.0.0", | ||
"@sanity/color-input": "^4.0.1", | ||
"@sanity/google-maps-input": "^4.0.0", | ||
"@sanity/icons": "^3.5.2", | ||
"@sanity/icons": "^3.5.5", | ||
"@sanity/image-url": "^1.0.2", | ||
"@sanity/locale-ko-kr": "^1.0.1", | ||
"@sanity/locale-nb-no": "^1.0.1", | ||
|
@@ -35,14 +35,14 @@ | |
"@sanity/migrate": "workspace:*", | ||
"@sanity/preview-url-secret": "^2.0.0", | ||
"@sanity/react-loader": "^1.10.27", | ||
"@sanity/tsdoc": "1.0.150", | ||
"@sanity/tsdoc": "1.0.153", | ||
"@sanity/types": "workspace:*", | ||
"@sanity/ui": "^2.10.9", | ||
"@sanity/ui": "^2.10.12", | ||
"@sanity/ui-workshop": "^1.0.0", | ||
"@sanity/util": "workspace:*", | ||
"@sanity/uuid": "^3.0.1", | ||
"@sanity/vision": "workspace:*", | ||
"@sanity/visual-editing": "2.10.6", | ||
"@sanity/visual-editing": "2.10.10", | ||
"@turf/helpers": "^6.0.1", | ||
"@turf/points-within-polygon": "^5.1.5", | ||
"@vercel/stega": "0.1.2", | ||
|
@@ -52,7 +52,7 @@ | |
"lodash": "^4.17.21", | ||
"qs": "^6.10.2", | ||
"react": "^18.3.1", | ||
"react-compiler-runtime": "19.0.0-beta-37ed2a7-20241206", | ||
"react-compiler-runtime": "19.0.0-beta-201e55d-20241215", | ||
"react-dom": "^18.3.1", | ||
"react-refractor": "^2.1.6", | ||
"refractor": "^3.6.0", | ||
|
@@ -65,7 +65,8 @@ | |
"styled-components": "^6.1.11" | ||
}, | ||
"devDependencies": { | ||
"babel-plugin-react-compiler": "19.0.0-beta-37ed2a7-20241206", | ||
"@million/lint": "1.0.14", | ||
"babel-plugin-react-compiler": "19.0.0-beta-201e55d-20241215", | ||
"chokidar": "^3.6.0", | ||
"vite": "^5.4.11" | ||
} | ||
|
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.