next-sanity 5.5.9 → 5.5.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-sanity",
3
- "version": "5.5.9",
3
+ "version": "5.5.10",
4
4
  "description": "Sanity.io toolkit for Next.js",
5
5
  "keywords": [
6
6
  "sanity",
@@ -174,7 +174,7 @@
174
174
  "singleQuote": true
175
175
  },
176
176
  "dependencies": {
177
- "@sanity/client": "^6.4.9",
177
+ "@sanity/client": "^6.7.0",
178
178
  "@sanity/preview-kit": "3.2.6",
179
179
  "@sanity/webhook": "3.0.1",
180
180
  "groq": "^3.0.0"