@ckeditor/ckeditor5-highlight 38.0.1 → 38.1.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-highlight",
3
- "version": "38.0.1",
3
+ "version": "38.1.0",
4
4
  "description": "Highlight feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,25 +12,7 @@
12
12
  ],
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "ckeditor5": "^38.0.1"
16
- },
17
- "devDependencies": {
18
- "@ckeditor/ckeditor5-block-quote": "^38.0.1",
19
- "@ckeditor/ckeditor5-core": "^38.0.1",
20
- "@ckeditor/ckeditor5-dev-utils": "^37.0.0",
21
- "@ckeditor/ckeditor5-editor-classic": "^38.0.1",
22
- "@ckeditor/ckeditor5-engine": "^38.0.1",
23
- "@ckeditor/ckeditor5-enter": "^38.0.1",
24
- "@ckeditor/ckeditor5-heading": "^38.0.1",
25
- "@ckeditor/ckeditor5-image": "^38.0.1",
26
- "@ckeditor/ckeditor5-list": "^38.0.1",
27
- "@ckeditor/ckeditor5-paragraph": "^38.0.1",
28
- "@ckeditor/ckeditor5-theme-lark": "^38.0.1",
29
- "@ckeditor/ckeditor5-typing": "^38.0.1",
30
- "@ckeditor/ckeditor5-utils": "^38.0.1",
31
- "typescript": "^4.8.4",
32
- "webpack": "^5.58.1",
33
- "webpack-cli": "^4.9.0"
15
+ "ckeditor5": "38.1.0"
34
16
  },
35
17
  "engines": {
36
18
  "node": ">=16.0.0",
@@ -54,10 +36,5 @@
54
36
  "ckeditor5-metadata.json",
55
37
  "CHANGELOG.md"
56
38
  ],
57
- "scripts": {
58
- "dll:build": "webpack",
59
- "build": "tsc -p ./tsconfig.json",
60
- "postversion": "npm run build"
61
- },
62
39
  "types": "src/index.d.ts"
63
40
  }
@@ -24,5 +24,5 @@ export default class Highlight extends Plugin {
24
24
  /**
25
25
  * @inheritDoc
26
26
  */
27
- static get pluginName(): 'Highlight';
27
+ static get pluginName(): "Highlight";
28
28
  }
@@ -16,7 +16,7 @@ export default class HighlightEditing extends Plugin {
16
16
  /**
17
17
  * @inheritDoc
18
18
  */
19
- static get pluginName(): 'HighlightEditing';
19
+ static get pluginName(): "HighlightEditing";
20
20
  /**
21
21
  * @inheritDoc
22
22
  */
@@ -43,7 +43,7 @@ export default class HighlightUI extends Plugin {
43
43
  /**
44
44
  * @inheritDoc
45
45
  */
46
- static get pluginName(): 'HighlightUI';
46
+ static get pluginName(): "HighlightUI";
47
47
  /**
48
48
  * @inheritDoc
49
49
  */