From e388cc202d60e3750ae2f33dd704f3864a4403fb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 30 May 2021 16:20:58 +0000 Subject: [PATCH] Bump tailwindcss from 1.9.6 to 2.1.2 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 1.9.6 to 2.1.2. - [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/v1.9.6...v2.1.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e7d743..138daee 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,6 @@ "jest": "^27.0.1", "jest-matcher-css": "^1.0.3", "postcss": "^8.3.0", - "tailwindcss": "^1.0.1" + "tailwindcss": "^2.1.2" } }