From cd954b169d42c90c126aabdbba7429494443062f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 02:49:20 +0000 Subject: [PATCH] chore(deps-dev): bump postcss in /with-multiple-tailwindcss Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.29...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- with-multiple-tailwindcss/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with-multiple-tailwindcss/package.json b/with-multiple-tailwindcss/package.json index c4283cbd..6d62bca0 100644 --- a/with-multiple-tailwindcss/package.json +++ b/with-multiple-tailwindcss/package.json @@ -22,7 +22,7 @@ "@types/react": "18.2.21", "@types/react-dom": "18.2.7", "autoprefixer": "10.4.15", - "postcss": "8.4.29", + "postcss": "8.4.31", "prettier": "3.0.3", "typescript": "5.2.2" },