From b67c3eac27698b18d770530de500f1f12b6562d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 00:32:27 +0000 Subject: [PATCH] tailwindcss: Update to version 3.4.1 --- bucket/tailwindcss.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tailwindcss.json b/bucket/tailwindcss.json index b145245207..d2f969753d 100644 --- a/bucket/tailwindcss.json +++ b/bucket/tailwindcss.json @@ -1,12 +1,12 @@ { - "version": "3.4.0", + "version": "3.4.1", "description": "TailwindCSS framework CLI for rapid UI development", "homepage": "https://github.com/tailwindlabs/tailwindcss", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/tailwindlabs/tailwindcss/releases/download/v3.4.0/tailwindcss-windows-x64.exe#/tailwindcss.exe", - "hash": "29edea21bf9c4d96683c4c825a7aa1a43df067fd0be2100b707d28b188dde01f" + "url": "https://github.com/tailwindlabs/tailwindcss/releases/download/v3.4.1/tailwindcss-windows-x64.exe#/tailwindcss.exe", + "hash": "ef2fe367daa8204cb186796c1833faee81a5b20e4c80e533f7a3b3dcc7db6c54" } }, "bin": "tailwindcss.exe",