From 5544a33852a3bb9526ec9769919e146aafcf217e Mon Sep 17 00:00:00 2001 From: "Mr. Renovate" Date: Thu, 11 Jan 2024 09:32:58 +0000 Subject: [PATCH] Update dependency tailwindcss to v3.4.1 --- source/ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ui/package.json b/source/ui/package.json index 8c0412e..09722dd 100644 --- a/source/ui/package.json +++ b/source/ui/package.json @@ -65,7 +65,7 @@ "postcss": "8.4.32", "postcss-loader": "7.3.3", "prettier": "3.1.1", - "tailwindcss": "3.4.0", + "tailwindcss": "3.4.1", "ts-node": "10.9.2", "ts-jest": "29.1.1" },