From 6b6dbdbf89acb7df88a9178fba5f615ccac1d7a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 10:06:17 +0000 Subject: [PATCH] Bump tailwindcss from 2.1.4 to 3.0.24 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 2.1.4 to 3.0.24. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v2.1.4...v3.0.24) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22cb4e5..2a103a8 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,6 @@ "posthtml-load-config": "2.0.0", "stylelint": "14.8.2", "stylelint-config-standard": "25.0.0", - "tailwindcss": "2.1.4" + "tailwindcss": "3.0.24" } }