@sanity/presentation-comlink
Advanced tools
Comparing version 1.0.3 to 1.0.4
# Changelog | ||
## [1.0.4](https://github.com/sanity-io/visual-editing/compare/presentation-comlink-v1.0.3...presentation-comlink-v1.0.4) (2025-01-28) | ||
### Bug Fixes | ||
* **deps:** update dependency @sanity/client to ^6.27.2 ([#2578](https://github.com/sanity-io/visual-editing/issues/2578)) ([de598b8](https://github.com/sanity-io/visual-editing/commit/de598b8b05fae82755faee31162ecb005af65b02)) | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @sanity/visual-editing-types bumped to 1.0.4 | ||
## [1.0.3](https://github.com/sanity-io/visual-editing/compare/presentation-comlink-v1.0.2...presentation-comlink-v1.0.3) (2025-01-22) | ||
@@ -4,0 +18,0 @@ |
{ | ||
"name": "@sanity/presentation-comlink", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/presentation-comlink#readme", | ||
@@ -43,10 +43,10 @@ "bugs": { | ||
"@sanity/comlink": "^3.0.1", | ||
"@sanity/visual-editing-types": "^1.0.3" | ||
"@sanity/visual-editing-types": "^1.0.4" | ||
}, | ||
"devDependencies": { | ||
"@sanity/client": "^6.27.0", | ||
"@sanity/client": "^6.27.2", | ||
"@sanity/pkg-utils": "6.13.4", | ||
"eslint": "^8.57.1", | ||
"typescript": "5.7.3", | ||
"vitest": "^3.0.3", | ||
"vitest": "^3.0.4", | ||
"@repo/package.config": "0.0.0", | ||
@@ -56,3 +56,3 @@ "@repo/eslint-config": "0.0.0" | ||
"peerDependencies": { | ||
"@sanity/client": "^6.27.0" | ||
"@sanity/client": "^6.27.2" | ||
}, | ||
@@ -59,0 +59,0 @@ "engines": { |
85898