Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Update angular monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent b588c31 commit b24c09b
Show file tree
Hide file tree
Showing 5 changed files with 207 additions and 204 deletions.
4 changes: 2 additions & 2 deletions libs/defer-queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"url": "https://github.com/Lotto24/angular/issues"
},
"peerDependencies": {
"@angular/common": "~17.0.7",
"@angular/core": "~17.0.7"
"@angular/common": "~17.0.7 || ~17.3.0",
"@angular/core": "~17.0.7 || ~17.3.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
4 changes: 2 additions & 2 deletions libs/imports-orchestrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"url": "https://github.com/Lotto24/angular/issues"
},
"peerDependencies": {
"@angular/common": "~15.2.0 || ~17.0.0",
"@angular/core": "~15.2.0 || ~17.0.0"
"@angular/common": "~15.2.0 || ~17.0.0 || ~17.3.0",
"@angular/core": "~15.2.0 || ~17.0.0 || ~17.3.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
4 changes: 2 additions & 2 deletions libs/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"url": "https://github.com/Lotto24/angular/issues"
},
"peerDependencies": {
"@angular/common": "~15.2.0 || ~17.0.0",
"@angular/core": "~15.2.0 || ~17.0.0"
"@angular/common": "~15.2.0 || ~17.0.0 || ~17.3.0",
"@angular/core": "~15.2.0 || ~17.0.0 || ~17.3.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
Loading

0 comments on commit b24c09b

Please sign in to comment.