Skip to content

Commit

Permalink
Upgrade Hugo and FontAwesome (#2129)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Nov 20, 2024
1 parent 97dadaa commit fed2d28
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ go 1.12
// AUTO-GENERATED using `npm run get:hugo-modules`

require (
github.com/FortAwesome/Font-Awesome v0.0.0-20240716171331-37eff7fa00de // indirect
github.com/FortAwesome/Font-Awesome v0.0.0-20241118213846-a03a91d68184 // indirect
github.com/twbs/bootstrap v5.3.3+incompatible // indirect
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/FortAwesome/Font-Awesome v0.0.0-20240716171331-37eff7fa00de h1:JvHOfdSqvArF+7cffH9oWU8oLhn6YFYI60Pms8M/6tI=
github.com/FortAwesome/Font-Awesome v0.0.0-20240716171331-37eff7fa00de/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
github.com/FortAwesome/Font-Awesome v0.0.0-20241118213846-a03a91d68184 h1:KVzLFRNE1Zfzx+cERAChVqALvzqnp0i4apZDe9DFauQ=
github.com/FortAwesome/Font-Awesome v0.0.0-20241118213846-a03a91d68184/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
github.com/twbs/bootstrap v5.3.3+incompatible h1:goFoqinzdHfkeegpFP7pvhbd0g+A3O2hbU3XCjuNrEQ=
github.com/twbs/bootstrap v5.3.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"update:pkgs": "npx npm-check-updates -u && npm run cd:docs update:pkgs"
},
"dependencies": {
"@fortawesome/fontawesome-free": "6.6.0",
"@fortawesome/fontawesome-free": "6.7.0",
"bootstrap": "5.3.3"
},
"devDependencies": {
"cpy-cli": "^5.0.0",
"hugo-extended": "0.138.0",
"hugo-extended": "0.139.0",
"prettier": "^3.3.3",
"netlify-cli": "^17.37.2",
"npm-check-updates": "^17.1.11"
Expand Down

0 comments on commit fed2d28

Please sign in to comment.