From 3be5285488090ab70254b3080e33e64e6c702d2c Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 15 Jul 2024 22:27:55 +0200 Subject: sync theme --- themes/blowfish/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'themes/blowfish/package.json') diff --git a/themes/blowfish/package.json b/themes/blowfish/package.json index fa06a9b..2435669 100644 --- a/themes/blowfish/package.json +++ b/themes/blowfish/package.json @@ -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", -- cgit v1.2.3