Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps Update dependency hugo-extended to ^0.123.0 #264

Merged
merged 3 commits into from
Feb 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions website/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2 // indirect
github.com/defenseunicorns/defense-unicorns-hugo-theme v0.3.10 // indirect
github.com/defenseunicorns/defense-unicorns-hugo-theme/dependencies v0.3.10 // indirect
github.com/twbs/bootstrap v5.3.2+incompatible // indirect
github.com/defenseunicorns/defense-unicorns-hugo-theme v0.3.13 // indirect
github.com/defenseunicorns/defense-unicorns-hugo-theme/dependencies v0.3.13 // indirect
github.com/twbs/bootstrap v5.3.3+incompatible // indirect
)
12 changes: 6 additions & 6 deletions website/go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2 h1:Uv1z5EqCfmiK4IHUwT0m3h/u/WCk+kpRfxvAZhpC7Gc=
github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
github.com/defenseunicorns/defense-unicorns-hugo-theme v0.3.10 h1:YoqWtaUhHa5xNy80KlB0jmO0/k8FnzM/Zt+P/6QDxb4=
github.com/defenseunicorns/defense-unicorns-hugo-theme v0.3.10/go.mod h1:dpZmIHb64VwZ77ii3h1gVD7agMqCON1CrtwtYeq3u1A=
github.com/defenseunicorns/defense-unicorns-hugo-theme/dependencies v0.3.10 h1:Eek96BCCWS3gXOttUfRKlNFcqUbSMeORW+5IJR55G78=
github.com/defenseunicorns/defense-unicorns-hugo-theme/dependencies v0.3.10/go.mod h1:zQT7gnRyPnVCNxREasYkyewPJLhemxlOGZhbu+9mcfQ=
github.com/twbs/bootstrap v5.3.2+incompatible h1:tuiO5acc6xnZUR77Sbi5aKWXxjYxbmsSbJwYrhAKoQQ=
github.com/twbs/bootstrap v5.3.2+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
github.com/defenseunicorns/defense-unicorns-hugo-theme v0.3.13 h1:BSSCGYBpCprdn6r1VlvYqSSiwsYG+nHeFn8NXFX8l5I=
github.com/defenseunicorns/defense-unicorns-hugo-theme v0.3.13/go.mod h1:ECv3qWFAgibD1pTGo+H7kRBrYcqogEB1qV/fTzVpYmI=
github.com/defenseunicorns/defense-unicorns-hugo-theme/dependencies v0.3.13 h1:i4CbyH5EW2xpcD+e+iLt3o2/buRXw2EK4Y+0UOCpBFo=
github.com/defenseunicorns/defense-unicorns-hugo-theme/dependencies v0.3.13/go.mod h1:aJH6RH2FdhPf2HQY8gfInlkQAj6oYq/GmQ+5XKN1HzE=
github.com/twbs/bootstrap v5.3.3+incompatible h1:goFoqinzdHfkeegpFP7pvhbd0g+A3O2hbU3XCjuNrEQ=
github.com/twbs/bootstrap v5.3.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
14 changes: 7 additions & 7 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
},
"devDependencies": {
"@taplo/cli": "^0.7.0",
"autoprefixer": "^10.4.16",
"hugo-extended": "^0.122.0",
"linkinator": "^6.0.2",
"autoprefixer": "^10.4.17",
"hugo-extended": "^0.123.2",
"linkinator": "^6.0.4",
"markdownlint-cli": "0.39.0",
"postcss-cli": "^11.0.0",
"prettier": "^3.1.0"
"prettier": "^3.2.5"
}
}