Skip to content

Commit 9850216

Browse files
committed
chore: update iframe pane and presentation tool
1 parent bf7b9f9 commit 9850216

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

apps/studio/package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010
"@faker-js/faker": "8.3.1",
1111
"@sanity/client": "6.8.6",
1212
"@sanity/icons": "2.7.0",
13-
"@sanity/presentation": "1.0.2",
1413
"@sanity/preview-kit": "workspace:*",
1514
"@sanity/ui": "1.9.3",
16-
"@sanity/vision": "3.19.3",
15+
"@sanity/vision": "3.20.0",
1716
"@types/react": "^18.2.37",
1817
"@types/react-dom": "^18.2.15",
1918
"esbuild": "^0.19.5",
@@ -23,8 +22,8 @@
2322
"groqd-playground": "0.0.18",
2423
"react": "18.2.0",
2524
"react-dom": "18.2.0",
26-
"sanity": "3.19.3",
27-
"sanity-plugin-iframe-pane": "2.6.1",
25+
"sanity": "3.20.0",
26+
"sanity-plugin-iframe-pane": "3.0.0",
2827
"styled-components": "6.1.1",
2928
"typescript": "^5.2.2"
3029
}

apps/studio/sanity.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { defineConfig, defineField, defineType } from 'sanity'
55
import { deskTool } from 'sanity/desk'
66
import { benchmarkTool } from './src/benchmark'
77
import { IframeOptions, Iframe } from 'sanity-plugin-iframe-pane'
8-
import { presentationTool } from '@sanity/presentation'
8+
import { presentationTool } from 'sanity/presentation'
99

1010
const iframeOptions = {
1111
reload: {

0 commit comments

Comments
 (0)