Release Notes / Version 11.2310
Table Of ContentsJangaroo, TypeScript and ESLint were upgraded to a new major version to support pure ESM packages within the studio-client. This upgrade was necessary in an AMP version to support the latest CKEditor 5 version which now comes as pure ESM package.
For this all package dependencies in the studio-client have been updated. Make sure to do the same as well for every additional package in the studio-client workspace:
@jangaroo/ext-ts to “^1.1.0“
remaining @jangaroo/* to “^2.0.0“
typescript to “^5.3.3”
eslint to “^8.56.0”
(CMS-24183)