From 189a2ccb2f4593b604c331053587ffe06d9322cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 20:24:12 +0000 Subject: [PATCH] tailwindcss: Update to version 3.3.5 --- bucket/tailwindcss.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/tailwindcss.json b/bucket/tailwindcss.json index c33723f7c1..649e1897fb 100644 --- a/bucket/tailwindcss.json +++ b/bucket/tailwindcss.json @@ -1,12 +1,12 @@ { - "version": "3.3.4", + "version": "3.3.5", "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.4/tailwindcss-windows-x64.exe#/tailwindcss.exe", - "hash": "7d106237817ef7b3b3a6730980a0674d97fb8121698e4ebbc3003a2bc500d7ba" + "url": "https://github.com/tailwindlabs/tailwindcss/releases/download/v3.3.5/tailwindcss-windows-x64.exe#/tailwindcss.exe", + "hash": "e92cbbd48a051108d05745aa5f6f7fac46fffbbe776716286c589020b4a6b72a" } }, "bin": "tailwindcss.exe",