next-sanity 4.3.2 → 4.4.0-scope.0
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-sanity",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0-scope.0",
|
|
4
4
|
"description": "Sanity.io toolkit for Next.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -160,8 +160,8 @@
|
|
|
160
160
|
"singleQuote": true
|
|
161
161
|
},
|
|
162
162
|
"dependencies": {
|
|
163
|
-
"@sanity/client": "
|
|
164
|
-
"@sanity/preview-kit": "
|
|
163
|
+
"@sanity/client": "6.1.0-scope.0",
|
|
164
|
+
"@sanity/preview-kit": "1.6.0-scope.0",
|
|
165
165
|
"@sanity/webhook": "^2.0.0",
|
|
166
166
|
"groq": "^3.0.0"
|
|
167
167
|
},
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
"@typescript-eslint/eslint-plugin": "^5.59.2",
|
|
182
182
|
"autoprefixer": "^10.4.14",
|
|
183
183
|
"eslint": "^8.39.0",
|
|
184
|
-
"eslint-config-next": "13.
|
|
184
|
+
"eslint-config-next": "13.4.0",
|
|
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.
|
|
194
|
+
"next": "13.4.0",
|
|
195
195
|
"postcss": "^8.4.23",
|
|
196
196
|
"prettier": "^2.8.8",
|
|
197
197
|
"prettier-plugin-packagejson": "^2.4.3",
|