We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d71fa commit 847dda4Copy full SHA for 847dda4
2 files changed
libs/ng-utils/package.json
@@ -20,8 +20,8 @@
20
"utilities"
21
],
22
"peerDependencies": {
23
- "@angular/common": ">= 12.0.0 < 16",
24
- "@angular/core": ">= 12.0.0 < 16"
+ "@angular/common": ">= 12.0.0 < 17",
+ "@angular/core": ">= 12.0.0 < 17"
25
},
26
"dependencies": {
27
"tslib": "^2.2.0"
libs/route-config/package.json
@@ -21,9 +21,9 @@
"route-config"
- "@angular/core": ">= 12.0.0 < 16",
- "@angular/router": ">= 12.0.0 < 16",
+ "@angular/core": ">= 12.0.0 < 17",
+ "@angular/router": ">= 12.0.0 < 17",
"rxjs": ">=7.0.0"
28
29
0 commit comments