Upgrade angular material from 20 to 21.

This commit is contained in:
Florian THIERRY
2025-12-30 17:29:08 +01:00
parent db48f0b504
commit 01ef7c66b7
3 changed files with 18 additions and 19 deletions

View File

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