From b68eb68aada06697449b6564332d6b0c3c55fbcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jun 2022 11:23:03 +0000 Subject: [PATCH] Bump tailwindcss from 2.2.15 to 3.1.0 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 2.2.15 to 3.1.0. - [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.2.15...v3.1.0) --- 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 140c76e..4991b94 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,6 @@ "postcss-flexbugs-fixes": "5.0.2", "postcss-hover-media-feature": "1.0.1", "postcss-preset-env": "6.7.0", - "tailwindcss": "2.2.15" + "tailwindcss": "3.1.0" } }