next-sanity 7.1.0 → 7.1.1

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": "7.1.0",
3
+ "version": "7.1.1",
4
4
  "description": "Sanity.io toolkit for Next.js",
5
5
  "keywords": [
6
6
  "sanity",
@@ -176,7 +176,7 @@
176
176
  "dependencies": {
177
177
  "@sanity/client": "^6.12.3",
178
178
  "@sanity/preview-kit": "5.0.19",
179
- "@sanity/visual-editing": "1.0.1",
179
+ "@sanity/visual-editing": "1.2.0",
180
180
  "@sanity/webhook": "4.0.0",
181
181
  "groq": "^3.19"
182
182
  },
@@ -189,7 +189,7 @@
189
189
  "@sanity/image-url": "^1.0.2",
190
190
  "@sanity/pkg-utils": "^4.1.3",
191
191
  "@sanity/ui": "^2.0.1",
192
- "@sanity/vision": "3.27.1",
192
+ "@sanity/vision": "3.28.0",
193
193
  "@types/react": "^18.2.55",
194
194
  "@types/react-dom": "^18.2.18",
195
195
  "@typescript-eslint/eslint-plugin": "^6.21.0",
@@ -212,7 +212,7 @@
212
212
  "react-dom": "^18.2.0",
213
213
  "react-is": "^18.2.0",
214
214
  "rollup": "^4.9.6",
215
- "sanity": "3.27.1",
215
+ "sanity": "3.28.0",
216
216
  "server-only": "^0.0.1",
217
217
  "styled-components": "^6.1.8",
218
218
  "suspend-react": "^0.1.3",
@@ -233,6 +233,6 @@
233
233
  "styled-components": "^5.2 || ^6.0"
234
234
  },
235
235
  "engines": {
236
- "node": ">=18"
236
+ "node": ">=18.17"
237
237
  }
238
238
  }