Skip to content

Commit

Permalink
chore(deps): Update angular peer deps (#5836)
Browse files Browse the repository at this point in the history
  • Loading branch information
esauerbo authored Sep 24, 2024
1 parent 3b10bdc commit cd4635a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/slimy-numbers-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@aws-amplify/ui-angular": patch
---

chore(deps): Update angular peer deps
6 changes: 3 additions & 3 deletions packages/angular/projects/ui-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
},
"peerDependencies": {
"@angular/core": ">= 14.0.0",
"aws-amplify": "^6.6.0"
"@angular/common": ">= 14.0.0",
"aws-amplify": "^6.6.0",
"rxjs": "^6.5.3 || ^7.4.0"
},
"dependencies": {
"@angular/common": "^14.3.0",
"@aws-amplify/ui": "6.6.0",
"nanoid": "3.1.31",
"rxjs": "^7.8.1",
"qrcode": "1.5.0",
"tslib": "^2.5.2",
"xstate": "^4.33.6"
Expand Down

0 comments on commit cd4635a

Please sign in to comment.