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"