Skip to content

Commit

Permalink
Merge pull request #69 from neuroglia-io/fix-68-bootstrap-update
Browse files Browse the repository at this point in the history
Updated Bootstrap to v5.3.3 in the Dashboard
  • Loading branch information
cdavernas authored Sep 27, 2024
2 parents 18f716f + efcaafd commit c1e4d5c
Show file tree
Hide file tree
Showing 62 changed files with 2,141 additions and 13,467 deletions.
16 changes: 8 additions & 8 deletions src/dashboard/CloudStreams.Dashboard/libman.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"libraries": [
{
"provider": "jsdelivr",
"library": "[email protected].0-alpha1",
"library": "[email protected].3",
"destination": "wwwroot/lib/bootstrap/",
"files": [
"scss/forms/_floating-labels.scss",
Expand All @@ -19,6 +19,8 @@
"scss/helpers/_clearfix.scss",
"scss/helpers/_color-bg.scss",
"scss/helpers/_colored-links.scss",
"scss/helpers/_focus-ring.scss",
"scss/helpers/_icon-link.scss",
"scss/helpers/_position.scss",
"scss/helpers/_ratio.scss",
"scss/helpers/_stacks.scss",
Expand Down Expand Up @@ -97,21 +99,19 @@
"scss/_utilities.scss",
"scss/_variables-dark.scss",
"scss/_variables.scss",
"dist/js/bootstrap.bundle.js",
"dist/js/bootstrap.bundle.js.map",
"dist/js/bootstrap.bundle.min.js",
"LICENSE",
"dist/js/bootstrap.bundle.min.js.map",
"dist/js/bootstrap.bundle.min.js",
"dist/js/bootstrap.bundle.js.map",
"dist/js/bootstrap.bundle.js",
"dist/js/bootstrap.esm.js",
"dist/js/bootstrap.esm.js.map",
"dist/js/bootstrap.esm.min.js",
"dist/js/bootstrap.esm.min.js.map",
"dist/js/bootstrap.js",
"dist/js/bootstrap.js.map",
"dist/js/bootstrap.min.js",
"dist/js/bootstrap.min.js.map",
"README.md",
"LICENSE",
"package.json"
"dist/js/bootstrap.min.js.map"
]
},
{
Expand Down
Loading

0 comments on commit c1e4d5c

Please sign in to comment.