Skip to content

Commit

Permalink
Merge pull request #37 from punktDeForks/bugfix/neos82-compatibility
Browse files Browse the repository at this point in the history
BUGFIX: Prevent CKEditor from crashing in Neos 8.2
  • Loading branch information
mbiberger authored Jan 18, 2023
2 parents e3d8e4c + b21bbe4 commit ab8e58b
Show file tree
Hide file tree
Showing 4 changed files with 449 additions and 509 deletions.
3 changes: 2 additions & 1 deletion Resources/Private/JavaScript/CkStyles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
"watch": "neos-react-scripts watch"
},
"devDependencies": {
"@neos-project/neos-ui-extensibility": "*"
"@neos-project/neos-ui-extensibility": "^8.2.3"
},
"neos": {
"buildTargetDirectory": "../../../Public/JavaScript/CkStyles"
},
"dependencies": {
"@neos-project/build-essentials": "^8.2.3"
}
}
Loading

0 comments on commit ab8e58b

Please sign in to comment.