next-sanity 7.1.2 → 7.1.4
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-sanity",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.4",
|
|
4
4
|
"description": "Sanity.io toolkit for Next.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -175,8 +175,8 @@
|
|
|
175
175
|
},
|
|
176
176
|
"dependencies": {
|
|
177
177
|
"@sanity/client": "^6.12.4",
|
|
178
|
-
"@sanity/preview-kit": "5.0.
|
|
179
|
-
"@sanity/visual-editing": "1.2.
|
|
178
|
+
"@sanity/preview-kit": "5.0.20",
|
|
179
|
+
"@sanity/visual-editing": "1.2.2",
|
|
180
180
|
"@sanity/webhook": "4.0.0",
|
|
181
181
|
"groq": "^3.19"
|
|
182
182
|
},
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"@sanity/browserslist-config": "^1.0.1",
|
|
188
188
|
"@sanity/eslint-config-studio": "^3.0.1",
|
|
189
189
|
"@sanity/image-url": "^1.0.2",
|
|
190
|
-
"@sanity/pkg-utils": "^4.
|
|
190
|
+
"@sanity/pkg-utils": "^4.2.0",
|
|
191
191
|
"@sanity/ui": "^2.0.2",
|
|
192
192
|
"@sanity/vision": "3.28.0",
|
|
193
193
|
"@types/react": "^18.2.55",
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
"eslint-config-sanity": "^7.0.1",
|
|
201
201
|
"eslint-gitignore": "^0.1.0",
|
|
202
202
|
"eslint-plugin-prettier": "^5.1.3",
|
|
203
|
-
"eslint-plugin-simple-import-sort": "^
|
|
203
|
+
"eslint-plugin-simple-import-sort": "^11.0.0",
|
|
204
204
|
"groqd": "^0.15.10",
|
|
205
205
|
"ls-engines": "^0.9.1",
|
|
206
206
|
"next": "14.1.0",
|