next-sanity 9.8.30 → 9.8.31

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/dist/studio.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import {JSX as JSX_2} from 'react'
1
+ import {JSX} from 'react'
2
2
  import {MemoExoticComponent} from 'react'
3
3
  import {NextStudio} from 'next-sanity/studio/client-component'
4
4
  import {NextStudioProps} from 'next-sanity/studio/client-component'
@@ -30,7 +30,7 @@ export {NextStudio}
30
30
 
31
31
  /** @public */
32
32
  export declare const NextStudioLayout: MemoExoticComponent<
33
- ({children}: NextStudioLayoutProps) => JSX_2.Element
33
+ ({children}: NextStudioLayoutProps) => JSX.Element
34
34
  >
35
35
 
36
36
  /** @public */
package/dist/studio.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import {JSX as JSX_2} from 'react'
1
+ import {JSX} from 'react'
2
2
  import {MemoExoticComponent} from 'react'
3
3
  import {NextStudio} from 'next-sanity/studio/client-component'
4
4
  import {NextStudioProps} from 'next-sanity/studio/client-component'
@@ -30,7 +30,7 @@ export {NextStudio}
30
30
 
31
31
  /** @public */
32
32
  export declare const NextStudioLayout: MemoExoticComponent<
33
- ({children}: NextStudioLayoutProps) => JSX_2.Element
33
+ ({children}: NextStudioLayoutProps) => JSX.Element
34
34
  >
35
35
 
36
36
  /** @public */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-sanity",
3
- "version": "9.8.30",
3
+ "version": "9.8.31",
4
4
  "description": "Sanity.io toolkit for Next.js",
5
5
  "keywords": [
6
6
  "sanity",
@@ -142,7 +142,7 @@
142
142
  "@sanity/next-loader": "1.2.8",
143
143
  "@sanity/preview-kit": "5.1.26",
144
144
  "@sanity/preview-url-secret": "2.0.5",
145
- "@sanity/visual-editing": "2.11.2",
145
+ "@sanity/visual-editing": "2.11.4",
146
146
  "groq": "^3.68.3",
147
147
  "history": "^5.3.0"
148
148
  },
@@ -151,8 +151,8 @@
151
151
  "@sanity/eslint-config-studio": "^5.0.1",
152
152
  "@sanity/pkg-utils": "^6.12.2",
153
153
  "@sanity/webhook": "4.0.4",
154
- "@types/react": "^18.3.18",
155
- "@types/react-dom": "^18.3.5",
154
+ "@types/react": "^19.0.2",
155
+ "@types/react-dom": "^19.0.2",
156
156
  "@typescript-eslint/eslint-plugin": "^7.18.0",
157
157
  "@vitest/coverage-v8": "^2.1.8",
158
158
  "eslint": "^8.57.1",
@@ -174,7 +174,7 @@
174
174
  },
175
175
  "peerDependencies": {
176
176
  "@sanity/client": "^6.24.1",
177
- "@sanity/icons": "^3.5.5",
177
+ "@sanity/icons": "^3.5.6",
178
178
  "@sanity/types": "^3.68.1",
179
179
  "@sanity/ui": "^2.10.12",
180
180
  "next": "^14.2 || ^15.0.0-0",