next-sanity 4.1.7 → 4.1.8
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/dist/studio/head.d.ts
CHANGED
package/dist/studio/loading.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-sanity",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.8",
|
|
4
4
|
"description": "Sanity.io toolkit for Next.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -167,17 +167,17 @@
|
|
|
167
167
|
"@typescript-eslint/eslint-plugin": "^5.54.1",
|
|
168
168
|
"autoprefixer": "^10.4.14",
|
|
169
169
|
"eslint": "^8.36.0",
|
|
170
|
-
"eslint-config-next": "13.3.
|
|
170
|
+
"eslint-config-next": "13.3.1",
|
|
171
171
|
"eslint-config-prettier": "^8.7.0",
|
|
172
172
|
"eslint-config-sanity": "^6.0.0",
|
|
173
173
|
"eslint-gitignore": "^0.1.0",
|
|
174
174
|
"eslint-plugin-prettier": "^4.2.1",
|
|
175
175
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
176
|
-
"groqd": "^0.
|
|
176
|
+
"groqd": "^0.15.0",
|
|
177
177
|
"jest": "^29.5.0",
|
|
178
178
|
"jest-environment-jsdom": "^29.5.0",
|
|
179
179
|
"ls-engines": "^0.9.0",
|
|
180
|
-
"next": "13.3.
|
|
180
|
+
"next": "13.3.1",
|
|
181
181
|
"postcss": "^8.4.21",
|
|
182
182
|
"prettier": "^2.8.4",
|
|
183
183
|
"prettier-plugin-packagejson": "^2.4.3",
|
|
@@ -196,6 +196,7 @@
|
|
|
196
196
|
"@sanity/icons": "2",
|
|
197
197
|
"@sanity/types": "3",
|
|
198
198
|
"@sanity/ui": "1",
|
|
199
|
+
"@types/styled-components": "^5.1",
|
|
199
200
|
"next": "13",
|
|
200
201
|
"react": "18",
|
|
201
202
|
"sanity": "3",
|