@ckeditor/ckeditor5-markdown-gfm
Advanced tools
Comparing version 10.0.2 to 10.0.3
Changelog | ||
========= | ||
## [10.0.3](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v10.0.2...v10.0.3) (2018-10-08) | ||
Internal changes only (updated dependencies, documentation, etc.). | ||
## [10.0.2](https://github.com/ckeditor/ckeditor5-markdown-gfm/compare/v10.0.1...v10.0.2) (2018-07-18) | ||
@@ -5,0 +10,0 @@ |
{ | ||
"name": "@ckeditor/ckeditor5-markdown-gfm", | ||
"version": "10.0.2", | ||
"version": "10.0.3", | ||
"description": "GitHub Flavored Markdown data processor for CKEditor 5.", | ||
@@ -9,11 +9,12 @@ "keywords": [ | ||
"ckeditor 5", | ||
"ckeditor5-feature" | ||
"ckeditor5-feature", | ||
"ckeditor5-plugin" | ||
], | ||
"dependencies": { | ||
"@ckeditor/ckeditor5-engine": "^10.2.0" | ||
"@ckeditor/ckeditor5-engine": "^11.0.0" | ||
}, | ||
"devDependencies": { | ||
"@ckeditor/ckeditor5-cloud-services": "^10.0.2", | ||
"@ckeditor/ckeditor5-easy-image": "^10.0.2", | ||
"eslint": "^4.15.0", | ||
"@ckeditor/ckeditor5-cloud-services": "^10.1.0", | ||
"@ckeditor/ckeditor5-easy-image": "^10.0.3", | ||
"eslint": "^5.5.0", | ||
"eslint-config-ckeditor5": "^1.0.7", | ||
@@ -20,0 +21,0 @@ "husky": "^0.14.3", |
@@ -15,5 +15,9 @@ GitHub Flavored Markdown support for CKEditor 5 | ||
## Demo | ||
Check out the [demo in the Markdown output feature](https://ckeditor.com/docs/ckeditor5/latest/features/markdown.html#demo) guide. | ||
## Documentation | ||
See the [`@ckeditor/ckeditor5-markdown-gfm` package](https://docs.ckeditor.com/ckeditor5/latest/api/markdown-gfm.html) page in [CKEditor 5 documentation](https://docs.ckeditor.com/ckeditor5/latest/). | ||
See the [`@ckeditor/ckeditor5-markdown-gfm` package](https://ckeditor.com/docs/ckeditor5/latest/api/markdown-gfm.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/). | ||
@@ -20,0 +24,0 @@ ## License |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62048
26
+ Added@ckeditor/ckeditor5-engine@11.0.0(transitive)
+ Added@ckeditor/ckeditor5-utils@11.1.0(transitive)
+ Addedlodash-es@4.17.21(transitive)
- Removed@ckeditor/ckeditor5-engine@10.2.0(transitive)
- Removed@ckeditor/ckeditor5-utils@10.2.1(transitive)