Skip to content

Commit ea0be02

Browse files
squiggler[bot]stipsan
authored andcommitted
fix: upgrade visual-editing
1 parent 5476671 commit ea0be02

File tree

4 files changed

+950
-294
lines changed

4 files changed

+950
-294
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
})

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
"turbo": "^2.5.8"
2525
},
2626
"packageManager": "pnpm@10.17.1"
27-
}
27+
}

packages/next-sanity/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"@sanity/comlink": "^3.0.9",
109109
"@sanity/presentation-comlink": "^1.0.29",
110110
"@sanity/preview-url-secret": "catalog:",
111-
"@sanity/visual-editing": "^3.0.5",
111+
"@sanity/visual-editing": "4.0.0-canary.5",
112112
"dequal": "^2.0.3",
113113
"groq": "^4.10.1",
114114
"history": "^5.3.0",
@@ -144,4 +144,4 @@
144144
"engines": {
145145
"node": ">=20.19 <22 || >=22.12"
146146
}
147-
}
147+
}

0 commit comments

Comments
 (0)