next-sanity 11.6.11 → 11.6.12
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": "11.6.
|
|
3
|
+
"version": "11.6.12",
|
|
4
4
|
"description": "Sanity.io toolkit for Next.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -106,36 +106,36 @@
|
|
|
106
106
|
"@sanity/preview-url-secret": "^3.0.0",
|
|
107
107
|
"@sanity/visual-editing": "^4.0.3",
|
|
108
108
|
"dequal": "^2.0.3",
|
|
109
|
-
"groq": "^4.
|
|
109
|
+
"groq": "^4.22.0",
|
|
110
110
|
"history": "^5.3.0",
|
|
111
111
|
"server-only": "^0.0.1",
|
|
112
112
|
"use-effect-event": "^2.0.3"
|
|
113
113
|
},
|
|
114
114
|
"devDependencies": {
|
|
115
115
|
"@sanity/browserslist-config": "^1.0.5",
|
|
116
|
-
"@sanity/pkg-utils": "^
|
|
116
|
+
"@sanity/pkg-utils": "^10.2.1",
|
|
117
117
|
"@sanity/tsconfig": "^2.1.0",
|
|
118
|
-
"@sanity/types": "^4.
|
|
118
|
+
"@sanity/types": "^4.22.0",
|
|
119
119
|
"@sanity/webhook": "4.0.4",
|
|
120
120
|
"@types/node": "^24.10.4",
|
|
121
121
|
"@types/react": "^19.2.7",
|
|
122
122
|
"@types/react-dom": "^19.2.3",
|
|
123
|
-
"@vitest/coverage-v8": "^4.0.
|
|
124
|
-
"next": "16.1.0-canary.
|
|
123
|
+
"@vitest/coverage-v8": "^4.0.16",
|
|
124
|
+
"next": "16.1.0-canary.29",
|
|
125
125
|
"publint": "^0.3.16",
|
|
126
126
|
"react": "^19.2.3",
|
|
127
127
|
"react-dom": "^19.2.3",
|
|
128
128
|
"styled-components": "^6.1.19",
|
|
129
|
-
"tsdown": "0.
|
|
129
|
+
"tsdown": "0.18.0",
|
|
130
130
|
"typescript": "5.9.3",
|
|
131
|
-
"vitest": "^4.0.
|
|
131
|
+
"vitest": "^4.0.16"
|
|
132
132
|
},
|
|
133
133
|
"peerDependencies": {
|
|
134
|
-
"@sanity/client": "^7.13.
|
|
134
|
+
"@sanity/client": "^7.13.2",
|
|
135
135
|
"next": "^15.1.0-0 || ^16.0.0-0",
|
|
136
136
|
"react": "^18.3 || ^19",
|
|
137
137
|
"react-dom": "^18.3 || ^19",
|
|
138
|
-
"sanity": "^4.
|
|
138
|
+
"sanity": "^4.22.0",
|
|
139
139
|
"styled-components": "^6.1"
|
|
140
140
|
},
|
|
141
141
|
"engines": {
|