next-sanity 9.8.33 → 9.8.35
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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-sanity",
|
|
3
|
-
"version": "9.8.
|
|
3
|
+
"version": "9.8.35",
|
|
4
4
|
"description": "Sanity.io toolkit for Next.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -139,19 +139,19 @@
|
|
|
139
139
|
"dependencies": {
|
|
140
140
|
"@portabletext/react": "^3.2.0",
|
|
141
141
|
"@sanity/client": "^6.24.3",
|
|
142
|
-
"@sanity/next-loader": "1.2.
|
|
143
|
-
"@sanity/preview-kit": "5.1.
|
|
144
|
-
"@sanity/preview-url-secret": "2.0.
|
|
145
|
-
"@sanity/visual-editing": "2.11.
|
|
142
|
+
"@sanity/next-loader": "1.2.12",
|
|
143
|
+
"@sanity/preview-kit": "5.1.28",
|
|
144
|
+
"@sanity/preview-url-secret": "2.0.7",
|
|
145
|
+
"@sanity/visual-editing": "2.11.9",
|
|
146
146
|
"groq": "^3.69.0",
|
|
147
147
|
"history": "^5.3.0"
|
|
148
148
|
},
|
|
149
149
|
"devDependencies": {
|
|
150
150
|
"@sanity/browserslist-config": "^1.0.5",
|
|
151
151
|
"@sanity/eslint-config-studio": "^5.0.1",
|
|
152
|
-
"@sanity/pkg-utils": "^7.0.
|
|
152
|
+
"@sanity/pkg-utils": "^7.0.1",
|
|
153
153
|
"@sanity/webhook": "4.0.4",
|
|
154
|
-
"@types/react": "^19.0.
|
|
154
|
+
"@types/react": "^19.0.4",
|
|
155
155
|
"@types/react-dom": "^19.0.2",
|
|
156
156
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
157
157
|
"@vitest/coverage-v8": "^2.1.8",
|
|
@@ -163,17 +163,17 @@
|
|
|
163
163
|
"eslint-plugin-react-compiler": "beta",
|
|
164
164
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
165
165
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
166
|
-
"next": "15.1.
|
|
166
|
+
"next": "15.1.4",
|
|
167
167
|
"react": "19.0.0",
|
|
168
168
|
"react-dom": "19.0.0",
|
|
169
169
|
"styled-components": "^6.1.14",
|
|
170
|
-
"typescript": "5.7.
|
|
170
|
+
"typescript": "5.7.3",
|
|
171
171
|
"vite-tsconfig-paths": "^5.1.4",
|
|
172
172
|
"vitest": "^2.1.8",
|
|
173
173
|
"vitest-github-actions-reporter": "^0.11.1"
|
|
174
174
|
},
|
|
175
175
|
"peerDependencies": {
|
|
176
|
-
"@sanity/client": "^6.24.
|
|
176
|
+
"@sanity/client": "^6.24.3",
|
|
177
177
|
"@sanity/icons": "^3.5.6",
|
|
178
178
|
"@sanity/types": "^3.69.0",
|
|
179
179
|
"@sanity/ui": "^2.11.1",
|