next-sanity 5.5.8 → 5.5.9

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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +19 -19
package/README.md CHANGED
@@ -417,7 +417,9 @@ To aid in debugging and understanding what's in the cache, revalidated, skipped,
417
417
  // ./next.config.js
418
418
  module.exports = {
419
419
  experimental: {
420
- logging: 'verbose',
420
+ logging: {
421
+ level: 'verbose',
422
+ },
421
423
  },
422
424
  }
423
425
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-sanity",
3
- "version": "5.5.8",
3
+ "version": "5.5.9",
4
4
  "description": "Sanity.io toolkit for Next.js",
5
5
  "keywords": [
6
6
  "sanity",
@@ -174,27 +174,27 @@
174
174
  "singleQuote": true
175
175
  },
176
176
  "dependencies": {
177
- "@sanity/client": "^6.6.0",
178
- "@sanity/preview-kit": "3.2.0",
177
+ "@sanity/client": "^6.4.9",
178
+ "@sanity/preview-kit": "3.2.6",
179
179
  "@sanity/webhook": "3.0.1",
180
180
  "groq": "^3.0.0"
181
181
  },
182
182
  "devDependencies": {
183
- "@next/bundle-analyzer": "^13.5.4",
184
- "@next/eslint-plugin-next": "13.5.4",
183
+ "@next/bundle-analyzer": "^14.0.0",
184
+ "@next/eslint-plugin-next": "14.0.0",
185
185
  "@rollup/plugin-url": "^8.0.2",
186
186
  "@sanity/eslint-config-studio": "^3.0.1",
187
187
  "@sanity/image-url": "^1.0.2",
188
- "@sanity/pkg-utils": "^3.0.0",
189
- "@sanity/ui": "^1.8.2",
190
- "@sanity/vision": "3.18.0",
191
- "@types/react": "^18.2.28",
192
- "@types/react-dom": "^18.2.13",
193
- "@types/styled-components": "^5.1.28",
194
- "@typescript-eslint/eslint-plugin": "^6.7.5",
188
+ "@sanity/pkg-utils": "^2.4.10",
189
+ "@sanity/ui": "^1.8.3",
190
+ "@sanity/vision": "3.18.1",
191
+ "@types/react": "^18.2.33",
192
+ "@types/react-dom": "^18.2.14",
193
+ "@types/styled-components": "^5.1.29",
194
+ "@typescript-eslint/eslint-plugin": "^6.9.0",
195
195
  "@vitest/coverage-v8": "^0.34.6",
196
196
  "autoprefixer": "^10.4.16",
197
- "eslint": "^8.51.0",
197
+ "eslint": "^8.52.0",
198
198
  "eslint-config-prettier": "^9.0.0",
199
199
  "eslint-config-sanity": "^7.0.1",
200
200
  "eslint-gitignore": "^0.1.0",
@@ -202,20 +202,20 @@
202
202
  "eslint-plugin-simple-import-sort": "^10.0.0",
203
203
  "groqd": "^0.15.9",
204
204
  "ls-engines": "^0.9.0",
205
- "next": "13.5.4",
205
+ "next": "14.0.0",
206
206
  "postcss": "^8.4.31",
207
207
  "prettier": "^3.0.3",
208
208
  "prettier-plugin-packagejson": "^2.4.6",
209
- "prettier-plugin-tailwindcss": "^0.5.5",
209
+ "prettier-plugin-tailwindcss": "^0.5.6",
210
210
  "react": "^18.2.0",
211
211
  "react-dom": "^18.2.0",
212
212
  "react-is": "^18.2.0",
213
- "rollup": "^4.0.2",
214
- "sanity": "3.18.0",
213
+ "rollup": "^3.29.4",
214
+ "sanity": "3.18.1",
215
215
  "server-only": "^0.0.1",
216
216
  "styled-components": "^5.3.11",
217
217
  "suspend-react": "^0.1.3",
218
- "tailwindcss": "^3.3.3",
218
+ "tailwindcss": "^3.3.5",
219
219
  "typescript": "^5.2.2",
220
220
  "url-loader": "^4.1.1",
221
221
  "vitest": "^0.34.6",
@@ -226,7 +226,7 @@
226
226
  "@sanity/icons": "^2.0.0",
227
227
  "@sanity/types": "^3.0.0",
228
228
  "@sanity/ui": "^1.0.0",
229
- "next": "^13.0.0",
229
+ "next": "^13.0.0 || ^14.0.0",
230
230
  "react": "^18.0.0",
231
231
  "sanity": "^3.0.0",
232
232
  "styled-components": "^5.2.0 || ^6.0.0"