Skip to content

Commit

Permalink
Bump tinymce from 6.8.3 to 7.1.1 (#1262)
Browse files Browse the repository at this point in the history
* Bump tinymce from 6.8.3 to 7.1.1

Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) from 6.8.3 to 7.1.1.
- [Changelog](https://github.com/tinymce/tinymce/blob/main/modules/tinymce/CHANGELOG.md)
- [Commits](https://github.com/tinymce/tinymce/commits/7.1.1/modules/tinymce)

---
updated-dependencies:
- dependency-name: tinymce
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* license key

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jan Staněk <jan@jstanek.cz>
  • Loading branch information
dependabot[bot] and jan-stanek committed May 27, 2024
1 parent 605bdb4 commit c010130
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions app/assets/admin/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ tinymce.init({
paste_auto_cleanup_on_paste: true,
convert_urls : false,
relative_urls: false,
license_key: 'gpl',
});

tinymce.init({
Expand All @@ -48,6 +49,7 @@ tinymce.init({
convert_urls : false,
relative_urls: false,
block_formats: 'Paragraph=p;Heading 3=h3;Heading 4=h4;Heading 5=h5;Heading 6=h6;Preformatted=pre',
license_key: 'gpl',
});

// generování slugu
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"nette-forms": "^3.3.6",
"popper.js": "^1.16.1",
"slugify": "^1.6.6",
"tinymce": "^6.8.3",
"tinymce": "^7.1.1",
"tinymce-i18n": "^24.3.11",
"ublaboo-datagrid": "^6.9.1",
"vue-axios": "^3.4.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1747,10 +1747,10 @@ tinymce-i18n@^24.3.11:
resolved "https://registry.yarnpkg.com/tinymce-i18n/-/tinymce-i18n-24.3.11.tgz#499c1c9118dc3d79f294182c0de9da8123c1c7ce"
integrity sha512-FH2TSbFwGi2sBejiwT5j+YPlCZ/UDtiWlh/IhcjfExEnYq10eZthTe8n1upk4zl6ICNOr9d37RHkAysM5d8ceg==

tinymce@^6.8.3:
version "6.8.3"
resolved "https://registry.yarnpkg.com/tinymce/-/tinymce-6.8.3.tgz#0025a4aaa4c24dc2a3e32e83dfda705d196fd802"
integrity sha512-3fCHKAeqT+xNwBVESf6iDbDV0VNwZNmfrkx9c/6Gz5iB8piMfaO6s7FvoiTrj1hf1gVbfyLTnz1DooI6DhgINQ==
tinymce@^7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/tinymce/-/tinymce-7.1.1.tgz#63cd62c0288bdbddb854b3565387c8d7dec14be4"
integrity sha512-QQJKsEiM+jUfrlxNivuVUiv1jsHv4a27rub4oqajtsYQ4mFukN3hkWQrZnzVNtnPOIUsOGU2Ycem0DnEU/JKcA==

to-fast-properties@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit c010130

Please sign in to comment.