Skip to content

Commit ab8e58b

Browse files
authored
Merge pull request #37 from punktDeForks/bugfix/neos82-compatibility
BUGFIX: Prevent CKEditor from crashing in Neos 8.2
2 parents e3d8e4c + b21bbe4 commit ab8e58b

4 files changed

Lines changed: 449 additions & 509 deletions

File tree

Resources/Private/JavaScript/CkStyles/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
"watch": "neos-react-scripts watch"
88
},
99
"devDependencies": {
10-
"@neos-project/neos-ui-extensibility": "*"
10+
"@neos-project/neos-ui-extensibility": "^8.2.3"
1111
},
1212
"neos": {
1313
"buildTargetDirectory": "../../../Public/JavaScript/CkStyles"
1414
},
1515
"dependencies": {
16+
"@neos-project/build-essentials": "^8.2.3"
1617
}
1718
}

0 commit comments

Comments
 (0)