next-sanity 7.0.14 → 7.0.15
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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-sanity",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.15",
|
|
4
4
|
"description": "Sanity.io toolkit for Next.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -173,9 +173,9 @@
|
|
|
173
173
|
"singleQuote": true
|
|
174
174
|
},
|
|
175
175
|
"dependencies": {
|
|
176
|
-
"@sanity/client": "^6.
|
|
177
|
-
"@sanity/preview-kit": "5.0.
|
|
178
|
-
"@sanity/webhook": "4.0.
|
|
176
|
+
"@sanity/client": "^6.12.1",
|
|
177
|
+
"@sanity/preview-kit": "5.0.17",
|
|
178
|
+
"@sanity/webhook": "4.0.1",
|
|
179
179
|
"groq": "^3.19"
|
|
180
180
|
},
|
|
181
181
|
"devDependencies": {
|
|
@@ -184,14 +184,14 @@
|
|
|
184
184
|
"@rollup/plugin-terser": "^0.4.4",
|
|
185
185
|
"@sanity/eslint-config-studio": "^3.0.1",
|
|
186
186
|
"@sanity/image-url": "^1.0.2",
|
|
187
|
-
"@sanity/overlays": "2.3.
|
|
187
|
+
"@sanity/overlays": "2.3.8",
|
|
188
188
|
"@sanity/pkg-utils": "^4.1.0",
|
|
189
189
|
"@sanity/ui": "^2.0.1",
|
|
190
|
-
"@sanity/vision": "3.26.
|
|
190
|
+
"@sanity/vision": "3.26.1",
|
|
191
191
|
"@types/react": "^18.2.48",
|
|
192
192
|
"@types/react-dom": "^18.2.18",
|
|
193
193
|
"@typescript-eslint/eslint-plugin": "^6.19.1",
|
|
194
|
-
"@vitest/coverage-v8": "^1.2.
|
|
194
|
+
"@vitest/coverage-v8": "^1.2.2",
|
|
195
195
|
"autoprefixer": "^10.4.17",
|
|
196
196
|
"eslint": "^8.56.0",
|
|
197
197
|
"eslint-config-prettier": "^9.1.0",
|
|
@@ -210,18 +210,18 @@
|
|
|
210
210
|
"react-dom": "^18.2.0",
|
|
211
211
|
"react-is": "^18.2.0",
|
|
212
212
|
"rollup": "^4.9.6",
|
|
213
|
-
"sanity": "3.26.
|
|
213
|
+
"sanity": "3.26.1",
|
|
214
214
|
"server-only": "^0.0.1",
|
|
215
215
|
"styled-components": "^6.1.8",
|
|
216
216
|
"suspend-react": "^0.1.3",
|
|
217
217
|
"tailwindcss": "^3.4.1",
|
|
218
218
|
"typescript": "^5.3.3",
|
|
219
219
|
"url-loader": "^4.1.1",
|
|
220
|
-
"vitest": "^1.2.
|
|
220
|
+
"vitest": "^1.2.2",
|
|
221
221
|
"vitest-github-actions-reporter": "^0.11.1"
|
|
222
222
|
},
|
|
223
223
|
"peerDependencies": {
|
|
224
|
-
"@sanity/client": "^6.
|
|
224
|
+
"@sanity/client": "^6.12.1",
|
|
225
225
|
"@sanity/icons": "^2.8",
|
|
226
226
|
"@sanity/types": "^3.25",
|
|
227
227
|
"@sanity/ui": "^2.0.0-beta || ^2.0",
|