@worktile/theia 21.1.2 → 21.1.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worktile/theia",
3
- "version": "21.1.2",
3
+ "version": "21.1.3",
4
4
  "description": "theia editor",
5
5
  "author": "YanDong <nanianqiumo@foxmail.com>",
6
6
  "homepage": "https://github.com/atinc/theia#readme",
@@ -39,8 +39,8 @@
39
39
  "slate-angular": "^21.1.0",
40
40
  "slate": "^0.117.2",
41
41
  "slate-dom": "^0.116.0",
42
- "ngx-tethys": "^21.0.0",
43
- "ng-codemirror": "^21.0.1",
42
+ "ngx-tethys": "^21.0.2",
43
+ "ng-codemirror": "^21.0.4",
44
44
  "lodash-es": "^4.17.21",
45
45
  "marked": "^12.0.2"
46
46
  },
@@ -114,6 +114,7 @@ interface ThePluginMenuItem {
114
114
  active?: (editor: Editor) => boolean | string;
115
115
  isDisabled?: (editor: Editor) => boolean;
116
116
  isHidden?: (editor: Editor) => boolean;
117
+ isDev?: boolean;
117
118
  removeKeywordsType?: 'character' | 'block';
118
119
  }
119
120
  interface ThePluginMenuGroup {