Skip to content

Commit

Permalink
fix: upgrade angular core to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
uzenith360 committed Nov 4, 2024
1 parent cb68c18 commit eef1a1b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions projects/ngx-error-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
"tag": "latest"
},
"peerDependencies": {
"@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"
"@angular/animations": "^18.2.10",
"@angular/cdk": "^18.2.11",
"@angular/common": "^18.2.10",
"@angular/compiler": "^18.2.10",
"@angular/core": "^18.2.10",
"@angular/forms": "^18.2.10",
"@angular/material": "^18.2.11",
"@angular/platform-browser": "^18.2.10",
"@angular/platform-browser-dynamic": "^18.2.10",
"@angular/router": "^18.2.10"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit eef1a1b

Please sign in to comment.