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

Commit 0b80318

Browse files
Update angular monorepo
1 parent b588c31 commit 0b80318

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
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"

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
"@angular-eslint/eslint-plugin": "18.1.0",
88
"@angular-eslint/eslint-plugin-template": "18.1.0",
99
"@angular-eslint/template-parser": "18.1.0",
10-
"@angular/animations": "18.0.6",
10+
"@angular/animations": "18.2.0",
1111
"@angular/cli": "~18.0.0",
12-
"@angular/common": "18.0.6",
13-
"@angular/compiler": "18.0.6",
14-
"@angular/compiler-cli": "18.0.6",
15-
"@angular/core": "18.0.6",
16-
"@angular/forms": "18.0.6",
17-
"@angular/language-service": "18.0.6",
18-
"@angular/platform-browser": "18.0.6",
19-
"@angular/platform-browser-dynamic": "18.0.6",
20-
"@angular/router": "18.0.6",
12+
"@angular/common": "18.2.0",
13+
"@angular/compiler": "18.2.0",
14+
"@angular/compiler-cli": "18.2.0",
15+
"@angular/core": "18.2.0",
16+
"@angular/forms": "18.2.0",
17+
"@angular/language-service": "18.2.0",
18+
"@angular/platform-browser": "18.2.0",
19+
"@angular/platform-browser-dynamic": "18.2.0",
20+
"@angular/router": "18.2.0",
2121
"@nx/angular": "19.4.0",
2222
"@nx/cypress": "19.4.0",
2323
"@nx/eslint": "19.4.0",
@@ -60,7 +60,7 @@
6060
"ts-node": "^10.9.1",
6161
"tslib": "^2.3.0",
6262
"typescript": "5.4.5",
63-
"zone.js": "0.14.2"
63+
"zone.js": "0.15.0"
6464
},
6565
"husky": {
6666
"hooks": {

0 commit comments

Comments
 (0)