Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #82 from marcreichel/fix/peer-dependencies
Browse files Browse the repository at this point in the history
🐛 Fix peer dependency versions
  • Loading branch information
marcreichel authored Jul 28, 2023
2 parents bb5e7a4 + 27612f0 commit 50a454c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/angular-carousel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"license": "MIT",
"peerDependencies": {
"@angular/common": "^12.0.0",
"@angular/core": "^12.0.0"
"@angular/common": "^16.1.7",
"@angular/core": "^16.1.7"
},
"dependencies": {
"tslib": "^2.2.0"
Expand Down

0 comments on commit 50a454c

Please sign in to comment.