fix(frontend): align @angular/platform-browser-dynamic version to ^21.2.0

Fixed peer dependency conflict by updating @angular/platform-browser-dynamic
from ^20.0.7 to ^21.2.0 to match the rest of the Angular 21 packages.
This commit is contained in:
Bernhard Müller 2026-07-25 17:52:59 +02:00
parent 675c10b949
commit dac44dcb7d
2 changed files with 1076 additions and 3134 deletions

File diff suppressed because it is too large Load diff

View file

@ -19,7 +19,7 @@
"@angular/forms": "^21.2.0", "@angular/forms": "^21.2.0",
"@angular/material": "^21.2.12", "@angular/material": "^21.2.12",
"@angular/platform-browser": "^21.2.0", "@angular/platform-browser": "^21.2.0",
"@angular/platform-browser-dynamic": "^20.0.7", "@angular/platform-browser-dynamic": "^21.2.0",
"@angular/router": "^21.2.0", "@angular/router": "^21.2.0",
"@tailwindcss/postcss": "^4.3.0", "@tailwindcss/postcss": "^4.3.0",
"echarts": "^6.1.0", "echarts": "^6.1.0",