diff --git a/docs/package.json b/docs/package.json
index 1cca1e83..cb85e109 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -29,7 +29,7 @@
"tippy.js": "^6.3.1",
"vue-github-button": "^1.1.2",
"y-indexeddb": "^9.0.6",
- "y-prosemirror": "^1.0.6",
+ "y-prosemirror": "^1.0.7",
"y-webrtc": "^10.1.7",
"y-websocket": "^1.3.11",
"yjs": "^13.5.1"
diff --git a/docs/src/docPages/installation/svelte.md b/docs/src/docPages/installation/svelte.md
index d7dcafcc..d1d9f8ed 100644
--- a/docs/src/docPages/installation/svelte.md
+++ b/docs/src/docPages/installation/svelte.md
@@ -7,7 +7,7 @@ The following guide describes how to integrate tiptap with your Svelte project.
TODO
-Svelte REPL: https://svelte.dev/repl/c839da77db2444e5b23a752266613639?version=3.31.2
+Svelte REPL: https://svelte.dev/repl/3651789dcfcb40de80b1ba36263d4bbd?version=3.31.2
App.svelte
```html
@@ -21,8 +21,8 @@ App.svelte
Editor.svelte
```html
{#if editor}
-