next-sanity 7.0.1 → 7.0.2

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 +20 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-sanity",
3
- "version": "7.0.1",
3
+ "version": "7.0.2",
4
4
  "description": "Sanity.io toolkit for Next.js",
5
5
  "keywords": [
6
6
  "sanity",
@@ -173,8 +173,8 @@
173
173
  "singleQuote": true
174
174
  },
175
175
  "dependencies": {
176
- "@sanity/client": "^6.9.1",
177
- "@sanity/preview-kit": "5.0.1",
176
+ "@sanity/client": "^6.9.2",
177
+ "@sanity/preview-kit": "5.0.3",
178
178
  "@sanity/webhook": "4.0.0",
179
179
  "groq": "^3.19"
180
180
  },
@@ -184,44 +184,44 @@
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.0.4",
188
- "@sanity/pkg-utils": "^3.3.0",
187
+ "@sanity/overlays": "2.1.3",
188
+ "@sanity/pkg-utils": "^3.3.3",
189
189
  "@sanity/ui": "^1.9.3",
190
- "@sanity/vision": "3.20.2",
191
- "@types/react": "^18.2.39",
190
+ "@sanity/vision": "3.21.0",
191
+ "@types/react": "^18.2.42",
192
192
  "@types/react-dom": "^18.2.17",
193
- "@typescript-eslint/eslint-plugin": "^6.13.1",
194
- "@vitest/coverage-v8": "^0.34.6",
193
+ "@typescript-eslint/eslint-plugin": "^6.13.2",
194
+ "@vitest/coverage-v8": "^1.0.2",
195
195
  "autoprefixer": "^10.4.16",
196
- "eslint": "^8.54.0",
197
- "eslint-config-prettier": "^9.0.0",
196
+ "eslint": "^8.55.0",
197
+ "eslint-config-prettier": "^9.1.0",
198
198
  "eslint-config-sanity": "^7.0.1",
199
199
  "eslint-gitignore": "^0.1.0",
200
200
  "eslint-plugin-prettier": "^5.0.1",
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-canary.32",
205
- "postcss": "^8.4.31",
204
+ "next": "14.0.4-canary.47",
205
+ "postcss": "^8.4.32",
206
206
  "prettier": "^3.1.0",
207
- "prettier-plugin-packagejson": "^2.4.6",
208
- "prettier-plugin-tailwindcss": "^0.5.7",
207
+ "prettier-plugin-packagejson": "^2.4.7",
208
+ "prettier-plugin-tailwindcss": "^0.5.9",
209
209
  "react": "^18.2.0",
210
210
  "react-dom": "^18.2.0",
211
211
  "react-is": "^18.2.0",
212
212
  "rollup": "^4.6.1",
213
- "sanity": "3.20.2",
213
+ "sanity": "3.21.0",
214
214
  "server-only": "^0.0.1",
215
215
  "styled-components": "^6.1.1",
216
216
  "suspend-react": "^0.1.3",
217
- "tailwindcss": "^3.3.5",
218
- "typescript": "^5.3.2",
217
+ "tailwindcss": "^3.3.6",
218
+ "typescript": "^5.3.3",
219
219
  "url-loader": "^4.1.1",
220
- "vitest": "^0.34.6",
220
+ "vitest": "^1.0.2",
221
221
  "vitest-github-actions-reporter": "^0.11.1"
222
222
  },
223
223
  "peerDependencies": {
224
- "@sanity/client": "^6.9.1",
224
+ "@sanity/client": "^6.9.2",
225
225
  "@sanity/icons": "^2.0",
226
226
  "@sanity/types": "^3.19",
227
227
  "@sanity/ui": "^1.8",