Skip to content

Commit

Permalink
fix: Update peer deps in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shhdharmen authored Aug 28, 2024
1 parent ebd25c3 commit 3c8f254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/ngxpert/avvvatars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"postpublish": "cpx package.json ../../../../../projects/ngxpert/avvvatars/ && cpx npm-shrinkwrap.json ../../../../../projects/ngxpert/avvvatars/"
},
"peerDependencies": {
"@angular/common": "^18.2.0",
"@angular/core": "^18.2.0"
"@angular/common": ">= 18.0.0",
"@angular/core": ">= 18.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit 3c8f254

Please sign in to comment.