Skip to content

Commit

Permalink
fix: update lib package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
uzenith360 committed Jan 12, 2024
1 parent 14451bc commit 96b6eb7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions projects/ngx-navigation-animation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
"tag": "latest"
},
"peerDependencies": {
"@angular/animations": "^16.2.7",
"@angular/cdk": "^16.2.6",
"@angular/common": "^16.2.7",
"@angular/compiler": "^16.2.7",
"@angular/core": "^16.2.7",
"@angular/forms": "^16.2.7",
"@angular/material": "^16.2.6",
"@angular/platform-browser": "^16.2.7",
"@angular/platform-browser-dynamic": "^16.2.7",
"@angular/router": "^16.2.7",
"@angular/animations": "^17.0.9",
"@angular/cdk": "^17.0.5",
"@angular/common": "^17.0.9",
"@angular/compiler": "^17.0.9",
"@angular/core": "^17.0.9",
"@angular/forms": "^17.0.9",
"@angular/material": "^17.0.5",
"@angular/platform-browser": "^17.0.9",
"@angular/platform-browser-dynamic": "^17.0.9",
"@angular/router": "^17.0.9",
"rxjs": "~7.8.0"
},
"dependencies": {
Expand Down

0 comments on commit 96b6eb7

Please sign in to comment.