Skip to content

Commit

Permalink
Bump bootstrap to latest version 5.2.3 (npm + module)
Browse files Browse the repository at this point in the history
  • Loading branch information
deining authored and chalin committed Jan 23, 2023
1 parent 4ba35a1 commit 236d113
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.12

require (
github.com/FortAwesome/Font-Awesome v0.0.0-20221115183454-96cafbd73ec4 // indirect
github.com/twbs/bootstrap v4.6.2+incompatible // indirect
github.com/twbs/bootstrap v5.2.3+incompatible // indirect
)
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ go 1.12
require (
github.com/FortAwesome/Font-Awesome v0.0.0-20221115183454-96cafbd73ec4 // indirect
github.com/google/docsy/dependencies v0.6.0 // indirect
github.com/twbs/bootstrap v4.6.2+incompatible // indirect
github.com/twbs/bootstrap v5.2.3+incompatible // indirect
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ github.com/google/docsy/dependencies v0.5.1-0.20221014161617-be5da07ecff1/go.mod
github.com/google/docsy/dependencies v0.5.1/go.mod h1:EDGc2znMbGUw0RW5kWwy2oGgLt0iVXBmoq4UOqstuNE=
github.com/twbs/bootstrap v4.6.2+incompatible h1:TDa+R51BTiy1wEHSYjmqDb8LxNl/zaEjAOpRE9Hwh/o=
github.com/twbs/bootstrap v4.6.2+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
github.com/twbs/bootstrap v5.2.3+incompatible h1:lOmsJx587qfF7/gE7Vv4FxEofegyJlEACeVV+Mt7cgc=
github.com/twbs/bootstrap v5.2.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@fortawesome/fontawesome-free": "6.2.1",
"bootstrap": "5.2.0"
"bootstrap": "5.2.3"
},
"devDependencies": {
"hugo-extended": "0.107.0"
Expand Down

0 comments on commit 236d113

Please sign in to comment.