next-sanity 6.0.0 → 6.0.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.
- package/package.json +12 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-sanity",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.2",
|
|
4
4
|
"description": "Sanity.io toolkit for Next.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -149,6 +149,9 @@
|
|
|
149
149
|
"studio/metadata": [
|
|
150
150
|
"./dist/studio/metadata.d.ts"
|
|
151
151
|
],
|
|
152
|
+
"studio/viewport": [
|
|
153
|
+
"./dist/studio/viewport.d.ts"
|
|
154
|
+
],
|
|
152
155
|
"webhook": [
|
|
153
156
|
"./dist/webhook.d.ts"
|
|
154
157
|
]
|
|
@@ -185,8 +188,8 @@
|
|
|
185
188
|
"singleQuote": true
|
|
186
189
|
},
|
|
187
190
|
"dependencies": {
|
|
188
|
-
"@sanity/client": "^6.
|
|
189
|
-
"@sanity/preview-kit": "3.2.
|
|
191
|
+
"@sanity/client": "^6.8.6",
|
|
192
|
+
"@sanity/preview-kit": "3.2.7",
|
|
190
193
|
"@sanity/webhook": "3.0.1",
|
|
191
194
|
"groq": "^3.19"
|
|
192
195
|
},
|
|
@@ -197,11 +200,11 @@
|
|
|
197
200
|
"@sanity/eslint-config-studio": "^3.0.1",
|
|
198
201
|
"@sanity/image-url": "^1.0.2",
|
|
199
202
|
"@sanity/pkg-utils": "^2.4.10",
|
|
200
|
-
"@sanity/ui": "^1.
|
|
203
|
+
"@sanity/ui": "^1.9.0",
|
|
201
204
|
"@sanity/vision": "3.19.1",
|
|
202
|
-
"@types/react": "^18.2.
|
|
203
|
-
"@types/react-dom": "^18.2.
|
|
204
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
205
|
+
"@types/react": "^18.2.37",
|
|
206
|
+
"@types/react-dom": "^18.2.15",
|
|
207
|
+
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
|
205
208
|
"@vitest/coverage-v8": "^0.34.6",
|
|
206
209
|
"autoprefixer": "^10.4.16",
|
|
207
210
|
"eslint": "^8.53.0",
|
|
@@ -223,7 +226,7 @@
|
|
|
223
226
|
"rollup": "^3.29.4",
|
|
224
227
|
"sanity": "3.19.1",
|
|
225
228
|
"server-only": "^0.0.1",
|
|
226
|
-
"styled-components": "^6.1.
|
|
229
|
+
"styled-components": "^6.1.1",
|
|
227
230
|
"suspend-react": "^0.1.3",
|
|
228
231
|
"tailwindcss": "^3.3.5",
|
|
229
232
|
"typescript": "^5.2.2",
|
|
@@ -232,7 +235,7 @@
|
|
|
232
235
|
"vitest-github-actions-reporter": "^0.10.0"
|
|
233
236
|
},
|
|
234
237
|
"peerDependencies": {
|
|
235
|
-
"@sanity/client": "^6.
|
|
238
|
+
"@sanity/client": "^6.8.6",
|
|
236
239
|
"@sanity/icons": "^2.0",
|
|
237
240
|
"@sanity/types": "^3.19",
|
|
238
241
|
"@sanity/ui": "^1.8",
|