@ckeditor/ckeditor5-core 45.1.0-alpha.7 → 45.2.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-core",
3
- "version": "45.1.0-alpha.7",
3
+ "version": "45.2.0-alpha.0",
4
4
  "description": "The core architecture of CKEditor 5 – the best browser-based rich text editor.",
5
5
  "keywords": [
6
6
  "wysiwyg",
@@ -24,10 +24,10 @@
24
24
  "type": "module",
25
25
  "main": "src/index.js",
26
26
  "dependencies": {
27
- "@ckeditor/ckeditor5-engine": "45.1.0-alpha.7",
28
- "@ckeditor/ckeditor5-ui": "45.1.0-alpha.7",
29
- "@ckeditor/ckeditor5-utils": "45.1.0-alpha.7",
30
- "@ckeditor/ckeditor5-watchdog": "45.1.0-alpha.7",
27
+ "@ckeditor/ckeditor5-engine": "45.2.0-alpha.0",
28
+ "@ckeditor/ckeditor5-ui": "45.2.0-alpha.0",
29
+ "@ckeditor/ckeditor5-utils": "45.2.0-alpha.0",
30
+ "@ckeditor/ckeditor5-watchdog": "45.2.0-alpha.0",
31
31
  "es-toolkit": "1.32.0"
32
32
  },
33
33
  "author": "CKSource (http://cksource.com/)",
@@ -75,7 +75,7 @@ export default class Accessibility {
75
75
  keystroke: [['arrowup'], ['arrowright'], ['arrowdown'], ['arrowleft']]
76
76
  },
77
77
  {
78
- // eslint-disable-next-line max-len
78
+ // eslint-disable-next-line @stylistic/max-len
79
79
  label: t('Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.'),
80
80
  keystroke: [['Enter'], ['Space']]
81
81
  }