chore(deps): ➖ Rimosse dipendenze non più utilizzate
This commit is contained in:
parent
165753253a
commit
c037fc7933
|
@ -20,9 +20,7 @@
|
|||
"@maicol07/inertia-mithril": "^0.4.0",
|
||||
"@maicol07/mwc-card": "^0.25.2",
|
||||
"@maicol07/mwc-layout-grid": "^0.25.3",
|
||||
"@material/card": "^13.0.0",
|
||||
"@material/data-table": "^13.0.0",
|
||||
"@material/layout-grid": "^13.0.0",
|
||||
"@material/mwc-button": "^0.25.3",
|
||||
"@material/mwc-checkbox": "^0.25.3",
|
||||
"@material/mwc-circular-progress": "^0.25.3",
|
||||
|
|
|
@ -18,9 +18,7 @@ specifiers:
|
|||
'@maicol07/inertia-mithril': ^0.4.0
|
||||
'@maicol07/mwc-card': ^0.25.2
|
||||
'@maicol07/mwc-layout-grid': ^0.25.3
|
||||
'@material/card': ^13.0.0
|
||||
'@material/data-table': ^13.0.0
|
||||
'@material/layout-grid': ^13.0.0
|
||||
'@material/mwc-button': ^0.25.3
|
||||
'@material/mwc-checkbox': ^0.25.3
|
||||
'@material/mwc-circular-progress': ^0.25.3
|
||||
|
@ -103,9 +101,7 @@ dependencies:
|
|||
'@maicol07/inertia-mithril': 0.4.0_mithril@2.0.4
|
||||
'@maicol07/mwc-card': 0.25.2
|
||||
'@maicol07/mwc-layout-grid': 0.25.3
|
||||
'@material/card': 13.0.0
|
||||
'@material/data-table': 13.0.0
|
||||
'@material/layout-grid': 13.0.0
|
||||
'@material/mwc-button': 0.25.3
|
||||
'@material/mwc-checkbox': 0.25.3
|
||||
'@material/mwc-circular-progress': 0.25.3
|
||||
|
|
|
@ -4,14 +4,11 @@
|
|||
$primary: variables.$primary,
|
||||
$secondary: variables.$secondary
|
||||
);
|
||||
@use "@material/card";
|
||||
@use "@material/layout-grid/mdc-layout-grid";
|
||||
@use "@material/data-table/data-table";
|
||||
@use "@material/typography";
|
||||
|
||||
@import "include-media/dist/include-media";
|
||||
|
||||
@include card.core-styles;
|
||||
@include data-table.core-styles;
|
||||
@include data-table.theme-baseline;
|
||||
@include typography.core-styles;
|
||||
|
|
Loading…
Reference in New Issue