diff --git a/package-lock.json b/package-lock.json index 7e19a857..75c0c890 100644 --- a/package-lock.json +++ b/package-lock.json @@ -86,7 +86,7 @@ "tailwind-merge": "^2.5.2", "tailwind-scrollbar": "^3.1.0", "tailwindcss-animate": "^1.0.7", - "tiptap-markdown": "^0.8.10", + "tiptap-markdown": "github:samlhuillier/tiptap-markdown-newline", "turndown": "^7.1.2", "use-debounce": "^10.0.1", "uuid": "^10.0.0", @@ -5113,18 +5113,20 @@ }, "node_modules/@types/linkify-it": { "version": "3.0.5", - "license": "MIT" + "resolved": "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-3.0.5.tgz", + "integrity": "sha512-yg6E+u0/+Zjva+buc3EIb+29XEg4wltq7cSmd4Uc2EE/1nUVmxyzpX6gUXD0V8jIrG0r7YeOGVIbYRkxeooCtw==" }, "node_modules/@types/long": { "version": "4.0.2", "license": "MIT" }, "node_modules/@types/markdown-it": { - "version": "13.0.7", - "license": "MIT", + "version": "13.0.9", + "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-13.0.9.tgz", + "integrity": "sha512-1XPwR0+MgXLWfTn9gCsZ55AHOKW1WN+P9vr0PaQh5aerR9LLQXUbjfEAFhjmEmyoYFWAyuN2Mqkn40MZ4ukjBw==", "dependencies": { - "@types/linkify-it": "*", - "@types/mdurl": "*" + "@types/linkify-it": "^3", + "@types/mdurl": "^1" } }, "node_modules/@types/mdast": { @@ -5136,7 +5138,8 @@ }, "node_modules/@types/mdurl": { "version": "1.0.5", - "license": "MIT" + "resolved": "https://registry.npmjs.org/@types/mdurl/-/mdurl-1.0.5.tgz", + "integrity": "sha512-6L6VymKTzYSrEf4Nev4Xa1LCHKrlTlYCBMTlQKFuddo1CvQcE52I0mwfOJayueUC7MJuXOeHTcIU683lzd0cUA==" }, "node_modules/@types/ms": { "version": "0.7.34", @@ -14055,7 +14058,8 @@ }, "node_modules/markdown-it-task-lists": { "version": "2.1.1", - "license": "ISC" + "resolved": "https://registry.npmjs.org/markdown-it-task-lists/-/markdown-it-task-lists-2.1.1.tgz", + "integrity": "sha512-TxFAc76Jnhb2OUu+n3yz9RMu4CwGfaT788br6HhEDlvWfdeJcLUsxk1Hgw2yJio0OXsxv7pyIPmvECY7bMbluA==" }, "node_modules/marked": { "version": "12.0.1", @@ -20901,6 +20905,7 @@ }, "node_modules/tiptap-markdown": { "version": "0.8.10", + "resolved": "git+ssh://git@github.com/samlhuillier/tiptap-markdown-newline.git#4c176c4a08cf910f7208f7ec9559273d913ddae6", "license": "MIT", "workspaces": [ "example" diff --git a/package.json b/package.json index 2f738e41..e94c35d7 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "tailwind-merge": "^2.5.2", "tailwind-scrollbar": "^3.1.0", "tailwindcss-animate": "^1.0.7", - "tiptap-markdown": "^0.8.10", + "tiptap-markdown": "github:samlhuillier/tiptap-markdown-newline", "turndown": "^7.1.2", "use-debounce": "^10.0.1", "uuid": "^10.0.0",