next-sanity 5.2.6 → 5.2.7

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-sanity",
3
- "version": "5.2.6",
3
+ "version": "5.2.7",
4
4
  "description": "Sanity.io toolkit for Next.js",
5
5
  "keywords": [
6
6
  "sanity",
@@ -160,7 +160,7 @@
160
160
  "singleQuote": true
161
161
  },
162
162
  "dependencies": {
163
- "@sanity/preview-kit": "2.4.12",
163
+ "@sanity/preview-kit": "2.6.0",
164
164
  "@sanity/webhook": "2.0.0",
165
165
  "groq": "^3.0.0"
166
166
  },
@@ -168,7 +168,7 @@
168
168
  "@next/bundle-analyzer": "^13.4.13",
169
169
  "@next/eslint-plugin-next": "13.4.13",
170
170
  "@rollup/plugin-url": "^8.0.1",
171
- "@sanity/client": "6.4.5",
171
+ "@sanity/client": "6.4.6",
172
172
  "@sanity/eslint-config-studio": "^3.0.0",
173
173
  "@sanity/image-url": "^1.0.2",
174
174
  "@sanity/pkg-utils": "^2.4.5",
@@ -182,13 +182,13 @@
182
182
  "@types/styled-components": "^5.1.26",
183
183
  "@typescript-eslint/eslint-plugin": "^6.3.0",
184
184
  "autoprefixer": "^10.4.14",
185
- "eslint": "^8.46.0",
185
+ "eslint": "^8.47.0",
186
186
  "eslint-config-prettier": "^9.0.0",
187
187
  "eslint-config-sanity": "^6.0.0",
188
188
  "eslint-gitignore": "^0.1.0",
189
189
  "eslint-plugin-prettier": "^5.0.0",
190
190
  "eslint-plugin-simple-import-sort": "^10.0.0",
191
- "groqd": "^0.15.8",
191
+ "groqd": "^0.15.9",
192
192
  "jest": "^29.6.2",
193
193
  "jest-environment-jsdom": "^29.6.2",
194
194
  "ls-engines": "^0.9.0",
@@ -196,7 +196,7 @@
196
196
  "postcss": "^8.4.27",
197
197
  "prettier": "^3.0.1",
198
198
  "prettier-plugin-packagejson": "^2.4.5",
199
- "prettier-plugin-tailwindcss": "^0.5.1",
199
+ "prettier-plugin-tailwindcss": "^0.5.2",
200
200
  "react": "^18.2.0",
201
201
  "react-dom": "^18.2.0",
202
202
  "react-is": "^18.2.0",
@@ -208,7 +208,7 @@
208
208
  "url-loader": "^4.1.1"
209
209
  },
210
210
  "peerDependencies": {
211
- "@sanity/client": "^6.4.5",
211
+ "@sanity/client": "^6.4.6",
212
212
  "@sanity/icons": "^2.0.0",
213
213
  "@sanity/types": "^3.0.0",
214
214
  "@sanity/ui": "^1.0.0",