From eb1fb2b97a25f777e9d79fee460bf42e7aebb903 Mon Sep 17 00:00:00 2001 From: Tobbe Lundberg Date: Sun, 17 Nov 2024 11:20:30 +0100 Subject: [PATCH] chore(test-project): Update TailwindCSS to 3.4.15 and PostCSS to 8.4.49 (#11721) --- __fixtures__/test-project/web/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__fixtures__/test-project/web/package.json b/__fixtures__/test-project/web/package.json index 2612c328037a..de51ef664227 100644 --- a/__fixtures__/test-project/web/package.json +++ b/__fixtures__/test-project/web/package.json @@ -24,9 +24,9 @@ "@types/react": "^18.2.55", "@types/react-dom": "^18.2.19", "autoprefixer": "^10.4.20", - "postcss": "^8.4.47", + "postcss": "^8.4.49", "postcss-loader": "^8.1.1", "prettier-plugin-tailwindcss": "^0.5.12", - "tailwindcss": "^3.4.14" + "tailwindcss": "^3.4.15" } }