Skip to content

Commit

Permalink
Revert "fix(extension-link): fix link not being kept when pasting url…
Browse files Browse the repository at this point in the history
… with link (#3975)"

This reverts commit e7d7d49.
  • Loading branch information
janthurau authored and bdbch committed Jan 9, 2024
1 parent 8938acb commit 1b34271
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 10 deletions.
74 changes: 68 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/extension-collaboration-cursor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
],
"devDependencies": {
"@tiptap/core": "^2.1.15",
"y-prosemirror": "1.0.20"
"y-prosemirror": "^1.2.1"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0",
"y-prosemirror": "1.0.20"
"y-prosemirror": "^1.2.1"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-collaboration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"devDependencies": {
"@tiptap/core": "^2.1.15",
"@tiptap/pm": "^2.1.15",
"y-prosemirror": "1.0.20"
"y-prosemirror": "^1.2.1"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0",
"@tiptap/pm": "^2.0.0",
"y-prosemirror": "1.0.20"
"y-prosemirror": "^1.2.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1b34271

Please sign in to comment.