Skip to content

Commit 8c702b4

Browse files
committed
refactor(texteditor): remove MarkdownEditor dependencies
1 parent 4639101 commit 8c702b4

3 files changed

Lines changed: 0 additions & 65 deletions

File tree

jest_config/setup.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ import "core-js/stable/structured-clone";
1414
import 'fake-indexeddb/auto';
1515
// Polyfill webstreams
1616
import {ReadableStream, WritableStream, TransformStream, CountQueuingStrategy} from 'web-streams-polyfill';
17-
import jquery from 'jquery';
1817

19-
window.jQuery = window.$ = jquery;
2018
window.ReadableStream = global.ReadableStream = ReadableStream;
2119
window.WritableStream = global.WritableStream = WritableStream;
2220
window.TransformStream = global.TransformStream = TransformStream;

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,9 @@
6262
"@tiptap/extension-underline": "^2.14.0",
6363
"@tiptap/starter-kit": "^2.13.0",
6464
"@tiptap/vue-2": "^2.13.0",
65-
"@toast-ui/editor": "^2.3.1",
6665
"ajv": "^8.12.0",
6766
"axios": "^1.10.0",
6867
"broadcast-channel": "^5.1.0",
69-
"codemirror": "5.58.2",
7068
"core-js": "^3.44.0",
7169
"crc-32": "^1.2.2",
7270
"dexie": "^3.2.6",
@@ -77,7 +75,6 @@
7775
"html2canvas": "^1.0.0-rc.5",
7876
"i18n-iso-countries": "^7.11.3",
7977
"intl": "1.2.5",
80-
"jquery": "^2.2.4",
8178
"jspdf": "https://github.com/parallax/jsPDF.git#b7a1d8239c596292ce86dafa77f05987bcfa2e6e",
8279
"jszip": "^3.10.1",
8380
"kolibri-constants": "^0.2.12",
@@ -94,7 +91,6 @@
9491
"pdfjs-dist": "^2.16.105",
9592
"qs": "^6.11.2",
9693
"regenerator-runtime": "^0.14.1",
97-
"showdown": "^2.1.0",
9894
"spark-md5": "^3.0.0",
9995
"store2": "^2.14.4",
10096
"string-strip-html": "8.3.0",

pnpm-lock.yaml

Lines changed: 0 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)