Update dependencies

This commit is contained in:
Sauli Anto 2020-03-30 12:49:02 +03:00
parent 78d84b18b0
commit 1df92a16c3
3 changed files with 18 additions and 13 deletions

View File

@ -1,6 +1,10 @@
Changelog Changelog
========= =========
## [18.0.0](https://github.com/isaul32/ckeditor5-math/compare/v17.0.1...18.0.0) (2020-03-30)
* Update dependencies.
## [17.0.1](https://github.com/isaul32/ckeditor5-math/compare/v17.0.0...17.0.1) (2020-02-27) ## [17.0.1](https://github.com/isaul32/ckeditor5-math/compare/v17.0.0...17.0.1) (2020-02-27)
### Bug fixes ### Bug fixes

View File

@ -43,9 +43,10 @@ This is the best* TeX-based mathematical plugin for CKEditor 5. You can use it t
## Requirements ## Requirements
- CKEditor 5 v17.0.0 - With CKEditor 5 v17.0.0, use ckeditor5-math@17.0.1 version
- With CKEditor 5 v18.0.0, use ckeditor5-math@18.0.0 version
If you get duplicated modules error, you have mismatching versions in your build package.json. If you get duplicated modules error, you have mismatching versions in your editor build package.json.
## Examples ## Examples
[Link to examples repository](https://github.com/isaul32/ckeditor5-math-examples) [Link to examples repository](https://github.com/isaul32/ckeditor5-math-examples)

View File

@ -1,6 +1,6 @@
{ {
"name": "ckeditor5-math", "name": "ckeditor5-math",
"version": "17.0.1", "version": "18.0.0",
"description": "Math feature for CKEditor 5.", "description": "Math feature for CKEditor 5.",
"keywords": [ "keywords": [
"ckeditor", "ckeditor",
@ -10,19 +10,19 @@
"ckeditor5-plugin" "ckeditor5-plugin"
], ],
"dependencies": { "dependencies": {
"@ckeditor/ckeditor5-clipboard": "^17.0.0", "@ckeditor/ckeditor5-clipboard": "^18.0.0",
"@ckeditor/ckeditor5-core": "^17.0.0", "@ckeditor/ckeditor5-core": "^18.0.0",
"@ckeditor/ckeditor5-engine": "^17.0.0", "@ckeditor/ckeditor5-engine": "^18.0.0",
"@ckeditor/ckeditor5-ui": "^17.0.0", "@ckeditor/ckeditor5-ui": "^18.0.0",
"@ckeditor/ckeditor5-undo": "^17.0.0", "@ckeditor/ckeditor5-undo": "^18.0.0",
"@ckeditor/ckeditor5-utils": "^17.0.0", "@ckeditor/ckeditor5-utils": "^18.0.0",
"@ckeditor/ckeditor5-widget": "^17.0.0" "@ckeditor/ckeditor5-widget": "^18.0.0"
}, },
"devDependencies": { "devDependencies": {
"@ckeditor/ckeditor5-dev-tests": "^18.0.0", "@ckeditor/ckeditor5-dev-tests": "^18.0.0",
"@ckeditor/ckeditor5-editor-inline": "^17.0.0", "@ckeditor/ckeditor5-editor-inline": "^18.0.0",
"@ckeditor/ckeditor5-essentials": "^17.0.0", "@ckeditor/ckeditor5-essentials": "^18.0.0",
"@ckeditor/ckeditor5-paragraph": "^17.0.0", "@ckeditor/ckeditor5-paragraph": "^18.0.0",
"eslint": "^5.5.0", "eslint": "^5.5.0",
"eslint-config-ckeditor5": "^2.0.0", "eslint-config-ckeditor5": "^2.0.0",
"husky": "^1.3.1", "husky": "^1.3.1",