update the theme

This commit is contained in:
Christoph Cullmann 2024-06-26 21:44:28 +02:00
parent b1a7697b03
commit 58e2c9ae87
No known key found for this signature in database
166 changed files with 326580 additions and 582 deletions

View file

@ -1,7 +1,7 @@
{
"name": "hugo-blowfish-theme",
"version": "2.66.0",
"description": "Blowfish theme for Hugo",
"version": "2.71.1",
"description": "Blowfish theme for Hugo.",
"scripts": {
"postinstall": "vendor-copy",
"assets": "rimraf assets/vendor && vendor-copy",
@ -34,20 +34,21 @@
},
"homepage": "https://github.com/nunocoracao/blowfish#readme",
"devDependencies": {
"@tailwindcss/typography": "^0.5.12",
"chart.js": "^4.4.2",
"@tailwindcss/typography": "^0.5.13",
"chart.js": "^4.4.3",
"fuse.js": "^7.0.0",
"jquery": "^3.7.1",
"katex": "^0.16.10",
"lite-youtube-embed": "^0.3.2",
"mermaid": "^10.9.0",
"mermaid": "^10.9.1",
"packery": "^2.1.2",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"prettier-plugin-go-template": "^0.0.15",
"prettier-plugin-tailwindcss": "^0.5.14",
"puppeteer": "^22.7.0",
"rimraf": "^5.0.5",
"tailwindcss": "^3.4.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"puppeteer": "^22.11.2",
"rimraf": "^5.0.7",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.4",
"tw-elements": "2.0.0",
"typeit": "^8.8.3",
"vendor-copy": "^3.0.1"
@ -108,10 +109,10 @@
}
],
"dependencies": {
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.3",
"@headlessui/react": "^2.0.4",
"@heroicons/react": "^2.1.4",
"@iamtraction/google-translate": "^2.0.1",
"@tailwindcss/forms": "^0.5.7",
"commander": "^12.0.0"
"commander": "^12.1.0"
}
}