Skip to content

Commit

Permalink
chore: update dependencies and replace Font Awesome script with CDN l…
Browse files Browse the repository at this point in the history
…inks
  • Loading branch information
LonoxX committed Feb 22, 2025
1 parent 779020a commit 162b4b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.0",
"html-webpack-plugin": "^5.6.3",
"style-loader": "^4.0.0",
"webpack": "^5.94.0",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
},
"devDependencies": {
"prettier": "3.4.2",
"webpack-dev-server": "^5.1.0"
"prettier": "3.5.1",
"webpack-dev-server": "^5.2.0"
}
}
6 changes: 3 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@

<!-- Styls -->
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />

<!-- Scripts -->
<script src="https://kit.fontawesome.com/39db239ed8.js" crossorigin="anonymous"></script>
<link href="https://cdn.r6roulette.de/fontawesome/releases/6.6.0/css/fontawesome.css" rel="stylesheet" />
<link href="https://cdn.r6roulette.de/fontawesome/releases/6.6.0/css/brands.css" rel="stylesheet" />
<link href="https://cdn.r6roulette.de/fontawesome/releases/6.6.0/css/solid.css" rel="stylesheet" />

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DL5K6TFENP"></script>
Expand Down

0 comments on commit 162b4b6

Please sign in to comment.