mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-23 04:12:35 +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",
|
||||
"ckeditor 5"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ckeditor/ckeditor5-core": "^19.0.0",
|
||||
"@ckeditor/ckeditor5-ui": "^19.0.0",
|
||||
"@ckeditor/ckeditor5-basic-styles": "^19.0.0"
|
||||
"peerDependencies": {
|
||||
"@ckeditor/ckeditor5-core": ">=19.0.0",
|
||||
"@ckeditor/ckeditor5-ui": ">=19.0.0",
|
||||
"@ckeditor/ckeditor5-basic-styles": ">=19.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^5.5.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user