next-sanity 4.0.6 → 4.1.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/README.md +0 -6
- package/package.json +15 -33
package/README.md
CHANGED
|
@@ -443,12 +443,6 @@ We have plans for optimizations in the roadmap.
|
|
|
443
443
|
|
|
444
444
|
> [See it live](https://next.sanity.build/studio)
|
|
445
445
|
|
|
446
|
-
In order to use this feature, you need to install the following peer dependencies:
|
|
447
|
-
|
|
448
|
-
```sh
|
|
449
|
-
npm install @sanity/ui react-is sanity styled-components
|
|
450
|
-
```
|
|
451
|
-
|
|
452
446
|
The latest version of Sanity Studio allows you to embed a near-infinitely configurable content editing interface into any React application. This opens up many possibilities:
|
|
453
447
|
|
|
454
448
|
- Any service that hosts Next.js apps can now host your Studio.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-sanity",
|
|
3
|
-
"version": "4.0
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"description": "Sanity.io toolkit for Next.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -146,48 +146,47 @@
|
|
|
146
146
|
"singleQuote": true
|
|
147
147
|
},
|
|
148
148
|
"dependencies": {
|
|
149
|
-
"@sanity/client": "^4
|
|
150
|
-
"@sanity/preview-kit": "^1.2
|
|
151
|
-
"@sanity/webhook": "^2
|
|
152
|
-
"groq": "^3
|
|
149
|
+
"@sanity/client": "^4",
|
|
150
|
+
"@sanity/preview-kit": "^1.2",
|
|
151
|
+
"@sanity/webhook": "^2",
|
|
152
|
+
"groq": "^3"
|
|
153
153
|
},
|
|
154
154
|
"devDependencies": {
|
|
155
|
-
"@async-fn/jest": "^1.6.4",
|
|
156
155
|
"@rollup/plugin-url": "^8.0.1",
|
|
157
156
|
"@sanity/eslint-config-studio": "^2.0.1",
|
|
158
157
|
"@sanity/image-url": "^1.0.1",
|
|
159
158
|
"@sanity/pkg-utils": "^2.2.1",
|
|
160
159
|
"@sanity/semantic-release-preset": "^3.0.2",
|
|
161
160
|
"@sanity/ui": "^1.0.14",
|
|
162
|
-
"@sanity/vision": "^3.2.
|
|
163
|
-
"@testing-library/react-hooks": "^8.0.1",
|
|
161
|
+
"@sanity/vision": "^3.2.4",
|
|
164
162
|
"@types/eventsource": "^1.1.10",
|
|
165
163
|
"@types/jest": "^29.2.5",
|
|
166
164
|
"@types/react": "^18.0.26",
|
|
167
165
|
"@types/react-dom": "^18.0.10",
|
|
168
166
|
"@types/styled-components": "^5.1.26",
|
|
169
|
-
"@typescript-eslint/eslint-plugin": "^5.48.
|
|
167
|
+
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
|
170
168
|
"autoprefixer": "^10.4.13",
|
|
171
|
-
"eslint": "^8.
|
|
172
|
-
"eslint-config-next": "13.1.3-canary.
|
|
169
|
+
"eslint": "^8.32.0",
|
|
170
|
+
"eslint-config-next": "13.1.3-canary.2",
|
|
173
171
|
"eslint-config-prettier": "^8.6.0",
|
|
174
172
|
"eslint-config-sanity": "^6.0.0",
|
|
175
173
|
"eslint-gitignore": "^0.1.0",
|
|
176
174
|
"eslint-plugin-prettier": "^4.2.1",
|
|
177
|
-
"eslint-plugin-simple-import-sort": "^
|
|
178
|
-
"groqd": "^0.
|
|
175
|
+
"eslint-plugin-simple-import-sort": "^9.0.0",
|
|
176
|
+
"groqd": "^0.3.1",
|
|
179
177
|
"jest": "^29.3.1",
|
|
180
178
|
"jest-environment-jsdom": "^29.3.1",
|
|
181
|
-
"
|
|
179
|
+
"ls-engines": "^0.8.0",
|
|
180
|
+
"next": "13.1.3-canary.2",
|
|
182
181
|
"postcss": "^8.4.21",
|
|
183
182
|
"prettier": "^2.8.3",
|
|
184
|
-
"prettier-plugin-packagejson": "^2.
|
|
183
|
+
"prettier-plugin-packagejson": "^2.4.0",
|
|
185
184
|
"prettier-plugin-tailwindcss": "^0.2.1",
|
|
186
185
|
"react": "^18.2.0",
|
|
187
186
|
"react-dom": "^18.2.0",
|
|
188
187
|
"react-is": "^18.2.0",
|
|
189
188
|
"rollup": "^3.10.0",
|
|
190
|
-
"sanity": "^3.2.
|
|
189
|
+
"sanity": "^3.2.4",
|
|
191
190
|
"styled-components": "^5.3.6",
|
|
192
191
|
"tailwindcss": "^3.2.4",
|
|
193
192
|
"typescript": "^4.9.4",
|
|
@@ -202,23 +201,6 @@
|
|
|
202
201
|
"sanity": "^3",
|
|
203
202
|
"styled-components": "^5.2"
|
|
204
203
|
},
|
|
205
|
-
"peerDependenciesMeta": {
|
|
206
|
-
"@sanity/icons": {
|
|
207
|
-
"optional": true
|
|
208
|
-
},
|
|
209
|
-
"@sanity/types": {
|
|
210
|
-
"optional": true
|
|
211
|
-
},
|
|
212
|
-
"@sanity/ui": {
|
|
213
|
-
"optional": true
|
|
214
|
-
},
|
|
215
|
-
"sanity": {
|
|
216
|
-
"optional": true
|
|
217
|
-
},
|
|
218
|
-
"styled-components": {
|
|
219
|
-
"optional": true
|
|
220
|
-
}
|
|
221
|
-
},
|
|
222
204
|
"engines": {
|
|
223
205
|
"node": ">=16"
|
|
224
206
|
}
|