Skip to content

Commit

Permalink
Update to Angular 18 and made fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielShinj1 committed Jun 17, 2024
1 parent 6e47226 commit 64da1b9
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 35 deletions.
70 changes: 39 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"@angular/platform-browser-dynamic": "^18.0.3",
"@angular/router": "^18.0.3",
"@npmcli/package-json": "^5.2.0",
"bootstrap": "^5.1.3",
"bootstrap": "^5.3.3",
"chart.js": "^4.4.3",
"glob": "^10.4.1",
"ngx-bootstrap": "^8.0.0",
"ngx-bootstrap": "^12.0.0",
"ngx-mqtt": "^17.0.0",
"rxjs": "~7.4.0",
"tslib": "^2.3.0",
Expand All @@ -58,4 +58,4 @@
"overrides": {
"autoprefixer": "10.4.5"
}
}
}
2 changes: 1 addition & 1 deletion src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* You can add global styles to this file, and also import other style files */

@import 'colors';
@import '~bootstrap/scss/bootstrap';
@import 'bootstrap/scss/bootstrap';

$percentages: (
'5': 5%,
Expand Down

0 comments on commit 64da1b9

Please sign in to comment.