@sanity/core-loader
Advanced tools
Comparing version 1.6.16 to 1.6.17
@@ -21,2 +21,16 @@ <!-- markdownlint-disable --><!-- textlint-disable --> | ||
## [1.6.17](https://github.com/sanity-io/visual-editing/compare/core-loader-v1.6.16...core-loader-v1.6.17) (2024-05-30) | ||
### Bug Fixes | ||
* **deps:** update dependency @sanity/client to v6.19.1 ([#1602](https://github.com/sanity-io/visual-editing/issues/1602)) ([ebaa50c](https://github.com/sanity-io/visual-editing/commit/ebaa50ca0bf6f6324819a9b3ceb85eb1326d7d72)) | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* devDependencies | ||
* @repo/visual-editing-helpers bumped from 0.6.14 to 0.6.15 | ||
## [1.6.16](https://github.com/sanity-io/visual-editing/compare/core-loader-v1.6.15...core-loader-v1.6.16) (2024-05-28) | ||
@@ -23,0 +37,0 @@ |
{ | ||
"name": "@sanity/core-loader", | ||
"version": "1.6.16", | ||
"version": "1.6.17", | ||
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/core-loader#readme", | ||
@@ -107,4 +107,4 @@ "bugs": { | ||
"@repo/channels": "0.4.0", | ||
"@repo/visual-editing-helpers": "0.6.14", | ||
"@sanity/client": "^6.19.0", | ||
"@repo/visual-editing-helpers": "0.6.15", | ||
"@sanity/client": "^6.19.1", | ||
"@sanity/pkg-utils": "6.8.18", | ||
@@ -118,3 +118,3 @@ "@typescript-eslint/eslint-plugin": "^7.11.0", | ||
"eslint-plugin-simple-import-sort": "^12.1.0", | ||
"happy-dom": "^14.11.2", | ||
"happy-dom": "^14.12.0", | ||
"nanostores": "0.10.3", | ||
@@ -126,3 +126,3 @@ "typescript": "5.4.5", | ||
"peerDependencies": { | ||
"@sanity/client": "^6.19.0" | ||
"@sanity/client": "^6.19.1" | ||
}, | ||
@@ -129,0 +129,0 @@ "engines": { |
820598