next-sanity 6.0.2 → 6.0.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 +14 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-sanity",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.4",
|
|
4
4
|
"description": "Sanity.io toolkit for Next.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -189,22 +189,23 @@
|
|
|
189
189
|
},
|
|
190
190
|
"dependencies": {
|
|
191
191
|
"@sanity/client": "^6.8.6",
|
|
192
|
-
"@sanity/preview-kit": "3.2.
|
|
192
|
+
"@sanity/preview-kit": "3.2.10",
|
|
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
|
+
"@sanity/overlays": "2.0.1",
|
|
202
203
|
"@sanity/pkg-utils": "^2.4.10",
|
|
203
|
-
"@sanity/ui": "^1.9.
|
|
204
|
-
"@sanity/vision": "3.
|
|
204
|
+
"@sanity/ui": "^1.9.3",
|
|
205
|
+
"@sanity/vision": "3.20.0",
|
|
205
206
|
"@types/react": "^18.2.37",
|
|
206
207
|
"@types/react-dom": "^18.2.15",
|
|
207
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
208
|
+
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
|
208
209
|
"@vitest/coverage-v8": "^0.34.6",
|
|
209
210
|
"autoprefixer": "^10.4.16",
|
|
210
211
|
"eslint": "^8.53.0",
|
|
@@ -213,18 +214,18 @@
|
|
|
213
214
|
"eslint-gitignore": "^0.1.0",
|
|
214
215
|
"eslint-plugin-prettier": "^5.0.1",
|
|
215
216
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
216
|
-
"groqd": "^0.15.
|
|
217
|
-
"ls-engines": "^0.9.
|
|
218
|
-
"next": "14.0.
|
|
217
|
+
"groqd": "^0.15.10",
|
|
218
|
+
"ls-engines": "^0.9.1",
|
|
219
|
+
"next": "14.0.3",
|
|
219
220
|
"postcss": "^8.4.31",
|
|
220
|
-
"prettier": "^3.0
|
|
221
|
+
"prettier": "^3.1.0",
|
|
221
222
|
"prettier-plugin-packagejson": "^2.4.6",
|
|
222
|
-
"prettier-plugin-tailwindcss": "^0.5.
|
|
223
|
+
"prettier-plugin-tailwindcss": "^0.5.7",
|
|
223
224
|
"react": "^18.2.0",
|
|
224
225
|
"react-dom": "^18.2.0",
|
|
225
226
|
"react-is": "^18.2.0",
|
|
226
227
|
"rollup": "^3.29.4",
|
|
227
|
-
"sanity": "3.
|
|
228
|
+
"sanity": "3.20.0",
|
|
228
229
|
"server-only": "^0.0.1",
|
|
229
230
|
"styled-components": "^6.1.1",
|
|
230
231
|
"suspend-react": "^0.1.3",
|