Skip to content

Commit

Permalink
fix: compatibility with CK5 v43
Browse files Browse the repository at this point in the history
Update exports in package.json and bump ckeditor5 and ckeditor5-dev-build-tools packages.

Taskid: 49655
  • Loading branch information
pszczesniak authored Aug 28, 2024
1 parent 4340eec commit 90132b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/ckeditor5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"type": "module",
"exports": {
".": "./src/plugin.js",
"./dist/*.css": "./dist/*.css",
"./dist/*": "./dist/*",
"./browser/*": null,
"./src/*": "./src/*",
"./theme/*": "./theme/*",
"./package.json": "./package.json"
Expand All @@ -50,10 +50,10 @@
"@wiris/mathtype-html-integration-devkit": "1.17.3"
},
"devDependencies": {
"@ckeditor/ckeditor5-dev-build-tools": "^40.2.0",
"ckeditor5": ">=42.0.0"
"@ckeditor/ckeditor5-dev-build-tools": "^42.0.0",
"ckeditor5": ">=43.0.0"
},
"peerDependencies": {
"ckeditor5": ">=42.0.0"
"ckeditor5": ">=43.0.0"
}
}

0 comments on commit 90132b5

Please sign in to comment.