From 2efcfc7401098990433a4e11d67b5326cca9983b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 03:04:45 +0000 Subject: [PATCH] Update tailwindcss requirement from ^2.0.2 to ^2.1.1 Updates the requirements on [tailwindcss](https://github.com/tailwindlabs/tailwindcss) to permit the latest version. - [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.0.2...v2.1.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7867300..46cc40e 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@tailwindcss/forms": "^0.2.1", "@tailwindcss/line-clamp": "^0.2.0", "@tailwindcss/typography": "^0.4.0", - "tailwindcss": "^2.0.2", + "tailwindcss": "^2.1.1", "@vitejs/plugin-vue": "^1.1.2", "@vue/compiler-sfc": "^3.0.5", "autoprefixer": "^10.2.3",