diff --git a/README.md b/README.md index a271750e1..ca87acd5f 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,9 @@ This is TeX-based mathematical plugin for CKEditor 5. You can use it to insert, ## Requirements -- Use same version as CKEditor 5 +- Use same major version as your CKEditor 5 build -If you get duplicated modules error, you have mismatching versions in your editor build package.json. +If you get duplicated modules error, you have mismatching versions. ## Examples [Link to examples repository](https://github.com/isaul32/ckeditor5-math-examples) diff --git a/package.json b/package.json index d99c78407..d446f783f 100644 --- a/package.json +++ b/package.json @@ -11,19 +11,19 @@ "ckeditor5-math" ], "dependencies": { - "@ckeditor/ckeditor5-clipboard": "^23.0.0", - "@ckeditor/ckeditor5-core": "^23.0.0", - "@ckeditor/ckeditor5-engine": "^23.0.0", - "@ckeditor/ckeditor5-ui": "^23.0.0", - "@ckeditor/ckeditor5-undo": "^23.0.0", - "@ckeditor/ckeditor5-utils": "^23.0.0", - "@ckeditor/ckeditor5-widget": "^23.0.0" + "@ckeditor/ckeditor5-clipboard": "^23.1.0", + "@ckeditor/ckeditor5-core": "^23.1.0", + "@ckeditor/ckeditor5-engine": "^23.1.0", + "@ckeditor/ckeditor5-ui": "^23.1.0", + "@ckeditor/ckeditor5-undo": "^23.1.0", + "@ckeditor/ckeditor5-utils": "^23.1.0", + "@ckeditor/ckeditor5-widget": "^23.1.0" }, "devDependencies": { - "@ckeditor/ckeditor5-dev-tests": "^23.0.0", - "@ckeditor/ckeditor5-editor-inline": "^23.0.0", - "@ckeditor/ckeditor5-essentials": "^23.0.0", - "@ckeditor/ckeditor5-paragraph": "^23.0.0", + "@ckeditor/ckeditor5-dev-tests": "^23.3.0", + "@ckeditor/ckeditor5-editor-inline": "^23.1.0", + "@ckeditor/ckeditor5-essentials": "^23.1.0", + "@ckeditor/ckeditor5-paragraph": "^23.1.0", "eslint": "^7.1.0", "eslint-config-ckeditor5": "^3.0.0", "husky": "^4.2.5",