mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01: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