mirror of
https://github.com/colanode/colanode.git
synced 2025-12-29 00:25:03 +01:00
Add hard break node for editor (#177)
This commit is contained in:
14
package-lock.json
generated
14
package-lock.json
generated
@@ -9464,6 +9464,19 @@
|
||||
"@tiptap/pm": "^3.0.9"
|
||||
}
|
||||
},
|
||||
"node_modules/@tiptap/extension-hard-break": {
|
||||
"version": "3.0.9",
|
||||
"resolved": "https://registry.npmjs.org/@tiptap/extension-hard-break/-/extension-hard-break-3.0.9.tgz",
|
||||
"integrity": "sha512-PWNYsUwVsMWt/R5/OWjfGb+7DQT0DvH+1owBimRq0pWZepg8qkz1jdPGgsRmUFyERRsXeEpgj3VaQfrgbyUfrA==",
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/ueberdosis"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "^3.0.9"
|
||||
}
|
||||
},
|
||||
"node_modules/@tiptap/extension-horizontal-rule": {
|
||||
"version": "3.0.9",
|
||||
"resolved": "https://registry.npmjs.org/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-3.0.9.tgz",
|
||||
@@ -24873,6 +24886,7 @@
|
||||
"@tiptap/extension-code": "^3.0.9",
|
||||
"@tiptap/extension-code-block-lowlight": "^3.0.9",
|
||||
"@tiptap/extension-document": "^3.0.9",
|
||||
"@tiptap/extension-hard-break": "^3.0.9",
|
||||
"@tiptap/extension-horizontal-rule": "^3.0.9",
|
||||
"@tiptap/extension-italic": "^3.0.9",
|
||||
"@tiptap/extension-link": "^3.0.9",
|
||||
|
||||
Reference in New Issue
Block a user