@sanity/preview-kit-compat
Advanced tools
Comparing version 1.5.23 to 1.5.24
@@ -39,2 +39,16 @@ <!-- markdownlint-disable --><!-- textlint-disable --> | ||
## [1.5.24](https://github.com/sanity-io/visual-editing/compare/preview-kit-compat-v1.5.23...preview-kit-compat-v1.5.24) (2024-12-02) | ||
### Bug Fixes | ||
* **deps:** update dependency @sanity/client to ^6.23.0 ([#2244](https://github.com/sanity-io/visual-editing/issues/2244)) ([eeacde8](https://github.com/sanity-io/visual-editing/commit/eeacde893e6534b14344581456e3e2147b84f75b)) | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* devDependencies | ||
* @repo/visual-editing-helpers bumped to 0.7.6 | ||
## [1.5.23](https://github.com/sanity-io/visual-editing/compare/preview-kit-compat-v1.5.22...preview-kit-compat-v1.5.23) (2024-11-28) | ||
@@ -41,0 +55,0 @@ |
{ | ||
"name": "@sanity/preview-kit-compat", | ||
"version": "1.5.23", | ||
"version": "1.5.24", | ||
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/preview-kit-compat#readme", | ||
@@ -46,3 +46,3 @@ "bugs": { | ||
"devDependencies": { | ||
"@sanity/client": "^6.22.5", | ||
"@sanity/client": "^6.23.0", | ||
"@sanity/pkg-utils": "6.11.13", | ||
@@ -57,6 +57,6 @@ "@types/react": "^18.3.12", | ||
"@repo/prettier-config": "0.0.0", | ||
"@repo/visual-editing-helpers": "0.7.5" | ||
"@repo/visual-editing-helpers": "0.7.6" | ||
}, | ||
"peerDependencies": { | ||
"@sanity/client": "^6.22.5", | ||
"@sanity/client": "^6.23.0", | ||
"react": "^18.3 || >=19.0.0-rc" | ||
@@ -63,0 +63,0 @@ }, |
74539