From 9b1192860ffa254f438195e2c37c644b0546a136 Mon Sep 17 00:00:00 2001 From: Tobbe Lundberg Date: Tue, 22 Oct 2024 12:55:32 +0200 Subject: [PATCH] chore(test-project): Update TailwindCSS to 3.4.14 (#11705) --- __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 453b79a5c5c8..2612c328037a 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.13" + "tailwindcss": "^3.4.14" } }