next-sanity 9.8.39 → 9.8.41

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 +18 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-sanity",
3
- "version": "9.8.39",
3
+ "version": "9.8.41",
4
4
  "description": "Sanity.io toolkit for Next.js",
5
5
  "keywords": [
6
6
  "sanity",
@@ -138,48 +138,47 @@
138
138
  "browserslist": "extends @sanity/browserslist-config",
139
139
  "dependencies": {
140
140
  "@portabletext/react": "^3.2.0",
141
- "@sanity/client": "^6.25.0",
142
- "@sanity/next-loader": "1.2.15",
143
- "@sanity/preview-kit": "5.1.31",
144
- "@sanity/preview-url-secret": "2.1.0",
145
- "@sanity/visual-editing": "2.12.3",
146
- "groq": "^3.70.0",
141
+ "@sanity/client": "^6.27.1",
142
+ "@sanity/next-loader": "1.2.19",
143
+ "@sanity/preview-kit": "5.1.32",
144
+ "@sanity/preview-url-secret": "2.1.3",
145
+ "@sanity/visual-editing": "2.12.8",
146
+ "groq": "^3.71.1",
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.1",
152
+ "@sanity/pkg-utils": "^7.0.2",
153
153
  "@sanity/webhook": "4.0.4",
154
154
  "@types/react": "^19.0.7",
155
155
  "@types/react-dom": "^19.0.3",
156
- "@typescript-eslint/eslint-plugin": "^7.18.0",
157
- "@vitest/coverage-v8": "^3.0.2",
156
+ "@typescript-eslint/eslint-plugin": "^8.21.0",
157
+ "@vitest/coverage-v8": "^3.0.3",
158
158
  "eslint": "^8.57.1",
159
159
  "eslint-config-prettier": "^10.0.1",
160
- "eslint-config-sanity": "^7.1.3",
160
+ "eslint-config-sanity": "^7.1.4",
161
161
  "eslint-gitignore": "^0.1.0",
162
162
  "eslint-plugin-react": "^7.37.4",
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.5",
166
+ "next": "15.1.6",
167
167
  "react": "19.0.0",
168
168
  "react-dom": "19.0.0",
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.2",
173
- "vitest-github-actions-reporter": "^0.11.1"
172
+ "vitest": "^3.0.3"
174
173
  },
175
174
  "peerDependencies": {
176
- "@sanity/client": "^6.25.0",
177
- "@sanity/icons": "^3.5.6",
178
- "@sanity/types": "^3.69.0",
179
- "@sanity/ui": "^2.11.1",
175
+ "@sanity/client": "^6.27.1",
176
+ "@sanity/icons": "^3.5.7",
177
+ "@sanity/types": "^3.71.1",
178
+ "@sanity/ui": "^2.11.4",
180
179
  "next": "^14.2 || ^15.0.0-0",
181
180
  "react": "^18.3 || ^19.0.0-0",
182
- "sanity": "^3.69.0",
181
+ "sanity": "^3.71.1",
183
182
  "styled-components": "^6.1"
184
183
  },
185
184
  "engines": {