Skip to content

Commit

Permalink
chore: setup libs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rjvelazco committed Aug 27, 2024
1 parent 3b463c5 commit 6be364c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions core-web/libs/sdk/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
"name": "@dotcms/angular",
"version": "0.0.1-alpha.32",
"dependencies": {
"@tinymce/tinymce-angular": "^8.0.0",
"@dotcms/client": "0.0.1-alpha.32"
},
"peerDependencies": {
"@angular/common": "^17.1.0",
"@angular/core": "^17.1.0",
"@angular/router": "^17.1.0",
"@dotcms/client": "0.0.1-alpha.32",
"@tinymce/tinymce-angular": "^8.0.0",
"rxjs": "^7.8.0"
},
"allowedNonPeerDependencies": ["@tinymce/tinymce-angular"],
"description": "Official Angular Components library to render a dotCMS page.",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@tinymce/tinymce-react": "^5.1.1",
"@dotcms/client": "0.0.1-alpha.32",
"@dotcms/react": "0.0.1-alpha.32",
"@dotcms/experiments": "0.0.1-alpha.32",
Expand Down

0 comments on commit 6be364c

Please sign in to comment.