next-sanity 7.0.2 → 7.0.3
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 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-sanity",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.3",
|
|
4
4
|
"description": "Sanity.io toolkit for Next.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -173,21 +173,21 @@
|
|
|
173
173
|
"singleQuote": true
|
|
174
174
|
},
|
|
175
175
|
"dependencies": {
|
|
176
|
-
"@sanity/client": "^6.9.
|
|
177
|
-
"@sanity/preview-kit": "5.0.
|
|
176
|
+
"@sanity/client": "^6.9.3",
|
|
177
|
+
"@sanity/preview-kit": "5.0.5",
|
|
178
178
|
"@sanity/webhook": "4.0.0",
|
|
179
179
|
"groq": "^3.19"
|
|
180
180
|
},
|
|
181
181
|
"devDependencies": {
|
|
182
|
-
"@next/bundle-analyzer": "^14.0.
|
|
183
|
-
"@next/eslint-plugin-next": "14.0.
|
|
182
|
+
"@next/bundle-analyzer": "^14.0.4",
|
|
183
|
+
"@next/eslint-plugin-next": "14.0.4",
|
|
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.1.
|
|
188
|
-
"@sanity/pkg-utils": "^3.3.
|
|
187
|
+
"@sanity/overlays": "2.1.4",
|
|
188
|
+
"@sanity/pkg-utils": "^3.3.4",
|
|
189
189
|
"@sanity/ui": "^1.9.3",
|
|
190
|
-
"@sanity/vision": "3.21.
|
|
190
|
+
"@sanity/vision": "3.21.1",
|
|
191
191
|
"@types/react": "^18.2.42",
|
|
192
192
|
"@types/react-dom": "^18.2.17",
|
|
193
193
|
"@typescript-eslint/eslint-plugin": "^6.13.2",
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
202
202
|
"groqd": "^0.15.10",
|
|
203
203
|
"ls-engines": "^0.9.1",
|
|
204
|
-
"next": "14.0.4
|
|
204
|
+
"next": "14.0.4",
|
|
205
205
|
"postcss": "^8.4.32",
|
|
206
206
|
"prettier": "^3.1.0",
|
|
207
207
|
"prettier-plugin-packagejson": "^2.4.7",
|
|
@@ -209,8 +209,8 @@
|
|
|
209
209
|
"react": "^18.2.0",
|
|
210
210
|
"react-dom": "^18.2.0",
|
|
211
211
|
"react-is": "^18.2.0",
|
|
212
|
-
"rollup": "^4.
|
|
213
|
-
"sanity": "3.21.
|
|
212
|
+
"rollup": "^4.7.0",
|
|
213
|
+
"sanity": "3.21.1",
|
|
214
214
|
"server-only": "^0.0.1",
|
|
215
215
|
"styled-components": "^6.1.1",
|
|
216
216
|
"suspend-react": "^0.1.3",
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
"vitest-github-actions-reporter": "^0.11.1"
|
|
222
222
|
},
|
|
223
223
|
"peerDependencies": {
|
|
224
|
-
"@sanity/client": "^6.9.
|
|
224
|
+
"@sanity/client": "^6.9.3",
|
|
225
225
|
"@sanity/icons": "^2.0",
|
|
226
226
|
"@sanity/types": "^3.19",
|
|
227
227
|
"@sanity/ui": "^1.8",
|