Skip to content

Commit

Permalink
feat(clientApp): update ngx-bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelNinyo committed Jul 1, 2024
1 parent 1765a85 commit b835a04
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions src/Web/ClientApp/package-lock.json

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

9 changes: 4 additions & 5 deletions src/Web/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"@angular/platform-browser-dynamic": "^16.2.12",
"@angular/platform-server": "^16.2.12",
"@angular/router": "^16.2.12",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.0",
"bootstrap-icons": "^1.10.5",
"ngx-bootstrap": "10.2.0",
"jquery": "^3.6.4",
"@popperjs/core": "^2.11.8",
"ngx-bootstrap": "^11.0.2",
"run-script-os": "^1.1.6",
"rxjs": "~7.8.1",
"tslib": "^2.5.0",
Expand All @@ -51,6 +51,5 @@
"overrides": {
"autoprefixer": "10.4.5",
"webpack": "5.81.0"
},
"optionalDependencies": {}
}
}
}
1 change: 1 addition & 0 deletions src/Web/ClientApp/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ code {

/* Importing Bootstrap Icons SCSS file. */
@import "node_modules/bootstrap-icons/font/bootstrap-icons";

0 comments on commit b835a04

Please sign in to comment.