Parcourir la source

Upgraded to Turndown v6.0.0.

fredck il y a 5 ans
Parent
commit
390a3cfa67
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/ckeditor5-markdown-gfm/package.json

+ 1 - 1
packages/ckeditor5-markdown-gfm/package.json

@@ -12,7 +12,7 @@
   "dependencies": {
     "@ckeditor/ckeditor5-engine": "^21.0.0",
     "marked": "^0.7.0",
-    "turndown": "^5.0.3",
+    "turndown": "^6.0.0",
     "turndown-plugin-gfm": "^1.0.2"
   },
   "engines": {