next-sanity 7.0.5 → 7.0.6
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/LICENSE +1 -1
- package/package.json +18 -18
package/LICENSE
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-sanity",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.6",
|
|
4
4
|
"description": "Sanity.io toolkit for Next.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
},
|
|
175
175
|
"dependencies": {
|
|
176
176
|
"@sanity/client": "^6.10.0",
|
|
177
|
-
"@sanity/preview-kit": "5.0.
|
|
177
|
+
"@sanity/preview-kit": "5.0.7",
|
|
178
178
|
"@sanity/webhook": "4.0.0",
|
|
179
179
|
"groq": "^3.19"
|
|
180
180
|
},
|
|
@@ -184,40 +184,40 @@
|
|
|
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.
|
|
188
|
-
"@sanity/pkg-utils": "^3.3.
|
|
187
|
+
"@sanity/overlays": "2.3.0",
|
|
188
|
+
"@sanity/pkg-utils": "^3.3.6",
|
|
189
189
|
"@sanity/ui": "^2.0.0-beta.13",
|
|
190
|
-
"@sanity/vision": "3.
|
|
191
|
-
"@types/react": "^18.2.
|
|
192
|
-
"@types/react-dom": "^18.2.
|
|
193
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
194
|
-
"@vitest/coverage-v8": "^1.
|
|
190
|
+
"@sanity/vision": "3.23.4",
|
|
191
|
+
"@types/react": "^18.2.46",
|
|
192
|
+
"@types/react-dom": "^18.2.18",
|
|
193
|
+
"@typescript-eslint/eslint-plugin": "^6.17.0",
|
|
194
|
+
"@vitest/coverage-v8": "^1.1.1",
|
|
195
195
|
"autoprefixer": "^10.4.16",
|
|
196
|
-
"eslint": "^8.
|
|
196
|
+
"eslint": "^8.56.0",
|
|
197
197
|
"eslint-config-prettier": "^9.1.0",
|
|
198
198
|
"eslint-config-sanity": "^7.0.1",
|
|
199
199
|
"eslint-gitignore": "^0.1.0",
|
|
200
|
-
"eslint-plugin-prettier": "^5.
|
|
200
|
+
"eslint-plugin-prettier": "^5.1.2",
|
|
201
201
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
202
202
|
"groqd": "^0.15.10",
|
|
203
203
|
"ls-engines": "^0.9.1",
|
|
204
204
|
"next": "14.0.4",
|
|
205
205
|
"postcss": "^8.4.32",
|
|
206
206
|
"prettier": "^3.1.1",
|
|
207
|
-
"prettier-plugin-packagejson": "^2.4.
|
|
208
|
-
"prettier-plugin-tailwindcss": "^0.5.
|
|
207
|
+
"prettier-plugin-packagejson": "^2.4.8",
|
|
208
|
+
"prettier-plugin-tailwindcss": "^0.5.10",
|
|
209
209
|
"react": "^18.2.0",
|
|
210
210
|
"react-dom": "^18.2.0",
|
|
211
211
|
"react-is": "^18.2.0",
|
|
212
|
-
"rollup": "^4.9.
|
|
213
|
-
"sanity": "3.23.
|
|
212
|
+
"rollup": "^4.9.2",
|
|
213
|
+
"sanity": "3.23.4",
|
|
214
214
|
"server-only": "^0.0.1",
|
|
215
|
-
"styled-components": "^6.1.
|
|
215
|
+
"styled-components": "^6.1.6",
|
|
216
216
|
"suspend-react": "^0.1.3",
|
|
217
|
-
"tailwindcss": "^3.
|
|
217
|
+
"tailwindcss": "^3.4.0",
|
|
218
218
|
"typescript": "^5.3.3",
|
|
219
219
|
"url-loader": "^4.1.1",
|
|
220
|
-
"vitest": "^1.
|
|
220
|
+
"vitest": "^1.1.1",
|
|
221
221
|
"vitest-github-actions-reporter": "^0.11.1"
|
|
222
222
|
},
|
|
223
223
|
"peerDependencies": {
|