mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 02:42:27 +08:00
Update dependencies
This commit is contained in:
parent
fc02aef431
commit
8d9c974761
@ -39,9 +39,9 @@ This is TeX-based mathematical plugin for CKEditor 5. You can use it to insert,
|
|||||||
|
|
||||||
## Requirements
|
## 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
|
## Examples
|
||||||
[Link to examples repository](https://github.com/isaul32/ckeditor5-math-examples)
|
[Link to examples repository](https://github.com/isaul32/ckeditor5-math-examples)
|
||||||
|
22
package.json
22
package.json
@ -11,19 +11,19 @@
|
|||||||
"ckeditor5-math"
|
"ckeditor5-math"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ckeditor/ckeditor5-clipboard": "^23.0.0",
|
"@ckeditor/ckeditor5-clipboard": "^23.1.0",
|
||||||
"@ckeditor/ckeditor5-core": "^23.0.0",
|
"@ckeditor/ckeditor5-core": "^23.1.0",
|
||||||
"@ckeditor/ckeditor5-engine": "^23.0.0",
|
"@ckeditor/ckeditor5-engine": "^23.1.0",
|
||||||
"@ckeditor/ckeditor5-ui": "^23.0.0",
|
"@ckeditor/ckeditor5-ui": "^23.1.0",
|
||||||
"@ckeditor/ckeditor5-undo": "^23.0.0",
|
"@ckeditor/ckeditor5-undo": "^23.1.0",
|
||||||
"@ckeditor/ckeditor5-utils": "^23.0.0",
|
"@ckeditor/ckeditor5-utils": "^23.1.0",
|
||||||
"@ckeditor/ckeditor5-widget": "^23.0.0"
|
"@ckeditor/ckeditor5-widget": "^23.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ckeditor/ckeditor5-dev-tests": "^23.0.0",
|
"@ckeditor/ckeditor5-dev-tests": "^23.3.0",
|
||||||
"@ckeditor/ckeditor5-editor-inline": "^23.0.0",
|
"@ckeditor/ckeditor5-editor-inline": "^23.1.0",
|
||||||
"@ckeditor/ckeditor5-essentials": "^23.0.0",
|
"@ckeditor/ckeditor5-essentials": "^23.1.0",
|
||||||
"@ckeditor/ckeditor5-paragraph": "^23.0.0",
|
"@ckeditor/ckeditor5-paragraph": "^23.1.0",
|
||||||
"eslint": "^7.1.0",
|
"eslint": "^7.1.0",
|
||||||
"eslint-config-ckeditor5": "^3.0.0",
|
"eslint-config-ckeditor5": "^3.0.0",
|
||||||
"husky": "^4.2.5",
|
"husky": "^4.2.5",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user