From 77b91e104cb217094d56d2f9437a001021b2bdde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 03:03:49 +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 89bd13f..2dc465b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@tailwindcss/aspect-ratio": "^0.2.0", "@tailwindcss/forms": "^0.2.1", "@tailwindcss/typography": "^0.3.1", - "tailwindcss": "^2.0.2", + "tailwindcss": "^2.0.4", "vue": "^3.0.5", "vue-router": "^4.0.2" },