Updated angular-material
All checks were successful
Gitea/swiss-client/pipeline/head This commit looks good

This commit is contained in:
2025-09-30 23:21:53 +02:00
parent 1dbc2f1ca9
commit edaffc82e4
3 changed files with 29 additions and 29 deletions

28
package-lock.json generated
View File

@@ -9,13 +9,13 @@
"version": "0.0.0",
"dependencies": {
"@angular/animations": "^20.3.2",
"@angular/cdk": "^20.2.0",
"@angular/cdk": "^20.2.5",
"@angular/common": "^20.3.2",
"@angular/compiler": "^20.3.2",
"@angular/core": "^20.3.2",
"@angular/forms": "^20.3.2",
"@angular/material": "^20.2.0",
"@angular/material-moment-adapter": "^20.2.0",
"@angular/material": "^20.2.5",
"@angular/material-moment-adapter": "^20.2.5",
"@angular/platform-browser": "^20.3.2",
"@angular/platform-browser-dynamic": "^20.3.2",
"@angular/platform-server": "^20.3.2",
@@ -463,9 +463,9 @@
}
},
"node_modules/@angular/cdk": {
"version": "20.2.0",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-20.2.0.tgz",
"integrity": "sha512-BZkhRMr3nEOHHCzEgKZM537G4aq0VAwoejhYn7oIvY0UU+arHKz+U7Gc44KH5GaAgVLojtJtkFXsArifzYUwzw==",
"version": "20.2.5",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-20.2.5.tgz",
"integrity": "sha512-1cpR/5jeKXLR1D+PsEvRn0QhSWD3/AjtbugJF5nlx/7L90YXhNFCmNAxAkdFKSn4YIDoPwMHgvOpS7yb51wohQ==",
"license": "MIT",
"dependencies": {
"parse5": "^8.0.0",
@@ -679,15 +679,15 @@
}
},
"node_modules/@angular/material": {
"version": "20.2.0",
"resolved": "https://registry.npmjs.org/@angular/material/-/material-20.2.0.tgz",
"integrity": "sha512-lwkV1VP7PkC/dhPRXLeYaNtPaIAOjI8/zfpkPnmxJuGA7t7hkngtTxmY+6gElDAtfnle9ZJulW4KndKGr3ng/g==",
"version": "20.2.5",
"resolved": "https://registry.npmjs.org/@angular/material/-/material-20.2.5.tgz",
"integrity": "sha512-zgmHqPykH3InEsVmNSpcVicXLWcYKHIt9Nv/J86K3NZDw4/IQgpfujnr7IotLwc9VpgI4Cl7Jbo95tFVFQAYmw==",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/cdk": "20.2.0",
"@angular/cdk": "20.2.5",
"@angular/common": "^20.0.0 || ^21.0.0",
"@angular/core": "^20.0.0 || ^21.0.0",
"@angular/forms": "^20.0.0 || ^21.0.0",
@@ -696,16 +696,16 @@
}
},
"node_modules/@angular/material-moment-adapter": {
"version": "20.2.0",
"resolved": "https://registry.npmjs.org/@angular/material-moment-adapter/-/material-moment-adapter-20.2.0.tgz",
"integrity": "sha512-JzzUp3ZHhKkK8SNMPaDf+YUfFmR27WGzm5W4dKGwyLlMk9rXcVY1icHslzsO6ndion6QUJkKBgihpcG5jxvhvg==",
"version": "20.2.5",
"resolved": "https://registry.npmjs.org/@angular/material-moment-adapter/-/material-moment-adapter-20.2.5.tgz",
"integrity": "sha512-d3unwWDlaleN82gf6EWTQxPrRp46OUIVr/5/lO1xscy5sINTZJcw2OxQikpKZvZiMb+obeKgjzUHiJuLqRJbmQ==",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/core": "^20.0.0 || ^21.0.0",
"@angular/material": "20.2.0",
"@angular/material": "20.2.5",
"moment": "^2.18.1"
}
},