@sanity/groq-store
Advanced tools
Comparing version 5.3.4 to 5.3.5
@@ -22,2 +22,17 @@ # Changelog | ||
## [5.3.5](https://github.com/sanity-io/visual-editing/compare/groq-store-v5.3.4...groq-store-v5.3.5) (2023-12-12) | ||
### Bug Fixes | ||
* **deps:** update dependency @sanity/client to ^6.10.0 ([#551](https://github.com/sanity-io/visual-editing/issues/551)) ([5dc24c9](https://github.com/sanity-io/visual-editing/commit/5dc24c98bb84d7bc6dea5e77ac88dc4ca2cc9c6b)) | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* devDependencies | ||
* @sanity/channels bumped from 0.1.0 to 0.2.0 | ||
* @sanity/visual-editing-helpers bumped from 0.1.3 to 0.1.4 | ||
## [5.3.3](https://github.com/sanity-io/visual-editing/compare/groq-store-v5.3.2...groq-store-v5.3.3) (2023-12-07) | ||
@@ -24,0 +39,0 @@ |
{ | ||
"name": "@sanity/groq-store", | ||
"version": "5.3.4", | ||
"version": "5.3.5", | ||
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/groq-store#readme", | ||
@@ -103,8 +103,8 @@ "bugs": { | ||
"devDependencies": { | ||
"@sanity/channels": "0.1.0", | ||
"@sanity/client": "^6.9.3", | ||
"@sanity/pkg-utils": "^3.3.4", | ||
"@sanity/visual-editing-helpers": "0.1.3", | ||
"@typescript-eslint/eslint-plugin": "^6.13.2", | ||
"@typescript-eslint/parser": "^6.13.2", | ||
"@sanity/channels": "0.2.0", | ||
"@sanity/client": "^6.10.0", | ||
"@sanity/pkg-utils": "^3.3.5", | ||
"@sanity/visual-editing-helpers": "0.1.4", | ||
"@typescript-eslint/eslint-plugin": "^6.14.0", | ||
"@typescript-eslint/parser": "^6.14.0", | ||
"eslint": "^8.55.0", | ||
@@ -115,6 +115,6 @@ "eslint-config-prettier": "^9.1.0", | ||
"typescript": "^5.3.3", | ||
"vitest": "^1.0.2" | ||
"vitest": "^1.0.4" | ||
}, | ||
"peerDependencies": { | ||
"@sanity/client": "^6.9.3" | ||
"@sanity/client": "^6.10.0" | ||
}, | ||
@@ -121,0 +121,0 @@ "engines": { |
44647