next-sanity 5.1.0 → 5.1.1
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/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-sanity",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.1",
|
|
4
4
|
"description": "Sanity.io toolkit for Next.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -160,19 +160,20 @@
|
|
|
160
160
|
"singleQuote": true
|
|
161
161
|
},
|
|
162
162
|
"dependencies": {
|
|
163
|
-
"@sanity/preview-kit": "2.3.
|
|
163
|
+
"@sanity/preview-kit": "2.3.1",
|
|
164
164
|
"@sanity/webhook": "2.0.0",
|
|
165
165
|
"groq": "^3.0.0"
|
|
166
166
|
},
|
|
167
167
|
"devDependencies": {
|
|
168
|
+
"@next/eslint-plugin-next": "13.4.9",
|
|
168
169
|
"@rollup/plugin-url": "^8.0.1",
|
|
169
|
-
"@sanity/client": "6.1.
|
|
170
|
+
"@sanity/client": "6.1.7",
|
|
170
171
|
"@sanity/eslint-config-studio": "^2.0.1",
|
|
171
172
|
"@sanity/image-url": "^1.0.2",
|
|
172
173
|
"@sanity/pkg-utils": "^2.3.3",
|
|
173
174
|
"@sanity/semantic-release-preset": "^4.1.1",
|
|
174
175
|
"@sanity/ui": "^1.6.0",
|
|
175
|
-
"@sanity/vision": "3.
|
|
176
|
+
"@sanity/vision": "3.14.1",
|
|
176
177
|
"@types/eventsource": "^1.1.11",
|
|
177
178
|
"@types/jest": "^29.5.2",
|
|
178
179
|
"@types/react": "^18.2.13",
|
|
@@ -181,7 +182,6 @@
|
|
|
181
182
|
"@typescript-eslint/eslint-plugin": "^5.60.0",
|
|
182
183
|
"autoprefixer": "^10.4.14",
|
|
183
184
|
"eslint": "^8.43.0",
|
|
184
|
-
"eslint-config-next": "13.4.7",
|
|
185
185
|
"eslint-config-prettier": "^8.8.0",
|
|
186
186
|
"eslint-config-sanity": "^6.0.0",
|
|
187
187
|
"eslint-gitignore": "^0.1.0",
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
"jest": "^29.5.0",
|
|
192
192
|
"jest-environment-jsdom": "^29.5.0",
|
|
193
193
|
"ls-engines": "^0.9.0",
|
|
194
|
-
"next": "13.4.
|
|
194
|
+
"next": "13.4.9",
|
|
195
195
|
"postcss": "^8.4.24",
|
|
196
196
|
"prettier": "^2.8.8",
|
|
197
197
|
"prettier-plugin-packagejson": "^2.4.3",
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
"react-dom": "^18.2.0",
|
|
201
201
|
"react-is": "^18.2.0",
|
|
202
202
|
"rollup": "^3.25.1",
|
|
203
|
-
"sanity": "3.
|
|
203
|
+
"sanity": "3.14.1",
|
|
204
204
|
"styled-components": "^5.3.11",
|
|
205
205
|
"tailwindcss": "^3.3.2",
|
|
206
206
|
"typescript": "^5.1.3",
|