@ckeditor/ckeditor5-code-block 38.0.0 → 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-code-block",
3
- "version": "38.0.0",
3
+ "version": "38.1.0",
4
4
  "description": "Code block feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,30 +12,7 @@
12
12
  ],
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "ckeditor5": "^38.0.0"
16
- },
17
- "devDependencies": {
18
- "@ckeditor/ckeditor5-alignment": "^38.0.0",
19
- "@ckeditor/ckeditor5-autoformat": "^38.0.0",
20
- "@ckeditor/ckeditor5-basic-styles": "^38.0.0",
21
- "@ckeditor/ckeditor5-block-quote": "^38.0.0",
22
- "@ckeditor/ckeditor5-clipboard": "^38.0.0",
23
- "@ckeditor/ckeditor5-core": "^38.0.0",
24
- "@ckeditor/ckeditor5-dev-utils": "^37.0.0",
25
- "@ckeditor/ckeditor5-engine": "^38.0.0",
26
- "@ckeditor/ckeditor5-enter": "^38.0.0",
27
- "@ckeditor/ckeditor5-editor-classic": "^38.0.0",
28
- "@ckeditor/ckeditor5-image": "^38.0.0",
29
- "@ckeditor/ckeditor5-indent": "^38.0.0",
30
- "@ckeditor/ckeditor5-list": "^38.0.0",
31
- "@ckeditor/ckeditor5-markdown-gfm": "^38.0.0",
32
- "@ckeditor/ckeditor5-paragraph": "^38.0.0",
33
- "@ckeditor/ckeditor5-theme-lark": "^38.0.0",
34
- "@ckeditor/ckeditor5-undo": "^38.0.0",
35
- "@ckeditor/ckeditor5-utils": "^38.0.0",
36
- "typescript": "^4.8.4",
37
- "webpack": "^5.58.1",
38
- "webpack-cli": "^4.9.0"
15
+ "ckeditor5": "38.1.0"
39
16
  },
40
17
  "engines": {
41
18
  "node": ">=16.0.0",
@@ -59,10 +36,5 @@
59
36
  "ckeditor5-metadata.json",
60
37
  "CHANGELOG.md"
61
38
  ],
62
- "scripts": {
63
- "dll:build": "webpack",
64
- "build": "tsc -p ./tsconfig.json",
65
- "postversion": "npm run build"
66
- },
67
39
  "types": "src/index.d.ts"
68
40
  }
@@ -25,5 +25,5 @@ export default class CodeBlock extends Plugin {
25
25
  /**
26
26
  * @inheritDoc
27
27
  */
28
- static get pluginName(): 'CodeBlock';
28
+ static get pluginName(): "CodeBlock";
29
29
  }
@@ -16,7 +16,7 @@ export default class CodeBlockEditing extends Plugin {
16
16
  /**
17
17
  * @inheritDoc
18
18
  */
19
- static get pluginName(): 'CodeBlockEditing';
19
+ static get pluginName(): "CodeBlockEditing";
20
20
  /**
21
21
  * @inheritDoc
22
22
  */
@@ -16,7 +16,7 @@ export default class CodeBlockUI extends Plugin {
16
16
  /**
17
17
  * @inheritDoc
18
18
  */
19
- static get pluginName(): 'CodeBlockUI';
19
+ static get pluginName(): "CodeBlockUI";
20
20
  /**
21
21
  * @inheritDoc
22
22
  */