mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 10:22:29 +08:00
Update all official CKEditor dependencies to version 23
This commit is contained in:
parent
574bddb215
commit
886a4f9725
24
package.json
24
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ckeditor5-math",
|
||||
"version": "22.0.0",
|
||||
"version": "23.0.0",
|
||||
"description": "Math feature for CKEditor 5.",
|
||||
"keywords": [
|
||||
"ckeditor",
|
||||
@ -11,19 +11,19 @@
|
||||
"ckeditor5-math"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ckeditor/ckeditor5-clipboard": "^22.0.0",
|
||||
"@ckeditor/ckeditor5-core": "^22.0.0",
|
||||
"@ckeditor/ckeditor5-engine": "^22.0.0",
|
||||
"@ckeditor/ckeditor5-ui": "^22.0.0",
|
||||
"@ckeditor/ckeditor5-undo": "^22.0.0",
|
||||
"@ckeditor/ckeditor5-utils": "^22.0.0",
|
||||
"@ckeditor/ckeditor5-widget": "^22.0.0"
|
||||
"@ckeditor/ckeditor5-clipboard": "^23.0.0",
|
||||
"@ckeditor/ckeditor5-core": "^23.0.0",
|
||||
"@ckeditor/ckeditor5-engine": "^23.0.0",
|
||||
"@ckeditor/ckeditor5-ui": "^23.0.0",
|
||||
"@ckeditor/ckeditor5-undo": "^23.0.0",
|
||||
"@ckeditor/ckeditor5-utils": "^23.0.0",
|
||||
"@ckeditor/ckeditor5-widget": "^23.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ckeditor/ckeditor5-dev-tests": "^22.0.0",
|
||||
"@ckeditor/ckeditor5-editor-inline": "^22.0.0",
|
||||
"@ckeditor/ckeditor5-essentials": "^22.0.0",
|
||||
"@ckeditor/ckeditor5-paragraph": "^22.0.0",
|
||||
"@ckeditor/ckeditor5-dev-tests": "^23.0.0",
|
||||
"@ckeditor/ckeditor5-editor-inline": "^23.0.0",
|
||||
"@ckeditor/ckeditor5-essentials": "^23.0.0",
|
||||
"@ckeditor/ckeditor5-paragraph": "^23.0.0",
|
||||
"eslint": "^7.1.0",
|
||||
"eslint-config-ckeditor5": "^3.0.0",
|
||||
"husky": "^4.2.5",
|
||||
|
Loading…
x
Reference in New Issue
Block a user