This commit is contained in:
Nuno Coração 2024-09-27 16:53:21 +00:00 committed by GitHub
commit b8e36f4ef6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 1399 additions and 1551 deletions

View file

@ -37,7 +37,7 @@ jobs:
- name: Create Pull Request - name: Create Pull Request
if: steps.git-check.outputs.modified == 'true' if: steps.git-check.outputs.modified == 'true'
uses: peter-evans/create-pull-request@v6 uses: peter-evans/create-pull-request@v7
with: with:
commit-message: Update Hugo supported version commit-message: Update Hugo supported version
title: ⚙️ Update Hugo supported version title: ⚙️ Update Hugo supported version

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -2,4 +2,4 @@
[module.hugoVersion] [module.hugoVersion]
extended = true extended = true
min = "0.87.0" min = "0.87.0"
max = "0.134.0" max = "0.134.3"

View file

@ -748,5 +748,14 @@
"Personal site", "Personal site",
"Blog" "Blog"
] ]
},
{
"title": "hetong-re4per.com",
"url": "https://hetong-re4per.com",
"source": "https://github.com/HeTongRe4per/HeTongRe4per.github.io",
"tags": [
"Personal site",
"Blog"
]
} }
] ]

1204
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{ {
"name": "hugo-blowfish-theme", "name": "hugo-blowfish-theme",
"version": "2.77.1", "version": "2.78.0",
"description": "Blowfish theme for Hugo.", "description": "Blowfish theme for Hugo.",
"scripts": { "scripts": {
"postinstall": "vendor-copy", "postinstall": "vendor-copy",
@ -34,18 +34,18 @@
}, },
"homepage": "https://github.com/nunocoracao/blowfish#readme", "homepage": "https://github.com/nunocoracao/blowfish#readme",
"devDependencies": { "devDependencies": {
"@tailwindcss/typography": "^0.5.14", "@tailwindcss/typography": "^0.5.15",
"chart.js": "^4.4.3", "chart.js": "^4.4.4",
"fuse.js": "^7.0.0", "fuse.js": "^7.0.0",
"jquery": "^3.7.1", "jquery": "^3.7.1",
"katex": "^0.16.11", "katex": "^0.16.11",
"lite-youtube-embed": "^0.3.3", "lite-youtube-embed": "^0.3.3",
"mermaid": "^10.9.1", "mermaid": "^11.2.0",
"packery": "^2.1.2", "packery": "^2.1.2",
"prettier": "^3.3.3", "prettier": "^3.3.3",
"prettier-plugin-go-template": "^0.0.15", "prettier-plugin-go-template": "^0.0.15",
"prettier-plugin-tailwindcss": "^0.6.6", "prettier-plugin-tailwindcss": "^0.6.6",
"puppeteer": "^23.2.0", "puppeteer": "^23.4.0",
"rimraf": "^6.0.1", "rimraf": "^6.0.1",
"tailwind-scrollbar": "^3.1.0", "tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.10", "tailwindcss": "^3.4.10",
@ -109,10 +109,10 @@
} }
], ],
"dependencies": { "dependencies": {
"@headlessui/react": "^2.1.2", "@headlessui/react": "^2.1.4",
"@heroicons/react": "^2.1.5", "@heroicons/react": "^2.1.5",
"@iamtraction/google-translate": "^2.0.1", "@iamtraction/google-translate": "^2.0.1",
"@tailwindcss/forms": "^0.5.7", "@tailwindcss/forms": "^0.5.9",
"commander": "^12.1.0" "commander": "^12.1.0"
} }
} }

View file

@ -1 +1 @@
v0.133.1 v0.134.3