mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-12 20:02:28 +08:00
Fix missing dependencies
This commit is contained in:
parent
2d75f242c5
commit
ce79d13d07
@ -45,6 +45,8 @@ This is the best* TeX-based mathematical plugin for CKEditor 5. You can use it t
|
|||||||
|
|
||||||
- CKEditor v17.0.0
|
- CKEditor v17.0.0
|
||||||
|
|
||||||
|
If you get duplicated modules error, you have mismatching versions in your 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)
|
||||||
|
|
||||||
|
16
package.json
16
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ckeditor5-math",
|
"name": "ckeditor5-math",
|
||||||
"version": "17.0.0",
|
"version": "17.0.1",
|
||||||
"description": "Math feature for CKEditor 5.",
|
"description": "Math feature for CKEditor 5.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ckeditor",
|
"ckeditor",
|
||||||
@ -9,18 +9,20 @@
|
|||||||
"ckeditor5-feature",
|
"ckeditor5-feature",
|
||||||
"ckeditor5-plugin"
|
"ckeditor5-plugin"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"dependencies": {
|
||||||
"@ckeditor/ckeditor5-clipboard": "^17.0.0",
|
"@ckeditor/ckeditor5-clipboard": "^17.0.0",
|
||||||
"@ckeditor/ckeditor5-core": "^17.0.0",
|
"@ckeditor/ckeditor5-core": "^17.0.0",
|
||||||
"@ckeditor/ckeditor5-dev-tests": "^18.0.0",
|
|
||||||
"@ckeditor/ckeditor5-editor-inline": "^17.0.0",
|
|
||||||
"@ckeditor/ckeditor5-engine": "^17.0.0",
|
"@ckeditor/ckeditor5-engine": "^17.0.0",
|
||||||
"@ckeditor/ckeditor5-essentials": "^17.0.0",
|
|
||||||
"@ckeditor/ckeditor5-paragraph": "^17.0.0",
|
|
||||||
"@ckeditor/ckeditor5-ui": "^17.0.0",
|
"@ckeditor/ckeditor5-ui": "^17.0.0",
|
||||||
"@ckeditor/ckeditor5-undo": "^17.0.0",
|
"@ckeditor/ckeditor5-undo": "^17.0.0",
|
||||||
"@ckeditor/ckeditor5-utils": "^17.0.0",
|
"@ckeditor/ckeditor5-utils": "^17.0.0",
|
||||||
"@ckeditor/ckeditor5-widget": "^17.0.0",
|
"@ckeditor/ckeditor5-widget": "^17.0.0"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@ckeditor/ckeditor5-dev-tests": "^18.0.0",
|
||||||
|
"@ckeditor/ckeditor5-editor-inline": "^17.0.0",
|
||||||
|
"@ckeditor/ckeditor5-essentials": "^17.0.0",
|
||||||
|
"@ckeditor/ckeditor5-paragraph": "^17.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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user