@ckeditor/ckeditor5-markdown-gfm 48.4.0 → 48.5.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/LICENSE.md +0 -2
  2. package/package.json +4 -6
package/LICENSE.md CHANGED
@@ -24,9 +24,7 @@ The following libraries are included in CKEditor 5 under the [ISC license](
24
24
 
25
25
  The following libraries are included in CKEditor 5 under the [MIT license](https://opensource.org/licenses/MIT):
26
26
 
27
- * @types/hast - Copyright (c) Microsoft Corporation.
28
27
  * hast-util-to-html - Copyright (c) Titus Wormer <tituswormer@gmail.com>.
29
- * hast-util-to-mdast - Copyright (c) Titus Wormer <tituswormer@gmail.com> and Copyright (c) Seth Vincent <sethvincent@gmail.com>.
30
28
  * hastscript - Copyright (c) Titus Wormer <tituswormer@gmail.com>.
31
29
  * rehype-remark - Copyright (c) Titus Wormer <tituswormer@gmail.com>.
32
30
  * remark-breaks - Copyright (c) 2017 Titus Wormer <tituswormer@gmail.com>.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-markdown-gfm",
3
- "version": "48.4.0",
3
+ "version": "48.5.0-alpha.0",
4
4
  "description": "GitHub Flavored Markdown data processor for CKEditor 5.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -31,13 +31,11 @@
31
31
  "dist/translations/*.umd.js"
32
32
  ],
33
33
  "dependencies": {
34
- "@ckeditor/ckeditor5-clipboard": "48.4.0",
35
- "@ckeditor/ckeditor5-core": "48.4.0",
36
- "@ckeditor/ckeditor5-engine": "48.4.0",
37
- "@types/hast": "3.0.4",
34
+ "@ckeditor/ckeditor5-clipboard": "48.5.0-alpha.0",
35
+ "@ckeditor/ckeditor5-core": "48.5.0-alpha.0",
36
+ "@ckeditor/ckeditor5-engine": "48.5.0-alpha.0",
38
37
  "hast-util-from-dom": "5.0.1",
39
38
  "hast-util-to-html": "9.0.5",
40
- "hast-util-to-mdast": "10.1.2",
41
39
  "hastscript": "9.0.1",
42
40
  "rehype-dom-parse": "5.0.2",
43
41
  "rehype-dom-stringify": "4.0.2",