next-sanity 9.10.0 → 9.10.2

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 +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-sanity",
3
- "version": "9.10.0",
3
+ "version": "9.10.2",
4
4
  "description": "Sanity.io toolkit for Next.js",
5
5
  "keywords": [
6
6
  "sanity",
@@ -138,12 +138,12 @@
138
138
  "browserslist": "extends @sanity/browserslist-config",
139
139
  "dependencies": {
140
140
  "@portabletext/react": "^3.2.1",
141
- "@sanity/client": "^6.28.4",
142
- "@sanity/next-loader": "^1.4.0",
143
- "@sanity/preview-kit": "^6.0.7",
144
- "@sanity/preview-url-secret": "^2.1.7",
145
- "@sanity/visual-editing": "^2.13.16",
146
- "groq": "^3.83.0",
141
+ "@sanity/client": "^6.29.0",
142
+ "@sanity/next-loader": "^1.5.0",
143
+ "@sanity/preview-kit": "^6.0.8",
144
+ "@sanity/preview-url-secret": "^2.1.8",
145
+ "@sanity/visual-editing": "^2.13.18",
146
+ "groq": "^3.84.0",
147
147
  "history": "^5.3.0"
148
148
  },
149
149
  "devDependencies": {
@@ -172,13 +172,13 @@
172
172
  "vitest": "^3.1.1"
173
173
  },
174
174
  "peerDependencies": {
175
- "@sanity/client": "^6.28.4",
175
+ "@sanity/client": "^6.29.0",
176
176
  "@sanity/icons": "^3.7.0",
177
- "@sanity/types": "^3.83.0",
177
+ "@sanity/types": "^3.84.0",
178
178
  "@sanity/ui": "^2.15.13",
179
179
  "next": "^14.2 || ^15.0.0-0",
180
180
  "react": "^18.3 || ^19.0.0-0",
181
- "sanity": "^3.83.0",
181
+ "sanity": "^3.84.0",
182
182
  "styled-components": "^6.1"
183
183
  },
184
184
  "engines": {