mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-23 20:42:29 +08:00
Changed dependencies to peerDependencies and allow them to match future versions of CKEditor.
This commit is contained in:
parent
a9f3c46e9c
commit
fbd223f399
@ -7,10 +7,10 @@
|
|||||||
"ckeditor5",
|
"ckeditor5",
|
||||||
"ckeditor 5"
|
"ckeditor 5"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"peerDependencies": {
|
||||||
"@ckeditor/ckeditor5-core": "^19.0.0",
|
"@ckeditor/ckeditor5-core": ">=19.0.0",
|
||||||
"@ckeditor/ckeditor5-ui": "^19.0.0",
|
"@ckeditor/ckeditor5-ui": ">=19.0.0",
|
||||||
"@ckeditor/ckeditor5-basic-styles": "^19.0.0"
|
"@ckeditor/ckeditor5-basic-styles": ">=19.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^5.5.0",
|
"eslint": "^5.5.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user