From 675aa1f05f89fded95db269582dba4b313b3c14e 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 7867300..bd102fa 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.0.4", "@vitejs/plugin-vue": "^1.1.2", "@vue/compiler-sfc": "^3.0.5", "autoprefixer": "^10.2.3",