Skip to content

Commit

Permalink
Merge pull request #1855 from creative-commoners/pulls/3/js-minor-deps
Browse files Browse the repository at this point in the history
DEP Update JS dependencies
  • Loading branch information
GuySartorelli authored Nov 20, 2024
2 parents 883d6e0 + abcb699 commit 1222c65
Show file tree
Hide file tree
Showing 12 changed files with 1,560 additions and 1,483 deletions.
2 changes: 1 addition & 1 deletion client/dist/js/vendor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/styles/editor.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
body.mce-content-body a.ss-broken{background-color:#d40404;border:1px #bb0404 solid;color:#fff;padding:1px;text-decoration:underline}
body.mce-content-body a.ss-broken{background-color:#d40404;border:1px hsl(0,96.2962962963%,37.3529411765%) solid;color:#fff;padding:1px;text-decoration:underline}
4 changes: 4 additions & 0 deletions client/dist/tinymce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Fixed
- Upgraded dependencies. #TINY-11331
- Invalid HTML elements within an `svg` element are removed. #TINY-11331

## 6.8.4 - 2024-06-19

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion client/dist/tinymce/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinymce/tinymce",
"version": "6.8.4",
"version": "6.8.5",
"description": "Web based JavaScript HTML WYSIWYG editor control.",
"license": [
"MIT-only"
Expand Down
2 changes: 1 addition & 1 deletion client/dist/tinymce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinymce",
"version": "6.8.4",
"version": "6.8.5",
"repository": {
"type": "git",
"url": "https://github.com/tinymce/tinymce.git",
Expand Down
2 changes: 1 addition & 1 deletion client/dist/tinymce/themes/silver/theme.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/tinymce/themes/silver/theme.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/tinymce/tinymce.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/dist/tinymce/tinymce.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"detect-browser": "^5.3.0",
"es6-promise": "^4.2.8",
"events-polyfill": "^2.1.2",
"immutable": "^4.3.7",
"isomorphic-fetch": "^3.0.0",
"jquery": "^3.6.1",
"jquery-form": "^4.3.0",
Expand Down
3,020 changes: 1,546 additions & 1,474 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 1222c65

Please sign in to comment.