sync theme

This commit is contained in:
Christoph Cullmann 2024-07-15 22:27:55 +02:00
parent 69075c6fb1
commit 3be5285488
No known key found for this signature in database
856 changed files with 236 additions and 1388275 deletions

View file

@ -1,6 +1,6 @@
{
"name": "hugo-blowfish-theme",
"version": "2.71.1",
"version": "2.73.0",
"description": "Blowfish theme for Hugo.",
"scripts": {
"postinstall": "vendor-copy",
@ -38,14 +38,14 @@
"chart.js": "^4.4.3",
"fuse.js": "^7.0.0",
"jquery": "^3.7.1",
"katex": "^0.16.10",
"katex": "^0.16.11",
"lite-youtube-embed": "^0.3.2",
"mermaid": "^10.9.1",
"packery": "^2.1.2",
"prettier": "^3.3.2",
"prettier-plugin-go-template": "^0.0.15",
"prettier-plugin-tailwindcss": "^0.6.5",
"puppeteer": "^22.11.2",
"puppeteer": "^22.12.1",
"rimraf": "^5.0.7",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.4",
@ -56,8 +56,8 @@
"vendorCopy": [],
"devVendorCopy": [
{
"from": "node_modules/mermaid/dist",
"to": "assets/lib/mermaid"
"from": "node_modules/mermaid/dist/mermaid.min.js",
"to": "assets/lib/mermaid/mermaid.min.js"
},
{
"from": "node_modules/chart.js/dist/chart.umd.js",
@ -109,7 +109,7 @@
}
],
"dependencies": {
"@headlessui/react": "^2.0.4",
"@headlessui/react": "^2.1.1",
"@heroicons/react": "^2.1.4",
"@iamtraction/google-translate": "^2.0.1",
"@tailwindcss/forms": "^0.5.7",