next-sanity 4.0.4 → 4.0.6
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/index.cjs.js +2 -0
- package/dist/preview.cjs.js +2 -0
- package/dist/studio/head.cjs.js +2 -0
- package/dist/studio/index.cjs.js +2 -0
- package/dist/studio/loading.cjs.js +2 -0
- package/dist/webhook.cjs.js +2 -0
- package/package.json +11 -11
package/dist/index.cjs.js
CHANGED
package/dist/preview.cjs.js
CHANGED
package/dist/studio/head.cjs.js
CHANGED
package/dist/studio/index.cjs.js
CHANGED
package/dist/webhook.cjs.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-sanity",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.6",
|
|
4
4
|
"description": "Sanity.io toolkit for Next.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -147,19 +147,19 @@
|
|
|
147
147
|
},
|
|
148
148
|
"dependencies": {
|
|
149
149
|
"@sanity/client": "^4.0.1",
|
|
150
|
-
"@sanity/preview-kit": "^1.2.
|
|
150
|
+
"@sanity/preview-kit": "^1.2.23",
|
|
151
151
|
"@sanity/webhook": "^2.0.0",
|
|
152
|
-
"groq": "^3.2.
|
|
152
|
+
"groq": "^3.2.3"
|
|
153
153
|
},
|
|
154
154
|
"devDependencies": {
|
|
155
155
|
"@async-fn/jest": "^1.6.4",
|
|
156
156
|
"@rollup/plugin-url": "^8.0.1",
|
|
157
157
|
"@sanity/eslint-config-studio": "^2.0.1",
|
|
158
158
|
"@sanity/image-url": "^1.0.1",
|
|
159
|
-
"@sanity/pkg-utils": "^2.
|
|
159
|
+
"@sanity/pkg-utils": "^2.2.1",
|
|
160
160
|
"@sanity/semantic-release-preset": "^3.0.2",
|
|
161
|
-
"@sanity/ui": "^1.0.
|
|
162
|
-
"@sanity/vision": "^3.2.
|
|
161
|
+
"@sanity/ui": "^1.0.14",
|
|
162
|
+
"@sanity/vision": "^3.2.3",
|
|
163
163
|
"@testing-library/react-hooks": "^8.0.1",
|
|
164
164
|
"@types/eventsource": "^1.1.10",
|
|
165
165
|
"@types/jest": "^29.2.5",
|
|
@@ -169,25 +169,25 @@
|
|
|
169
169
|
"@typescript-eslint/eslint-plugin": "^5.48.1",
|
|
170
170
|
"autoprefixer": "^10.4.13",
|
|
171
171
|
"eslint": "^8.31.0",
|
|
172
|
-
"eslint-config-next": "13.1.
|
|
172
|
+
"eslint-config-next": "13.1.3-canary.0",
|
|
173
173
|
"eslint-config-prettier": "^8.6.0",
|
|
174
174
|
"eslint-config-sanity": "^6.0.0",
|
|
175
175
|
"eslint-gitignore": "^0.1.0",
|
|
176
176
|
"eslint-plugin-prettier": "^4.2.1",
|
|
177
177
|
"eslint-plugin-simple-import-sort": "^8.0.0",
|
|
178
|
-
"groqd": "^0.2.
|
|
178
|
+
"groqd": "^0.2.0",
|
|
179
179
|
"jest": "^29.3.1",
|
|
180
180
|
"jest-environment-jsdom": "^29.3.1",
|
|
181
|
-
"next": "13.1.
|
|
181
|
+
"next": "13.1.3-canary.0",
|
|
182
182
|
"postcss": "^8.4.21",
|
|
183
|
-
"prettier": "^2.8.
|
|
183
|
+
"prettier": "^2.8.3",
|
|
184
184
|
"prettier-plugin-packagejson": "^2.3.0",
|
|
185
185
|
"prettier-plugin-tailwindcss": "^0.2.1",
|
|
186
186
|
"react": "^18.2.0",
|
|
187
187
|
"react-dom": "^18.2.0",
|
|
188
188
|
"react-is": "^18.2.0",
|
|
189
189
|
"rollup": "^3.10.0",
|
|
190
|
-
"sanity": "^3.2.
|
|
190
|
+
"sanity": "^3.2.3",
|
|
191
191
|
"styled-components": "^5.3.6",
|
|
192
192
|
"tailwindcss": "^3.2.4",
|
|
193
193
|
"typescript": "^4.9.4",
|