@ckeditor/ckeditor5-mention 43.3.1-alpha.0 → 43.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-mention",
3
- "version": "43.3.1-alpha.0",
3
+ "version": "43.3.1",
4
4
  "description": "Mention feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -13,11 +13,11 @@
13
13
  "type": "module",
14
14
  "main": "src/index.js",
15
15
  "dependencies": {
16
- "@ckeditor/ckeditor5-core": "43.3.1-alpha.0",
17
- "@ckeditor/ckeditor5-typing": "43.3.1-alpha.0",
18
- "@ckeditor/ckeditor5-ui": "43.3.1-alpha.0",
19
- "@ckeditor/ckeditor5-utils": "43.3.1-alpha.0",
20
- "ckeditor5": "43.3.1-alpha.0",
16
+ "@ckeditor/ckeditor5-core": "43.3.1",
17
+ "@ckeditor/ckeditor5-typing": "43.3.1",
18
+ "@ckeditor/ckeditor5-ui": "43.3.1",
19
+ "@ckeditor/ckeditor5-utils": "43.3.1",
20
+ "ckeditor5": "43.3.1",
21
21
  "lodash-es": "4.17.21"
22
22
  },
23
23
  "author": "CKSource (http://cksource.com/)",