next-sanity 5.2.1 → 5.2.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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-sanity",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.2",
|
|
4
4
|
"description": "Sanity.io toolkit for Next.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -160,14 +160,14 @@
|
|
|
160
160
|
"singleQuote": true
|
|
161
161
|
},
|
|
162
162
|
"dependencies": {
|
|
163
|
-
"@sanity/preview-kit": "2.4.
|
|
163
|
+
"@sanity/preview-kit": "2.4.9",
|
|
164
164
|
"@sanity/webhook": "2.0.0",
|
|
165
165
|
"groq": "^3.0.0"
|
|
166
166
|
},
|
|
167
167
|
"devDependencies": {
|
|
168
168
|
"@next/eslint-plugin-next": "13.4.13",
|
|
169
169
|
"@rollup/plugin-url": "^8.0.1",
|
|
170
|
-
"@sanity/client": "6.4.
|
|
170
|
+
"@sanity/client": "6.4.3",
|
|
171
171
|
"@sanity/eslint-config-studio": "^3.0.0",
|
|
172
172
|
"@sanity/image-url": "^1.0.2",
|
|
173
173
|
"@sanity/pkg-utils": "^2.4.0",
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
"@types/react": "^18.2.18",
|
|
180
180
|
"@types/react-dom": "^18.2.7",
|
|
181
181
|
"@types/styled-components": "^5.1.26",
|
|
182
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
182
|
+
"@typescript-eslint/eslint-plugin": "^6.3.0",
|
|
183
183
|
"autoprefixer": "^10.4.14",
|
|
184
184
|
"eslint": "^8.46.0",
|
|
185
185
|
"eslint-config-prettier": "^9.0.0",
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
"url-loader": "^4.1.1"
|
|
208
208
|
},
|
|
209
209
|
"peerDependencies": {
|
|
210
|
-
"@sanity/client": "^6.4.
|
|
210
|
+
"@sanity/client": "^6.4.3",
|
|
211
211
|
"@sanity/icons": "^2.0.0",
|
|
212
212
|
"@sanity/types": "^3.0.0",
|
|
213
213
|
"@sanity/ui": "^1.0.0",
|