@ckeditor/ckeditor5-upload 43.3.0-alpha.0 → 43.3.0-alpha.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-upload",
|
3
|
-
"version": "43.3.0-alpha.
|
3
|
+
"version": "43.3.0-alpha.2",
|
4
4
|
"description": "Upload feature for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -12,8 +12,8 @@
|
|
12
12
|
"type": "module",
|
13
13
|
"main": "src/index.js",
|
14
14
|
"dependencies": {
|
15
|
-
"@ckeditor/ckeditor5-core": "43.3.0-alpha.
|
16
|
-
"@ckeditor/ckeditor5-utils": "43.3.0-alpha.
|
15
|
+
"@ckeditor/ckeditor5-core": "43.3.0-alpha.2",
|
16
|
+
"@ckeditor/ckeditor5-utils": "43.3.0-alpha.2"
|
17
17
|
},
|
18
18
|
"author": "CKSource (http://cksource.com/)",
|
19
19
|
"license": "GPL-2.0-or-later",
|