Upgrade angular material from 19 to 20.

This commit is contained in:
Florian THIERRY
2025-12-30 17:23:54 +01:00
parent d5af25b798
commit 7397332293
4 changed files with 28 additions and 58 deletions

View File

@@ -18,12 +18,12 @@
"private": true,
"dependencies": {
"@angular/animations": "^20.3.15",
"@angular/cdk": "^19.2.19",
"@angular/cdk": "^20.2.14",
"@angular/common": "^20.3.15",
"@angular/compiler": "^20.3.15",
"@angular/core": "^20.3.15",
"@angular/forms": "^20.3.15",
"@angular/material": "^19.2.19",
"@angular/material": "^20.2.14",
"@angular/platform-browser": "^20.3.15",
"@angular/platform-browser-dynamic": "^20.3.15",
"@angular/router": "^20.3.15",