Skip to content

Commit 89287ad

Browse files
committed
upgrade angular in progress
1 parent 5064a2c commit 89287ad

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

firewall-mon-app/package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firewall-mon-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
},
1515
"dependencies": {
1616
"@angular/animations": "~20.0.5",
17-
"@angular/cdk": "^19.2.15",
17+
"@angular/cdk": "^20.0.4",
1818
"@angular/common": "~20.0.5",
1919
"@angular/compiler": "~20.0.5",
2020
"@angular/core": "~20.0.5",
2121
"@angular/forms": "~20.0.5",
22-
"@angular/material": "^19.2.15",
22+
"@angular/material": "^20.0.4",
2323
"@angular/platform-browser": "~20.0.5",
2424
"@angular/platform-browser-dynamic": "~20.0.5",
2525
"@angular/router": "~20.0.5",

firewall-mon-app/src/styles.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/* You can add global styles to this file, and also import other style files */
22
@use '@angular/material' as mat;
33

4-
@include mat.core();
4+
@include mat.elevation-classes();
5+
@include mat.app-background();
56

67
html, body { height: 100%; }
78
body { margin: 0; }

0 commit comments

Comments
 (0)