Skip to content

Commit

Permalink
Downgrade tinymce to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminCharmes committed Dec 10, 2024
1 parent dbbf48a commit 7bb9e9f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"qrcode-vue3": "^1.7.1",
"redis": "^4.7.0",
"stream-browserify": "^3.0.0",
"tinymce": "^7.5.1",
"tinymce": "5",
"vue": "^3.5.13",
"vue-qrcode-reader": "^5.5.11",
"vue-router": "^4.5.0",
Expand Down
4 changes: 1 addition & 3 deletions webapp/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ import "tinymce/themes/silver";
import "tinymce/skins/ui/oxide/skin.min.css";
import "tinymce/skins/ui/oxide/content.min.css";
import "tinymce/skins/content/default/content.min.css";
//! Didn't manage to make /hr work, can't understand why
// import "tinymce/plugins/hr";
//!
import "tinymce/plugins/hr";
import "tinymce/plugins/image";
import "tinymce/plugins/link";
import "tinymce/plugins/lists";
Expand Down
8 changes: 4 additions & 4 deletions webapp/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3874,10 +3874,10 @@ tinyexec@^0.3.0:
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.1.tgz#0ab0daf93b43e2c211212396bdb836b468c97c98"
integrity sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==

tinymce@^7.5.1:
version "7.5.1"
resolved "https://registry.yarnpkg.com/tinymce/-/tinymce-7.5.1.tgz#4c207ab930d3a073bf851ddd3a8aa44d8d94d7bd"
integrity sha512-GRXJUB0BEIOUHUEC+q9IjsgWGIAQ4Tn5t5hfpB/YR7No3oPgKHG03v1d3nbov9aqdyVW7Be+UD4I3ZerQG30VQ==
tinymce@5:
version "5.10.9"
resolved "https://registry.yarnpkg.com/tinymce/-/tinymce-5.10.9.tgz#1dfacb3231c71a688d90ff44a0b3f2e91b3b9edf"
integrity sha512-5bkrors87X9LhYX2xq8GgPHrIgJYHl87YNs+kBcjQ5I3CiUgzo/vFcGvT3MZQ9QHsEeYMhYO6a5CLGGffR8hMg==

tldts-core@^6.1.65:
version "6.1.65"
Expand Down

0 comments on commit 7bb9e9f

Please sign in to comment.