@ckeditor/ckeditor5-select-all 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-select-all",
3
- "version": "38.0.0",
3
+ "version": "38.1.0",
4
4
  "description": "Select all feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,22 +12,9 @@
12
12
  ],
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "@ckeditor/ckeditor5-core": "^38.0.0",
16
- "@ckeditor/ckeditor5-utils": "^38.0.0",
17
- "@ckeditor/ckeditor5-ui": "^38.0.0"
18
- },
19
- "devDependencies": {
20
- "@ckeditor/ckeditor5-basic-styles": "^38.0.0",
21
- "@ckeditor/ckeditor5-engine": "^38.0.0",
22
- "@ckeditor/ckeditor5-essentials": "^38.0.0",
23
- "@ckeditor/ckeditor5-heading": "^38.0.0",
24
- "@ckeditor/ckeditor5-image": "^38.0.0",
25
- "@ckeditor/ckeditor5-paragraph": "^38.0.0",
26
- "@ckeditor/ckeditor5-table": "^38.0.0",
27
- "@ckeditor/ckeditor5-editor-classic": "^38.0.0",
28
- "typescript": "^4.8.4",
29
- "webpack": "^5.58.1",
30
- "webpack-cli": "^4.9.0"
15
+ "@ckeditor/ckeditor5-core": "38.1.0",
16
+ "@ckeditor/ckeditor5-utils": "38.1.0",
17
+ "@ckeditor/ckeditor5-ui": "38.1.0"
31
18
  },
32
19
  "engines": {
33
20
  "node": ">=16.0.0",
@@ -50,9 +37,5 @@
50
37
  "ckeditor5-metadata.json",
51
38
  "CHANGELOG.md"
52
39
  ],
53
- "scripts": {
54
- "build": "tsc -p ./tsconfig.json",
55
- "postversion": "npm run build"
56
- },
57
40
  "types": "src/index.d.ts"
58
41
  }
@@ -24,5 +24,5 @@ export default class SelectAll extends Plugin {
24
24
  /**
25
25
  * @inheritDoc
26
26
  */
27
- static get pluginName(): 'SelectAll';
27
+ static get pluginName(): "SelectAll";
28
28
  }
@@ -16,7 +16,7 @@ export default class SelectAllEditing extends Plugin {
16
16
  /**
17
17
  * @inheritDoc
18
18
  */
19
- static get pluginName(): 'SelectAllEditing';
19
+ static get pluginName(): "SelectAllEditing";
20
20
  /**
21
21
  * @inheritDoc
22
22
  */
@@ -17,7 +17,7 @@ export default class SelectAllUI extends Plugin {
17
17
  /**
18
18
  * @inheritDoc
19
19
  */
20
- static get pluginName(): 'SelectAllUI';
20
+ static get pluginName(): "SelectAllUI";
21
21
  /**
22
22
  * @inheritDoc
23
23
  */