Skip to content

Commit

Permalink
Merge pull request #441 from ckeditor/ck/fix-deps
Browse files Browse the repository at this point in the history
Fix: Add missing `@ckeditor/ckeditor5-integrations-common` dependency.
  • Loading branch information
Mati365 authored Sep 17, 2024
2 parents cdea768 + d1deac6 commit af9077c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ckeditor/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"lib": {
"entryFile": "./index.ts"
},
"dest": "../../dist"
"dest": "../../dist",
"allowedNonPeerDependencies": ["@ckeditor/ckeditor5-integrations-common"]
}
3 changes: 3 additions & 0 deletions src/ckeditor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"ckeditor5",
"ckeditor 5"
],
"dependencies": {
"@ckeditor/ckeditor5-integrations-common": "^2.0.0"
},
"peerDependencies": {
"@angular/core": ">=16.0.0",
"@angular/common": ">=16.0.0",
Expand Down

0 comments on commit af9077c

Please sign in to comment.