next-sanity 9.9.8 → 9.10.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.
Files changed (1) hide show
  1. package/package.json +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-sanity",
3
- "version": "9.9.8",
3
+ "version": "9.10.0",
4
4
  "description": "Sanity.io toolkit for Next.js",
5
5
  "keywords": [
6
6
  "sanity",
@@ -139,11 +139,11 @@
139
139
  "dependencies": {
140
140
  "@portabletext/react": "^3.2.1",
141
141
  "@sanity/client": "^6.28.4",
142
- "@sanity/next-loader": "^1.3.9",
143
- "@sanity/preview-kit": "^6.0.6",
142
+ "@sanity/next-loader": "^1.4.0",
143
+ "@sanity/preview-kit": "^6.0.7",
144
144
  "@sanity/preview-url-secret": "^2.1.7",
145
- "@sanity/visual-editing": "^2.13.15",
146
- "groq": "^3.82.0",
145
+ "@sanity/visual-editing": "^2.13.16",
146
+ "groq": "^3.83.0",
147
147
  "history": "^5.3.0"
148
148
  },
149
149
  "devDependencies": {
@@ -151,34 +151,34 @@
151
151
  "@sanity/eslint-config-studio": "^5.0.2",
152
152
  "@sanity/pkg-utils": "^7.2.2",
153
153
  "@sanity/webhook": "4.0.4",
154
- "@types/react": "^19.0.12",
155
- "@types/react-dom": "^19.0.4",
156
- "@typescript-eslint/eslint-plugin": "^8.29.0",
154
+ "@types/react": "^19.1.0",
155
+ "@types/react-dom": "^19.1.2",
156
+ "@typescript-eslint/eslint-plugin": "^8.29.1",
157
157
  "@vitest/coverage-v8": "^3.1.1",
158
158
  "eslint": "^8.57.1",
159
- "eslint-config-prettier": "^10.1.1",
159
+ "eslint-config-prettier": "^10.1.2",
160
160
  "eslint-config-sanity": "^7.1.4",
161
161
  "eslint-gitignore": "^0.1.0",
162
- "eslint-plugin-react": "^7.37.4",
162
+ "eslint-plugin-react": "^7.37.5",
163
163
  "eslint-plugin-react-compiler": "beta",
164
164
  "eslint-plugin-react-hooks": "^5.2.0",
165
165
  "eslint-plugin-simple-import-sort": "^12.1.1",
166
- "next": "15.2.4",
166
+ "next": "15.3.0",
167
167
  "react": "19.1.0",
168
168
  "react-dom": "19.1.0",
169
- "styled-components": "^6.1.16",
170
- "typescript": "5.8.2",
169
+ "styled-components": "^6.1.17",
170
+ "typescript": "5.8.3",
171
171
  "vite-tsconfig-paths": "^5.1.4",
172
172
  "vitest": "^3.1.1"
173
173
  },
174
174
  "peerDependencies": {
175
175
  "@sanity/client": "^6.28.4",
176
176
  "@sanity/icons": "^3.7.0",
177
- "@sanity/types": "^3.82.0",
178
- "@sanity/ui": "^2.15.11",
177
+ "@sanity/types": "^3.83.0",
178
+ "@sanity/ui": "^2.15.13",
179
179
  "next": "^14.2 || ^15.0.0-0",
180
180
  "react": "^18.3 || ^19.0.0-0",
181
- "sanity": "^3.82.0",
181
+ "sanity": "^3.83.0",
182
182
  "styled-components": "^6.1"
183
183
  },
184
184
  "engines": {