Skip to content

Commit

Permalink
fix: update angular requirements to allow angular 16 (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
honzikec authored Aug 30, 2023
1 parent b2d71fa commit 847dda4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions libs/ng-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"utilities"
],
"peerDependencies": {
"@angular/common": ">= 12.0.0 < 16",
"@angular/core": ">= 12.0.0 < 16"
"@angular/common": ">= 12.0.0 < 17",
"@angular/core": ">= 12.0.0 < 17"
},
"dependencies": {
"tslib": "^2.2.0"
Expand Down
6 changes: 3 additions & 3 deletions libs/route-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"route-config"
],
"peerDependencies": {
"@angular/common": ">= 12.0.0 < 16",
"@angular/core": ">= 12.0.0 < 16",
"@angular/router": ">= 12.0.0 < 16",
"@angular/common": ">= 12.0.0 < 17",
"@angular/core": ">= 12.0.0 < 17",
"@angular/router": ">= 12.0.0 < 17",
"rxjs": ">=7.0.0"
},
"dependencies": {
Expand Down

0 comments on commit 847dda4

Please sign in to comment.