This commit is contained in:
Nuno Coração 2024-09-04 08:50:45 +00:00 committed by GitHub
commit 386aed50f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 1355 additions and 1516 deletions

View file

@ -37,7 +37,7 @@ jobs:
- name: Create Pull Request
if: steps.git-check.outputs.modified == 'true'
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: 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

1138
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

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

View file

@ -1 +1 @@
v0.133.1
v0.134.0