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

Commit f98d81b

Browse files
Update angular monorepo
1 parent b588c31 commit f98d81b

File tree

5 files changed

+183
-158
lines changed

5 files changed

+183
-158
lines changed

libs/defer-queue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"url": "https://github.com/Lotto24/angular/issues"
2727
},
2828
"peerDependencies": {
29-
"@angular/common": "~17.0.7",
30-
"@angular/core": "~17.0.7"
29+
"@angular/common": "~17.0.7 || ~17.3.0",
30+
"@angular/core": "~17.0.7 || ~17.3.0"
3131
},
3232
"dependencies": {
3333
"tslib": "^2.3.0"

libs/imports-orchestrator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"url": "https://github.com/Lotto24/angular/issues"
2525
},
2626
"peerDependencies": {
27-
"@angular/common": "~15.2.0 || ~17.0.0",
28-
"@angular/core": "~15.2.0 || ~17.0.0"
27+
"@angular/common": "~15.2.0 || ~17.0.0 || ~17.3.0",
28+
"@angular/core": "~15.2.0 || ~17.0.0 || ~17.3.0"
2929
},
3030
"dependencies": {
3131
"tslib": "^2.3.0"

libs/util/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"url": "https://github.com/Lotto24/angular/issues"
1818
},
1919
"peerDependencies": {
20-
"@angular/common": "~15.2.0 || ~17.0.0",
21-
"@angular/core": "~15.2.0 || ~17.0.0"
20+
"@angular/common": "~15.2.0 || ~17.0.0 || ~17.3.0",
21+
"@angular/core": "~15.2.0 || ~17.0.0 || ~17.3.0"
2222
},
2323
"dependencies": {
2424
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)