Skip to content

Commit 02093b2

Browse files
squiggler[bot]stipsan
authored andcommitted
fix: upgrade visual-editing
1 parent 688d1b1 commit 02093b2

File tree

3 files changed

+431
-46
lines changed

3 files changed

+431
-46
lines changed

apps/mvp/app/sanity.client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const client = createClient({
99
resultSourceMap: 'withKeyArraySelector',
1010
stega: {
1111
enabled: true,
12-
studioUrl: `${process.env.NEXT_PUBLIC_TEST_BASE_PATH || ''}/studio#`,
12+
studioUrl: `${process.env.NEXT_PUBLIC_TEST_BASE_PATH || ''}/studio`,
1313
// logger: console,
1414
},
1515
})

packages/next-sanity/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-sanity",
3-
"version": "11.6.3",
3+
"version": "11.7.0-canary.1",
44
"description": "Sanity.io toolkit for Next.js",
55
"keywords": [
66
"sanity",
@@ -112,7 +112,7 @@
112112
"@sanity/comlink": "^4.0.0",
113113
"@sanity/presentation-comlink": "^2.0.0",
114114
"@sanity/preview-url-secret": "^2.1.15",
115-
"@sanity/visual-editing": "^4.0.0",
115+
"@sanity/visual-editing": "5.0.0-canary.1",
116116
"dequal": "^2.0.3",
117117
"groq": "^4.12.0",
118118
"history": "^5.3.0",

0 commit comments

Comments
 (0)