Updated packages and fixed problems caused by the update.

This commit is contained in:
Tomas Bures 2019-12-07 10:47:57 +01:00
parent cd2fdb9e23
commit 63a79ae36d
16 changed files with 584 additions and 339 deletions

View file

@ -2,8 +2,8 @@
import React from "react";
import {ACEEditor, AlignedRow, Dropdown, StaticField, TableSelect} from "../lib/form";
import 'brace/mode/text';
import 'brace/mode/html';
import 'ace-builds/src-noconflict/mode-text';
import 'ace-builds/src-noconflict/mode-html';
import {MosaicoHost} from "../lib/sandboxed-mosaico";
import {CKEditorHost} from "../lib/sandboxed-ckeditor";