[ACS-12441] update versions in projects

This commit is contained in:
Mykyta Maliarchuk
2026-09-14 13:48:11 +02:00
parent 14fe24bc4b
commit 3060a09dfc
2 changed files with 19 additions and 19 deletions
+8 -8
View File
@@ -3,14 +3,14 @@
"version": "0.0.1",
"license": "LGPL-3.0",
"peerDependencies": {
"@angular/animations": "^20.3.0",
"@angular/cdk": "^20.2.0",
"@angular/common": "^20.3.0",
"@angular/core": "^20.3.0",
"@angular/forms": "^20.3.0",
"@angular/material": "^20.2.0",
"@angular/platform-browser": "^20.3.0",
"@angular/router": "^20.3.0",
"@angular/animations": "^21.2.0",
"@angular/cdk": "^21.2.0",
"@angular/common": "^21.2.0",
"@angular/core": "^21.2.0",
"@angular/forms": "^21.2.0",
"@angular/material": "^21.2.0",
"@angular/platform-browser": "^21.2.0",
"@angular/router": "^21.2.0",
"@ngx-translate/core": "^17.0.0",
"rxjs": "^7.4.0",
"zone.js": "^0.14.0 || ^0.15.0"
+11 -11
View File
@@ -4,17 +4,17 @@
"license": "LGPL-3.0",
"scripts": {},
"peerDependencies": {
"@angular/animations": "^20.3.0",
"@angular/common": "^20.3.0",
"@angular/compiler": "^20.3.0",
"@angular/core": "^20.3.0",
"@angular/forms": "^20.3.0",
"@angular/material": "^20.2.0",
"@angular/platform-browser": "^20.3.0",
"@angular/router": "^20.3.0",
"@ngrx/effects": "^20.1.0",
"@ngrx/router-store": "^20.1.0",
"@ngrx/store": "^20.1.0",
"@angular/animations": "^21.2.0",
"@angular/common": "^21.2.0",
"@angular/compiler": "^21.2.0",
"@angular/core": "^21.2.0",
"@angular/forms": "^21.2.0",
"@angular/material": "^21.2.0",
"@angular/platform-browser": "^21.2.0",
"@angular/router": "^21.2.0",
"@ngrx/effects": "^21.1.0",
"@ngrx/router-store": "^21.1.0",
"@ngrx/store": "^21.1.0",
"@ngx-translate/core": "^17.0.0",
"rxjs": "^7.4.0",
"tslib": ">=2.0.0",