chore(starters): update modules to latest commits

This commit is contained in:
Splitter
2025-09-25 20:53:51 +00:00
parent 6d7d754af1
commit 88b68c92f4
5 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
name: Deploy website to GitHub Pages
env:
WC_HUGO_VERSION: '0.150.0'
WC_HUGO_VERSION: '0.150.1'
NODE_VERSION: '20'
on:

2
go.mod
View File

@@ -4,5 +4,5 @@ go 1.19
require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v0.0.0-20231109145828-d9695efa098f
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.0.0-20250925005832-787ac94b5dda
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.0.0-20250925205154-e9b31f8090c0
)

View File

@@ -1,5 +1,5 @@
build:
hugo_version: '0.150.0'
hugo_version: '0.150.1'
template:
id: "academic-cv"
name: "Academic CV"

View File

@@ -21,7 +21,7 @@
publish = "public"
[build.environment]
HUGO_VERSION = "0.150.0"
HUGO_VERSION = "0.150.1"
GO_VERSION = "1.21.5"
NODE_VERSION = "22"
HUGO_ENABLEGITINFO = "true"

View File

@@ -11,6 +11,7 @@
"dependencies": {
"@tailwindcss/cli": "^4.1.12",
"@tailwindcss/typography": "^0.5.10",
"preact": "^10.27.2",
"tailwindcss": "^4.1.12"
}
}