next-sanity 4.0.1 → 4.0.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.
@@ -1,3 +1,5 @@
1
+ /// <reference types="react" />
2
+
1
3
  /**
2
4
  * In Next 13 appDir mode (`/app/studio/[[...index]]/head.tsx`):
3
5
  * ```tsx
@@ -1,3 +1,5 @@
1
+ /// <reference types="react" />
2
+
1
3
  import type {Config} from 'sanity'
2
4
  import type {SingleWorkspace} from 'sanity'
3
5
  import type {StudioProps} from 'sanity'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-sanity",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "Sanity.io toolkit for Next.js",
5
5
  "keywords": [
6
6
  "sanity",
@@ -147,7 +147,7 @@
147
147
  },
148
148
  "dependencies": {
149
149
  "@sanity/client": "^4.0.1",
150
- "@sanity/preview-kit": "^1.2.19",
150
+ "@sanity/preview-kit": "^1.2.20",
151
151
  "@sanity/webhook": "^2.0.0",
152
152
  "groq": "^3.2.0"
153
153
  },