@ckeditor/ckeditor5-block-quote 38.0.0-rc.0 → 38.0.0-rc.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +14 -14
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-block-quote",
|
3
|
-
"version": "38.0.0-rc.
|
3
|
+
"version": "38.0.0-rc.1",
|
4
4
|
"description": "Block quote feature for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -12,22 +12,22 @@
|
|
12
12
|
],
|
13
13
|
"main": "src/index.js",
|
14
14
|
"dependencies": {
|
15
|
-
"ckeditor5": "^38.0.0-rc.
|
15
|
+
"ckeditor5": "^38.0.0-rc.1"
|
16
16
|
},
|
17
17
|
"devDependencies": {
|
18
|
-
"@ckeditor/ckeditor5-basic-styles": "^38.0.0-rc.
|
19
|
-
"@ckeditor/ckeditor5-core": "^38.0.0-rc.
|
18
|
+
"@ckeditor/ckeditor5-basic-styles": "^38.0.0-rc.1",
|
19
|
+
"@ckeditor/ckeditor5-core": "^38.0.0-rc.1",
|
20
20
|
"@ckeditor/ckeditor5-dev-utils": "^37.0.0",
|
21
|
-
"@ckeditor/ckeditor5-editor-classic": "^38.0.0-rc.
|
22
|
-
"@ckeditor/ckeditor5-engine": "^38.0.0-rc.
|
23
|
-
"@ckeditor/ckeditor5-enter": "^38.0.0-rc.
|
24
|
-
"@ckeditor/ckeditor5-heading": "^38.0.0-rc.
|
25
|
-
"@ckeditor/ckeditor5-image": "^38.0.0-rc.
|
26
|
-
"@ckeditor/ckeditor5-list": "^38.0.0-rc.
|
27
|
-
"@ckeditor/ckeditor5-paragraph": "^38.0.0-rc.
|
28
|
-
"@ckeditor/ckeditor5-table": "^38.0.0-rc.
|
29
|
-
"@ckeditor/ckeditor5-theme-lark": "^38.0.0-rc.
|
30
|
-
"@ckeditor/ckeditor5-typing": "^38.0.0-rc.
|
21
|
+
"@ckeditor/ckeditor5-editor-classic": "^38.0.0-rc.1",
|
22
|
+
"@ckeditor/ckeditor5-engine": "^38.0.0-rc.1",
|
23
|
+
"@ckeditor/ckeditor5-enter": "^38.0.0-rc.1",
|
24
|
+
"@ckeditor/ckeditor5-heading": "^38.0.0-rc.1",
|
25
|
+
"@ckeditor/ckeditor5-image": "^38.0.0-rc.1",
|
26
|
+
"@ckeditor/ckeditor5-list": "^38.0.0-rc.1",
|
27
|
+
"@ckeditor/ckeditor5-paragraph": "^38.0.0-rc.1",
|
28
|
+
"@ckeditor/ckeditor5-table": "^38.0.0-rc.1",
|
29
|
+
"@ckeditor/ckeditor5-theme-lark": "^38.0.0-rc.1",
|
30
|
+
"@ckeditor/ckeditor5-typing": "^38.0.0-rc.1",
|
31
31
|
"typescript": "^4.8.4",
|
32
32
|
"webpack": "^5.58.1",
|
33
33
|
"webpack-cli": "^4.9.0"
|