chore(deps): update Angular and related dependencies to latest versions

- Updated @angular/cdk from ^19.2.19 to ^21.2.8
- Updated @angular/fire from ^19.2.0 to ^21.0.0-rc.0
- Updated firebase from ^11.10.0 to ^12.12.1
- Updated rxjs from ~7.8.0 to ~7.8.2
- Updated tslib from ^2.3.0 to ^2.8.1
- Updated zone.js from ~0.15.0 to ~0.16.1
- Updated dev dependencies:
  - @types/jasmine from ~5.1.0 to ~6.0.0
  - angular-eslint from ^21.0.1 to ^21.3.1
  - jasmine-core from ~5.6.0 to ~5.13.0
  - karma from ~6.4.0 to ~6.4.4
  - karma-coverage from ~2.2.0 to ~2.2.1
  - karma-jasmine-html-reporter from ~2.1.0 to ~2.2.0
- Added postcss and uuid to overrides
This commit is contained in:
2026-04-28 21:14:35 +03:00
parent 03d7280e07
commit 8ae06e4122
2 changed files with 1702 additions and 2992 deletions
+1686 -2978
View File
File diff suppressed because it is too large Load Diff
+15 -13
View File
@@ -11,37 +11,39 @@
"private": true,
"dependencies": {
"@angular/animations": "^21.2.10",
"@angular/cdk": "^19.2.19",
"@angular/cdk": "^21.2.8",
"@angular/common": "^21.2.10",
"@angular/compiler": "^21.2.10",
"@angular/core": "^21.2.10",
"@angular/fire": "^19.2.0",
"@angular/fire": "^21.0.0-rc.0",
"@angular/forms": "^21.2.10",
"@angular/platform-browser": "^21.2.10",
"@angular/platform-browser-dynamic": "^21.2.10",
"@angular/router": "^21.2.10",
"bootstrap": "^5.3.8",
"firebase": "^11.10.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
"firebase": "^12.12.1",
"rxjs": "~7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^21.2.8",
"@angular/cli": "^21.2.8",
"@angular/compiler-cli": "^21.2.10",
"@types/jasmine": "~5.1.0",
"angular-eslint": "^21.0.1",
"jasmine-core": "~5.6.0",
"karma": "~6.4.0",
"@types/jasmine": "~6.0.0",
"angular-eslint": "^21.3.1",
"jasmine-core": "~5.13.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"karma-jasmine-html-reporter": "~2.2.0",
"typescript": "~5.9.3"
},
"overrides": {
"postcss": "^8.5.10",
"serialize-javascript": "^7.0.5",
"tar": "^7.5.11"
"tar": "^7.5.11",
"uuid": "^14.0.0"
}
}