From c5ed982abd63c2083529061b560acdb9f9481ee3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 20:25:28 +0000 Subject: [PATCH] tailwindcss: Update to version 3.3.1 --- bucket/tailwindcss.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tailwindcss.json b/bucket/tailwindcss.json index 7f8761fe46..e97b3e92d3 100644 --- a/bucket/tailwindcss.json +++ b/bucket/tailwindcss.json @@ -1,12 +1,12 @@ { - "version": "3.3.0", + "version": "3.3.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.3.0/tailwindcss-windows-x64.exe#/tailwindcss.exe", - "hash": "3c65386a91203e552bd56029bdd8f3990c9bd4b427f70076bc8249423a85be61" + "url": "https://github.com/tailwindlabs/tailwindcss/releases/download/v3.3.1/tailwindcss-windows-x64.exe#/tailwindcss.exe", + "hash": "0b779efe654a712dcf3dd3a1c5c0424ab51d64f610c5df20a7680de08a90b6b2" } }, "bin": "tailwindcss.exe",