Skip to content

Commit

Permalink
DEP Update JS dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Nov 18, 2024
1 parent afc8105 commit e765acd
Show file tree
Hide file tree
Showing 12 changed files with 1,602 additions and 1,531 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.

50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,81 +38,81 @@
},
"homepage": "https://github.com/silverstripe/silverstripe-admin",
"dependencies": {
"@emotion/styled": "^11.10.5",
"@popperjs/core": "^2.11.6",
"@emotion/styled": "^11.13.0",
"@popperjs/core": "^2.11.8",
"bootstrap": "^4.6.2",
"chosen-js": "^1.8.7",
"classnames": "^2.3.2",
"core-js": "^3.26.0",
"classnames": "^2.5.1",
"core-js": "^3.39.0",
"debounce-promise": "^3.1.2",
"deep-equal": "^2.0.5",
"deep-equal": "^2.2.3",
"deep-freeze-strict": "^1.1.1",
"detect-browser": "^5.3.0",
"es6-promise": "^4.2.8",
"events-polyfill": "^2.1.2",
"isomorphic-fetch": "^3.0.0",
"jquery": "^3.6.1",
"jquery": "^3.7.1",
"jquery-form": "^4.3.0",
"jquery-sizes": "^0.33.0",
"lodash.debounce": "^4.0.8",
"lodash.escaperegexp": "^4.1.2",
"merge": "^2.1.1",
"modernizr": "^3.12.0",
"moment": "^2.29.4",
"modernizr": "^3.13.1",
"moment": "^2.30.1",
"page.js": "^4.13.3",
"prop-types": "^15.8.1",
"qs": "^6.11.0",
"react": "^18.2.0",
"qs": "^6.13.1",
"react": "^18.3.1",
"react-dnd": "^5.0.0",
"react-dnd-html5-backend": "^5.0.1",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"react-load-script": "^0.0.6",
"react-redux": "^8.0.4",
"react-router": "^6.7",
"react-router-dom": "^6.7",
"react-select": "^5.5.8",
"react-router": "^6.28.0",
"react-router-dom": "^6.28.0",
"react-select": "^5.8.3",
"reactstrap": "^8.9.0",
"redux": "^4.2.0",
"redux-form": "^8.3.8",
"redux-form": "^8.3.10",
"redux-thunk": "^2.4.1",
"remove-files-webpack-plugin": "^1.5.0",
"resize-observer-polyfill": "^1.5.1",
"tinymce": "^6.2.0",
"toposort": "^2.0.2",
"url": "^0.11.0",
"url": "^0.11.4",
"uuid": "^9.0.0",
"validator": "^13.12.0",
"webpack-sources": "^3.2.3"
},
"devDependencies": {
"@babel/runtime": "^7.20.0",
"@babel/runtime": "^7.26.0",
"@silverstripe/eslint-config": "^1.3.0",
"@silverstripe/webpack-config": "^3.0.0-alpha2",
"@storybook/addon-actions": "^7.0.18",
"@storybook/addon-controls": "^7.0.18",
"@storybook/addon-essentials": "^7.0.18",
"@storybook/addon-interactions": "^7.0.18",
"@storybook/addon-links": "^7.0.18",
"@storybook/addons": "^7.0.18",
"@storybook/addons": "^7.6.17",
"@storybook/blocks": "^7.0.18",
"@storybook/react": "^7.0.18",
"@storybook/react-webpack5": "^7.0.18",
"@storybook/testing-library": "^0.1.0",
"@testing-library/react": "^14.0.0",
"babel-jest": "^29.2.2",
"babel-jest": "^29.7.0",
"copy-webpack-plugin": "^11.0.0",
"fast-glob": "^3.2.12",
"fast-glob": "^3.3.2",
"html-loader": "^4.2.0",
"is-plain-object": "^5.0.0",
"jest-cli": "^29.2.2",
"jest-environment-jsdom": "^29.3.1",
"jest-cli": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"markdown-loader": "^8.0.0",
"mini-css-extract-plugin": "^2.7.6",
"mini-css-extract-plugin": "^2.9.2",
"node-dir": "^0.1.17",
"storybook": "^7.0.18",
"storybook-addon-jsx": "^7.3.14",
"webpack": "^5.74.0",
"webpack-cli": "^5.0.0"
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
"resolutions": {
"colors": "1.4.0"
Expand Down
3,061 changes: 1,564 additions & 1,497 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit e765acd

Please sign in to comment.