Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TinyMCE 6 upgrade #307

Merged
merged 8 commits into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions news/307.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Update TinyMCE to version 6.
[petschki]
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plone.staticresources",
"version": "2.1.5",
"version": "2.2.0-alpha.1",
"description": "Static resources for Plone",
"repository": "[email protected]:plone/plone.staticresources.git",
"license": "BSD-3-Clause",
Expand All @@ -9,12 +9,12 @@
"stats": "NODE_ENV=production webpack --config webpack.config.js --json > stats.json"
},
"dependencies": {
"@plone/mockup": "5.1.5",
"@plone/mockup": "5.2.0-alpha.1",
"bootstrap-icons": "1.11.1",
"svg-country-flags": "git+https://github.com/hampusborgos/country-flags.git"
},
"devDependencies": {
"@patternslib/dev": "3.4.0",
"@patternslib/dev": "3.5.2",
"copy-webpack-plugin": "11.0.0"
},
"resolutions": {
Expand Down
36 changes: 33 additions & 3 deletions src/plone/staticresources/static/bundle-plone/bundle.min.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

Loading