From b0fa81e6807ec114786c08cfb82b884da5fcca8c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 00:33:09 +0000 Subject: [PATCH] tailwindcss: Update to version 3.3.0 --- bucket/tailwindcss.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tailwindcss.json b/bucket/tailwindcss.json index 5394ec2057..7f8761fe46 100644 --- a/bucket/tailwindcss.json +++ b/bucket/tailwindcss.json @@ -1,12 +1,12 @@ { - "version": "3.2.7", + "version": "3.3.0", "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.2.7/tailwindcss-windows-x64.exe#/tailwindcss.exe", - "hash": "e7f8a638629ffd39432969ccbd1825131e1c9ad5afc3b296b615ec37a4c4db37" + "url": "https://github.com/tailwindlabs/tailwindcss/releases/download/v3.3.0/tailwindcss-windows-x64.exe#/tailwindcss.exe", + "hash": "3c65386a91203e552bd56029bdd8f3990c9bd4b427f70076bc8249423a85be61" } }, "bin": "tailwindcss.exe",