Parcourir la source

Other: Update package.json dependencies.

Maciej Gołaszewski il y a 7 ans
Parent
commit
39101a2512

+ 2 - 1
packages/ckeditor5-table/package.json

@@ -8,7 +8,8 @@
   ],
   "dependencies": {
     "@ckeditor/ckeditor5-core": "^1.0.0-alpha.2",
-    "@ckeditor/ckeditor5-engine": "^1.0.0-alpha.2"
+    "@ckeditor/ckeditor5-engine": "^1.0.0-alpha.2",
+    "@ckeditor/ckeditor5-ui": "^1.0.0-alpha.2"
   },
   "devDependencies": {
     "@ckeditor/ckeditor5-editor-classic": "^1.0.0-alpha.2",

+ 3 - 0
packages/ckeditor5-table/src/tableui.js

@@ -13,6 +13,9 @@ import ButtonView from '@ckeditor/ckeditor5-ui/src/button/buttonview';
 import icon from '@ckeditor/ckeditor5-core/theme/icons/object-center.svg';
 
 export default class TableUI extends Plugin {
+	/**
+	 * @inheritDoc
+	 */
 	init() {
 		const editor = this.editor;