next-sanity 5.5.6 → 5.5.8

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-sanity",
3
- "version": "5.5.6",
3
+ "version": "5.5.8",
4
4
  "description": "Sanity.io toolkit for Next.js",
5
5
  "keywords": [
6
6
  "sanity",
@@ -174,8 +174,8 @@
174
174
  "singleQuote": true
175
175
  },
176
176
  "dependencies": {
177
- "@sanity/client": "^6.4.9",
178
- "@sanity/preview-kit": "3.1.6",
177
+ "@sanity/client": "^6.6.0",
178
+ "@sanity/preview-kit": "3.2.0",
179
179
  "@sanity/webhook": "3.0.1",
180
180
  "groq": "^3.0.0"
181
181
  },
@@ -187,7 +187,7 @@
187
187
  "@sanity/image-url": "^1.0.2",
188
188
  "@sanity/pkg-utils": "^3.0.0",
189
189
  "@sanity/ui": "^1.8.2",
190
- "@sanity/vision": "3.17.0",
190
+ "@sanity/vision": "3.18.0",
191
191
  "@types/react": "^18.2.28",
192
192
  "@types/react-dom": "^18.2.13",
193
193
  "@types/styled-components": "^5.1.28",
@@ -211,7 +211,7 @@
211
211
  "react-dom": "^18.2.0",
212
212
  "react-is": "^18.2.0",
213
213
  "rollup": "^4.0.2",
214
- "sanity": "3.17.0",
214
+ "sanity": "3.18.0",
215
215
  "server-only": "^0.0.1",
216
216
  "styled-components": "^5.3.11",
217
217
  "suspend-react": "^0.1.3",