@sanity/presentation-comlink
Advanced tools
Comparing version 1.0.7 to 1.0.8
# Changelog | ||
## [1.0.8](https://github.com/sanity-io/visual-editing/compare/presentation-comlink-v1.0.7...presentation-comlink-v1.0.8) (2025-02-24) | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @sanity/visual-editing-types bumped to 1.0.8 | ||
## [1.0.7](https://github.com/sanity-io/visual-editing/compare/presentation-comlink-v1.0.6...presentation-comlink-v1.0.7) (2025-02-17) | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@sanity/presentation-comlink", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/presentation-comlink#readme", | ||
@@ -42,4 +42,4 @@ "bugs": { | ||
"dependencies": { | ||
"@sanity/visual-editing-types": "^1.0.7", | ||
"@sanity/comlink": "^3.0.1" | ||
"@sanity/comlink": "^3.0.1", | ||
"@sanity/visual-editing-types": "^1.0.8" | ||
}, | ||
@@ -51,3 +51,3 @@ "devDependencies": { | ||
"typescript": "5.7.3", | ||
"vitest": "^3.0.5", | ||
"vitest": "^3.0.6", | ||
"@repo/eslint-config": "0.0.0", | ||
@@ -54,0 +54,0 @@ "@repo/package.config": "0.0.0" |
87002