From fcbbd9a2d4ee3491bf48e2c44e723267dcf5be15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 03:04:04 +0000 Subject: [PATCH] Update tailwindcss requirement from ^2.0.2 to ^2.0.4 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.0.4) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eb32604..a74ee56 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@tailwindcss/forms": "^0.2.1", "@tailwindcss/line-clamp": "^0.1.0", "@tailwindcss/typography": "^0.3.1", - "tailwindcss": "^2.0.2", + "tailwindcss": "^2.0.4", "vue": "^3.0.5", "vue-router": "^4.0.3" },