From cbbd8e748522ffc2e38ef27d6c6ea22a839e254e Mon Sep 17 00:00:00 2001 From: George Kalampokis Date: Fri, 11 Sep 2020 11:02:38 +0300 Subject: [PATCH] Fixed issues with tinyMCE --- dmp-frontend/angular.json | 5 ++--- dmp-frontend/package.json | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/dmp-frontend/angular.json b/dmp-frontend/angular.json index e3a5fc57b..e1f7ce661 100644 --- a/dmp-frontend/angular.json +++ b/dmp-frontend/angular.json @@ -19,9 +19,8 @@ "assets": [ "src/assets", "src/favicon.ico", - { "glob": "**/*", "input": "node_modules/tinymce/skins", "output": "/tinymce/skins/" }, - { "glob": "**/*", "input": "node_modules/tinymce/themes", "output": "/tinymce/themes/" }, - { "glob": "**/*", "input": "node_modules/tinymce/plugins", "output": "/tinymce/plugins/" } + { "glob": "**/*", "input": "node_modules/tinymce", "output": "/tinymce/" } + ], "styles": [ "src/styles.scss", diff --git a/dmp-frontend/package.json b/dmp-frontend/package.json index 07983c8b1..b88f87546 100644 --- a/dmp-frontend/package.json +++ b/dmp-frontend/package.json @@ -22,7 +22,7 @@ "@ngx-translate/core": "^11.0.1", "@ngx-translate/http-loader": "^4.0.0", "@swimlane/ngx-datatable": "^16.0.2", - "@tinymce/tinymce-angular": "^3.4.0", + "@tinymce/tinymce-angular": "^3.6.1", "@w11k/angular-sticky-things": "^1.1.2", "bootstrap": "^4.3.1", "cookieconsent": "^3.1.1", @@ -34,7 +34,7 @@ "ngx-cookieconsent": "^2.2.3", "ngx-guided-tour": "^1.1.10", "rxjs": "^6.3.2", - "tinymce": "^5.1.6", + "tinymce": "^5.4.2", "tslib": "^1.10.0", "web-animations-js": "^2.3.2", "zone.js": "~0.9.1"