Changed dependencies to peerDependencies and allow them to match future versions of CKEditor.

This commit is contained in:
fredck 2020-08-11 13:38:49 +02:00
parent a9f3c46e9c
commit fbd223f399

View File

@ -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",