next-sanity 8.5.0 → 8.5.2
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 +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-sanity",
|
|
3
|
-
"version": "8.5.
|
|
3
|
+
"version": "8.5.2",
|
|
4
4
|
"description": "Sanity.io toolkit for Next.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -111,19 +111,19 @@
|
|
|
111
111
|
"browserslist": "extends @sanity/browserslist-config",
|
|
112
112
|
"dependencies": {
|
|
113
113
|
"@portabletext/react": "^3.0.15",
|
|
114
|
-
"@sanity/client": "^6.15.
|
|
115
|
-
"@sanity/preview-kit": "5.0.
|
|
116
|
-
"@sanity/visual-editing": "1.8.
|
|
114
|
+
"@sanity/client": "^6.15.9",
|
|
115
|
+
"@sanity/preview-kit": "5.0.37",
|
|
116
|
+
"@sanity/visual-editing": "1.8.5",
|
|
117
117
|
"@sanity/webhook": "4.0.2-bc",
|
|
118
118
|
"groq": "^3.19",
|
|
119
119
|
"history": "^5.3.0"
|
|
120
120
|
},
|
|
121
121
|
"devDependencies": {
|
|
122
122
|
"@sanity/browserslist-config": "^1.0.3",
|
|
123
|
-
"@sanity/eslint-config-studio": "^
|
|
124
|
-
"@sanity/pkg-utils": "^5.1.
|
|
125
|
-
"@types/react": "^18.2.
|
|
126
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
123
|
+
"@sanity/eslint-config-studio": "^4.0.0",
|
|
124
|
+
"@sanity/pkg-utils": "^5.1.8",
|
|
125
|
+
"@types/react": "^18.2.74",
|
|
126
|
+
"@typescript-eslint/eslint-plugin": "^7.5.0",
|
|
127
127
|
"@vitest/coverage-v8": "^1.4.0",
|
|
128
128
|
"eslint": "^8.57.0",
|
|
129
129
|
"eslint-config-prettier": "^9.1.0",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"vitest-github-actions-reporter": "^0.11.1"
|
|
141
141
|
},
|
|
142
142
|
"peerDependencies": {
|
|
143
|
-
"@sanity/client": "^6.15.
|
|
143
|
+
"@sanity/client": "^6.15.9",
|
|
144
144
|
"@sanity/icons": "^2.8",
|
|
145
145
|
"@sanity/types": "^3.25",
|
|
146
146
|
"@sanity/ui": "^1.8 || ^2.0.0-beta || ^2.0",
|