next-sanity 6.0.3 → 6.0.5
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.
- package/package.json +7 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-sanity",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.5",
|
|
4
4
|
"description": "Sanity.io toolkit for Next.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -189,21 +189,20 @@
|
|
|
189
189
|
},
|
|
190
190
|
"dependencies": {
|
|
191
191
|
"@sanity/client": "^6.8.6",
|
|
192
|
-
"@sanity/preview-kit": "
|
|
192
|
+
"@sanity/preview-kit": "4.0.0",
|
|
193
193
|
"@sanity/webhook": "3.0.1",
|
|
194
194
|
"groq": "^3.19"
|
|
195
195
|
},
|
|
196
196
|
"devDependencies": {
|
|
197
|
-
"@next/bundle-analyzer": "^14.0.
|
|
198
|
-
"@next/eslint-plugin-next": "14.0.
|
|
197
|
+
"@next/bundle-analyzer": "^14.0.3",
|
|
198
|
+
"@next/eslint-plugin-next": "14.0.3",
|
|
199
199
|
"@rollup/plugin-url": "^8.0.2",
|
|
200
200
|
"@sanity/eslint-config-studio": "^3.0.1",
|
|
201
201
|
"@sanity/image-url": "^1.0.2",
|
|
202
202
|
"@sanity/overlays": "2.0.1",
|
|
203
203
|
"@sanity/pkg-utils": "^2.4.10",
|
|
204
|
-
"@sanity/presentation": "1.0.2",
|
|
205
204
|
"@sanity/ui": "^1.9.3",
|
|
206
|
-
"@sanity/vision": "3.
|
|
205
|
+
"@sanity/vision": "3.20.0",
|
|
207
206
|
"@types/react": "^18.2.37",
|
|
208
207
|
"@types/react-dom": "^18.2.15",
|
|
209
208
|
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
|
@@ -217,7 +216,7 @@
|
|
|
217
216
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
218
217
|
"groqd": "^0.15.10",
|
|
219
218
|
"ls-engines": "^0.9.1",
|
|
220
|
-
"next": "14.0.
|
|
219
|
+
"next": "14.0.3",
|
|
221
220
|
"postcss": "^8.4.31",
|
|
222
221
|
"prettier": "^3.1.0",
|
|
223
222
|
"prettier-plugin-packagejson": "^2.4.6",
|
|
@@ -226,7 +225,7 @@
|
|
|
226
225
|
"react-dom": "^18.2.0",
|
|
227
226
|
"react-is": "^18.2.0",
|
|
228
227
|
"rollup": "^3.29.4",
|
|
229
|
-
"sanity": "3.
|
|
228
|
+
"sanity": "3.20.0",
|
|
230
229
|
"server-only": "^0.0.1",
|
|
231
230
|
"styled-components": "^6.1.1",
|
|
232
231
|
"suspend-react": "^0.1.3",
|