From d51d7d5886bede0305198db03ae5a7fc6dfc0f11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 09:19:50 +0000 Subject: [PATCH] Bump tailwindcss from 2.2.19 to 3.0.19 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 2.2.19 to 3.0.19. - [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.19...v3.0.19) --- 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 3803c7f..1e21a8c 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,6 @@ "jest": "^27.0.4", "jest-matcher-css": "^1.0.3", "postcss": "^8.0.9", - "tailwindcss": "^2.2.0" + "tailwindcss": "^3.0.19" } }