Skip to content

Commit

Permalink
TASK: Upgrade ckeditor packages to version 42.0.2 and fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
3m5/frohberg committed Oct 24, 2024
1 parent 1d31726 commit 8360667
Show file tree
Hide file tree
Showing 3 changed files with 579 additions and 1,048 deletions.
30 changes: 15 additions & 15 deletions packages/neos-ui-ckeditor5-bindings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
"private": true,
"main": "./src/manifest.js",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "^42.0.0",
"@ckeditor/ckeditor5-basic-styles": "^42.0.0",
"@ckeditor/ckeditor5-core": "^42.0.0",
"@ckeditor/ckeditor5-editor-decoupled": "^42.0.0",
"@ckeditor/ckeditor5-engine": "^42.0.0",
"@ckeditor/ckeditor5-essentials": "^42.0.0",
"@ckeditor/ckeditor5-heading": "^42.0.0",
"@ckeditor/ckeditor5-link": "^42.0.0",
"@ckeditor/ckeditor5-list": "^42.0.0",
"@ckeditor/ckeditor5-paragraph": "^42.0.0",
"@ckeditor/ckeditor5-remove-format": "^42.0.0",
"@ckeditor/ckeditor5-table": "^42.0.0",
"@ckeditor/ckeditor5-typing": "^42.0.0",
"@ckeditor/ckeditor5-utils": "^42.0.0",
"@ckeditor/ckeditor5-widget": "^42.0.0",
"@ckeditor/ckeditor5-alignment": "^42.0.2",
"@ckeditor/ckeditor5-basic-styles": "^42.0.2",
"@ckeditor/ckeditor5-core": "^42.0.2",
"@ckeditor/ckeditor5-editor-decoupled": "^42.0.2",
"@ckeditor/ckeditor5-engine": "^42.0.2",
"@ckeditor/ckeditor5-essentials": "^42.0.2",
"@ckeditor/ckeditor5-heading": "^42.0.2",
"@ckeditor/ckeditor5-link": "^42.0.2",
"@ckeditor/ckeditor5-list": "^42.0.2",
"@ckeditor/ckeditor5-paragraph": "^42.0.2",
"@ckeditor/ckeditor5-remove-format": "^42.0.2",
"@ckeditor/ckeditor5-table": "^42.0.2",
"@ckeditor/ckeditor5-typing": "^42.0.2",
"@ckeditor/ckeditor5-utils": "^42.0.2",
"@ckeditor/ckeditor5-widget": "^42.0.2",
"@neos-project/neos-ui-decorators": "workspace:*",
"@neos-project/neos-ui-editors": "workspace:*",
"@neos-project/neos-ui-extensibility": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions packages/neos-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"typescript": "^4.6.4"
},
"dependencies": {
"@ckeditor/ckeditor5-highlight": "42.0.0",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@ckeditor/ckeditor5-highlight": "42.0.2",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@friendsofreactjs/react-css-themr": "~4.2.0",
"@neos-project/neos-ts-interfaces": "workspace:*",
"@neos-project/neos-ui-backend-connector": "workspace:*",
Expand Down
Loading

0 comments on commit 8360667

Please sign in to comment.