From c3aad6ee469cf4da83436607be70d784dfa98027 Mon Sep 17 00:00:00 2001 From: Tobbe Lundberg Date: Wed, 18 Sep 2024 10:25:44 +0200 Subject: [PATCH] chore(test-project): Update TailwindCSS --- __fixtures__/test-project/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__fixtures__/test-project/web/package.json b/__fixtures__/test-project/web/package.json index ef8198b4d8c9..ea6f1e7cd48c 100644 --- a/__fixtures__/test-project/web/package.json +++ b/__fixtures__/test-project/web/package.json @@ -27,6 +27,6 @@ "postcss": "^8.4.47", "postcss-loader": "^8.1.1", "prettier-plugin-tailwindcss": "^0.5.12", - "tailwindcss": "^3.4.11" + "tailwindcss": "^3.4.12" } }