next-sanity 6.0.2 → 6.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.
Files changed (1) hide show
  1. package/package.json +15 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-sanity",
3
- "version": "6.0.2",
3
+ "version": "6.0.3",
4
4
  "description": "Sanity.io toolkit for Next.js",
5
5
  "keywords": [
6
6
  "sanity",
@@ -189,22 +189,24 @@
189
189
  },
190
190
  "dependencies": {
191
191
  "@sanity/client": "^6.8.6",
192
- "@sanity/preview-kit": "3.2.7",
192
+ "@sanity/preview-kit": "3.2.9",
193
193
  "@sanity/webhook": "3.0.1",
194
194
  "groq": "^3.19"
195
195
  },
196
196
  "devDependencies": {
197
- "@next/bundle-analyzer": "^14.0.1",
198
- "@next/eslint-plugin-next": "14.0.1",
197
+ "@next/bundle-analyzer": "^14.0.2",
198
+ "@next/eslint-plugin-next": "14.0.2",
199
199
  "@rollup/plugin-url": "^8.0.2",
200
200
  "@sanity/eslint-config-studio": "^3.0.1",
201
201
  "@sanity/image-url": "^1.0.2",
202
+ "@sanity/overlays": "2.0.1",
202
203
  "@sanity/pkg-utils": "^2.4.10",
203
- "@sanity/ui": "^1.9.0",
204
- "@sanity/vision": "3.19.1",
204
+ "@sanity/presentation": "1.0.2",
205
+ "@sanity/ui": "^1.9.3",
206
+ "@sanity/vision": "3.19.3",
205
207
  "@types/react": "^18.2.37",
206
208
  "@types/react-dom": "^18.2.15",
207
- "@typescript-eslint/eslint-plugin": "^6.10.0",
209
+ "@typescript-eslint/eslint-plugin": "^6.11.0",
208
210
  "@vitest/coverage-v8": "^0.34.6",
209
211
  "autoprefixer": "^10.4.16",
210
212
  "eslint": "^8.53.0",
@@ -213,18 +215,18 @@
213
215
  "eslint-gitignore": "^0.1.0",
214
216
  "eslint-plugin-prettier": "^5.0.1",
215
217
  "eslint-plugin-simple-import-sort": "^10.0.0",
216
- "groqd": "^0.15.9",
217
- "ls-engines": "^0.9.0",
218
- "next": "14.0.1",
218
+ "groqd": "^0.15.10",
219
+ "ls-engines": "^0.9.1",
220
+ "next": "14.0.2",
219
221
  "postcss": "^8.4.31",
220
- "prettier": "^3.0.3",
222
+ "prettier": "^3.1.0",
221
223
  "prettier-plugin-packagejson": "^2.4.6",
222
- "prettier-plugin-tailwindcss": "^0.5.6",
224
+ "prettier-plugin-tailwindcss": "^0.5.7",
223
225
  "react": "^18.2.0",
224
226
  "react-dom": "^18.2.0",
225
227
  "react-is": "^18.2.0",
226
228
  "rollup": "^3.29.4",
227
- "sanity": "3.19.1",
229
+ "sanity": "3.19.3",
228
230
  "server-only": "^0.0.1",
229
231
  "styled-components": "^6.1.1",
230
232
  "suspend-react": "^0.1.3",