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