Skip to content

Commit

Permalink
Merge pull request #1442 from plone/maintenance
Browse files Browse the repository at this point in the history
Update `TinyMCE = 7.7.0`
  • Loading branch information
petschki authored Mar 4, 2025
2 parents a6899b9 + 4221a62 commit 5ec0640
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependenciesComments": {
"backbone": "Dependency moved to devDependencies since it requests oudated versions Underscore. Not fixing this dependencies in other bundles would make use paginator those outdated dependencies and result in a broken structure pattern.",
"backbone.paginator": "Dependency moved to devDependencies since it requests oudated versions Underscore. Not fixing this dependencies in other bundles would make use paginator those outdated dependencies and result in a broken structure pattern.",
"nwsapi": "Since version 2.2.3 some selectors do not work anymore. See https://github.com/dperini/nwsapi/issues/83"
"nwsapi": "Since version 2.2.14 some selectors do not work anymore. See https://github.com/dperini/nwsapi/issues/83"
},
"dependencies": {
"@11ty/eleventy-upgrade-help": "2",
Expand Down Expand Up @@ -41,8 +41,8 @@
"js-cookie": "^3.0.5",
"select2": "git+https://github.com/ivaynberg/select2.git#3.5.4",
"sortablejs": "^1.15.6",
"tinymce": "7.6.1",
"tinymce-i18n": "24.12.30",
"tinymce": "7.7.0",
"tinymce-i18n": "25.2.3",
"underscore": "^1.13.7"
},
"devDependencies": {
Expand Down Expand Up @@ -80,7 +80,7 @@
"datatables.net-select": "<1.5",
"datatables.net-select-bs5": "<1.5",
"jquery": "3.7.1",
"nwsapi": "2.2.12",
"nwsapi": "2.2.13",
"sass": "~1.77.8",
"underscore": "1.13.7"
},
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7422,10 +7422,10 @@ nunjucks@^3.2.3:
asap "^2.0.3"
commander "^5.1.0"

[email protected].12, nwsapi@^2.2.2:
version "2.2.12"
resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.12.tgz#fb6af5c0ec35b27b4581eb3bbad34ec9e5c696f8"
integrity sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==
[email protected].13, nwsapi@^2.2.2:
version "2.2.13"
resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.13.tgz#e56b4e98960e7a040e5474536587e599c4ff4655"
integrity sha512-cTGB9ptp9dY9A5VbMSe7fQBcl/tt22Vcqdq8+eN93rblOuE0aCFu4aZ2vMwct/2t+lFnosm8RkQW1I0Omb1UtQ==

object-assign@^4.0.1, object-assign@^4.1.1:
version "4.1.1"
Expand Down Expand Up @@ -9402,15 +9402,15 @@ tinyexec@^0.3.0:
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.2.tgz#941794e657a85e496577995c6eef66f53f42b3d2"
integrity sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==

tinymce-i18n@24.12.30:
version "24.12.30"
resolved "https://registry.yarnpkg.com/tinymce-i18n/-/tinymce-i18n-24.12.30.tgz#33b9d78f10a834d19b373504a2bf13b98e6a8ba2"
integrity sha512-OOtJfr9plrXT5fuvCEXJ56QFKyFPCaaVcalj0UgJGv2AK8PNWhDVqzPef6MPlBkvVA1qgrZb7ZvfJC63wmkWjg==
tinymce-i18n@25.2.3:
version "25.2.3"
resolved "https://registry.yarnpkg.com/tinymce-i18n/-/tinymce-i18n-25.2.3.tgz#49a993c5c3a030bc373cb8fa2042e7b863cf6a2c"
integrity sha512-V6+WGEtntWqV2jjlqhnlS5R6yCcW75iH1cLxtodci35ugKZxrWIdno9r1543760Lv7LNmBdgcqYL113Haz8QyQ==

tinymce@7.6.1:
version "7.6.1"
resolved "https://registry.yarnpkg.com/tinymce/-/tinymce-7.6.1.tgz#f35990f6e9c2f90220939f545ac032e3d9301b05"
integrity sha512-5cHhaAoyyTHfAVTInNfoSp0KkUHmeVUbGSu37QKQbOFIPqxYPhqBiaLm1WVLgoNBYOHRProVc3xzxnNTeWHyoQ==
tinymce@7.7.0:
version "7.7.0"
resolved "https://registry.yarnpkg.com/tinymce/-/tinymce-7.7.0.tgz#4630c24d6696c58a43a9f5ba131ab331d6feb497"
integrity sha512-zDFPXeje5fQIxuYzv9fE6YmjFBQmeB9SU+85ofizIHqCCkbBnDdEWhD5R8rBu9MwdjIQP3aNohgGe9D6JOhNaw==

tippy.js@^6.3.7:
version "6.3.7"
Expand Down

0 comments on commit 5ec0640

Please sign in to comment.