@sanity/core-loader
Advanced tools
Comparing version 1.0.2 to 1.0.3
# Changelog | ||
## [1.0.3](https://github.com/sanity-io/visual-editing/compare/core-loader-v1.0.2...core-loader-v1.0.3) (2023-11-29) | ||
### Bug Fixes | ||
* **deps:** update dependency @sanity/client to ^6.9.0 ([#434](https://github.com/sanity-io/visual-editing/issues/434)) ([c7c8ec5](https://github.com/sanity-io/visual-editing/commit/c7c8ec59e6503060eb60800bac4a494e39c1595c)) | ||
* **deps:** update dependency @sanity/client to ^6.9.1 ([#437](https://github.com/sanity-io/visual-editing/issues/437)) ([6974b0d](https://github.com/sanity-io/visual-editing/commit/6974b0d6fabd9911af40f6a1de645473b47df19d)) | ||
## [1.0.2](https://github.com/sanity-io/visual-editing/compare/core-loader-v1.0.1...core-loader-v1.0.2) (2023-11-27) | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@sanity/core-loader", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/core-loader#readme", | ||
@@ -120,6 +120,6 @@ "bugs": { | ||
"devDependencies": { | ||
"@sanity/client": "^6.8.6", | ||
"@sanity/pkg-utils": "^3.2.4", | ||
"@typescript-eslint/eslint-plugin": "^6.12.0", | ||
"@typescript-eslint/parser": "^6.12.0", | ||
"@sanity/client": "^6.9.1", | ||
"@sanity/pkg-utils": "^3.2.5", | ||
"@typescript-eslint/eslint-plugin": "^6.13.1", | ||
"@typescript-eslint/parser": "^6.13.1", | ||
"eslint": "^8.54.0", | ||
@@ -135,3 +135,3 @@ "eslint-config-prettier": "^9.0.0", | ||
"peerDependencies": { | ||
"@sanity/client": "^6.8.6" | ||
"@sanity/client": "^6.9.1" | ||
}, | ||
@@ -138,0 +138,0 @@ "engines": { |
407166