Skip to content

Commit

Permalink
Update angular monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent ae33d68 commit 433caff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"uuid": "3.3.2",
"web-animations-js": "^2.3.2",
"yargs-parser": "^20.2.7",
"zone.js": "~0.14.4"
"zone.js": "~0.15.0"
},
"peerDependencies": {
"@types/express": "^4.17.21",
Expand All @@ -116,7 +116,7 @@
"@angular/animations": "~17.3.6",
"@angular/cdk": "^16.1.6",
"@angular/cli": "17.3.6",
"@angular/common": "17.3.6",
"@angular/common": "17.3.12",
"@angular/compiler": "~17.3.6",
"@angular/compiler-cli": "~17.3.6",
"@angular/core": "^17.3.6",
Expand Down
2 changes: 1 addition & 1 deletion projects/fee-register-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "~16.1.6",
"@angular/common": "~16.1.6 || ~16.2.0",
"@angular/core": "^16.2.7",
"ngx-pagination": "6.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion projects/view-payment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "~16.1.6",
"@angular/common": "~16.1.6 || ~16.2.0",
"@angular/core": "^16.2.7"
}
}

0 comments on commit 433caff

Please sign in to comment.