From bf925eea1f6beeff555893fff29351eb8c492674 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 17:09:16 +0000 Subject: [PATCH] tailwindcss: Update to version 3.4.2 --- bucket/tailwindcss.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tailwindcss.json b/bucket/tailwindcss.json index d2f969753d..a63d289d9a 100644 --- a/bucket/tailwindcss.json +++ b/bucket/tailwindcss.json @@ -1,12 +1,12 @@ { - "version": "3.4.1", + "version": "3.4.2", "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.1/tailwindcss-windows-x64.exe#/tailwindcss.exe", - "hash": "ef2fe367daa8204cb186796c1833faee81a5b20e4c80e533f7a3b3dcc7db6c54" + "url": "https://github.com/tailwindlabs/tailwindcss/releases/download/v3.4.2/tailwindcss-windows-x64.exe#/tailwindcss.exe", + "hash": "d8feb01f525bcdaa9b1c80176494ed6213fa41e6ca9123ebb534307ce7fb27ad" } }, "bin": "tailwindcss.exe",