Skip to content

Commit

Permalink
Internal: Use the latest CKEditor 5 stable release in our dev env (pa…
Browse files Browse the repository at this point in the history
…rt 2).
  • Loading branch information
pomek committed Mar 13, 2023
1 parent 4c9fbb5 commit 99831ff
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,16 @@
"@ckeditor/ckeditor5-select-all": "^36.0.1",
"@ckeditor/ckeditor5-source-editing": "^36.0.1",
"@ckeditor/ckeditor5-special-characters": "^36.0.1",
"@ckeditor/ckeditor5-table": "^37.0.0-alpha.1",
"@ckeditor/ckeditor5-theme-lark": "^37.0.0-alpha.1",
"@ckeditor/ckeditor5-typing": "^37.0.0-alpha.1",
"@ckeditor/ckeditor5-ui": "^37.0.0-alpha.1",
"@ckeditor/ckeditor5-undo": "^37.0.0-alpha.1",
"@ckeditor/ckeditor5-upload": "^37.0.0-alpha.1",
"@ckeditor/ckeditor5-utils": "^37.0.0-alpha.1",
"@ckeditor/ckeditor5-watchdog": "^37.0.0-alpha.1",
"@ckeditor/ckeditor5-widget": "^37.0.0-alpha.1",
"@ckeditor/ckeditor5-word-count": "^37.0.0-alpha.1"
"@ckeditor/ckeditor5-table": "^36.0.1",
"@ckeditor/ckeditor5-theme-lark": "^36.0.1",
"@ckeditor/ckeditor5-typing": "^36.0.1",
"@ckeditor/ckeditor5-ui": "^36.0.1",
"@ckeditor/ckeditor5-undo": "^36.0.1",
"@ckeditor/ckeditor5-upload": "^36.0.1",
"@ckeditor/ckeditor5-utils": "^36.0.1",
"@ckeditor/ckeditor5-watchdog": "^36.0.1",
"@ckeditor/ckeditor5-widget": "^36.0.1",
"@ckeditor/ckeditor5-word-count": "^36.0.1"
},
"devDependencies": {
"@ckeditor/ckeditor5-comments": ">=28.0.0",
Expand Down

0 comments on commit 99831ff

Please sign in to comment.