Skip to content

Commit

Permalink
fix(sdk): Angular SDK versioning (#30305)
Browse files Browse the repository at this point in the history
### Proposed Changes
* Fix `peerDependecies` version issue

### Checklist
- [ ] Tests
- [ ] Translations
- [ ] Security Implications Contemplated (add notes if applicable)

### Additional Info
** any additional useful context or info **

### Screenshots
Original             |  Updated
:-------------------------:|:-------------------------:
** original screenshot **  |  ** updated screenshot **
  • Loading branch information
fmontes authored Oct 9, 2024
1 parent 72dacf7 commit 9532440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core-web/libs/sdk/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.1-alpha.38",
"peerDependencies": {
"@angular/common": ">=17.0.0",
"@angular/core": "=>17.0.0",
"@angular/router": "=>17.0.0",
"@angular/core": ">=17.0.0",
"@angular/router": ">=17.0.0",
"@dotcms/client": "latest",
"@tinymce/tinymce-angular": "^8.0.0",
"rxjs": ">=7.0.0"
Expand Down

0 comments on commit 9532440

Please sign in to comment.