next-sanity 9.8.48 → 9.8.49
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 +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-sanity",
|
|
3
|
-
"version": "9.8.
|
|
3
|
+
"version": "9.8.49",
|
|
4
4
|
"description": "Sanity.io toolkit for Next.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"@sanity/preview-kit": "5.2.2",
|
|
144
144
|
"@sanity/preview-url-secret": "2.1.4",
|
|
145
145
|
"@sanity/visual-editing": "2.12.12",
|
|
146
|
-
"groq": "^3.
|
|
146
|
+
"groq": "^3.73.0",
|
|
147
147
|
"history": "^5.3.0"
|
|
148
148
|
},
|
|
149
149
|
"devDependencies": {
|
|
@@ -153,8 +153,8 @@
|
|
|
153
153
|
"@sanity/webhook": "4.0.4",
|
|
154
154
|
"@types/react": "^19.0.8",
|
|
155
155
|
"@types/react-dom": "^19.0.3",
|
|
156
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
157
|
-
"@vitest/coverage-v8": "^3.0.
|
|
156
|
+
"@typescript-eslint/eslint-plugin": "^8.23.0",
|
|
157
|
+
"@vitest/coverage-v8": "^3.0.5",
|
|
158
158
|
"eslint": "^8.57.1",
|
|
159
159
|
"eslint-config-prettier": "^10.0.1",
|
|
160
160
|
"eslint-config-sanity": "^7.1.4",
|
|
@@ -169,16 +169,16 @@
|
|
|
169
169
|
"styled-components": "^6.1.14",
|
|
170
170
|
"typescript": "5.7.3",
|
|
171
171
|
"vite-tsconfig-paths": "^5.1.4",
|
|
172
|
-
"vitest": "^3.0.
|
|
172
|
+
"vitest": "^3.0.5"
|
|
173
173
|
},
|
|
174
174
|
"peerDependencies": {
|
|
175
175
|
"@sanity/client": "^6.27.2",
|
|
176
176
|
"@sanity/icons": "^3.5.7",
|
|
177
|
-
"@sanity/types": "^3.
|
|
178
|
-
"@sanity/ui": "^2.11.
|
|
177
|
+
"@sanity/types": "^3.73.0",
|
|
178
|
+
"@sanity/ui": "^2.11.8",
|
|
179
179
|
"next": "^14.2 || ^15.0.0-0",
|
|
180
180
|
"react": "^18.3 || ^19.0.0-0",
|
|
181
|
-
"sanity": "^3.
|
|
181
|
+
"sanity": "^3.73.0",
|
|
182
182
|
"styled-components": "^6.1"
|
|
183
183
|
},
|
|
184
184
|
"engines": {
|