Skip to content

Commit

Permalink
feat: Update Bootstrap version to 5.3.3 + Update frontend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SakuraIsayeki committed Sep 8, 2024
1 parent b705cef commit 3616e74
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 12,263 deletions.
2 changes: 1 addition & 1 deletion src/YumeChan.NetRunner/Pages/_Host.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<meta name="msapplication-TileColor" content="#111111">
<meta name="theme-color" content="#111111">

<link rel="stylesheet" href="/css/bootstrap/bootstrap.min.css" />
<link rel="stylesheet" href="/lib/bootswatch/dist/darkly/bootstrap.min.css" />
<link rel="stylesheet" href="/lib/bootstrap-icons/font/bootstrap-icons.min.css" />
<link rel="stylesheet" href="/css/site.css" />
<link rel="stylesheet" href="/YumeChan.NetRunner.styles.css" />
Expand Down
20 changes: 14 additions & 6 deletions src/YumeChan.NetRunner/libman.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,39 @@
"defaultProvider": "jsdelivr",
"libraries": [
{
"library": "bootstrap@5.0.1",
"library": "bootstrap@5.3.3",
"destination": "wwwroot/lib/bootstrap/"
},
{
"library": "@popperjs/[email protected]",
"library": "[email protected]",
"destination": "wwwroot/lib/bootswatch/",
"files": [
"dist/darkly/bootstrap.min.css",
"dist/darkly/bootstrap.min.css.map"
]
},
{
"library": "@popperjs/[email protected]",
"destination": "wwwroot/lib/popperjs/core/"
},
{
"library": "[email protected]",
"destination": "wwwroot/lib/bootstrap-icons/"
},
{
"library": "jquery@3.6.0",
"library": "jquery@3.7.1",
"destination": "wwwroot/lib/jquery/"
},
{
"library": "@types/bootstrap@5.0.16",
"library": "@types/bootstrap@5.2.10",
"destination": "wwwroot/lib/types/bootstrap/"
},
{
"library": "@types/[email protected].5",
"library": "@types/[email protected].30",
"destination": "wwwroot/lib/types/jquery/"
},
{
"library": "@types/[email protected].3",
"library": "@types/[email protected].8",
"destination": "wwwroot/lib/types/sizzle/"
}
]
Expand Down
Loading

0 comments on commit 3616e74

Please sign in to comment.