Skip to content

Commit a5b375d

Browse files
committed
feat(angular): upgrading dependencies
1 parent cfb0fac commit a5b375d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

libs/components/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"tslib": "^2.5.0"
1919
},
2020
"peerDependencies": {
21-
"@angular/animations": "^20.0.0",
22-
"@angular/cdk": "^20.0.0",
23-
"@angular/common": "^20.0.0",
24-
"@angular/core": "^20.0.0",
25-
"@angular/forms": "^20.0.0",
26-
"@angular/router": "^20.0.0",
21+
"@angular/animations": "^21.0.0",
22+
"@angular/cdk": "^21.0.0",
23+
"@angular/common": "^21.0.0",
24+
"@angular/core": "^21.0.0",
25+
"@angular/forms": "^21.0.0",
26+
"@angular/router": "^21.0.0",
2727
"@shiftcode/logger": "^3.0.0",
2828
"@shiftcode/ngx-core": "^12.0.0 || ^12.1.0-pr61",
2929
"rxjs": "^6.5.3 || ^7.4.0"

libs/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"tslib": "^2.5.0"
2020
},
2121
"peerDependencies": {
22-
"@angular/common": "^20.0.0",
23-
"@angular/core": "^20.0.0",
24-
"@angular/platform-browser": "^20.0.0",
25-
"@angular/router": "^20.0.0",
22+
"@angular/common": "^21.0.0",
23+
"@angular/core": "^21.0.0",
24+
"@angular/platform-browser": "^21.0.0",
25+
"@angular/router": "^21.0.0",
2626
"@shiftcode/logger": "^3.0.0",
2727
"@shiftcode/utilities": "^4.0.0",
2828
"rxjs": "^6.5.3 || ^7.4.0"

0 commit comments

Comments
 (0)